id
stringlengths
11
11
sentences
list
text
stringlengths
188
4.11k
coref_chains
sequence
genre
stringclasses
1 value
meta_data
dict
train_36121
[ { "id": 1, "misc": { "parse_tree": "(ROOT (NP (JJ Dear) (NNP Sir) (CC or) (NNP Madam) (. .)))" }, "speaker": null, "text": "Dear Sir or Madam.", "tokens": [ { "deprel": "amod", "end_char": 4, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "dear", "misc": "", "start_char": 0, "text": "Dear", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 8, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "Sir", "misc": "", "start_char": 5, "text": "Sir", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 11, "feats": null, "head": 4, "id": 3, "lemma": "or", "misc": "", "start_char": 9, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 17, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Madam", "misc": "", "start_char": 12, "text": "Madam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 19, "feats": null, "head": 2, "id": 5, "lemma": ".", "misc": "", "start_char": 18, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 21, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 20, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NP (JJ Last) (NNP Thursday) (. .)))" }, "speaker": null, "text": "Last Thursday.", "tokens": [ { "deprel": "amod", "end_char": 26, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "last", "misc": "", "start_char": 22, "text": "Last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 35, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "Thursday", "misc": "", "start_char": 27, "text": "Thursday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 37, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 36, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBD traveled) (PP (IN on) (NP (NP (DT the) (NML (CD 8:00) (NN a.m.)) (NN train)) (PP (IN from) (NP (NNP Glasgow))))) (PP (IN to) (NP (NP (NNP London) (NNP King) (POS 's)) (NNP Cross))))) (CC and) (S (NP (PRP I)) (VP (VBD was) (ADJP (RB quite) (JJ angry) (PP (IN with) (NP (NP (DT the) (NN service)) (PP (IN of) (NP (PRP$ your) (NN company)))))))) (. .)))" }, "speaker": null, "text": "I traveled on the 8:00 a.m. train from Glasgow to London King's Cross and I was quite angry with the service of your company.", "tokens": [ { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 38, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "travel", "misc": "", "start_char": 40, "text": "traveled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 51, "feats": null, "head": 7, "id": 3, "lemma": "on", "misc": "", "start_char": 49, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 55, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 4, "lemma": "the", "misc": "", "start_char": 52, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 60, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 5, "lemma": "8:00", "misc": "", "start_char": 56, "text": "8:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 65, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "a.m.", "misc": "", "start_char": 61, "text": "a.m.", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 71, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "train", "misc": "", "start_char": 66, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 76, "feats": null, "head": 9, "id": 8, "lemma": "from", "misc": "", "start_char": 72, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 84, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "Glasgow", "misc": "", "start_char": 77, "text": "Glasgow", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 87, "feats": null, "head": 14, "id": 10, "lemma": "to", "misc": "", "start_char": 85, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 94, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "London", "misc": "", "start_char": 88, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod:poss", "end_char": 99, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "King", "misc": "", "start_char": 95, "text": "King", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 102, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 100, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 108, "feats": "Number=Sing", "head": 2, "id": 14, "lemma": "Cross", "misc": "", "start_char": 103, "text": "Cross", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 112, "feats": null, "head": 19, "id": 15, "lemma": "and", "misc": "", "start_char": 109, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 114, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 19, "id": 16, "lemma": "I", "misc": "", "start_char": 113, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 118, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 17, "lemma": "be", "misc": "", "start_char": 115, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 124, "feats": null, "head": 19, "id": 18, "lemma": "quite", "misc": "", "start_char": 119, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 130, "feats": "Degree=Pos", "head": 2, "id": 19, "lemma": "angry", "misc": "", "start_char": 125, "text": "angry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 135, "feats": null, "head": 22, "id": 20, "lemma": "with", "misc": "", "start_char": 131, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 139, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 136, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 147, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "service", "misc": "", "start_char": 140, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 150, "feats": null, "head": 25, "id": 23, "lemma": "of", "misc": "", "start_char": 148, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 155, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 25, "id": 24, "lemma": "your", "misc": "", "start_char": 151, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 163, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "company", "misc": "", "start_char": 156, "text": "company", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 165, "feats": null, "head": 2, "id": 26, "lemma": ".", "misc": "", "start_char": 164, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 167, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 166, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN train)) (VP (VBD did) (RB n't) (VP (VB come) (PP (IN on) (NP (NN time)))))) (CC and) (S (NP (PRP it)) (VP (VBD was) (ADVP (NP (CD forty) (NNS minutes)) (RB late)) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBD left) (NP (NNP Glasgow))))))) (. .)))" }, "speaker": null, "text": "The train didn't come on time and it was forty minutes late when it left Glasgow.", "tokens": [ { "deprel": "det", "end_char": 171, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 168, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 177, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "train", "misc": "", "start_char": 172, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 181, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 178, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 185, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 182, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 190, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "come", "misc": "", "start_char": 186, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 193, "feats": null, "head": 7, "id": 6, "lemma": "on", "misc": "", "start_char": 191, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 198, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "time", "misc": "", "start_char": 194, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 202, "feats": null, "head": 13, "id": 8, "lemma": "and", "misc": "", "start_char": 199, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 205, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 9, "lemma": "it", "misc": "", "start_char": 203, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 209, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 10, "lemma": "be", "misc": "", "start_char": 206, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 215, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "forty", "misc": "", "start_char": 210, "text": "forty", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 223, "feats": "Number=Plur", "head": 13, "id": 12, "lemma": "minute", "misc": "", "start_char": 216, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 228, "feats": "Degree=Pos", "head": 5, "id": 13, "lemma": "late", "misc": "", "start_char": 224, "text": "late", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 233, "feats": "PronType=Int", "head": 16, "id": 14, "lemma": "when", "misc": "", "start_char": 229, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 236, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 15, "lemma": "it", "misc": "", "start_char": 234, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 241, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 16, "lemma": "leave", "misc": "", "start_char": 237, "text": "left", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 249, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "Glasgow", "misc": "", "start_char": 242, "text": "Glasgow", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 251, "feats": null, "head": 5, "id": 18, "lemma": ".", "misc": "", "start_char": 250, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (DT A) (NN man)) (PP (IN at) (NP (DT the) (NN station)))) (VP (VBD said) (S (ADJP (JJ sorry) (PP (IN to) (NP (PRP us))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD did) (RB n't) (VP (VB give) (NP (PRP us)) (NP (NP (DT any) (NNS reasons)) (PP (IN for) (NP (DT the) (NN delay))))))) (. .)))" }, "speaker": null, "text": "A man at the station said sorry to us, but he didn't give us any reasons for the delay.", "tokens": [ { "deprel": "det", "end_char": 253, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 252, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 257, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "man", "misc": "", "start_char": 254, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 260, "feats": null, "head": 5, "id": 3, "lemma": "at", "misc": "", "start_char": 258, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 264, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 261, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 272, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "station", "misc": "", "start_char": 265, "text": "station", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 277, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "say", "misc": "", "start_char": 273, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 283, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "sorry", "misc": "", "start_char": 278, "text": "sorry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 286, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 284, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 289, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 7, "id": 9, "lemma": "we", "misc": "", "start_char": 287, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 291, "feats": null, "head": 15, "id": 10, "lemma": ",", "misc": "", "start_char": 290, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 295, "feats": null, "head": 15, "id": 11, "lemma": "but", "misc": "", "start_char": 292, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 298, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 12, "lemma": "he", "misc": "", "start_char": 296, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 302, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 13, "lemma": "do", "misc": "", "start_char": 299, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 306, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 303, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 311, "feats": "VerbForm=Inf", "head": 6, "id": 15, "lemma": "give", "misc": "", "start_char": 307, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 314, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 15, "id": 16, "lemma": "we", "misc": "", "start_char": 312, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 318, "feats": null, "head": 18, "id": 17, "lemma": "any", "misc": "", "start_char": 315, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 326, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "reason", "misc": "", "start_char": 319, "text": "reasons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 330, "feats": null, "head": 21, "id": 19, "lemma": "for", "misc": "", "start_char": 327, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 334, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 331, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 340, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "delay", "misc": "", "start_char": 335, "text": "delay", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 342, "feats": null, "head": 6, "id": 22, "lemma": ".", "misc": "", "start_char": 341, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (ADVP (RB then)) (VP (VP (VBD had) (NP (JJR further) (NNS delays)) (PP (IN on) (NP (DT the) (NN way)))) (CC and) (VP (VBD had) (S (VP (TO to) (VP (VB wait) (NP (DT another) (CD thirty) (NNS minutes))))))) (. .)))" }, "speaker": null, "text": "We then had further delays on the way and had to wait another thirty minutes.", "tokens": [ { "deprel": "nsubj", "end_char": 345, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 343, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 350, "feats": "PronType=Dem", "head": 3, "id": 2, "lemma": "then", "misc": "", "start_char": 346, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 354, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 351, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 362, "feats": "Degree=Cmp", "head": 5, "id": 4, "lemma": "further", "misc": "", "start_char": 355, "text": "further", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 369, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "delay", "misc": "", "start_char": 363, "text": "delays", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 372, "feats": null, "head": 8, "id": 6, "lemma": "on", "misc": "", "start_char": 370, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 376, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 373, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 380, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "way", "misc": "", "start_char": 377, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 384, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 381, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 388, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 10, "lemma": "have", "misc": "", "start_char": 385, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 391, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 389, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 396, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "wait", "misc": "", "start_char": 392, "text": "wait", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 404, "feats": null, "head": 15, "id": 13, "lemma": "another", "misc": "", "start_char": 397, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 411, "feats": "NumForm=Word|NumType=Card", "head": 15, "id": 14, "lemma": "thirty", "misc": "", "start_char": 405, "text": "thirty", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 419, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "minute", "misc": "", "start_char": 412, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 421, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 420, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (PP (IN As) (NP (DT a) (NN result))) (, ,) (NP (PRP I)) (VP (VP (VBD missed) (NP (NP (PRP$ my) (NN plane)) (PP (IN from) (NP (NNP London)))) (PP (IN to) (NP (NNP Frankfurt)))) (CC and) (VP (VBD had) (S (VP (TO to) (VP (VB wait) (PP (IN for) (NP (JJ several) (NNS hours)))))))) (. .)))" }, "speaker": null, "text": "As a result, I missed my plane from London to Frankfurt and had to wait for several hours.", "tokens": [ { "deprel": "case", "end_char": 424, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 422, "text": "As", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 426, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 425, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 433, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "result", "misc": "", "start_char": 427, "text": "result", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 435, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 434, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 437, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 436, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 444, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "miss", "misc": "", "start_char": 438, "text": "missed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 447, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "my", "misc": "", "start_char": 445, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 453, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "plane", "misc": "", "start_char": 448, "text": "plane", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 458, "feats": null, "head": 10, "id": 9, "lemma": "from", "misc": "", "start_char": 454, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 465, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "London", "misc": "", "start_char": 459, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 468, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 466, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 478, "feats": "Number=Sing", "head": 6, "id": 12, "lemma": "Frankfurt", "misc": "", "start_char": 469, "text": "Frankfurt", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 482, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 479, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 486, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 6, "id": 14, "lemma": "have", "misc": "", "start_char": 483, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 489, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 487, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 494, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "wait", "misc": "", "start_char": 490, "text": "wait", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 498, "feats": null, "head": 19, "id": 17, "lemma": "for", "misc": "", "start_char": 495, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 506, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "several", "misc": "", "start_char": 499, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 512, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "hour", "misc": "", "start_char": 507, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 514, "feats": null, "head": 6, "id": 20, "lemma": ".", "misc": "", "start_char": 513, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 516, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 515, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (SBAR (WHNP (WP What)) (S (VP (VBZ 's) (ADJP (JJR more))))) (, ,) (NP (NP (DT the) (NN service)) (PP (IN on) (NP (DT the) (NN train)))) (VP (VBD was) (ADVP (RB also)) (ADJP (RB very) (JJ poor))) (. .)))" }, "speaker": null, "text": "What's more, the service on the train was also very poor.", "tokens": [ { "deprel": "nsubj", "end_char": 521, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "what", "misc": "", "start_char": 517, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 524, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 522, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 529, "feats": "Degree=Cmp", "head": 13, "id": 3, "lemma": "more", "misc": "", "start_char": 525, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 531, "feats": null, "head": 13, "id": 4, "lemma": ",", "misc": "", "start_char": 530, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 535, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 532, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 543, "feats": "Number=Sing", "head": 13, "id": 6, "lemma": "service", "misc": "", "start_char": 536, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 546, "feats": null, "head": 9, "id": 7, "lemma": "on", "misc": "", "start_char": 544, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 550, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 547, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 556, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "train", "misc": "", "start_char": 551, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 560, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 10, "lemma": "be", "misc": "", "start_char": 557, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 565, "feats": null, "head": 13, "id": 11, "lemma": "also", "misc": "", "start_char": 561, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 570, "feats": null, "head": 13, "id": 12, "lemma": "very", "misc": "", "start_char": 566, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 575, "feats": "Degree=Pos", "head": 0, "id": 13, "lemma": "poor", "misc": "", "start_char": 571, "text": "poor", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 577, "feats": null, "head": 13, "id": 14, "lemma": ".", "misc": "", "start_char": 576, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN trip)) (VP (VBD took) (NP (QP (JJR more) (IN than) (CD five)) (NNS hours))) (. .)))" }, "speaker": null, "text": "The trip took more than five hours.", "tokens": [ { "deprel": "det", "end_char": 581, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 578, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 586, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "trip", "misc": "", "start_char": 582, "text": "trip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 591, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "take", "misc": "", "start_char": 587, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 596, "feats": "Degree=Cmp", "head": 6, "id": 4, "lemma": "more", "misc": "", "start_char": 592, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 601, "feats": null, "head": 4, "id": 5, "lemma": "than", "misc": "", "start_char": 597, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 606, "feats": "NumForm=Word|NumType=Card", "head": 7, "id": 6, "lemma": "five", "misc": "", "start_char": 602, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 612, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "hour", "misc": "", "start_char": 607, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 614, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 613, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (ADVP (RB Unluckily) (. .)))" }, "speaker": null, "text": "Unluckily.", "tokens": [ { "deprel": "root", "end_char": 624, "feats": null, "head": 0, "id": 1, "lemma": "unluckily", "misc": "", "start_char": 615, "text": "Unluckily", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 626, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 625, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP we)) (VP (MD could) (VP (VB buy) (NP (NP (NN nothing)) (IN but) (NP (DT some) (JJ soft) (NNS drinks))) (PP (IN on) (NP (DT the) (NN train))))) (. .)))" }, "speaker": null, "text": "we could buy nothing but some soft drinks on the train.", "tokens": [ { "deprel": "nsubj", "end_char": 629, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 627, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 635, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "could", "misc": "", "start_char": 630, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 639, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "buy", "misc": "", "start_char": 636, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 647, "feats": "Number=Sing|PronType=Neg", "head": 3, "id": 4, "lemma": "nothing", "misc": "", "start_char": 640, "text": "nothing", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 651, "feats": null, "head": 8, "id": 5, "lemma": "but", "misc": "", "start_char": 648, "text": "but", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 656, "feats": null, "head": 8, "id": 6, "lemma": "some", "misc": "", "start_char": 652, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 661, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "soft", "misc": "", "start_char": 657, "text": "soft", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 668, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "drink", "misc": "", "start_char": 662, "text": "drinks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 671, "feats": null, "head": 11, "id": 9, "lemma": "on", "misc": "", "start_char": 669, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 675, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 672, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 681, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "train", "misc": "", "start_char": 676, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 683, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 682, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (ADVP (JJS Worst) (PP (IN of) (NP (DT all)))) (, ,) (NP (NP (NN something))) (VP (VBD was) (ADJP (JJ wrong) (PP (IN with) (NP (DT the) (NN air) (NN conditioning))))) (CC and) (S (NP (PRP it)) (VP (VBD got) (ADJP (JJR hotter) (CC and) (JJR hotter)) (PP (IN in) (NP (DT the) (NN train))))) (. .)))" }, "speaker": null, "text": "Worst of all, something was wrong with the air conditioning and it got hotter and hotter in the train.", "tokens": [ { "deprel": "advmod", "end_char": 689, "feats": "Degree=Sup", "head": 7, "id": 1, "lemma": "bad", "misc": "", "start_char": 684, "text": "Worst", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 692, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 690, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 696, "feats": null, "head": 1, "id": 3, "lemma": "all", "misc": "", "start_char": 693, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 698, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 697, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 708, "feats": "Number=Sing|PronType=Ind", "head": 7, "id": 5, "lemma": "something", "misc": "", "start_char": 699, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "cop", "end_char": 712, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 709, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 718, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "wrong", "misc": "", "start_char": 713, "text": "wrong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 723, "feats": null, "head": 11, "id": 8, "lemma": "with", "misc": "", "start_char": 719, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 727, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 724, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 731, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "air", "misc": "", "start_char": 728, "text": "air", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 744, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "conditioning", "misc": "", "start_char": 732, "text": "conditioning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 748, "feats": null, "head": 14, "id": 12, "lemma": "and", "misc": "", "start_char": 745, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 751, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "it", "misc": "", "start_char": 749, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 755, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 14, "lemma": "get", "misc": "", "start_char": 752, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 762, "feats": "Degree=Cmp", "head": 14, "id": 15, "lemma": "hot", "misc": "", "start_char": 756, "text": "hotter", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "cc", "end_char": 766, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 763, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 773, "feats": "Degree=Cmp", "head": 15, "id": 17, "lemma": "hot", "misc": "", "start_char": 767, "text": "hotter", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 776, "feats": null, "head": 20, "id": 18, "lemma": "in", "misc": "", "start_char": 774, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 780, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 777, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 786, "feats": "Number=Sing", "head": 14, "id": 20, "lemma": "train", "misc": "", "start_char": 781, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 788, "feats": null, "head": 7, "id": 21, "lemma": ".", "misc": "", "start_char": 787, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Before) (S (NP (PRP we)) (VP (VBD reached) (NP (NP (NNP King) (POS 's)) (NNP Cross))))) (, ,) (NP (DT the) (NN temperature)) (VP (VBD was) (PP (IN over) (NP (NN 40degC)))) (. .)))" }, "speaker": null, "text": "Before we reached King's Cross, the temperature was over 40degC.", "tokens": [ { "deprel": "mark", "end_char": 795, "feats": null, "head": 3, "id": 1, "lemma": "before", "misc": "", "start_char": 789, "text": "Before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 798, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 796, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 806, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 12, "id": 3, "lemma": "reach", "misc": "", "start_char": 799, "text": "reached", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 811, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "King", "misc": "", "start_char": 807, "text": "King", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 814, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 812, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 820, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "Cross", "misc": "", "start_char": 815, "text": "Cross", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 822, "feats": null, "head": 12, "id": 7, "lemma": ",", "misc": "", "start_char": 821, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 826, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 823, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 838, "feats": "Number=Sing", "head": 12, "id": 9, "lemma": "temperature", "misc": "", "start_char": 827, "text": "temperature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 842, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 839, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 847, "feats": null, "head": 12, "id": 11, "lemma": "over", "misc": "", "start_char": 843, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 854, "feats": "Number=Sing", "head": 0, "id": 12, "lemma": "40degC", "misc": "", "start_char": 848, "text": "40degC", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 856, "feats": null, "head": 12, "id": 13, "lemma": ".", "misc": "", "start_char": 855, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 858, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 857, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (PP (IN Because) (IN of) (NP (PRP$ your) (JJ poor) (NN service)) (. .)))" }, "speaker": null, "text": "Because of your poor service.", "tokens": [ { "deprel": "case", "end_char": 866, "feats": null, "head": 5, "id": 1, "lemma": "because", "misc": "", "start_char": 859, "text": "Because", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 869, "feats": null, "head": 1, "id": 2, "lemma": "of", "misc": "", "start_char": 867, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 874, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 5, "id": 3, "lemma": "your", "misc": "", "start_char": 870, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 879, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "poor", "misc": "", "start_char": 875, "text": "poor", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 887, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "service", "misc": "", "start_char": 880, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 889, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 888, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP feel) (SBAR (S (NP (PRP you)) (VP (MD should) (VP (VB pay) (NP (PRP me)) (NP (NN compensation))))))) (. .)))" }, "speaker": null, "text": "I feel you should pay me compensation.", "tokens": [ { "deprel": "nsubj", "end_char": 891, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 890, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 896, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "feel", "misc": "", "start_char": 892, "text": "feel", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 900, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 3, "lemma": "you", "misc": "", "start_char": 897, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 907, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "should", "misc": "", "start_char": 901, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 911, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "pay", "misc": "", "start_char": 908, "text": "pay", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 914, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 6, "lemma": "I", "misc": "", "start_char": 912, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 927, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "compensation", "misc": "", "start_char": 915, "text": "compensation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 929, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 928, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 931, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 930, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP am) (VP (VBG looking) (ADVP (RB forward)) (PP (IN to) (S (VP (VBG hearing) (PP (IN from) (NP (PRP you)))))))) (. .)))" }, "speaker": null, "text": "I am looking forward to hearing from you.", "tokens": [ { "deprel": "nsubj", "end_char": 933, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 932, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 936, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 934, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 944, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "look", "misc": "", "start_char": 937, "text": "looking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 952, "feats": null, "head": 3, "id": 4, "lemma": "forward", "misc": "", "start_char": 945, "text": "forward", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 955, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 953, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 963, "feats": "VerbForm=Ger", "head": 3, "id": 6, "lemma": "hear", "misc": "", "start_char": 956, "text": "hearing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 968, "feats": null, "head": 8, "id": 7, "lemma": "from", "misc": "", "start_char": 964, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 972, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 6, "id": 8, "lemma": "you", "misc": "", "start_char": 969, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 974, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 973, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 976, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 975, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (PRP Yours)) (ADVP (RB faithfully)) (, ,)))" }, "speaker": null, "text": "Yours faithfully,", "tokens": [ { "deprel": "root", "end_char": 982, "feats": "Gender=Neut|Number=Sing|Person=2|Poss=Yes|PronType=Prs", "head": 0, "id": 1, "lemma": "yours", "misc": "", "start_char": 977, "text": "Yours", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 993, "feats": null, "head": 1, "id": 2, "lemma": "faithfully", "misc": "", "start_char": 983, "text": "faithfully", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 995, "feats": null, "head": 1, "id": 3, "lemma": ",", "misc": "", "start_char": 994, "text": ",", "upos": "PUNCT", "xpos": "," } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 997, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 996, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NP (NNP David) (NNP Roberson)))" }, "speaker": null, "text": "David Roberson", "tokens": [ { "deprel": "root", "end_char": 1003, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "David", "misc": "", "start_char": 998, "text": "David", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1012, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Roberson", "misc": "", "start_char": 1004, "text": "Roberson", "upos": "PROPN", "xpos": "NNP" } ] } ]
Dear Sir or Madam. Last Thursday. I traveled on the 8:00 a.m. train from Glasgow to London King's Cross and I was quite angry with the service of your company. The train didn't come on time and it was forty minutes late when it left Glasgow. A man at the station said sorry to us, but he didn't give us any reasons for the delay. We then had further delays on the way and had to wait another thirty minutes. As a result, I missed my plane from London to Frankfurt and had to wait for several hours. What's more, the service on the train was also very poor. The trip took more than five hours. Unluckily. we could buy nothing but some soft drinks on the train. Worst of all, something was wrong with the air conditioning and it got hotter and hotter in the train. Before we reached King's Cross, the temperature was over 40degC. Because of your poor service. I feel you should pay me compensation. I am looking forward to hearing from you. Yours faithfully, David Roberson
[ [ [ 2, 0, 1 ] ], [ [ 3, 0, 0 ], [ 3, 15, 15 ], [ 8, 4, 4 ], [ 8, 6, 6 ], [ 18, 0, 0 ], [ 18, 5, 5 ], [ 20, 0, 0 ], [ 24, 0, 1 ] ], [ [ 3, 8, 8 ], [ 5, 16, 16 ] ], [ [ 3, 20, 24 ], [ 10, 4, 8 ], [ 17, 2, 4 ] ], [ [ 3, 23, 24 ] ], [ [ 3, 23, 23 ], [ 17, 2, 2 ], [ 18, 2, 2 ], [ 20, 7, 7 ], [ 0, 0, 3 ], [ 22, 0, 0 ] ], [ [ 5, 6, 6 ] ], [ [ 5, 10, 12 ] ], [ [ 6, 0, 4 ], [ 6, 11, 11 ] ], [ [ 6, 3, 4 ] ], [ [ 6, 6, 6 ] ], [ [ 6, 8, 8 ], [ 6, 15, 15 ], [ 7, 0, 0 ], [ 13, 0, 0 ], [ 15, 1, 1 ] ], [ [ 6, 16, 20 ] ], [ [ 6, 19, 20 ] ], [ [ 7, 1, 1 ] ], [ [ 7, 6, 7 ] ], [ [ 7, 12, 14 ] ], [ [ 8, 1, 2 ] ], [ [ 8, 6, 11 ] ], [ [ 8, 9, 9 ], [ 3, 10, 10 ] ], [ [ 8, 11, 11 ] ], [ [ 8, 17, 18 ] ], [ [ 11, 0, 1 ] ], [ [ 11, 3, 6 ] ], [ [ 13, 3, 3 ] ], [ [ 13, 5, 7 ] ], [ [ 14, 0, 2 ] ], [ [ 14, 2, 2 ] ], [ [ 14, 4, 4 ] ], [ [ 14, 8, 10 ] ], [ [ 14, 12, 12 ] ], [ [ 15, 7, 8 ] ], [ [ 15, 10, 11 ] ], [ [ 18, 6, 6 ] ], [ [ 20, 5, 7 ] ], [ [ 3, 3, 5 ] ], [ [ 7, 3, 4 ] ], [ [ 3, 3, 6 ], [ 5, 0, 1 ], [ 5, 14, 14 ], [ 5, 8, 8 ], [ 10, 7, 8 ], [ 13, 9, 10 ], [ 14, 18, 19 ] ], [ [ 3, 11, 13 ], [ 3, 10, 13 ], [ 15, 3, 5 ] ], [ [ 15, 3, 4 ], [ 3, 11, 12 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36122
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (NN Mother) (POS 's)) (NN Day)) (VP (VBZ is) (NP (NP (DT a) (NN holiday)) (PP (IN for) (NP (NNS mothers))))) (. .)))" }, "speaker": null, "text": "Mother's Day is a holiday for mothers.", "tokens": [ { "deprel": "nmod:poss", "end_char": 6, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "mother", "misc": "", "start_char": 0, "text": "Mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 9, "feats": null, "head": 1, "id": 2, "lemma": "'s", "misc": "", "start_char": 7, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 13, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "day", "misc": "", "start_char": 10, "text": "Day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 16, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 14, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 18, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 17, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 26, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "holiday", "misc": "", "start_char": 19, "text": "holiday", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 30, "feats": null, "head": 8, "id": 7, "lemma": "for", "misc": "", "start_char": 27, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 38, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "mother", "misc": "", "start_char": 31, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 40, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 39, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (VBP celebrate) (NP (PRP it)) (PP (IN in) (NP (NP (DT the) (NNP United) (NNPS States)) (, ,) (NP (NNP England)) (, ,) (NP (NNP India)) (CC and) (NP (DT some) (JJ other) (NNS countries))))) (. .)))" }, "speaker": null, "text": "People celebrate it in the United States, England, India and some other countries.", "tokens": [ { "deprel": "nsubj", "end_char": 47, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "person", "misc": "", "start_char": 41, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 57, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "celebrate", "misc": "", "start_char": 48, "text": "celebrate", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 60, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "it", "misc": "", "start_char": 58, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 63, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 61, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 67, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 64, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 74, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "United", "misc": "", "start_char": 68, "text": "United", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 81, "feats": "Number=Plur", "head": 2, "id": 7, "lemma": "State", "misc": "", "start_char": 75, "text": "States", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 83, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 82, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 91, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "England", "misc": "", "start_char": 84, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 93, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 92, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 99, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "India", "misc": "", "start_char": 94, "text": "India", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 103, "feats": null, "head": 15, "id": 12, "lemma": "and", "misc": "", "start_char": 100, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 108, "feats": null, "head": 15, "id": 13, "lemma": "some", "misc": "", "start_char": 104, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 114, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "other", "misc": "", "start_char": 109, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 124, "feats": "Number=Plur", "head": 7, "id": 15, "lemma": "country", "misc": "", "start_char": 115, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 126, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 125, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (PP (ADVP (RB Little)) (IN by) (NP (JJ little))) (, ,) (NP (NP (NNS people)) (PP (IN in) (NP (JJ many) (JJ other) (NNS countries)))) (ADVP (RB also)) (VP (VBP celebrate) (NP (PRP it))) (. .)))" }, "speaker": null, "text": "Little by little, people in many other countries also celebrate it.", "tokens": [ { "deprel": "advmod", "end_char": 133, "feats": null, "head": 11, "id": 1, "lemma": "little", "misc": "", "start_char": 127, "text": "Little", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 136, "feats": null, "head": 3, "id": 2, "lemma": "by", "misc": "", "start_char": 134, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 143, "feats": "Degree=Pos", "head": 1, "id": 3, "lemma": "little", "misc": "", "start_char": 137, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 145, "feats": null, "head": 11, "id": 4, "lemma": ",", "misc": "", "start_char": 144, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 152, "feats": "Number=Plur", "head": 11, "id": 5, "lemma": "person", "misc": "", "start_char": 146, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 155, "feats": null, "head": 9, "id": 6, "lemma": "in", "misc": "", "start_char": 153, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 160, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "many", "misc": "", "start_char": 156, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 166, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "other", "misc": "", "start_char": 161, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 176, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "country", "misc": "", "start_char": 167, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 181, "feats": null, "head": 11, "id": 10, "lemma": "also", "misc": "", "start_char": 177, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 191, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "celebrate", "misc": "", "start_char": 182, "text": "celebrate", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 194, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "it", "misc": "", "start_char": 192, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 196, "feats": null, "head": 11, "id": 13, "lemma": ".", "misc": "", "start_char": 195, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Mother) (POS 's)) (NN Day)) (VP (VBZ is) (PP (IN on) (NP (NP (DT the) (JJ 2nd) (NNP Sunday)) (PP (IN in) (NP (NNP May)))))) (. .)))" }, "speaker": null, "text": "Mother's Day is on the 2nd Sunday in May.", "tokens": [ { "deprel": "nmod:poss", "end_char": 203, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "mother", "misc": "", "start_char": 197, "text": "Mother", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 206, "feats": null, "head": 1, "id": 2, "lemma": "'s", "misc": "", "start_char": 204, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 210, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "day", "misc": "", "start_char": 207, "text": "Day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 213, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 4, "lemma": "be", "misc": "", "start_char": 211, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 216, "feats": null, "head": 8, "id": 5, "lemma": "on", "misc": "", "start_char": 214, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 220, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 217, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 224, "feats": "Degree=Pos|NumType=Ord", "head": 8, "id": 7, "lemma": "2nd", "misc": "", "start_char": 221, "text": "2nd", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 231, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "Sunday", "misc": "", "start_char": 225, "text": "Sunday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 234, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 232, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 238, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "May", "misc": "", "start_char": 235, "text": "May", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 240, "feats": null, "head": 8, "id": 11, "lemma": ".", "misc": "", "start_char": 239, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN On) (NP (DT that) (NN day))) (, ,) (NP (JJ many) (NNS people)) (VP (VBP give) (NP (NP (NNS presents)) (PP (IN of) (NP (NN love)))) (PP (IN to) (NP (PRP$ their) (NNS mothers)))) (. .)))" }, "speaker": null, "text": "On that day, many people give presents of love to their mothers.", "tokens": [ { "deprel": "case", "end_char": 243, "feats": null, "head": 3, "id": 1, "lemma": "on", "misc": "", "start_char": 241, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 248, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "that", "misc": "", "start_char": 244, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 252, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "day", "misc": "", "start_char": 249, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 254, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 253, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 259, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "many", "misc": "", "start_char": 255, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 266, "feats": "Number=Plur", "head": 7, "id": 6, "lemma": "person", "misc": "", "start_char": 260, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 271, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "give", "misc": "", "start_char": 267, "text": "give", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 280, "feats": "Number=Plur", "head": 7, "id": 8, "lemma": "present", "misc": "", "start_char": 272, "text": "presents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 283, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 281, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 288, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "love", "misc": "", "start_char": 284, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 291, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 289, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 297, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "their", "misc": "", "start_char": 292, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 305, "feats": "Number=Plur", "head": 7, "id": 13, "lemma": "mother", "misc": "", "start_char": 298, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 307, "feats": null, "head": 7, "id": 14, "lemma": ".", "misc": "", "start_char": 306, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP$ their) (NNS mothers)) (VP (VBP are) (ADJP (JJ alive))))) (, ,) (NP (PRP they)) (ADVP (RB often)) (VP (VBP wear) (NP (DT a) (ADJP (JJ pink) (CC or) (JJ red)) (NN rose) (CC or) (NN carnation))) (. .)))" }, "speaker": null, "text": "If their mothers are alive, they often wear a pink or red rose or carnation.", "tokens": [ { "deprel": "mark", "end_char": 310, "feats": null, "head": 5, "id": 1, "lemma": "if", "misc": "", "start_char": 308, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 316, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "their", "misc": "", "start_char": 311, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 324, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "mother", "misc": "", "start_char": 317, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 328, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 325, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 334, "feats": "Degree=Pos", "head": 9, "id": 5, "lemma": "alive", "misc": "", "start_char": 329, "text": "alive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 336, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 335, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 341, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "they", "misc": "", "start_char": 337, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 347, "feats": null, "head": 9, "id": 8, "lemma": "often", "misc": "", "start_char": 342, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 352, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "wear", "misc": "", "start_char": 348, "text": "wear", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 354, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 10, "lemma": "a", "misc": "", "start_char": 353, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 359, "feats": "Degree=Pos", "head": 14, "id": 11, "lemma": "pink", "misc": "", "start_char": 355, "text": "pink", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 362, "feats": null, "head": 13, "id": 12, "lemma": "or", "misc": "", "start_char": 360, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 366, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "red", "misc": "", "start_char": 363, "text": "red", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 371, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "rose", "misc": "", "start_char": 367, "text": "rose", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 374, "feats": null, "head": 16, "id": 15, "lemma": "or", "misc": "", "start_char": 372, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 384, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "carnation", "misc": "", "start_char": 375, "text": "carnation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 386, "feats": null, "head": 9, "id": 17, "lemma": ".", "misc": "", "start_char": 385, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP$ their) (NNS mothers)) (VP (VBP are) (ADJP (JJ dead))))) (, ,) (NP (PRP they)) (VP (VBP wear) (NP (DT a) (JJ white) (NN one))) (. .)))" }, "speaker": null, "text": "If their mothers are dead, they wear a white one.", "tokens": [ { "deprel": "mark", "end_char": 389, "feats": null, "head": 5, "id": 1, "lemma": "if", "misc": "", "start_char": 387, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 395, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "their", "misc": "", "start_char": 390, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 403, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "mother", "misc": "", "start_char": 396, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 407, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 404, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 412, "feats": "Degree=Pos", "head": 8, "id": 5, "lemma": "dead", "misc": "", "start_char": 408, "text": "dead", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 414, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 413, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 419, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "they", "misc": "", "start_char": 415, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 424, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "wear", "misc": "", "start_char": 420, "text": "wear", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 426, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 425, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 432, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "white", "misc": "", "start_char": 427, "text": "white", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 436, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "one", "misc": "", "start_char": 433, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 438, "feats": null, "head": 8, "id": 12, "lemma": ".", "misc": "", "start_char": 437, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 440, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 439, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN celebration)) (PP (IN of) (NP (DT the) (JJ first) (NP (NNP American) (NNP Mother) (POS 's)) (NNP Day)))) (VP (VBD was) (VP (VBN held) (PP (IN in) (NP (NNP Philadelphia))) (PP (IN on) (NP (NNP May) (CD 10) (, ,) (CD 1908))))) (. .)))" }, "speaker": null, "text": "The celebration of the first American Mother's Day was held in Philadelphia on May 10, 1908.", "tokens": [ { "deprel": "det", "end_char": 444, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 441, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 456, "feats": "Number=Sing", "head": 11, "id": 2, "lemma": "celebration", "misc": "", "start_char": 445, "text": "celebration", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 459, "feats": null, "head": 9, "id": 3, "lemma": "of", "misc": "", "start_char": 457, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 463, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 4, "lemma": "the", "misc": "", "start_char": 460, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 469, "feats": "Degree=Pos|NumType=Ord", "head": 7, "id": 5, "lemma": "first", "misc": "", "start_char": 464, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 478, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "American", "misc": "", "start_char": 470, "text": "American", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod:poss", "end_char": 485, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "mother", "misc": "", "start_char": 479, "text": "Mother", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 488, "feats": null, "head": 7, "id": 8, "lemma": "'s", "misc": "", "start_char": 486, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 492, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "Day", "misc": "", "start_char": 489, "text": "Day", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 496, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 493, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 501, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 11, "lemma": "hold", "misc": "", "start_char": 497, "text": "held", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 504, "feats": null, "head": 13, "id": 12, "lemma": "in", "misc": "", "start_char": 502, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 517, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "Philadelphia", "misc": "", "start_char": 505, "text": "Philadelphia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 520, "feats": null, "head": 16, "id": 14, "lemma": "on", "misc": "", "start_char": 518, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 524, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "May", "misc": "", "start_char": 521, "text": "May", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 527, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 16, "lemma": "10", "misc": "", "start_char": 525, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 529, "feats": null, "head": 18, "id": 17, "lemma": ",", "misc": "", "start_char": 528, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:tmod", "end_char": 534, "feats": "NumForm=Digit|NumType=Card", "head": 16, "id": 18, "lemma": "1908", "misc": "", "start_char": 530, "text": "1908", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 536, "feats": null, "head": 11, "id": 19, "lemma": ".", "misc": "", "start_char": 535, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Soon)) (NP (DT the) (NN holiday)) (VP (VBD became) (ADJP (JJ popular)) (PP (ADVP (RB all) (IN over) (NP (DT the) (NN country))) (CC and) (PP (IN around) (NP (DT the) (NN world))))) (. .)))" }, "speaker": null, "text": "Soon the holiday became popular all over the country and around the world.", "tokens": [ { "deprel": "advmod", "end_char": 541, "feats": "Degree=Pos", "head": 4, "id": 1, "lemma": "soon", "misc": "", "start_char": 537, "text": "Soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 545, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 542, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 553, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "holiday", "misc": "", "start_char": 546, "text": "holiday", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 560, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "become", "misc": "", "start_char": 554, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 568, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "popular", "misc": "", "start_char": 561, "text": "popular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 572, "feats": null, "head": 9, "id": 6, "lemma": "all", "misc": "", "start_char": 569, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 577, "feats": null, "head": 9, "id": 7, "lemma": "over", "misc": "", "start_char": 573, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 581, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 578, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 589, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "country", "misc": "", "start_char": 582, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 593, "feats": null, "head": 13, "id": 10, "lemma": "and", "misc": "", "start_char": 590, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 600, "feats": null, "head": 13, "id": 11, "lemma": "around", "misc": "", "start_char": 594, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 604, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 601, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 610, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "world", "misc": "", "start_char": 605, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 612, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 611, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NNP China))) (, ,) (NP (NNS people)) (VP (VBP do) (NP (DT the) (JJ same)) (PP (IN on) (NP (DT the) (NN day))) (PP (IN for) (NP (NNS mothers)))) (. .)))" }, "speaker": null, "text": "In China, people do the same on the day for mothers.", "tokens": [ { "deprel": "case", "end_char": 615, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 613, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 621, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "China", "misc": "", "start_char": 616, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 623, "feats": null, "head": 5, "id": 3, "lemma": ",", "misc": "", "start_char": 622, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 630, "feats": "Number=Plur", "head": 5, "id": 4, "lemma": "person", "misc": "", "start_char": 624, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 633, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "do", "misc": "", "start_char": 631, "text": "do", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 637, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 634, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 642, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "same", "misc": "", "start_char": 638, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 645, "feats": null, "head": 10, "id": 8, "lemma": "on", "misc": "", "start_char": 643, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 649, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 646, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 653, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "day", "misc": "", "start_char": 650, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 657, "feats": null, "head": 12, "id": 11, "lemma": "for", "misc": "", "start_char": 654, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 665, "feats": "Number=Plur", "head": 5, "id": 12, "lemma": "mother", "misc": "", "start_char": 658, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 667, "feats": null, "head": 5, "id": 13, "lemma": ".", "misc": "", "start_char": 666, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (CC And) (PP (IN in) (NP (DT some) (NNS cities))) (, ,) (NP (NNS people)) (ADVP (RB sometimes)) (VP (VBP ask) (NP (NP (DT a) (NN song)) (SBAR (S (VP (TO to) (VP (VB be) (VP (VBN broadcast) (PP (IN for) (NP (PRP$ his) (CC or) (PRP$ her) (NN mother))) (ADVP (RB only))))))))) (. .)))" }, "speaker": null, "text": "And in some cities, people sometimes ask a song to be broadcast for his or her mother only.", "tokens": [ { "deprel": "cc", "end_char": 671, "feats": null, "head": 8, "id": 1, "lemma": "and", "misc": "", "start_char": 668, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 674, "feats": null, "head": 4, "id": 2, "lemma": "in", "misc": "", "start_char": 672, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 679, "feats": null, "head": 4, "id": 3, "lemma": "some", "misc": "", "start_char": 675, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 686, "feats": "Number=Plur", "head": 8, "id": 4, "lemma": "city", "misc": "", "start_char": 680, "text": "cities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 688, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 687, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 695, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "person", "misc": "", "start_char": 689, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 705, "feats": null, "head": 8, "id": 7, "lemma": "sometimes", "misc": "", "start_char": 696, "text": "sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 709, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "ask", "misc": "", "start_char": 706, "text": "ask", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 711, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 710, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 716, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "song", "misc": "", "start_char": 712, "text": "song", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 719, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 717, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 722, "feats": "VerbForm=Inf", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 720, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 732, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 8, "id": 13, "lemma": "broadcast", "misc": "", "start_char": 723, "text": "broadcast", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 736, "feats": null, "head": 18, "id": 14, "lemma": "for", "misc": "", "start_char": 733, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 740, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 15, "lemma": "his", "misc": "", "start_char": 737, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "cc", "end_char": 743, "feats": null, "head": 17, "id": 16, "lemma": "or", "misc": "", "start_char": 741, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 747, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 17, "lemma": "her", "misc": "", "start_char": 744, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 754, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "mother", "misc": "", "start_char": 748, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 759, "feats": null, "head": 13, "id": 19, "lemma": "only", "misc": "", "start_char": 755, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 761, "feats": null, "head": 8, "id": 20, "lemma": ".", "misc": "", "start_char": 760, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Mother's Day is a holiday for mothers. People celebrate it in the United States, England, India and some other countries. Little by little, people in many other countries also celebrate it. Mother's Day is on the 2nd Sunday in May. On that day, many people give presents of love to their mothers. If their mothers are alive, they often wear a pink or red rose or carnation. If their mothers are dead, they wear a white one. The celebration of the first American Mother's Day was held in Philadelphia on May 10, 1908. Soon the holiday became popular all over the country and around the world. In China, people do the same on the day for mothers. And in some cities, people sometimes ask a song to be broadcast for his or her mother only.
[ [ [ 0, 0, 2 ], [ 0, 4, 7 ], [ 1, 2, 2 ], [ 2, 11, 11 ], [ 3, 0, 2 ], [ 4, 1, 2 ], [ 9, 1, 2 ] ], [ [ 1, 0, 0 ] ], [ [ 1, 4, 6 ] ], [ [ 1, 8, 8 ] ], [ [ 1, 10, 10 ] ], [ [ 2, 4, 8 ] ], [ [ 2, 6, 8 ] ], [ [ 1, 12, 14 ] ], [ [ 1, 4, 14 ] ], [ [ 3, 9, 9 ] ], [ [ 4, 4, 5 ], [ 4, 11, 11 ], [ 5, 1, 1 ], [ 5, 6, 6 ], [ 6, 1, 1 ], [ 6, 6, 6 ] ], [ [ 4, 7, 9 ] ], [ [ 4, 9, 9 ] ], [ [ 4, 11, 12 ], [ 5, 1, 2 ], [ 6, 1, 2 ] ], [ [ 5, 9, 15 ] ], [ [ 6, 8, 10 ] ], [ [ 8, 0, 8 ] ], [ [ 8, 3, 8 ] ], [ [ 8, 12, 12 ] ], [ [ 9, 5, 8 ] ], [ [ 9, 11, 12 ] ], [ [ 10, 1, 1 ] ], [ [ 10, 5, 6 ] ], [ [ 10, 11, 11 ], [ 0, 7, 7 ] ], [ [ 11, 2, 3 ] ], [ [ 11, 5, 5 ], [ 11, 14, 16 ], [ 10, 3, 3 ] ], [ [ 11, 8, 9 ] ], [ [ 11, 14, 14 ] ], [ [ 11, 14, 17 ] ], [ [ 11, 16, 16 ] ], [ [ 8, 14, 17 ] ], [ [ 3, 5, 9 ] ], [ [ 9, 7, 8 ] ], [ [ 10, 8, 11 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36123
[ { "id": 1, "misc": { "parse_tree": "(ROOT (NP (NP (NNS Shirts)) (: :) (S (NP (DT All) (NNS students)) (VP (MD will) (VP (VB be) (VP (VBN required) (S (VP (TO to) (VP (VB wear) (NP (DT a) (NML (NN polo) (CC or) (NN oxford)) (NN shirt))))))))) (. .)))" }, "speaker": null, "text": "Shirts: All students will be required to wear a polo or oxford shirt.", "tokens": [ { "deprel": "root", "end_char": 6, "feats": "Number=Plur", "head": 0, "id": 1, "lemma": "shirt", "misc": "", "start_char": 0, "text": "Shirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 8, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 7, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 12, "feats": null, "head": 4, "id": 3, "lemma": "all", "misc": "", "start_char": 9, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 21, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "student", "misc": "", "start_char": 13, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 26, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "will", "misc": "", "start_char": 22, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 29, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 27, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "appos", "end_char": 38, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 1, "id": 7, "lemma": "require", "misc": "", "start_char": 30, "text": "required", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 41, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 39, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 46, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "wear", "misc": "", "start_char": 42, "text": "wear", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 48, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 10, "lemma": "a", "misc": "", "start_char": 47, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 53, "feats": "Number=Sing", "head": 14, "id": 11, "lemma": "polo", "misc": "", "start_char": 49, "text": "polo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 56, "feats": null, "head": 13, "id": 12, "lemma": "or", "misc": "", "start_char": 54, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 63, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "oxford", "misc": "", "start_char": 57, "text": "oxford", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 69, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "shirt", "misc": "", "start_char": 64, "text": "shirt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 71, "feats": null, "head": 1, "id": 15, "lemma": ".", "misc": "", "start_char": 70, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT Each) (NN shirt)) (VP (MD must) (VP (VP (VB be) (PP (IN in) (NP (NP (DT the) (NN color)) (VP (VBN chosen) (PP (IN by) (NP (PRP$ their) (NN school))))))) (CC and) (VP (VB have) (NP (NP (DT the) (JJ appropriate) (NN school) (NN logo)) (SBAR (IN as) (S (VP (VBN noted) (PRT (RB below))))))))) (. .)))" }, "speaker": null, "text": "Each shirt must be in the color chosen by their school and have the appropriate school logo as noted below.", "tokens": [ { "deprel": "det", "end_char": 76, "feats": null, "head": 2, "id": 1, "lemma": "each", "misc": "", "start_char": 72, "text": "Each", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 82, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "shirt", "misc": "", "start_char": 77, "text": "shirt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 87, "feats": "VerbForm=Fin", "head": 7, "id": 3, "lemma": "must", "misc": "", "start_char": 83, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 90, "feats": "VerbForm=Inf", "head": 7, "id": 4, "lemma": "be", "misc": "", "start_char": 88, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "case", "end_char": 93, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 91, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 97, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 94, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 103, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "color", "misc": "", "start_char": 98, "text": "color", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 110, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 8, "lemma": "choose", "misc": "", "start_char": 104, "text": "chosen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 113, "feats": null, "head": 11, "id": 9, "lemma": "by", "misc": "", "start_char": 111, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 119, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "their", "misc": "", "start_char": 114, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl:agent", "end_char": 126, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "school", "misc": "", "start_char": 120, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 130, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 127, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 135, "feats": "VerbForm=Inf", "head": 8, "id": 13, "lemma": "have", "misc": "", "start_char": 131, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 139, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 14, "lemma": "the", "misc": "", "start_char": 136, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 151, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "appropriate", "misc": "", "start_char": 140, "text": "appropriate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 158, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "school", "misc": "", "start_char": 152, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 163, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "logo", "misc": "", "start_char": 159, "text": "logo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 166, "feats": null, "head": 19, "id": 18, "lemma": "as", "misc": "", "start_char": 164, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 172, "feats": "Tense=Past|VerbForm=Part", "head": 13, "id": 19, "lemma": "note", "misc": "", "start_char": 167, "text": "noted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 178, "feats": null, "head": 19, "id": 20, "lemma": "below", "misc": "", "start_char": 173, "text": "below", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 180, "feats": null, "head": 7, "id": 21, "lemma": ".", "misc": "", "start_char": 179, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NNS Shirts)) (VP (VBP are) (S (VP (TO to) (VP (VB be) (VP (VBN purchased) (PP (IN from) (NP (DT the) (NNS stores))) (SBAR (IN as) (S (VP (VBN listed) (PRT (RB below)))))))))) (. .)))" }, "speaker": null, "text": "Shirts are to be purchased from the stores as listed below.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 187, "feats": "Number=Plur", "head": 5, "id": 1, "lemma": "shirt", "misc": "", "start_char": 181, "text": "Shirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 191, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 188, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "mark", "end_char": 194, "feats": null, "head": 5, "id": 3, "lemma": "to", "misc": "", "start_char": 192, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 197, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 195, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 207, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "purchase", "misc": "", "start_char": 198, "text": "purchased", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 212, "feats": null, "head": 8, "id": 6, "lemma": "from", "misc": "", "start_char": 208, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 216, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 213, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 223, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "store", "misc": "", "start_char": 217, "text": "stores", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 226, "feats": null, "head": 10, "id": 9, "lemma": "as", "misc": "", "start_char": 224, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 233, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 10, "lemma": "list", "misc": "", "start_char": 227, "text": "listed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 239, "feats": null, "head": 10, "id": 11, "lemma": "below", "misc": "", "start_char": 234, "text": "below", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 241, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 240, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT No) (JJ other) (NNS shirts)) (VP (MD will) (VP (VB be) (VP (VBN allowed) (PP (IN as) (NP (NP (NN part)) (PP (IN of) (NP (DT the) (NML (JJ high) (NN school)) (NN uniform)))))))) (. .)))" }, "speaker": null, "text": "No other shirts will be allowed as part of the high school uniform.", "tokens": [ { "deprel": "det", "end_char": 244, "feats": null, "head": 3, "id": 1, "lemma": "no", "misc": "", "start_char": 242, "text": "No", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 250, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "other", "misc": "", "start_char": 245, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 257, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "shirt", "misc": "", "start_char": 251, "text": "shirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 262, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "will", "misc": "", "start_char": 258, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 265, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 263, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 273, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "allow", "misc": "", "start_char": 266, "text": "allowed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 276, "feats": null, "head": 8, "id": 7, "lemma": "as", "misc": "", "start_char": 274, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 281, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "part", "misc": "", "start_char": 277, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 284, "feats": null, "head": 13, "id": 9, "lemma": "of", "misc": "", "start_char": 282, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 288, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 10, "lemma": "the", "misc": "", "start_char": 285, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 293, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "high", "misc": "", "start_char": 289, "text": "high", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 300, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "school", "misc": "", "start_char": 294, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 308, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "uniform", "misc": "", "start_char": 301, "text": "uniform", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 310, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 309, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (NP (DT All) (NNS shirts)) (VP (VBP are) (S (VP (TO to) (VP (VB be) (VP (VBN put) (PP (IN into) (NP (NNS trousers))) (PP (IN at) (NP (DT all) (NNS times))))))))) (CC and) (S (NP (NP (QP (RB only) (CD one)) (NN button)) (IN below) (NP (DT the) (NN collar))) (VP (MD may) (VP (VB be) (ADJP (JJ open))))) (. .)))" }, "speaker": null, "text": "All shirts are to be put into trousers at all times and only one button below the collar may be open.", "tokens": [ { "deprel": "det", "end_char": 314, "feats": null, "head": 2, "id": 1, "lemma": "all", "misc": "", "start_char": 311, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 321, "feats": "Number=Plur", "head": 6, "id": 2, "lemma": "shirt", "misc": "", "start_char": 315, "text": "shirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 325, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 322, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "mark", "end_char": 328, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 326, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 331, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 329, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 335, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "put", "misc": "", "start_char": 332, "text": "put", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 340, "feats": null, "head": 8, "id": 7, "lemma": "into", "misc": "", "start_char": 336, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 349, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "trousers", "misc": "", "start_char": 341, "text": "trousers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 352, "feats": null, "head": 11, "id": 9, "lemma": "at", "misc": "", "start_char": 350, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 356, "feats": null, "head": 11, "id": 10, "lemma": "all", "misc": "", "start_char": 353, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 362, "feats": "Number=Plur", "head": 6, "id": 11, "lemma": "time", "misc": "", "start_char": 357, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 366, "feats": null, "head": 21, "id": 12, "lemma": "and", "misc": "", "start_char": 363, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 371, "feats": null, "head": 14, "id": 13, "lemma": "only", "misc": "", "start_char": 367, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 375, "feats": "NumForm=Word|NumType=Card", "head": 15, "id": 14, "lemma": "one", "misc": "", "start_char": 372, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 382, "feats": "Number=Sing", "head": 21, "id": 15, "lemma": "button", "misc": "", "start_char": 376, "text": "button", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 388, "feats": null, "head": 18, "id": 16, "lemma": "below", "misc": "", "start_char": 383, "text": "below", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 392, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 389, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 399, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "collar", "misc": "", "start_char": 393, "text": "collar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 403, "feats": "VerbForm=Fin", "head": 21, "id": 19, "lemma": "may", "misc": "", "start_char": 400, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 406, "feats": "VerbForm=Inf", "head": 21, "id": 20, "lemma": "be", "misc": "", "start_char": 404, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 411, "feats": "Degree=Pos", "head": 6, "id": 21, "lemma": "open", "misc": "", "start_char": 407, "text": "open", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 413, "feats": null, "head": 6, "id": 22, "lemma": ".", "misc": "", "start_char": 412, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (ADJP (JJ Tight) (, ,) (JJ baggy) (CC or) (JJ oversized)) (NNS shirts)) (VP (VBP are) (RB not) (VP (VBN permitted))) (. .)))" }, "speaker": null, "text": "Tight, baggy or oversized shirts are not permitted.", "tokens": [ { "deprel": "amod", "end_char": 419, "feats": "Degree=Pos", "head": 6, "id": 1, "lemma": "tight", "misc": "", "start_char": 414, "text": "Tight", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 421, "feats": null, "head": 3, "id": 2, "lemma": ",", "misc": "", "start_char": 420, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 427, "feats": "Degree=Pos", "head": 1, "id": 3, "lemma": "baggy", "misc": "", "start_char": 422, "text": "baggy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 430, "feats": null, "head": 5, "id": 4, "lemma": "or", "misc": "", "start_char": 428, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 440, "feats": "Degree=Pos", "head": 1, "id": 5, "lemma": "oversized", "misc": "", "start_char": 431, "text": "oversized", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 447, "feats": "Number=Plur", "head": 9, "id": 6, "lemma": "shirt", "misc": "", "start_char": 441, "text": "shirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 451, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 448, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 455, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 452, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 465, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 9, "lemma": "permit", "misc": "", "start_char": 456, "text": "permitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 467, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 466, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 469, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 468, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NP (NP (NNS Pants)) (: :) (S (NP (DT All) (NNS students)) (VP (MD will) (VP (VB be) (VP (VBN required) (S (VP (TO to) (VP (VB wear) (NP (JJ brown) (VBN belted) (NNS pants))))))))) (. .)))" }, "speaker": null, "text": "Pants: All students will be required to wear brown belted pants.", "tokens": [ { "deprel": "root", "end_char": 475, "feats": "Number=Plur", "head": 0, "id": 1, "lemma": "pant", "misc": "", "start_char": 470, "text": "Pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 477, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 476, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 481, "feats": null, "head": 4, "id": 3, "lemma": "all", "misc": "", "start_char": 478, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 490, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "student", "misc": "", "start_char": 482, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 495, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "will", "misc": "", "start_char": 491, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 498, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 496, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "appos", "end_char": 507, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 1, "id": 7, "lemma": "require", "misc": "", "start_char": 499, "text": "required", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 510, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 508, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 515, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "wear", "misc": "", "start_char": 511, "text": "wear", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 521, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "brown", "misc": "", "start_char": 516, "text": "brown", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 528, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 11, "lemma": "bel", "misc": "", "start_char": 522, "text": "belted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 534, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "pant", "misc": "", "start_char": 529, "text": "pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 536, "feats": null, "head": 1, "id": 13, "lemma": ".", "misc": "", "start_char": 535, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT All) (NNS pants)) (VP (MD must) (VP (VB be) (VP (VBN worn) (PP (IN with) (NP (NP (DT a) (JJ smooth) (, ,) (JJ flat) (ADJP (JJ black) (CC or) (JJ brown)) (NN belt)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD must) (VP (VB be) (ADJP (ADJP (JJ visible)) (CC and) (VP (VBN fastened) (PP (IN at) (NP (DT the) (NN waist)))))))))))))) (. .)))" }, "speaker": null, "text": "All pants must be worn with a smooth, flat black or brown belt, which must be visible and fastened at the waist.", "tokens": [ { "deprel": "det", "end_char": 540, "feats": null, "head": 2, "id": 1, "lemma": "all", "misc": "", "start_char": 537, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 546, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "pant", "misc": "", "start_char": 541, "text": "pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 551, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "must", "misc": "", "start_char": 547, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 554, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 552, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 559, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "wear", "misc": "", "start_char": 555, "text": "worn", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 564, "feats": null, "head": 14, "id": 6, "lemma": "with", "misc": "", "start_char": 560, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 566, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 7, "lemma": "a", "misc": "", "start_char": 565, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 573, "feats": "Degree=Pos", "head": 14, "id": 8, "lemma": "smooth", "misc": "", "start_char": 567, "text": "smooth", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 575, "feats": null, "head": 14, "id": 9, "lemma": ",", "misc": "", "start_char": 574, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 580, "feats": "Degree=Pos", "head": 14, "id": 10, "lemma": "flat", "misc": "", "start_char": 576, "text": "flat", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 586, "feats": "Degree=Pos", "head": 14, "id": 11, "lemma": "black", "misc": "", "start_char": 581, "text": "black", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 589, "feats": null, "head": 13, "id": 12, "lemma": "or", "misc": "", "start_char": 587, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 595, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "brown", "misc": "", "start_char": 590, "text": "brown", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 600, "feats": "Number=Sing", "head": 5, "id": 14, "lemma": "belt", "misc": "", "start_char": 596, "text": "belt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 602, "feats": null, "head": 14, "id": 15, "lemma": ",", "misc": "", "start_char": 601, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 608, "feats": "PronType=Rel", "head": 19, "id": 16, "lemma": "which", "misc": "", "start_char": 603, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 613, "feats": "VerbForm=Fin", "head": 19, "id": 17, "lemma": "must", "misc": "", "start_char": 609, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 616, "feats": "VerbForm=Inf", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 614, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl:relcl", "end_char": 624, "feats": "Degree=Pos", "head": 14, "id": 19, "lemma": "visible", "misc": "", "start_char": 617, "text": "visible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 628, "feats": null, "head": 21, "id": 20, "lemma": "and", "misc": "", "start_char": 625, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 637, "feats": "Tense=Past|VerbForm=Part", "head": 19, "id": 21, "lemma": "fasten", "misc": "", "start_char": 629, "text": "fastened", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 640, "feats": null, "head": 24, "id": 22, "lemma": "at", "misc": "", "start_char": 638, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 644, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 23, "lemma": "the", "misc": "", "start_char": 641, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 650, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "waist", "misc": "", "start_char": 645, "text": "waist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 652, "feats": null, "head": 5, "id": 25, "lemma": ".", "misc": "", "start_char": 651, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN length)) (PP (IN of) (NP (DT the) (NN pant) (NN leg)))) (VP (MD must) (VP (VB be) (ADJP (JJ long) (RB enough) (S (VP (TO to) (VP (VB cover) (NP (NNS socks)))))))) (. .)))" }, "speaker": null, "text": "The length of the pant leg must be long enough to cover socks.", "tokens": [ { "deprel": "det", "end_char": 656, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 653, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 663, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "length", "misc": "", "start_char": 657, "text": "length", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 666, "feats": null, "head": 6, "id": 3, "lemma": "of", "misc": "", "start_char": 664, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 670, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 667, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 675, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "pant", "misc": "", "start_char": 671, "text": "pant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 679, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "leg", "misc": "", "start_char": 676, "text": "leg", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 684, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "must", "misc": "", "start_char": 680, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 687, "feats": "VerbForm=Inf", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 685, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 692, "feats": "Degree=Pos", "head": 0, "id": 9, "lemma": "long", "misc": "", "start_char": 688, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 699, "feats": null, "head": 9, "id": 10, "lemma": "enough", "misc": "", "start_char": 693, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 702, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 700, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 708, "feats": "VerbForm=Inf", "head": 9, "id": 12, "lemma": "cover", "misc": "", "start_char": 703, "text": "cover", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 714, "feats": "Number=Plur", "head": 12, "id": 13, "lemma": "sock", "misc": "", "start_char": 709, "text": "socks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 716, "feats": null, "head": 9, "id": 14, "lemma": ".", "misc": "", "start_char": 715, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NNS Pants)) (VP (MD may) (RB not) (VP (VB be) (VP (VBN made) (PP (IN of) (NP (NP (NN jean) (NNS materials)) (, ,) (CC or) (NP (DT any) (JJ other) (JJ form-fitting) (NN material))))))) (. .)))" }, "speaker": null, "text": "Pants may not be made of jean materials, or any other form-fitting material.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 722, "feats": "Number=Plur", "head": 5, "id": 1, "lemma": "pant", "misc": "", "start_char": 717, "text": "Pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 726, "feats": "VerbForm=Fin", "head": 5, "id": 2, "lemma": "may", "misc": "", "start_char": 723, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 730, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 727, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 733, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 731, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 738, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "make", "misc": "", "start_char": 734, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 741, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 739, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 746, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "jean", "misc": "", "start_char": 742, "text": "jean", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 756, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "material", "misc": "", "start_char": 747, "text": "materials", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 758, "feats": null, "head": 14, "id": 9, "lemma": ",", "misc": "", "start_char": 757, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 761, "feats": null, "head": 14, "id": 10, "lemma": "or", "misc": "", "start_char": 759, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 765, "feats": null, "head": 14, "id": 11, "lemma": "any", "misc": "", "start_char": 762, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 771, "feats": "Degree=Pos", "head": 14, "id": 12, "lemma": "other", "misc": "", "start_char": 766, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 784, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "form-fitting", "misc": "", "start_char": 772, "text": "form-fitting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 793, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "material", "misc": "", "start_char": 785, "text": "material", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 795, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 794, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (S (NP (NNS Pants)) (VP (VBP are) (S (VP (TO to) (VP (VB fit) (ADVP (RB properly))))))) (, ,) (RB so) (S (NP (PRP they)) (VP (VBP are) (RB not) (ADJP (ADJP (RB extremely) (JJ tight)) (, ,) (ADJP (JJ baggy)) (, ,) (CC or) (VP (VBN worn) (PP (IN below) (NP (DT the) (NN waist))))))) (. .)))" }, "speaker": null, "text": "Pants are to fit properly, so they are not extremely tight, baggy, or worn below the waist.", "tokens": [ { "deprel": "nsubj", "end_char": 801, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "pant", "misc": "", "start_char": 796, "text": "Pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 805, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 802, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "mark", "end_char": 808, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 806, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 812, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "fit", "misc": "", "start_char": 809, "text": "fit", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 821, "feats": null, "head": 4, "id": 5, "lemma": "properly", "misc": "", "start_char": 813, "text": "properly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 823, "feats": null, "head": 4, "id": 6, "lemma": ",", "misc": "", "start_char": 822, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 826, "feats": null, "head": 12, "id": 7, "lemma": "so", "misc": "", "start_char": 824, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 831, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 12, "id": 8, "lemma": "they", "misc": "", "start_char": 827, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 835, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 9, "lemma": "be", "misc": "", "start_char": 832, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 839, "feats": null, "head": 12, "id": 10, "lemma": "not", "misc": "", "start_char": 836, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 849, "feats": null, "head": 12, "id": 11, "lemma": "extremely", "misc": "", "start_char": 840, "text": "extremely", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 855, "feats": "Degree=Pos", "head": 4, "id": 12, "lemma": "tight", "misc": "", "start_char": 850, "text": "tight", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 857, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 856, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 863, "feats": "Degree=Pos", "head": 12, "id": 14, "lemma": "baggy", "misc": "", "start_char": 858, "text": "baggy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 865, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 864, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 868, "feats": null, "head": 17, "id": 16, "lemma": "or", "misc": "", "start_char": 866, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 873, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 17, "lemma": "wear", "misc": "", "start_char": 869, "text": "worn", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 879, "feats": null, "head": 20, "id": 18, "lemma": "below", "misc": "", "start_char": 874, "text": "below", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 883, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 880, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 889, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "waist", "misc": "", "start_char": 884, "text": "waist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 891, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 890, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 893, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 892, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NP (NP (NNS Skirts)) (: :) (S (NP (NNS Girls)) (VP (MD may) (VP (VB wear) (NP (NNS skirts)) (PP (IN over) (NP (PRP$ their) (JJ uniform) (NN skirt)))))) (. .)))" }, "speaker": null, "text": "Skirts: Girls may wear skirts over their uniform skirt.", "tokens": [ { "deprel": "root", "end_char": 900, "feats": "Number=Plur", "head": 0, "id": 1, "lemma": "skirt", "misc": "", "start_char": 894, "text": "Skirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 902, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 901, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 908, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "Girls", "misc": "", "start_char": 903, "text": "Girls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 912, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "may", "misc": "", "start_char": 909, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 917, "feats": "VerbForm=Inf", "head": 1, "id": 5, "lemma": "wear", "misc": "", "start_char": 913, "text": "wear", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 924, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "skirt", "misc": "", "start_char": 918, "text": "skirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 929, "feats": null, "head": 10, "id": 7, "lemma": "over", "misc": "", "start_char": 925, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 935, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "their", "misc": "", "start_char": 930, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 943, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "uniform", "misc": "", "start_char": 936, "text": "uniform", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 949, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "skirt", "misc": "", "start_char": 944, "text": "skirt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 951, "feats": null, "head": 1, "id": 11, "lemma": ".", "misc": "", "start_char": 950, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN length)) (PP (IN of) (NP (DT the) (NN skirt)))) (VP (MD may) (VP (VB be) (ADJP (RB not) (JJR shorter) (PP (IN than) (NP (NP (CD one) (NN inch)) (PP (IN above) (NP (NP (DT the) (NN middle)) (PP (IN of) (NP (DT the) (NN kneecap)))))))))) (. .)))" }, "speaker": null, "text": "The length of the skirt may be not shorter than one inch above the middle of the kneecap.", "tokens": [ { "deprel": "det", "end_char": 955, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 952, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 962, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "length", "misc": "", "start_char": 956, "text": "length", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 965, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 963, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 969, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 966, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 975, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "skirt", "misc": "", "start_char": 970, "text": "skirt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 979, "feats": "VerbForm=Fin", "head": 9, "id": 6, "lemma": "may", "misc": "", "start_char": 976, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 982, "feats": "VerbForm=Inf", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 980, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 986, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 983, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 994, "feats": "Degree=Cmp", "head": 0, "id": 9, "lemma": "short", "misc": "", "start_char": 987, "text": "shorter", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 999, "feats": null, "head": 12, "id": 10, "lemma": "than", "misc": "", "start_char": 995, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1003, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "one", "misc": "", "start_char": 1000, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1008, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "inch", "misc": "", "start_char": 1004, "text": "inch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1014, "feats": null, "head": 15, "id": 13, "lemma": "above", "misc": "", "start_char": 1009, "text": "above", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1018, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 1015, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1025, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "middle", "misc": "", "start_char": 1019, "text": "middle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1028, "feats": null, "head": 18, "id": 16, "lemma": "of", "misc": "", "start_char": 1026, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1032, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 1029, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1040, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "kneecap", "misc": "", "start_char": 1033, "text": "kneecap", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1042, "feats": null, "head": 9, "id": 19, "lemma": ".", "misc": "", "start_char": 1041, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NNP Jean) (NNS skirts)) (VP (VBP are) (RB not) (VP (VBN permitted))) (. .)))" }, "speaker": null, "text": "Jean skirts are not permitted.", "tokens": [ { "deprel": "compound", "end_char": 1047, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jean", "misc": "", "start_char": 1043, "text": "Jean", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj:pass", "end_char": 1054, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "skirt", "misc": "", "start_char": 1048, "text": "skirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1058, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1055, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1062, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 1059, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1072, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "permit", "misc": "", "start_char": 1063, "text": "permitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1074, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 1073, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NNS Girls)) (VP (VBP are) (RB not) (VP (VBN allowed) (S (VP (TO to) (VP (VB wear) (NP (NNS dresses))))))) (. .)))" }, "speaker": null, "text": "Girls are not allowed to wear dresses.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1080, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "Girls", "misc": "", "start_char": 1075, "text": "Girls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1084, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1081, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1088, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 1085, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1096, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "allow", "misc": "", "start_char": 1089, "text": "allowed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1099, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1097, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1104, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "wear", "misc": "", "start_char": 1100, "text": "wear", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1112, "feats": "Number=Plur", "head": 6, "id": 7, "lemma": "dress", "misc": "", "start_char": 1105, "text": "dresses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1114, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 1113, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1116, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1115, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NP (NP (NN Gym) (NNS Clothes)) (: :) (S (NP (NP (DT The) (NN uniform)) (PP (IN for) (NP (NN gym)))) (VP (MD will) (VP (VB consist) (PP (IN of) (NP (NP (NN basketball) (NN style) (NNS shorts)) (CC or) (NP (NP (NNS sweatpants)) (CC and) (NP (DT a) (JJ plain) (JJ gray) (NN T-shirt)))))))) (. .)))" }, "speaker": null, "text": "Gym Clothes: The uniform for gym will consist of basketball style shorts or sweatpants and a plain gray T-shirt.", "tokens": [ { "deprel": "compound", "end_char": 1120, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "gym", "misc": "", "start_char": 1117, "text": "Gym", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1128, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "clothes", "misc": "", "start_char": 1121, "text": "Clothes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1130, "feats": null, "head": 2, "id": 3, "lemma": ":", "misc": "", "start_char": 1129, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 1134, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1131, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1142, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "uniform", "misc": "", "start_char": 1135, "text": "uniform", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1146, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 1143, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1150, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "gym", "misc": "", "start_char": 1147, "text": "gym", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1155, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "will", "misc": "", "start_char": 1151, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1163, "feats": "VerbForm=Inf", "head": 2, "id": 9, "lemma": "consist", "misc": "", "start_char": 1156, "text": "consist", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1166, "feats": null, "head": 13, "id": 10, "lemma": "of", "misc": "", "start_char": 1164, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1177, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "basketball", "misc": "", "start_char": 1167, "text": "basketball", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1183, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "style", "misc": "", "start_char": 1178, "text": "style", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1190, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "short", "misc": "", "start_char": 1184, "text": "shorts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1193, "feats": null, "head": 15, "id": 14, "lemma": "or", "misc": "", "start_char": 1191, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1204, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "sweatpant", "misc": "", "start_char": 1194, "text": "sweatpants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1208, "feats": null, "head": 20, "id": 16, "lemma": "and", "misc": "", "start_char": 1205, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1210, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 17, "lemma": "a", "misc": "", "start_char": 1209, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1216, "feats": "Degree=Pos", "head": 20, "id": 18, "lemma": "plain", "misc": "", "start_char": 1211, "text": "plain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1221, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "gray", "misc": "", "start_char": 1217, "text": "gray", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1229, "feats": "Number=Sing", "head": 13, "id": 20, "lemma": "t-shirt", "misc": "", "start_char": 1222, "text": "T-shirt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1231, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 1230, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (NNS Shorts) (CC and) (NNS sweatpants)) (VP (MD should) (VP (VB be) (ADJP (NN navy) (JJ blue)))) (. .)))" }, "speaker": null, "text": "Shorts and sweatpants should be navy blue.", "tokens": [ { "deprel": "nsubj", "end_char": 1238, "feats": "Number=Plur", "head": 7, "id": 1, "lemma": "short", "misc": "", "start_char": 1232, "text": "Shorts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1242, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 1239, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1253, "feats": "Number=Plur", "head": 1, "id": 3, "lemma": "sweatpant", "misc": "", "start_char": 1243, "text": "sweatpants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1260, "feats": "VerbForm=Fin", "head": 7, "id": 4, "lemma": "should", "misc": "", "start_char": 1254, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1263, "feats": "VerbForm=Inf", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 1261, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "compound", "end_char": 1268, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "navy", "misc": "", "start_char": 1264, "text": "navy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1273, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "blue", "misc": "", "start_char": 1269, "text": "blue", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1275, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 1274, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1277, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1276, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NP (NP (NN Footwear)) (: :) (S (NP (DT All) (NNS students)) (VP (MD will) (VP (VB be) (VP (VBN required) (S (VP (TO to) (VP (VB wear) (NP (JJ solid) (JJ black) (, ,) (JJ low) (NN cut) (, ,) (NN dress) (NNS shoes) (CC or) (NNS sneakers))))))))) (. .)))" }, "speaker": null, "text": "Footwear: All students will be required to wear solid black, low cut, dress shoes or sneakers.", "tokens": [ { "deprel": "root", "end_char": 1286, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "footwear", "misc": "", "start_char": 1278, "text": "Footwear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1288, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 1287, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 1292, "feats": null, "head": 4, "id": 3, "lemma": "all", "misc": "", "start_char": 1289, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1301, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "student", "misc": "", "start_char": 1293, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1306, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "will", "misc": "", "start_char": 1302, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1309, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1307, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "appos", "end_char": 1318, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 1, "id": 7, "lemma": "require", "misc": "", "start_char": 1310, "text": "required", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1321, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1319, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1326, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "wear", "misc": "", "start_char": 1322, "text": "wear", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1332, "feats": "Degree=Pos", "head": 17, "id": 10, "lemma": "solid", "misc": "", "start_char": 1327, "text": "solid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1338, "feats": "Degree=Pos", "head": 17, "id": 11, "lemma": "black", "misc": "", "start_char": 1333, "text": "black", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1340, "feats": null, "head": 14, "id": 12, "lemma": ",", "misc": "", "start_char": 1339, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1344, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "low", "misc": "", "start_char": 1341, "text": "low", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1348, "feats": "Number=Sing", "head": 17, "id": 14, "lemma": "cut", "misc": "", "start_char": 1345, "text": "cut", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1350, "feats": null, "head": 16, "id": 15, "lemma": ",", "misc": "", "start_char": 1349, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1356, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "dress", "misc": "", "start_char": 1351, "text": "dress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1362, "feats": "Number=Plur", "head": 9, "id": 17, "lemma": "shoe", "misc": "", "start_char": 1357, "text": "shoes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1365, "feats": null, "head": 19, "id": 18, "lemma": "or", "misc": "", "start_char": 1363, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1374, "feats": "Number=Plur", "head": 17, "id": 19, "lemma": "sneaker", "misc": "", "start_char": 1366, "text": "sneakers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1376, "feats": null, "head": 1, "id": 20, "lemma": ".", "misc": "", "start_char": 1375, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (NN Dress) (NNS shoes)) (PP (IN with) (NP (NNS laces) (CC and) (NNS sneakers)))) (VP (MD must) (VP (VB be) (VP (VBN tied))))) (CC and) (S (NP (NNS socks)) (VP (MD must) (VP (VB be) (VP (VBN worn))))) (. .)))" }, "speaker": null, "text": "Dress shoes with laces and sneakers must be tied and socks must be worn.", "tokens": [ { "deprel": "compound", "end_char": 1382, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "dress", "misc": "", "start_char": 1377, "text": "Dress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1388, "feats": "Number=Plur", "head": 9, "id": 2, "lemma": "shoe", "misc": "", "start_char": 1383, "text": "shoes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1393, "feats": null, "head": 4, "id": 3, "lemma": "with", "misc": "", "start_char": 1389, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1399, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "lace", "misc": "", "start_char": 1394, "text": "laces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1403, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1400, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1412, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "sneaker", "misc": "", "start_char": 1404, "text": "sneakers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1417, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "must", "misc": "", "start_char": 1413, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1420, "feats": "VerbForm=Inf", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1418, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1425, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 9, "lemma": "tie", "misc": "", "start_char": 1421, "text": "tied", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cc", "end_char": 1429, "feats": null, "head": 14, "id": 10, "lemma": "and", "misc": "", "start_char": 1426, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 1435, "feats": "Number=Plur", "head": 14, "id": 11, "lemma": "sock", "misc": "", "start_char": 1430, "text": "socks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1440, "feats": "VerbForm=Fin", "head": 14, "id": 12, "lemma": "must", "misc": "", "start_char": 1436, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1443, "feats": "VerbForm=Inf", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 1441, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 1448, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 9, "id": 14, "lemma": "wear", "misc": "", "start_char": 1444, "text": "worn", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1450, "feats": null, "head": 9, "id": 15, "lemma": ".", "misc": "", "start_char": 1449, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Platforms)) (, ,) (CC and) (NP (NN boot-type)) (CC or) (NP (JJ athletic) (NN footwear))) (VP (VBP are) (RB not) (VP (VBN permitted))) (. .)))" }, "speaker": null, "text": "Platforms, and boot-type or athletic footwear are not permitted.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1460, "feats": "Number=Plur", "head": 10, "id": 1, "lemma": "platform", "misc": "", "start_char": 1451, "text": "Platforms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1462, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 1461, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1466, "feats": null, "head": 7, "id": 3, "lemma": "and", "misc": "", "start_char": 1463, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1476, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "boot-type", "misc": "", "start_char": 1467, "text": "boot-type", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1479, "feats": null, "head": 6, "id": 5, "lemma": "or", "misc": "", "start_char": 1477, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1488, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "athletic", "misc": "", "start_char": 1480, "text": "athletic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1497, "feats": "Number=Sing", "head": 1, "id": 7, "lemma": "footwear", "misc": "", "start_char": 1489, "text": "footwear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1501, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 1498, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1505, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 1502, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1515, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "permit", "misc": "", "start_char": 1506, "text": "permitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1517, "feats": null, "head": 10, "id": 11, "lemma": ".", "misc": "", "start_char": 1516, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (JJ Black) (, ,) (JJ brown) (NNS boots)) (VP (VBP are) (VP (VBN allowed) (PP (IN during) (NP (JJ cold) (NN weather))) (, ,) (ADVP (ADVP (RB as) (RB long)) (SBAR (IN as) (S (NP (PRP they)) (VP (VBP are) (VP (VBN worn) (VP (VP (VBN tied)) (CC or) (VP (VBN zipped)) (PP (IN with) (NP (NN pant) (NNS legs))) (PP (IN over) (NP (PRP them)))) (PP (IN during) (NP (NN school) (NN time)))))))))) (. .)))" }, "speaker": null, "text": "Black, brown boots are allowed during cold weather, as long as they are worn tied or zipped with pant legs over them during school time.", "tokens": [ { "deprel": "amod", "end_char": 1523, "feats": "Degree=Pos", "head": 4, "id": 1, "lemma": "Black", "misc": "", "start_char": 1518, "text": "Black", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1525, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1524, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1531, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "brown", "misc": "", "start_char": 1526, "text": "brown", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1537, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "boot", "misc": "", "start_char": 1532, "text": "boots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1541, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1538, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1549, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "allow", "misc": "", "start_char": 1542, "text": "allowed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1556, "feats": null, "head": 9, "id": 7, "lemma": "during", "misc": "", "start_char": 1550, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1561, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "cold", "misc": "", "start_char": 1557, "text": "cold", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1569, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "weather", "misc": "", "start_char": 1562, "text": "weather", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1571, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 1570, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1574, "feats": null, "head": 12, "id": 11, "lemma": "as", "misc": "", "start_char": 1572, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1579, "feats": "Degree=Pos", "head": 6, "id": 12, "lemma": "long", "misc": "", "start_char": 1575, "text": "long", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1582, "feats": null, "head": 17, "id": 13, "lemma": "as", "misc": "", "start_char": 1580, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 1587, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 16, "id": 14, "lemma": "they", "misc": "", "start_char": 1583, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1591, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 15, "lemma": "be", "misc": "", "start_char": 1588, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1596, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 17, "id": 16, "lemma": "wear", "misc": "", "start_char": 1592, "text": "worn", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advcl", "end_char": 1601, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 17, "lemma": "tie", "misc": "", "start_char": 1597, "text": "tied", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cc", "end_char": 1604, "feats": null, "head": 19, "id": 18, "lemma": "or", "misc": "", "start_char": 1602, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1611, "feats": "Tense=Past|VerbForm=Part", "head": 17, "id": 19, "lemma": "zipped", "misc": "", "start_char": 1605, "text": "zipped", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1616, "feats": null, "head": 22, "id": 20, "lemma": "with", "misc": "", "start_char": 1612, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1621, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "pant", "misc": "", "start_char": 1617, "text": "pant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1626, "feats": "Number=Plur", "head": 19, "id": 22, "lemma": "leg", "misc": "", "start_char": 1622, "text": "legs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1631, "feats": null, "head": 24, "id": 23, "lemma": "over", "misc": "", "start_char": 1627, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1636, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 19, "id": 24, "lemma": "they", "misc": "", "start_char": 1632, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1643, "feats": null, "head": 27, "id": 25, "lemma": "during", "misc": "", "start_char": 1637, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1650, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "school", "misc": "", "start_char": 1644, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1655, "feats": "Number=Sing", "head": 24, "id": 27, "lemma": "time", "misc": "", "start_char": 1651, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1657, "feats": null, "head": 6, "id": 28, "lemma": ".", "misc": "", "start_char": 1656, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Shirts: All students will be required to wear a polo or oxford shirt. Each shirt must be in the color chosen by their school and have the appropriate school logo as noted below. Shirts are to be purchased from the stores as listed below. No other shirts will be allowed as part of the high school uniform. All shirts are to be put into trousers at all times and only one button below the collar may be open. Tight, baggy or oversized shirts are not permitted. Pants: All students will be required to wear brown belted pants. All pants must be worn with a smooth, flat black or brown belt, which must be visible and fastened at the waist. The length of the pant leg must be long enough to cover socks. Pants may not be made of jean materials, or any other form-fitting material. Pants are to fit properly, so they are not extremely tight, baggy, or worn below the waist. Skirts: Girls may wear skirts over their uniform skirt. The length of the skirt may be not shorter than one inch above the middle of the kneecap. Jean skirts are not permitted. Girls are not allowed to wear dresses. Gym Clothes: The uniform for gym will consist of basketball style shorts or sweatpants and a plain gray T-shirt. Shorts and sweatpants should be navy blue. Footwear: All students will be required to wear solid black, low cut, dress shoes or sneakers. Dress shoes with laces and sneakers must be tied and socks must be worn. Platforms, and boot-type or athletic footwear are not permitted. Black, brown boots are allowed during cold weather, as long as they are worn tied or zipped with pant legs over them during school time.
[ [ [ 0, 0, 0 ], [ 2, 0, 0 ] ], [ [ 0, 2, 3 ], [ 7, 2, 3 ], [ 21, 2, 3 ], [ 1, 9, 9 ] ], [ [ 1, 0, 1 ] ], [ [ 7, 0, 0 ], [ 10, 0, 0 ], [ 11, 0, 0 ], [ 11, 7, 7 ] ], [ [ 8, 0, 1 ] ], [ [ 9, 0, 5 ] ], [ [ 9, 3, 5 ] ], [ [ 9, 4, 4 ], [ 24, 20, 20 ] ], [ [ 7, 9, 11 ] ], [ [ 8, 22, 23 ], [ 11, 18, 19 ] ], [ [ 10, 10, 13 ] ], [ [ 10, 6, 7 ] ], [ [ 5, 0, 5 ] ], [ [ 4, 7, 7 ] ], [ [ 4, 9, 10 ] ], [ [ 3, 9, 12 ] ], [ [ 4, 16, 17 ] ], [ [ 1, 13, 16 ] ], [ [ 1, 9, 10 ] ], [ [ 1, 5, 6 ] ], [ [ 2, 6, 7 ] ], [ [ 3, 7, 12 ] ], [ [ 3, 0, 2 ] ], [ [ 4, 0, 1 ] ], [ [ 13, 0, 0 ], [ 13, 5, 5 ] ], [ [ 14, 0, 4 ] ], [ [ 14, 3, 4 ] ], [ [ 15, 0, 1 ] ], [ [ 16, 0, 0 ], [ 13, 2, 2 ], [ 13, 7, 7 ] ], [ [ 16, 6, 6 ] ], [ [ 13, 7, 9 ] ], [ [ 14, 10, 11 ] ], [ [ 14, 13, 17 ] ], [ [ 14, 16, 17 ] ], [ [ 18, 0, 1 ] ], [ [ 18, 10, 14 ] ], [ [ 18, 16, 19 ] ], [ [ 19, 0, 2 ] ], [ [ 18, 10, 11 ] ], [ [ 18, 10, 10 ] ], [ [ 19, 5, 6 ] ], [ [ 21, 0, 0 ] ], [ [ 22, 3, 3 ] ], [ [ 22, 5, 5 ] ], [ [ 22, 10, 10 ], [ 9, 12, 12 ] ], [ [ 23, 0, 0 ] ], [ [ 23, 3, 3 ] ], [ [ 23, 5, 6 ] ], [ [ 24, 0, 3 ] ], [ [ 24, 7, 8 ] ], [ [ 24, 13, 13 ], [ 24, 23, 23 ] ], [ [ 24, 20, 21 ] ], [ [ 24, 25, 26 ] ], [ [ 24, 25, 25 ], [ 1, 15, 15 ] ], [ [ 3, 10, 11 ] ], [ [ 4, 13, 17 ] ], [ [ 8, 6, 23 ] ], [ [ 10, 6, 6 ], [ 15, 0, 0 ] ], [ [ 18, 3, 6 ] ], [ [ 18, 0, 0 ], [ 18, 6, 6 ] ], [ [ 19, 2, 2 ] ], [ [ 19, 0, 0 ] ], [ [ 21, 15, 15 ], [ 22, 0, 0 ] ], [ [ 21, 9, 18 ] ], [ [ 22, 0, 5 ] ], [ [ 22, 3, 5 ] ], [ [ 0, 9, 13 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36124
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (NP (NML (NNP BEIJING) (, -) (NNP President)) (NNP Xi) (NNP Jinping) (POS 's)) (NN visit)) (PP (IN to) (NP (NNP Russia)))) (VP (VP (VBZ has) (VP (VBN enhanced) (NP (JJ bilateral) (JJ strategic) (JJ mutual) (NN trust) (CC and) (NN support)))) (, ,) (CC and) (VP (VBD expanded) (NP (NP (JJ practical) (NN cooperation)) (PP (IN between) (NP (DT the) (CD two) (NNS countries))))))) (, ,) (NP (NML (JJ Chinese) (NNP Foreign) (NNP Minister)) (NNP Wang) (NNP Yi)) (VP (VBD told) (NP (NN media)) (PP (IN on) (NP (NNP Sunday)))) (. .)))" }, "speaker": null, "text": "BEIJING - President Xi Jinping's visit to Russia has enhanced bilateral strategic mutual trust and support, and expanded practical cooperation between the two countries, Chinese Foreign Minister Wang Yi told media on Sunday.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 33, "id": 1, "lemma": "BEIJING", "misc": "", "start_char": 0, "text": "BEIJING", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 9, "feats": null, "head": 33, "id": 2, "lemma": "-", "misc": "", "start_char": 8, "text": "-", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 19, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "President", "misc": "", "start_char": 10, "text": "President", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 22, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Xi", "misc": "", "start_char": 20, "text": "Xi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 30, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Jinping", "misc": "", "start_char": 23, "text": "Jinping", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 33, "feats": null, "head": 3, "id": 6, "lemma": "'s", "misc": "", "start_char": 31, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 39, "feats": "Number=Sing", "head": 11, "id": 7, "lemma": "visit", "misc": "", "start_char": 34, "text": "visit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 42, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 40, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 49, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Russia", "misc": "", "start_char": 43, "text": "Russia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 53, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "have", "misc": "", "start_char": 50, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "parataxis", "end_char": 62, "feats": "Tense=Past|VerbForm=Part", "head": 1, "id": 11, "lemma": "enhance", "misc": "", "start_char": 54, "text": "enhanced", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 72, "feats": "Degree=Pos", "head": 15, "id": 12, "lemma": "bilateral", "misc": "", "start_char": 63, "text": "bilateral", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 82, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "strategic", "misc": "", "start_char": 73, "text": "strategic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 89, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "mutual", "misc": "", "start_char": 83, "text": "mutual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 95, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "trust", "misc": "", "start_char": 90, "text": "trust", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 99, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 96, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 107, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "support", "misc": "", "start_char": 100, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 109, "feats": null, "head": 20, "id": 18, "lemma": ",", "misc": "", "start_char": 108, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 113, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 110, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 122, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 20, "lemma": "expand", "misc": "", "start_char": 114, "text": "expanded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 132, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "practical", "misc": "", "start_char": 123, "text": "practical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 144, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "cooperation", "misc": "", "start_char": 133, "text": "cooperation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 152, "feats": null, "head": 26, "id": 23, "lemma": "between", "misc": "", "start_char": 145, "text": "between", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 156, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 24, "lemma": "the", "misc": "", "start_char": 153, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 160, "feats": "NumForm=Word|NumType=Card", "head": 26, "id": 25, "lemma": "two", "misc": "", "start_char": 157, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 170, "feats": "Number=Plur", "head": 22, "id": 26, "lemma": "country", "misc": "", "start_char": 161, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 172, "feats": null, "head": 33, "id": 27, "lemma": ",", "misc": "", "start_char": 171, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 180, "feats": "Degree=Pos", "head": 30, "id": 28, "lemma": "Chinese", "misc": "", "start_char": 173, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 188, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "foreign", "misc": "", "start_char": 181, "text": "Foreign", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 197, "feats": "Number=Sing", "head": 33, "id": 30, "lemma": "Minister", "misc": "", "start_char": 189, "text": "Minister", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 202, "feats": "Number=Sing", "head": 30, "id": 31, "lemma": "Wang", "misc": "", "start_char": 198, "text": "Wang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 205, "feats": "Number=Sing", "head": 30, "id": 32, "lemma": "Yi", "misc": "", "start_char": 203, "text": "Yi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 210, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 33, "lemma": "tell", "misc": "", "start_char": 206, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 216, "feats": "Number=Sing", "head": 33, "id": 34, "lemma": "media", "misc": "", "start_char": 211, "text": "media", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 219, "feats": null, "head": 36, "id": 35, "lemma": "on", "misc": "", "start_char": 217, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 226, "feats": "Number=Sing", "head": 33, "id": 36, "lemma": "Sunday", "misc": "", "start_char": 220, "text": "Sunday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 228, "feats": null, "head": 33, "id": 37, "lemma": ".", "misc": "", "start_char": 227, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 230, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 229, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NNP Wang)) (VP (VBD made) (NP (DT the) (NNS remarks)) (SBAR (IN while) (S (VP (VBG introducing) (PP (IN to) (NP (NP (NNS reporters)) (VP (VBG travelling) (PP (IN with) (NP (DT the) (JJ Chinese) (JJ official) (NN delegation))) (NP (NP (DT the) (NNS fruits)) (PP (IN of) (NP (NP (NP (NNP Xi) (POS 's)) (JJ first) (JJ foreign) (NN trip)) (PP (IN as) (NP (NP (NP (NP (NNP China) (POS 's)) (JJ new) (NN head)) (PP (IN of) (NP (NN state)))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD had) (VP (VBN taken) (NP (PRP him)) (PP (IN to) (NP (NP (NNP Russia)) (, ,) (NP (NNP Tanzania)) (, ,) (NP (NNP South) (NNP Africa)) (, ,) (CC and) (NP (NP (DT the) (NNP Republic)) (PP (IN of) (NP (DT the) (NNP Congo)))))))))))))))))))))) (. .)))" }, "speaker": null, "text": "Wang made the remarks while introducing to reporters travelling with the Chinese official delegation the fruits of Xi's first foreign trip as China's new head of state, which had taken him to Russia, Tanzania, South Africa, and the Republic of the Congo.", "tokens": [ { "deprel": "nsubj", "end_char": 235, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Wang", "misc": "", "start_char": 231, "text": "Wang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 240, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "make", "misc": "", "start_char": 236, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 244, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 241, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 252, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "remark", "misc": "", "start_char": 245, "text": "remarks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 258, "feats": null, "head": 6, "id": 5, "lemma": "while", "misc": "", "start_char": 253, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 270, "feats": "VerbForm=Ger", "head": 2, "id": 6, "lemma": "introduce", "misc": "", "start_char": 259, "text": "introducing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 273, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 271, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 283, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "reporter", "misc": "", "start_char": 274, "text": "reporters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 294, "feats": "VerbForm=Ger", "head": 8, "id": 9, "lemma": "travel", "misc": "", "start_char": 284, "text": "travelling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 299, "feats": null, "head": 14, "id": 10, "lemma": "with", "misc": "", "start_char": 295, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 303, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 11, "lemma": "the", "misc": "", "start_char": 300, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 311, "feats": "Degree=Pos", "head": 14, "id": 12, "lemma": "Chinese", "misc": "", "start_char": 304, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 320, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "official", "misc": "", "start_char": 312, "text": "official", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 331, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "delegation", "misc": "", "start_char": 321, "text": "delegation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 335, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 332, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 342, "feats": "Number=Plur", "head": 9, "id": 16, "lemma": "fruit", "misc": "", "start_char": 336, "text": "fruits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 345, "feats": null, "head": 22, "id": 17, "lemma": "of", "misc": "", "start_char": 343, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 348, "feats": "Number=Sing", "head": 22, "id": 18, "lemma": "Xi", "misc": "", "start_char": 346, "text": "Xi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 351, "feats": null, "head": 18, "id": 19, "lemma": "'s", "misc": "", "start_char": 349, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 357, "feats": "Degree=Pos|NumType=Ord", "head": 22, "id": 20, "lemma": "first", "misc": "", "start_char": 352, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 365, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "foreign", "misc": "", "start_char": 358, "text": "foreign", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 370, "feats": "Number=Sing", "head": 16, "id": 22, "lemma": "trip", "misc": "", "start_char": 366, "text": "trip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 373, "feats": null, "head": 27, "id": 23, "lemma": "as", "misc": "", "start_char": 371, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 379, "feats": "Number=Sing", "head": 27, "id": 24, "lemma": "China", "misc": "", "start_char": 374, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 382, "feats": null, "head": 24, "id": 25, "lemma": "'s", "misc": "", "start_char": 380, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 386, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "new", "misc": "", "start_char": 383, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 391, "feats": "Number=Sing", "head": 22, "id": 27, "lemma": "head", "misc": "", "start_char": 387, "text": "head", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 394, "feats": null, "head": 29, "id": 28, "lemma": "of", "misc": "", "start_char": 392, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 400, "feats": "Number=Sing", "head": 27, "id": 29, "lemma": "state", "misc": "", "start_char": 395, "text": "state", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 402, "feats": null, "head": 22, "id": 30, "lemma": ",", "misc": "", "start_char": 401, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 408, "feats": "PronType=Rel", "head": 33, "id": 31, "lemma": "which", "misc": "", "start_char": 403, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 412, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 33, "id": 32, "lemma": "have", "misc": "", "start_char": 409, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 418, "feats": "Tense=Past|VerbForm=Part", "head": 22, "id": 33, "lemma": "take", "misc": "", "start_char": 413, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 422, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 33, "id": 34, "lemma": "he", "misc": "", "start_char": 419, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 425, "feats": null, "head": 36, "id": 35, "lemma": "to", "misc": "", "start_char": 423, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 432, "feats": "Number=Sing", "head": 33, "id": 36, "lemma": "Russia", "misc": "", "start_char": 426, "text": "Russia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 434, "feats": null, "head": 38, "id": 37, "lemma": ",", "misc": "", "start_char": 433, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 443, "feats": "Number=Sing", "head": 36, "id": 38, "lemma": "Tanzania", "misc": "", "start_char": 435, "text": "Tanzania", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 445, "feats": null, "head": 41, "id": 39, "lemma": ",", "misc": "", "start_char": 444, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 451, "feats": "Number=Sing", "head": 41, "id": 40, "lemma": "South", "misc": "", "start_char": 446, "text": "South", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 458, "feats": "Number=Sing", "head": 36, "id": 41, "lemma": "Africa", "misc": "", "start_char": 452, "text": "Africa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 460, "feats": null, "head": 45, "id": 42, "lemma": ",", "misc": "", "start_char": 459, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 464, "feats": null, "head": 45, "id": 43, "lemma": "and", "misc": "", "start_char": 461, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 468, "feats": "Definite=Def|PronType=Art", "head": 45, "id": 44, "lemma": "the", "misc": "", "start_char": 465, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 477, "feats": "Number=Sing", "head": 36, "id": 45, "lemma": "Republic", "misc": "", "start_char": 469, "text": "Republic", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 480, "feats": null, "head": 48, "id": 46, "lemma": "of", "misc": "", "start_char": 478, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 484, "feats": "Definite=Def|PronType=Art", "head": 48, "id": 47, "lemma": "the", "misc": "", "start_char": 481, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 490, "feats": "Number=Sing", "head": 45, "id": 48, "lemma": "Congo", "misc": "", "start_char": 485, "text": "Congo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 492, "feats": null, "head": 2, "id": 49, "lemma": ".", "misc": "", "start_char": 491, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 494, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 493, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (PP (IN In) (NP (NNP Russia))) (, ,) (NP (NP (NNP Xi)) (CC and) (NP (DT the) (JJ Russian) (NN president) (NNP Putin))) (VP (VBD had) (VP (VBN spent) (NP (CD eight) (NNS hours)) (ADVP (RB together)) (PP (IN in) (NP (NP (NNS meetings) (CC and) (NNS exchanges)) (SBAR (WHNP (WDT that)) (S (VP (MD could) (VP (VB be) (VP (VBN characterized) (PP (IN as) (ADJP (JJ frank) (, ,) (JJ practical) (CC and) (JJ congenial))))))))))))) (, ,) (NP (NNP Wang)) (VP (VBD said) (, ,) (S (VP (VBG adding) (SBAR (S (NP (DT the) (CD two) (NNS leaders)) (VP (VP (VBD reached) (NP (NP (JJ important) (NN consensus)) (PP (IN on) (NP (JJ strategic) (NN coordination))))) (CC and) (VP (VBD set) (NP (DT the) (NN direction))) (CC and) (VP (VBD outlined) (NP (NP (JJ key) (NNS sectors)) (PP (IN for) (NP (JJ future) (NN cooperation))))))))))) (. .)))" }, "speaker": null, "text": "In Russia, Xi and the Russian president Putin had spent eight hours together in meetings and exchanges that could be characterized as frank, practical and congenial, Wang said, adding the two leaders reached important consensus on strategic coordination and set the direction and outlined key sectors for future cooperation.", "tokens": [ { "deprel": "case", "end_char": 497, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 495, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 504, "feats": "Number=Sing", "head": 11, "id": 2, "lemma": "Russia", "misc": "", "start_char": 498, "text": "Russia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 506, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 505, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 509, "feats": "Number=Sing", "head": 11, "id": 4, "lemma": "Xi", "misc": "", "start_char": 507, "text": "Xi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 513, "feats": null, "head": 8, "id": 5, "lemma": "and", "misc": "", "start_char": 510, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 517, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 514, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 525, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "Russian", "misc": "", "start_char": 518, "text": "Russian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 535, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "president", "misc": "", "start_char": 526, "text": "president", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 541, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "Putin", "misc": "", "start_char": 536, "text": "Putin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 545, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "have", "misc": "", "start_char": 542, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 551, "feats": "Tense=Past|VerbForm=Part", "head": 31, "id": 11, "lemma": "spend", "misc": "", "start_char": 546, "text": "spent", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nummod", "end_char": 557, "feats": "NumForm=Word|NumType=Card", "head": 13, "id": 12, "lemma": "eight", "misc": "", "start_char": 552, "text": "eight", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 563, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "hour", "misc": "", "start_char": 558, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 572, "feats": null, "head": 11, "id": 14, "lemma": "together", "misc": "", "start_char": 564, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 575, "feats": null, "head": 16, "id": 15, "lemma": "in", "misc": "", "start_char": 573, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 584, "feats": "Number=Plur", "head": 11, "id": 16, "lemma": "meeting", "misc": "", "start_char": 576, "text": "meetings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 588, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 585, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 598, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "exchange", "misc": "", "start_char": 589, "text": "exchanges", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj:pass", "end_char": 603, "feats": "PronType=Rel", "head": 22, "id": 19, "lemma": "that", "misc": "", "start_char": 599, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 609, "feats": "VerbForm=Fin", "head": 22, "id": 20, "lemma": "could", "misc": "", "start_char": 604, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 612, "feats": "VerbForm=Inf", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 610, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl:relcl", "end_char": 626, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 16, "id": 22, "lemma": "characterize", "misc": "", "start_char": 613, "text": "characterized", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 629, "feats": null, "head": 24, "id": 23, "lemma": "as", "misc": "", "start_char": 627, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 635, "feats": "Degree=Pos", "head": 22, "id": 24, "lemma": "frank", "misc": "", "start_char": 630, "text": "frank", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 637, "feats": null, "head": 26, "id": 25, "lemma": ",", "misc": "", "start_char": 636, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 647, "feats": "Degree=Pos", "head": 24, "id": 26, "lemma": "practical", "misc": "", "start_char": 638, "text": "practical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 651, "feats": null, "head": 28, "id": 27, "lemma": "and", "misc": "", "start_char": 648, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 661, "feats": "Degree=Pos", "head": 24, "id": 28, "lemma": "congenial", "misc": "", "start_char": 652, "text": "congenial", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 663, "feats": null, "head": 31, "id": 29, "lemma": ",", "misc": "", "start_char": 662, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 668, "feats": "Number=Sing", "head": 31, "id": 30, "lemma": "Wang", "misc": "", "start_char": 664, "text": "Wang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 673, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 31, "lemma": "say", "misc": "", "start_char": 669, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 675, "feats": null, "head": 31, "id": 32, "lemma": ",", "misc": "", "start_char": 674, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 682, "feats": "VerbForm=Ger", "head": 31, "id": 33, "lemma": "add", "misc": "", "start_char": 676, "text": "adding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 686, "feats": "Definite=Def|PronType=Art", "head": 36, "id": 34, "lemma": "the", "misc": "", "start_char": 683, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 690, "feats": "NumForm=Word|NumType=Card", "head": 36, "id": 35, "lemma": "two", "misc": "", "start_char": 687, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 698, "feats": "Number=Plur", "head": 37, "id": 36, "lemma": "leader", "misc": "", "start_char": 691, "text": "leaders", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 706, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 33, "id": 37, "lemma": "reach", "misc": "", "start_char": 699, "text": "reached", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 716, "feats": "Degree=Pos", "head": 39, "id": 38, "lemma": "important", "misc": "", "start_char": 707, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 726, "feats": "Number=Sing", "head": 37, "id": 39, "lemma": "consensus", "misc": "", "start_char": 717, "text": "consensus", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 729, "feats": null, "head": 42, "id": 40, "lemma": "on", "misc": "", "start_char": 727, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 739, "feats": "Degree=Pos", "head": 42, "id": 41, "lemma": "strategic", "misc": "", "start_char": 730, "text": "strategic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 752, "feats": "Number=Sing", "head": 39, "id": 42, "lemma": "coordination", "misc": "", "start_char": 740, "text": "coordination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 756, "feats": null, "head": 44, "id": 43, "lemma": "and", "misc": "", "start_char": 753, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 760, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 37, "id": 44, "lemma": "set", "misc": "", "start_char": 757, "text": "set", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 764, "feats": "Definite=Def|PronType=Art", "head": 46, "id": 45, "lemma": "the", "misc": "", "start_char": 761, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 774, "feats": "Number=Sing", "head": 44, "id": 46, "lemma": "direction", "misc": "", "start_char": 765, "text": "direction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 778, "feats": null, "head": 48, "id": 47, "lemma": "and", "misc": "", "start_char": 775, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 787, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 44, "id": 48, "lemma": "outline", "misc": "", "start_char": 779, "text": "outlined", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 791, "feats": "Degree=Pos", "head": 50, "id": 49, "lemma": "key", "misc": "", "start_char": 788, "text": "key", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 799, "feats": "Number=Plur", "head": 48, "id": 50, "lemma": "sector", "misc": "", "start_char": 792, "text": "sectors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 803, "feats": null, "head": 53, "id": 51, "lemma": "for", "misc": "", "start_char": 800, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 810, "feats": "Degree=Pos", "head": 53, "id": 52, "lemma": "future", "misc": "", "start_char": 804, "text": "future", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 822, "feats": "Number=Sing", "head": 50, "id": 53, "lemma": "cooperation", "misc": "", "start_char": 811, "text": "cooperation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 824, "feats": null, "head": 31, "id": 54, "lemma": ".", "misc": "", "start_char": 823, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 826, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 825, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (CD two) (NNS countries)) (VP (VBP have) (VP (VBN made) (S (NP (NP (PRP it))) (ADJP (JJ clear)) (SBAR (IN that) (S (NP (PRP they)) (VP (MD will) (VP (VB support) (NP (DT each) (JJ other)) (PP (IN in) (S (VP (VBG promoting) (NP (NP (PRP$ their) (JJ respective) (NML (NML (NN development)) (CC and) (NML (JJ national) (NN renewal)))) (, ,) (VP (VP (VBG safeguarding) (NP (NN core) (NNS interests))) (, ,) (CC and) (ADVP (RB independently)) (VP (VBG choosing) (NP (PRP$ their) (JJ own) (NML (NML (NN development) (NNS paths)) (CC and) (NML (ADJP (JJ social) (CC and) (JJ political)) (NNS systems)))))))))))))))))) (, ,) (NP (DT the) (JJ foreign) (NN minister)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "The two countries have made it clear that they will support each other in promoting their respective development and national renewal, safeguarding core interests, and independently choosing their own development paths and social and political systems, the foreign minister said.", "tokens": [ { "deprel": "det", "end_char": 830, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 827, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 834, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 2, "lemma": "two", "misc": "", "start_char": 831, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 844, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "country", "misc": "", "start_char": 835, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 849, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "have", "misc": "", "start_char": 845, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 854, "feats": "Tense=Past|VerbForm=Part", "head": 43, "id": 5, "lemma": "make", "misc": "", "start_char": 850, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "expl", "end_char": 857, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 6, "lemma": "it", "misc": "", "start_char": 855, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 863, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "clear", "misc": "", "start_char": 858, "text": "clear", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 868, "feats": null, "head": 11, "id": 8, "lemma": "that", "misc": "", "start_char": 864, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 873, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "they", "misc": "", "start_char": 869, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 878, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "will", "misc": "", "start_char": 874, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 886, "feats": "VerbForm=Inf", "head": 5, "id": 11, "lemma": "support", "misc": "", "start_char": 879, "text": "support", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 891, "feats": "ExtPos=PRON|PronType=Rcp", "head": 11, "id": 12, "lemma": "each", "misc": "", "start_char": 887, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 897, "feats": "Degree=Pos", "head": 12, "id": 13, "lemma": "other", "misc": "", "start_char": 892, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 900, "feats": null, "head": 15, "id": 14, "lemma": "in", "misc": "", "start_char": 898, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 910, "feats": "VerbForm=Ger", "head": 11, "id": 15, "lemma": "promote", "misc": "", "start_char": 901, "text": "promoting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 916, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "their", "misc": "", "start_char": 911, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 927, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "respective", "misc": "", "start_char": 917, "text": "respective", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 939, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "development", "misc": "", "start_char": 928, "text": "development", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 943, "feats": null, "head": 21, "id": 19, "lemma": "and", "misc": "", "start_char": 940, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 952, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "national", "misc": "", "start_char": 944, "text": "national", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 960, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "renewal", "misc": "", "start_char": 953, "text": "renewal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 962, "feats": null, "head": 23, "id": 22, "lemma": ",", "misc": "", "start_char": 961, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 975, "feats": "VerbForm=Ger", "head": 15, "id": 23, "lemma": "safeguard", "misc": "", "start_char": 963, "text": "safeguarding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 980, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "core", "misc": "", "start_char": 976, "text": "core", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 990, "feats": "Number=Plur", "head": 23, "id": 25, "lemma": "interest", "misc": "", "start_char": 981, "text": "interests", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 992, "feats": null, "head": 29, "id": 26, "lemma": ",", "misc": "", "start_char": 991, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 996, "feats": null, "head": 29, "id": 27, "lemma": "and", "misc": "", "start_char": 993, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1010, "feats": null, "head": 29, "id": 28, "lemma": "independently", "misc": "", "start_char": 997, "text": "independently", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1019, "feats": "VerbForm=Ger", "head": 15, "id": 29, "lemma": "choose", "misc": "", "start_char": 1011, "text": "choosing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1025, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 33, "id": 30, "lemma": "their", "misc": "", "start_char": 1020, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1029, "feats": "Degree=Pos", "head": 33, "id": 31, "lemma": "own", "misc": "", "start_char": 1026, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1041, "feats": "Number=Sing", "head": 33, "id": 32, "lemma": "development", "misc": "", "start_char": 1030, "text": "development", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1047, "feats": "Number=Plur", "head": 29, "id": 33, "lemma": "path", "misc": "", "start_char": 1042, "text": "paths", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1051, "feats": null, "head": 38, "id": 34, "lemma": "and", "misc": "", "start_char": 1048, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1058, "feats": "Degree=Pos", "head": 38, "id": 35, "lemma": "social", "misc": "", "start_char": 1052, "text": "social", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1062, "feats": null, "head": 37, "id": 36, "lemma": "and", "misc": "", "start_char": 1059, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1072, "feats": "Degree=Pos", "head": 35, "id": 37, "lemma": "political", "misc": "", "start_char": 1063, "text": "political", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1080, "feats": "Number=Plur", "head": 33, "id": 38, "lemma": "system", "misc": "", "start_char": 1073, "text": "systems", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1082, "feats": null, "head": 43, "id": 39, "lemma": ",", "misc": "", "start_char": 1081, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1086, "feats": "Definite=Def|PronType=Art", "head": 42, "id": 40, "lemma": "the", "misc": "", "start_char": 1083, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1094, "feats": "Degree=Pos", "head": 42, "id": 41, "lemma": "foreign", "misc": "", "start_char": 1087, "text": "foreign", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1103, "feats": "Number=Sing", "head": 43, "id": 42, "lemma": "minister", "misc": "", "start_char": 1095, "text": "minister", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1108, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 43, "lemma": "say", "misc": "", "start_char": 1104, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1110, "feats": null, "head": 43, "id": 44, "lemma": ".", "misc": "", "start_char": 1109, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1112, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1111, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (CD two) (NNS sides)) (VP (VBD agreed) (SBAR (IN that) (S (NP (PRP they)) (VP (MD will) (ADVP (RB closely)) (VP (VP (VB coordinate) (PP (IN in) (NP (ADJP (JJ international) (CC and) (JJ regional)) (NNS affairs)))) (, ,) (VP (VB uphold) (NP (NP (DT the) (NNS principles)) (PP (IN of) (NP (DT the) (NNP UN) (NNP Charter))))) (, ,) (CC and) (ADVP (RB jointly)) (VP (VB promote) (NP (NN democracy)) (PP (IN in) (NP (JJ international) (NNS relations)))))))))) (, ,) (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "The two sides agreed that they will closely coordinate in international and regional affairs, uphold the principles of the UN Charter, and jointly promote democracy in international relations, he said.", "tokens": [ { "deprel": "det", "end_char": 1116, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1113, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 1120, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 2, "lemma": "two", "misc": "", "start_char": 1117, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1126, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "side", "misc": "", "start_char": 1121, "text": "sides", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1133, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 33, "id": 4, "lemma": "agree", "misc": "", "start_char": 1127, "text": "agreed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1138, "feats": null, "head": 9, "id": 5, "lemma": "that", "misc": "", "start_char": 1134, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1143, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 6, "lemma": "they", "misc": "", "start_char": 1139, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1148, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "will", "misc": "", "start_char": 1144, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1156, "feats": null, "head": 9, "id": 8, "lemma": "closely", "misc": "", "start_char": 1149, "text": "closely", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1167, "feats": "VerbForm=Inf", "head": 4, "id": 9, "lemma": "coordinate", "misc": "", "start_char": 1157, "text": "coordinate", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1170, "feats": null, "head": 14, "id": 10, "lemma": "in", "misc": "", "start_char": 1168, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1184, "feats": "Degree=Pos", "head": 14, "id": 11, "lemma": "international", "misc": "", "start_char": 1171, "text": "international", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1188, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1185, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1197, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "regional", "misc": "", "start_char": 1189, "text": "regional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1205, "feats": "Number=Plur", "head": 9, "id": 14, "lemma": "affair", "misc": "", "start_char": 1198, "text": "affairs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1207, "feats": null, "head": 16, "id": 15, "lemma": ",", "misc": "", "start_char": 1206, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1214, "feats": "VerbForm=Inf", "head": 9, "id": 16, "lemma": "uphold", "misc": "", "start_char": 1208, "text": "uphold", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1218, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 1215, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1229, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "principle", "misc": "", "start_char": 1219, "text": "principles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1232, "feats": null, "head": 22, "id": 19, "lemma": "of", "misc": "", "start_char": 1230, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1236, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 20, "lemma": "the", "misc": "", "start_char": 1233, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1239, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "UN", "misc": "", "start_char": 1237, "text": "UN", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1247, "feats": "Number=Sing", "head": 18, "id": 22, "lemma": "Charter", "misc": "", "start_char": 1240, "text": "Charter", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1249, "feats": null, "head": 26, "id": 23, "lemma": ",", "misc": "", "start_char": 1248, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1253, "feats": null, "head": 26, "id": 24, "lemma": "and", "misc": "", "start_char": 1250, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1261, "feats": null, "head": 26, "id": 25, "lemma": "jointly", "misc": "", "start_char": 1254, "text": "jointly", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1269, "feats": "VerbForm=Inf", "head": 9, "id": 26, "lemma": "promote", "misc": "", "start_char": 1262, "text": "promote", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1279, "feats": "Number=Sing", "head": 26, "id": 27, "lemma": "democracy", "misc": "", "start_char": 1270, "text": "democracy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1282, "feats": null, "head": 30, "id": 28, "lemma": "in", "misc": "", "start_char": 1280, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1296, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "international", "misc": "", "start_char": 1283, "text": "international", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1306, "feats": "Number=Plur", "head": 26, "id": 30, "lemma": "relation", "misc": "", "start_char": 1297, "text": "relations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1308, "feats": null, "head": 33, "id": 31, "lemma": ",", "misc": "", "start_char": 1307, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1311, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 33, "id": 32, "lemma": "he", "misc": "", "start_char": 1309, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1316, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 33, "lemma": "say", "misc": "", "start_char": 1312, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1318, "feats": null, "head": 33, "id": 34, "lemma": ".", "misc": "", "start_char": 1317, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1320, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1319, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NNP China) (CC and) (NNP Russia)) (, ,) (PP (IN during) (NP (DT the) (NN visit))) (, ,) (ADVP (RB also)) (VP (VBD promoted) (NP (PRP$ their) (JJ practical) (NN cooperation))) (. .)))" }, "speaker": null, "text": "China and Russia, during the visit, also promoted their practical cooperation.", "tokens": [ { "deprel": "nsubj", "end_char": 1326, "feats": "Number=Sing", "head": 10, "id": 1, "lemma": "China", "misc": "", "start_char": 1321, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1330, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 1327, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1337, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Russia", "misc": "", "start_char": 1331, "text": "Russia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1339, "feats": null, "head": 10, "id": 4, "lemma": ",", "misc": "", "start_char": 1338, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1346, "feats": null, "head": 7, "id": 5, "lemma": "during", "misc": "", "start_char": 1340, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1350, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1347, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1356, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "visit", "misc": "", "start_char": 1351, "text": "visit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1358, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 1357, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1363, "feats": null, "head": 10, "id": 9, "lemma": "also", "misc": "", "start_char": 1359, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1372, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "promote", "misc": "", "start_char": 1364, "text": "promoted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 1378, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 11, "lemma": "their", "misc": "", "start_char": 1373, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1388, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "practical", "misc": "", "start_char": 1379, "text": "practical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1400, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "cooperation", "misc": "", "start_char": 1389, "text": "cooperation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1402, "feats": null, "head": 10, "id": 14, "lemma": ".", "misc": "", "start_char": 1401, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1404, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1403, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (SINV (PP (IN During) (NP (NP (DT the) (NN visit,32) (NN cooperation) (NNS agreements)) (VP (VBN signed) (PP (IN by) (NP (DT the) (CD two) (NNS sides)))))) (VP (VBP are)) (NP (NP (VBN dubbed) (-LRB- -LRB-) (, ...) (, ,) (, ...) (-RRB- -RRB-)) (PP (IN as) (NP (NP (DT the) (`` ``) (NNS contracts)) (PP (IN of) (NP (DT the) (NN century))))) ('' '') (SBAR (IN because) (S (NP (PRP they)) (VP (VP (VBP are) (ADJP (JJ enormous)) (PP (IN in) (NP (NN value)))) (CC and) (VP (VBP cover) (NP (NP (DT a) (JJ long) (NN period)) (PP (IN of) (NP (NN time)))))))))) (, ,) (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "During the visit,32 cooperation agreements signed by the two sides are dubbed (..., ...) as the \"contracts of the century\" because they are enormous in value and cover a long period of time, he said.", "tokens": [ { "deprel": "case", "end_char": 1411, "feats": null, "head": 5, "id": 1, "lemma": "during", "misc": "", "start_char": 1405, "text": "During", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1415, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 2, "lemma": "the", "misc": "", "start_char": 1412, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1424, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "visit,32", "misc": "", "start_char": 1416, "text": "visit,32", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1436, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "cooperation", "misc": "", "start_char": 1425, "text": "cooperation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1447, "feats": "Number=Plur", "head": 12, "id": 5, "lemma": "agreement", "misc": "", "start_char": 1437, "text": "agreements", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1454, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 6, "lemma": "sign", "misc": "", "start_char": 1448, "text": "signed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1457, "feats": null, "head": 10, "id": 7, "lemma": "by", "misc": "", "start_char": 1455, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1461, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 1458, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 1465, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 9, "lemma": "two", "misc": "", "start_char": 1462, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1471, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "side", "misc": "", "start_char": 1466, "text": "sides", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1475, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1472, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 1482, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 41, "id": 12, "lemma": "dub", "misc": "", "start_char": 1476, "text": "dubbed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1484, "feats": null, "head": 12, "id": 13, "lemma": "(", "misc": "", "start_char": 1483, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "punct", "end_char": 1488, "feats": null, "head": 12, "id": 14, "lemma": "...", "misc": "", "start_char": 1485, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1490, "feats": null, "head": 12, "id": 15, "lemma": ",", "misc": "", "start_char": 1489, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1494, "feats": null, "head": 12, "id": 16, "lemma": "...", "misc": "", "start_char": 1491, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1496, "feats": null, "head": 12, "id": 17, "lemma": ")", "misc": "", "start_char": 1495, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "case", "end_char": 1499, "feats": null, "head": 21, "id": 18, "lemma": "as", "misc": "", "start_char": 1497, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1503, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 1500, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 1506, "feats": null, "head": 21, "id": 20, "lemma": "``", "misc": "", "start_char": 1504, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obl", "end_char": 1516, "feats": "Number=Plur", "head": 12, "id": 21, "lemma": "contract", "misc": "", "start_char": 1507, "text": "contracts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1519, "feats": null, "head": 24, "id": 22, "lemma": "of", "misc": "", "start_char": 1517, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1523, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 23, "lemma": "the", "misc": "", "start_char": 1520, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1531, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "century", "misc": "", "start_char": 1524, "text": "century", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1534, "feats": null, "head": 21, "id": 25, "lemma": "''", "misc": "", "start_char": 1532, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "mark", "end_char": 1542, "feats": null, "head": 29, "id": 26, "lemma": "because", "misc": "", "start_char": 1535, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1547, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 29, "id": 27, "lemma": "they", "misc": "", "start_char": 1543, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1551, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 29, "id": 28, "lemma": "be", "misc": "", "start_char": 1548, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1560, "feats": "Degree=Pos", "head": 12, "id": 29, "lemma": "enormous", "misc": "", "start_char": 1552, "text": "enormous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1563, "feats": null, "head": 31, "id": 30, "lemma": "in", "misc": "", "start_char": 1561, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1569, "feats": "Number=Sing", "head": 29, "id": 31, "lemma": "value", "misc": "", "start_char": 1564, "text": "value", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1573, "feats": null, "head": 33, "id": 32, "lemma": "and", "misc": "", "start_char": 1570, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1579, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 29, "id": 33, "lemma": "cover", "misc": "", "start_char": 1574, "text": "cover", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1581, "feats": "Definite=Ind|PronType=Art", "head": 36, "id": 34, "lemma": "a", "misc": "", "start_char": 1580, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1586, "feats": "Degree=Pos", "head": 36, "id": 35, "lemma": "long", "misc": "", "start_char": 1582, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1593, "feats": "Number=Sing", "head": 33, "id": 36, "lemma": "period", "misc": "", "start_char": 1587, "text": "period", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1596, "feats": null, "head": 38, "id": 37, "lemma": "of", "misc": "", "start_char": 1594, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1601, "feats": "Number=Sing", "head": 36, "id": 38, "lemma": "time", "misc": "", "start_char": 1597, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1603, "feats": null, "head": 41, "id": 39, "lemma": ",", "misc": "", "start_char": 1602, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1606, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 41, "id": 40, "lemma": "he", "misc": "", "start_char": 1604, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1611, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 41, "lemma": "say", "misc": "", "start_char": 1607, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1613, "feats": null, "head": 41, "id": 42, "lemma": ".", "misc": "", "start_char": 1612, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1615, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1614, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (S (`` ``) (NP (DT The) (NN energy) (NN cooperation)) (VP (VP (VBZ covers) (NP (NP (JJ such) (NNS areas)) (PP (IN as) (NP (NP (NN petroleum)) (, ,) (NP (JJ natural) (NN gas)) (, ,) (NP (JJ nuclear) (NN power)) (, ,) (NP (NN electricity)) (, ,) (NP (NN coal)) (CC and) (NP (NP (JJ new) (NNS sources)) (PP (IN of) (NP (NN energy)))))))) (, ,) (CC and) (VP (VBZ runs) (PP (IN through) (NP (DT the) (NN industry))) (NP (NP (DT both)) (PP (IN of) (NP (PRP$ its) (ADJP (RB up) (CC and) (RB down)) (NNS streams)))))) (, ,) ('' '')) (NP (PRP he)) (VP (VBD added)) (. .)))" }, "speaker": null, "text": "\"The energy cooperation covers such areas as petroleum, natural gas, nuclear power, electricity, coal and new sources of energy, and runs through the industry both of its up and down streams,\" he added.", "tokens": [ { "deprel": "punct", "end_char": 1618, "feats": null, "head": 41, "id": 1, "lemma": "``", "misc": "", "start_char": 1616, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 1622, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 1619, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1629, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "energy", "misc": "", "start_char": 1623, "text": "energy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1641, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "cooperation", "misc": "", "start_char": 1630, "text": "cooperation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 1648, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 41, "id": 5, "lemma": "cover", "misc": "", "start_char": 1642, "text": "covers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 1653, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "such", "misc": "", "start_char": 1649, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1659, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "area", "misc": "", "start_char": 1654, "text": "areas", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1662, "feats": null, "head": 9, "id": 8, "lemma": "as", "misc": "", "start_char": 1660, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1672, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "petroleum", "misc": "", "start_char": 1663, "text": "petroleum", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1674, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 1673, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1682, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "natural", "misc": "", "start_char": 1675, "text": "natural", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1686, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "gas", "misc": "", "start_char": 1683, "text": "gas", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1688, "feats": null, "head": 15, "id": 13, "lemma": ",", "misc": "", "start_char": 1687, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1696, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "nuclear", "misc": "", "start_char": 1689, "text": "nuclear", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1702, "feats": "Number=Sing", "head": 9, "id": 15, "lemma": "power", "misc": "", "start_char": 1697, "text": "power", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1704, "feats": null, "head": 17, "id": 16, "lemma": ",", "misc": "", "start_char": 1703, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1716, "feats": "Number=Sing", "head": 9, "id": 17, "lemma": "electricity", "misc": "", "start_char": 1705, "text": "electricity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1718, "feats": null, "head": 19, "id": 18, "lemma": ",", "misc": "", "start_char": 1717, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1723, "feats": "Number=Sing", "head": 9, "id": 19, "lemma": "coal", "misc": "", "start_char": 1719, "text": "coal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1727, "feats": null, "head": 22, "id": 20, "lemma": "and", "misc": "", "start_char": 1724, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1731, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "new", "misc": "", "start_char": 1728, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1739, "feats": "Number=Plur", "head": 9, "id": 22, "lemma": "source", "misc": "", "start_char": 1732, "text": "sources", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1742, "feats": null, "head": 24, "id": 23, "lemma": "of", "misc": "", "start_char": 1740, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1749, "feats": "Number=Sing", "head": 22, "id": 24, "lemma": "energy", "misc": "", "start_char": 1743, "text": "energy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1751, "feats": null, "head": 27, "id": 25, "lemma": ",", "misc": "", "start_char": 1750, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1755, "feats": null, "head": 27, "id": 26, "lemma": "and", "misc": "", "start_char": 1752, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1760, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 27, "lemma": "run", "misc": "", "start_char": 1756, "text": "runs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1768, "feats": null, "head": 30, "id": 28, "lemma": "through", "misc": "", "start_char": 1761, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1772, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 29, "lemma": "the", "misc": "", "start_char": 1769, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1781, "feats": "Number=Sing", "head": 27, "id": 30, "lemma": "industry", "misc": "", "start_char": 1773, "text": "industry", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1786, "feats": "PronType=Art", "head": 27, "id": 31, "lemma": "both", "misc": "", "start_char": 1782, "text": "both", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1789, "feats": null, "head": 37, "id": 32, "lemma": "of", "misc": "", "start_char": 1787, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1793, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 37, "id": 33, "lemma": "its", "misc": "", "start_char": 1790, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1796, "feats": null, "head": 37, "id": 34, "lemma": "up", "misc": "", "start_char": 1794, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1800, "feats": null, "head": 36, "id": 35, "lemma": "and", "misc": "", "start_char": 1797, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1805, "feats": null, "head": 34, "id": 36, "lemma": "down", "misc": "", "start_char": 1801, "text": "down", "upos": "ADV", "xpos": "RB" }, { "deprel": "nmod", "end_char": 1813, "feats": "Number=Plur", "head": 31, "id": 37, "lemma": "stream", "misc": "", "start_char": 1806, "text": "streams", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1815, "feats": null, "head": 41, "id": 38, "lemma": ",", "misc": "", "start_char": 1814, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1818, "feats": null, "head": 41, "id": 39, "lemma": "''", "misc": "", "start_char": 1816, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1821, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 41, "id": 40, "lemma": "he", "misc": "", "start_char": 1819, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1827, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 41, "lemma": "add", "misc": "", "start_char": 1822, "text": "added", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1829, "feats": null, "head": 41, "id": 42, "lemma": ".", "misc": "", "start_char": 1828, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
BEIJING - President Xi Jinping's visit to Russia has enhanced bilateral strategic mutual trust and support, and expanded practical cooperation between the two countries, Chinese Foreign Minister Wang Yi told media on Sunday. Wang made the remarks while introducing to reporters travelling with the Chinese official delegation the fruits of Xi's first foreign trip as China's new head of state, which had taken him to Russia, Tanzania, South Africa, and the Republic of the Congo. In Russia, Xi and the Russian president Putin had spent eight hours together in meetings and exchanges that could be characterized as frank, practical and congenial, Wang said, adding the two leaders reached important consensus on strategic coordination and set the direction and outlined key sectors for future cooperation. The two countries have made it clear that they will support each other in promoting their respective development and national renewal, safeguarding core interests, and independently choosing their own development paths and social and political systems, the foreign minister said. The two sides agreed that they will closely coordinate in international and regional affairs, uphold the principles of the UN Charter, and jointly promote democracy in international relations, he said. China and Russia, during the visit, also promoted their practical cooperation. During the visit,32 cooperation agreements signed by the two sides are dubbed (..., ...) as the "contracts of the century" because they are enormous in value and cover a long period of time, he said. "The energy cooperation covers such areas as petroleum, natural gas, nuclear power, electricity, coal and new sources of energy, and runs through the industry both of its up and down streams," he added.
[ [ [ 0, 11, 16 ] ], [ [ 0, 20, 25 ] ], [ [ 0, 33, 33 ] ], [ [ 0, 35, 35 ] ], [ [ 2, 2, 3 ] ], [ [ 2, 7, 47 ] ], [ [ 2, 10, 13 ] ], [ [ 2, 14, 47 ] ], [ [ 2, 28, 28 ] ], [ [ 2, 37, 37 ] ], [ [ 2, 39, 40 ] ], [ [ 2, 40, 40 ] ], [ [ 2, 43, 47 ] ], [ [ 2, 46, 47 ] ], [ [ 4, 3, 8 ], [ 4, 33, 35 ] ], [ [ 4, 3, 3 ], [ 2, 33, 33 ], [ 2, 17, 18 ], [ 0, 2, 2 ], [ 0, 3, 5 ], [ 0, 2, 5 ] ], [ [ 4, 5, 7 ], [ 4, 8, 8 ], [ 4, 5, 8 ] ], [ [ 4, 11, 12 ] ], [ [ 4, 15, 27 ] ], [ [ 4, 40, 41 ] ], [ [ 4, 44, 45 ] ], [ [ 4, 51, 52 ] ], [ [ 4, 51, 51 ] ], [ [ 6, 11, 12 ] ], [ [ 6, 14, 37 ] ], [ [ 6, 15, 20 ] ], [ [ 6, 23, 24 ] ], [ [ 6, 14, 20 ] ], [ [ 6, 22, 24 ] ], [ [ 6, 27, 37 ] ], [ [ 6, 29, 37 ] ], [ [ 6, 31, 31 ] ], [ [ 8, 10, 13 ] ], [ [ 8, 16, 21 ] ], [ [ 8, 19, 21 ] ], [ [ 8, 20, 20 ] ], [ [ 8, 26, 29 ] ], [ [ 8, 28, 29 ] ], [ [ 10, 2, 2 ], [ 4, 1, 1 ], [ 2, 35, 35 ], [ 0, 8, 8 ] ], [ [ 10, 5, 6 ] ], [ [ 10, 10, 12 ] ], [ [ 12, 18, 24 ] ], [ [ 12, 22, 23 ] ], [ [ 12, 26, 26 ], [ 12, 7, 9 ], [ 8, 0, 2 ], [ 8, 5, 5 ], [ 0, 23, 25 ], [ 6, 0, 2 ], [ 6, 8, 8 ], [ 6, 15, 15 ], [ 6, 29, 29 ], [ 10, 0, 2 ], [ 10, 10, 10 ] ], [ [ 12, 33, 37 ] ], [ [ 12, 37, 37 ] ], [ [ 12, 39, 39 ], [ 6, 39, 41 ], [ 4, 29, 29 ], [ 2, 0, 0 ], [ 0, 27, 29 ], [ 0, 30, 31 ], [ 0, 27, 31 ], [ 8, 31, 31 ], [ 14, 39, 39 ] ], [ [ 14, 1, 3 ] ], [ [ 14, 2, 2 ], [ 14, 23, 23 ] ], [ [ 14, 5, 23 ] ], [ [ 14, 8, 23 ] ], [ [ 14, 8, 8 ] ], [ [ 14, 10, 11 ] ], [ [ 14, 13, 14 ] ], [ [ 14, 16, 16 ] ], [ [ 14, 28, 36 ], [ 14, 32, 32 ] ], [ [ 14, 32, 36 ] ], [ [ 0, 0, 0 ] ], [ [ 0, 2, 8 ] ], [ [ 2, 23, 47 ] ], [ [ 2, 17, 47 ] ], [ [ 2, 35, 47 ] ], [ [ 4, 37, 38 ] ], [ [ 4, 48, 49 ] ], [ [ 2, 23, 24 ], [ 10, 0, 0 ] ], [ [ 12, 3, 3 ] ], [ [ 12, 3, 4 ] ], [ [ 12, 30, 30 ] ], [ [ 14, 18, 18 ] ], [ [ 14, 20, 23 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36125
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (VP (TO To) (VP (VB say) (SBAR (SBAR (IN that) (S (NP (DT the) (NN child)) (VP (VBZ learns) (PP (IN by) (NP (NN imitation)))))) (CC and) (SBAR (IN that) (S (NP (NP (DT the) (NN way)) (SBAR (S (VP (TO to) (VP (VB teach)))))) (VP (VBZ is) (S (VP (TO to) (VP (VB set) (NP (DT a) (JJ good) (NN example)))))))))))) (VP (VBZ oversimplifies)) (. .)))" }, "speaker": null, "text": "To say that the child learns by imitation and that the way to teach is to set a good example oversimplifies.", "tokens": [ { "deprel": "mark", "end_char": 2, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 0, "text": "To", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 6, "feats": "VerbForm=Inf", "head": 21, "id": 2, "lemma": "say", "misc": "", "start_char": 3, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 11, "feats": null, "head": 6, "id": 3, "lemma": "that", "misc": "", "start_char": 7, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 15, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 12, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 21, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "child", "misc": "", "start_char": 16, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 28, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "learn", "misc": "", "start_char": 22, "text": "learns", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 31, "feats": null, "head": 8, "id": 7, "lemma": "by", "misc": "", "start_char": 29, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 41, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "imitation", "misc": "", "start_char": 32, "text": "imitation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 45, "feats": null, "head": 17, "id": 9, "lemma": "and", "misc": "", "start_char": 42, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 50, "feats": null, "head": 17, "id": 10, "lemma": "that", "misc": "", "start_char": 46, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 54, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 51, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 58, "feats": "Number=Sing", "head": 17, "id": 12, "lemma": "way", "misc": "", "start_char": 55, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 61, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 59, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 67, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "teach", "misc": "", "start_char": 62, "text": "teach", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 70, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 15, "lemma": "be", "misc": "", "start_char": 68, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 73, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 71, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 77, "feats": "VerbForm=Inf", "head": 0, "id": 17, "lemma": "set", "misc": "", "start_char": 74, "text": "set", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 79, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 78, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 84, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "good", "misc": "", "start_char": 80, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 92, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "example", "misc": "", "start_char": 85, "text": "example", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 107, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 21, "lemma": "oversimplify", "misc": "", "start_char": 93, "text": "oversimplifies", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 109, "feats": null, "head": 21, "id": 22, "lemma": ".", "misc": "", "start_char": 108, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT No) (NN child)) (VP (VBZ imitates) (NP (NP (DT every) (NN action)) (SBAR (S (NP (PRP he)) (VP (VBZ sees)))))) (. .)))" }, "speaker": null, "text": "No child imitates every action he sees.", "tokens": [ { "deprel": "det", "end_char": 112, "feats": null, "head": 2, "id": 1, "lemma": "no", "misc": "", "start_char": 110, "text": "No", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 118, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "child", "misc": "", "start_char": 113, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 127, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "imitate", "misc": "", "start_char": 119, "text": "imitates", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 133, "feats": null, "head": 5, "id": 4, "lemma": "every", "misc": "", "start_char": 128, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 140, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "action", "misc": "", "start_char": 134, "text": "action", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 143, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "misc": "", "start_char": 141, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 148, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 7, "lemma": "see", "misc": "", "start_char": 144, "text": "sees", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 150, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 149, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Sometimes)) (, ,) (NP (NP (DT the) (NN example)) (SBAR (S (NP (DT the) (NN parent)) (VP (VBZ wants) (S (NP (PRP him)) (VP (TO to) (VP (VB follow)))))))) (VP (VBZ is) (VP (VBN ignored) (SBAR (IN while) (S (NP (PRP he)) (VP (VBZ takes) (PRT (RP over)) (NP (JJ contrary) (NNS patterns)) (PP (IN from) (NP (DT some) (JJ other) (NN example)))))))) (. .)))" }, "speaker": null, "text": "Sometimes, the example the parent wants him to follow is ignored while he takes over contrary patterns from some other example.", "tokens": [ { "deprel": "advmod", "end_char": 160, "feats": null, "head": 12, "id": 1, "lemma": "sometimes", "misc": "", "start_char": 151, "text": "Sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 162, "feats": null, "head": 12, "id": 2, "lemma": ",", "misc": "", "start_char": 161, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 166, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 163, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 174, "feats": "Number=Sing", "head": 12, "id": 4, "lemma": "example", "misc": "", "start_char": 167, "text": "example", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 178, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 175, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 185, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "parent", "misc": "", "start_char": 179, "text": "parent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 191, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 7, "lemma": "want", "misc": "", "start_char": 186, "text": "wants", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 195, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 8, "lemma": "he", "misc": "", "start_char": 192, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 198, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 196, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 205, "feats": "VerbForm=Inf", "head": 7, "id": 10, "lemma": "follow", "misc": "", "start_char": 199, "text": "follow", "upos": "VERB", "xpos": "VB" }, { "deprel": "aux:pass", "end_char": 208, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 206, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 216, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "ignore", "misc": "", "start_char": 209, "text": "ignored", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 222, "feats": null, "head": 15, "id": 13, "lemma": "while", "misc": "", "start_char": 217, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 225, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "he", "misc": "", "start_char": 223, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 231, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 15, "lemma": "take", "misc": "", "start_char": 226, "text": "takes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 236, "feats": null, "head": 15, "id": 16, "lemma": "over", "misc": "", "start_char": 232, "text": "over", "upos": "ADP", "xpos": "RP" }, { "deprel": "amod", "end_char": 245, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "contrary", "misc": "", "start_char": 237, "text": "contrary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 254, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "pattern", "misc": "", "start_char": 246, "text": "patterns", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 259, "feats": null, "head": 22, "id": 19, "lemma": "from", "misc": "", "start_char": 255, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 264, "feats": null, "head": 22, "id": 20, "lemma": "some", "misc": "", "start_char": 260, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 270, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "other", "misc": "", "start_char": 265, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 278, "feats": "Number=Sing", "head": 15, "id": 22, "lemma": "example", "misc": "", "start_char": 271, "text": "example", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 280, "feats": null, "head": 12, "id": 23, "lemma": ".", "misc": "", "start_char": 279, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Therefore)) (NP (PRP we)) (VP (MD must) (VP (VB turn) (PP (IN to) (NP (NP (DT a) (ADJP (RBR more) (JJ subtle)) (NN theory)) (SBAR (IN than) (S (`` ``) (S (NP (NNP Monkey)) (VP (VBP see) (, ,) (S (NP (NN monkey)) (VP (VB do))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "Therefore we must turn to a more subtle theory than \"Monkey see, monkey do.\"", "tokens": [ { "deprel": "advmod", "end_char": 290, "feats": null, "head": 4, "id": 1, "lemma": "therefore", "misc": "", "start_char": 281, "text": "Therefore", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 293, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 291, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 298, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "must", "misc": "", "start_char": 294, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 303, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "turn", "misc": "", "start_char": 299, "text": "turn", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 306, "feats": null, "head": 9, "id": 5, "lemma": "to", "misc": "", "start_char": 304, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 308, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 6, "lemma": "a", "misc": "", "start_char": 307, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 313, "feats": "Degree=Cmp", "head": 8, "id": 7, "lemma": "more", "misc": "", "start_char": 309, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 320, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "subtle", "misc": "", "start_char": 314, "text": "subtle", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 327, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "theory", "misc": "", "start_char": 321, "text": "theory", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 332, "feats": null, "head": 13, "id": 10, "lemma": "than", "misc": "", "start_char": 328, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "punct", "end_char": 335, "feats": null, "head": 13, "id": 11, "lemma": "``", "misc": "", "start_char": 333, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 342, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "monkey", "misc": "", "start_char": 336, "text": "Monkey", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 346, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 13, "lemma": "see", "misc": "", "start_char": 343, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 348, "feats": null, "head": 13, "id": 14, "lemma": ",", "misc": "", "start_char": 347, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 355, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "monkey", "misc": "", "start_char": 349, "text": "monkey", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 358, "feats": "Mood=Ind|Tense=Pres|VerbForm=Fin", "head": 13, "id": 16, "lemma": "do", "misc": "", "start_char": 356, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 360, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 359, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 363, "feats": null, "head": 4, "id": 18, "lemma": "''", "misc": "", "start_char": 361, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 365, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 364, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (VP (VB Look) (PP (IN at) (NP (PRP it))) (PP (IN from) (NP (NP (NP (DT the) (NN child) (POS 's)) (NN point)) (PP (IN of) (NP (NN view)))))) (. .)))" }, "speaker": null, "text": "Look at it from the child's point of view.", "tokens": [ { "deprel": "root", "end_char": 370, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "look", "misc": "", "start_char": 366, "text": "Look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 373, "feats": null, "head": 3, "id": 2, "lemma": "at", "misc": "", "start_char": 371, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 376, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 1, "id": 3, "lemma": "it", "misc": "", "start_char": 374, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 381, "feats": null, "head": 8, "id": 4, "lemma": "from", "misc": "", "start_char": 377, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 385, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 382, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 391, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "child", "misc": "", "start_char": 386, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 394, "feats": null, "head": 6, "id": 7, "lemma": "'s", "misc": "", "start_char": 392, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 400, "feats": "Number=Sing", "head": 1, "id": 8, "lemma": "point", "misc": "", "start_char": 395, "text": "point", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 403, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 401, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 408, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "view", "misc": "", "start_char": 404, "text": "view", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 410, "feats": null, "head": 1, "id": 11, "lemma": ".", "misc": "", "start_char": 409, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Here)) (NP (PRP he)) (VP (VBZ is) (PP (IN in) (NP (DT a) (JJ new) (NN situation))) (, ,) (S (VP (VBG lacking) (NP (DT a) (JJ ready) (NN response))))) (. .)))" }, "speaker": null, "text": "Here he is in a new situation, lacking a ready response.", "tokens": [ { "deprel": "advmod", "end_char": 415, "feats": "PronType=Dem", "head": 7, "id": 1, "lemma": "here", "misc": "", "start_char": 411, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 418, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 2, "lemma": "he", "misc": "", "start_char": 416, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 421, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 419, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 424, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 422, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 426, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 425, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 430, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "new", "misc": "", "start_char": 427, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 440, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "situation", "misc": "", "start_char": 431, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 442, "feats": null, "head": 7, "id": 8, "lemma": ",", "misc": "", "start_char": 441, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 450, "feats": "VerbForm=Ger", "head": 7, "id": 9, "lemma": "lack", "misc": "", "start_char": 443, "text": "lacking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 452, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 451, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 458, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "ready", "misc": "", "start_char": 453, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 467, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "response", "misc": "", "start_char": 459, "text": "response", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 469, "feats": null, "head": 7, "id": 13, "lemma": ".", "misc": "", "start_char": 468, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ is) (VP (VBG seeking) (NP (NP (DT a) (NN response)) (SBAR (WHNP (WDT which)) (S (VP (MD will) (VP (VB gain) (NP (JJ certain) (NNS ends))))))))) (. .)))" }, "speaker": null, "text": "He is seeking a response which will gain certain ends.", "tokens": [ { "deprel": "nsubj", "end_char": 472, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 470, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 475, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 473, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 483, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "seek", "misc": "", "start_char": 476, "text": "seeking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 485, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 484, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 494, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "response", "misc": "", "start_char": 486, "text": "response", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 500, "feats": "PronType=Rel", "head": 8, "id": 6, "lemma": "which", "misc": "", "start_char": 495, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 505, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "will", "misc": "", "start_char": 501, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 510, "feats": "VerbForm=Inf", "head": 5, "id": 8, "lemma": "gain", "misc": "", "start_char": 506, "text": "gain", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 518, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "certain", "misc": "", "start_char": 511, "text": "certain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 523, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "end", "misc": "", "start_char": 519, "text": "ends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 525, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 524, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP he)) (VP (VP (VBZ lacks) (NP (NP (DT a) (JJ ready) (NN response)) (PP (IN for) (NP (DT the) (NN situation))))) (, ,) (CC and) (VP (MD can) (RB not) (VP (VB reason) (PRT (RP out)) (SBAR (WHNP (WP what)) (S (VP (TO to) (VP (VB do)))))))))) (, ,) (NP (PRP he)) (VP (VBZ observes) (NP (NP (DT a) (NN model)) (SBAR (WHNP (WP who)) (S (VP (VBZ seems) (S (ADJP (JJ able) (S (VP (TO to) (VP (VB get) (NP (DT the) (JJ right) (NN result)))))))))))) (. .)))" }, "speaker": null, "text": "If he lacks a ready response for the situation, and cannot reason out what to do, he observes a model who seems able to get the right result.", "tokens": [ { "deprel": "mark", "end_char": 528, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 526, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 531, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 529, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 537, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 3, "lemma": "lack", "misc": "", "start_char": 532, "text": "lacks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 539, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 538, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 545, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "ready", "misc": "", "start_char": 540, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 554, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "response", "misc": "", "start_char": 546, "text": "response", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 558, "feats": null, "head": 9, "id": 7, "lemma": "for", "misc": "", "start_char": 555, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 562, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 559, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 572, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "situation", "misc": "", "start_char": 563, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 574, "feats": null, "head": 14, "id": 10, "lemma": ",", "misc": "", "start_char": 573, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 578, "feats": null, "head": 14, "id": 11, "lemma": "and", "misc": "", "start_char": 575, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 582, "feats": "VerbForm=Fin", "head": 14, "id": 12, "lemma": "can", "misc": "", "start_char": 579, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 586, "feats": null, "head": 14, "id": 13, "lemma": "not", "misc": "", "start_char": 583, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 593, "feats": "VerbForm=Inf", "head": 3, "id": 14, "lemma": "reason", "misc": "", "start_char": 587, "text": "reason", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 597, "feats": null, "head": 14, "id": 15, "lemma": "out", "misc": "", "start_char": 594, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "obj", "end_char": 602, "feats": "PronType=Int", "head": 18, "id": 16, "lemma": "what", "misc": "", "start_char": 598, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "mark", "end_char": 605, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 603, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "ccomp", "end_char": 608, "feats": "VerbForm=Inf", "head": 14, "id": 18, "lemma": "do", "misc": "", "start_char": 606, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 610, "feats": null, "head": 3, "id": 19, "lemma": ",", "misc": "", "start_char": 609, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 613, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 21, "id": 20, "lemma": "he", "misc": "", "start_char": 611, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 622, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 21, "lemma": "observe", "misc": "", "start_char": 614, "text": "observes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 624, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 22, "lemma": "a", "misc": "", "start_char": 623, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 630, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "model", "misc": "", "start_char": 625, "text": "model", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 634, "feats": "PronType=Rel", "head": 25, "id": 24, "lemma": "who", "misc": "", "start_char": 631, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 640, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 25, "lemma": "seem", "misc": "", "start_char": 635, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 645, "feats": "Degree=Pos", "head": 25, "id": 26, "lemma": "able", "misc": "", "start_char": 641, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 648, "feats": null, "head": 28, "id": 27, "lemma": "to", "misc": "", "start_char": 646, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 652, "feats": "VerbForm=Inf", "head": 26, "id": 28, "lemma": "get", "misc": "", "start_char": 649, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 656, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 29, "lemma": "the", "misc": "", "start_char": 653, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 662, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "right", "misc": "", "start_char": 657, "text": "right", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 669, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "result", "misc": "", "start_char": 663, "text": "result", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 671, "feats": null, "head": 21, "id": 32, "lemma": ".", "misc": "", "start_char": 670, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN child)) (VP (VBZ looks) (PP (IN for) (NP (NP (DT an) (NN authority) (CC or) (NN expert)) (SBAR (WHNP (WP who)) (S (VP (MD can) (VP (VB show) (SBAR (WHNP (WP what)) (S (VP (TO to) (VP (VB do)))))))))))) (. .)))" }, "speaker": null, "text": "The child looks for an authority or expert who can show what to do.", "tokens": [ { "deprel": "det", "end_char": 675, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 672, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 681, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "child", "misc": "", "start_char": 676, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 687, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "look", "misc": "", "start_char": 682, "text": "looks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 691, "feats": null, "head": 6, "id": 4, "lemma": "for", "misc": "", "start_char": 688, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 694, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 692, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 704, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "authority", "misc": "", "start_char": 695, "text": "authority", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 707, "feats": null, "head": 8, "id": 7, "lemma": "or", "misc": "", "start_char": 705, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 714, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "expert", "misc": "", "start_char": 708, "text": "expert", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 718, "feats": "PronType=Rel", "head": 11, "id": 9, "lemma": "who", "misc": "", "start_char": 715, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 722, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "can", "misc": "", "start_char": 719, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 727, "feats": "VerbForm=Inf", "head": 6, "id": 11, "lemma": "show", "misc": "", "start_char": 723, "text": "show", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 732, "feats": "PronType=Int", "head": 14, "id": 12, "lemma": "what", "misc": "", "start_char": 728, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "mark", "end_char": 735, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 733, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "ccomp", "end_char": 738, "feats": "VerbForm=Inf", "head": 11, "id": 14, "lemma": "do", "misc": "", "start_char": 736, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 740, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 739, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 742, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 741, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBZ is) (NP (NP (DT a) (JJ second) (NN element)) (PP (IN at) (NP (NN work)))) (PP (IN in) (NP (DT this) (NN situation)))) (. .)))" }, "speaker": null, "text": "There is a second element at work in this situation.", "tokens": [ { "deprel": "expl", "end_char": 748, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 743, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 751, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 749, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 753, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 752, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 760, "feats": "Degree=Pos|NumType=Ord", "head": 5, "id": 4, "lemma": "second", "misc": "", "start_char": 754, "text": "second", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 768, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "element", "misc": "", "start_char": 761, "text": "element", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 771, "feats": null, "head": 7, "id": 6, "lemma": "at", "misc": "", "start_char": 769, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 776, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "work", "misc": "", "start_char": 772, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 779, "feats": null, "head": 10, "id": 8, "lemma": "in", "misc": "", "start_char": 777, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 784, "feats": "Number=Sing|PronType=Dem", "head": 10, "id": 9, "lemma": "this", "misc": "", "start_char": 780, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 794, "feats": "Number=Sing", "head": 2, "id": 10, "lemma": "situation", "misc": "", "start_char": 785, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 796, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 795, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN child)) (VP (MD may) (VP (VB be) (ADJP (JJ able) (S (VP (TO to) (VP (VB attain) (NP (PRP$ his) (JJ immediate) (NN goal)) (S (ADVP (RB only)) (VP (TO to) (VP (VB find) (SBAR (IN that) (S (NP (PRP$ his) (NN method)) (VP (VBZ brings) (NP (NN criticism)) (PP (IN from) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP observe) (NP (PRP him))))))))))))))))))) (. .)))" }, "speaker": null, "text": "The child may be able to attain his immediate goal only to find that his method brings criticism from people who observe him.", "tokens": [ { "deprel": "det", "end_char": 800, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 797, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 806, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "child", "misc": "", "start_char": 801, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 810, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "may", "misc": "", "start_char": 807, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 813, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 811, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 818, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "able", "misc": "", "start_char": 814, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 821, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 819, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 828, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "attain", "misc": "", "start_char": 822, "text": "attain", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 832, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "his", "misc": "", "start_char": 829, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 842, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "immediate", "misc": "", "start_char": 833, "text": "immediate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 847, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "goal", "misc": "", "start_char": 843, "text": "goal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 852, "feats": null, "head": 13, "id": 11, "lemma": "only", "misc": "", "start_char": 848, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 855, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 853, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 860, "feats": "VerbForm=Inf", "head": 7, "id": 13, "lemma": "find", "misc": "", "start_char": 856, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 865, "feats": null, "head": 17, "id": 14, "lemma": "that", "misc": "", "start_char": 861, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 869, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "his", "misc": "", "start_char": 866, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 876, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "method", "misc": "", "start_char": 870, "text": "method", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 883, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 17, "lemma": "bring", "misc": "", "start_char": 877, "text": "brings", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 893, "feats": "Number=Sing", "head": 17, "id": 18, "lemma": "criticism", "misc": "", "start_char": 884, "text": "criticism", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 898, "feats": null, "head": 20, "id": 19, "lemma": "from", "misc": "", "start_char": 894, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 905, "feats": "Number=Plur", "head": 17, "id": 20, "lemma": "person", "misc": "", "start_char": 899, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 909, "feats": "PronType=Rel", "head": 22, "id": 21, "lemma": "who", "misc": "", "start_char": 906, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 917, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 22, "lemma": "observe", "misc": "", "start_char": 910, "text": "observe", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 921, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 23, "lemma": "he", "misc": "", "start_char": 918, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 923, "feats": null, "head": 5, "id": 24, "lemma": ".", "misc": "", "start_char": 922, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (SBAR (WHADVP (WRB When)) (S (VP (VBG shouting) (PP (IN across) (NP (DT the) (NN house)))))) (VP (VBZ achieves) (NP (NP (PRP$ his) (JJ immediate) (NN end)) (PP (IN of) (S (VP (VBG delivering) (NP (DT a) (NN message)))))))) (, ,) (NP (PRP he)) (VP (VBZ is) (VP (VBN told) (ADVP (RB emphatically)) (SBAR (SBAR (IN that) (S (NP (PDT such) (DT a) (NN racket)) (VP (VBZ is) (ADJP (JJ unpleasant))))) (, ,) (SBAR (IN that) (S (NP (PRP he)) (VP (MD should) (VP (VP (VB walk) (PP (IN into) (NP (DT the) (JJ next) (NN room)))) (CC and) (VP (VB say) (NP (PRP$ his) (NN say)) (ADVP (RB quietly)))))))))) (. .)))" }, "speaker": null, "text": "When shouting across the house achieves his immediate end of delivering a message, he is told emphatically that such a racket is unpleasant, that he should walk into the next room and say his say quietly.", "tokens": [ { "deprel": "advmod", "end_char": 928, "feats": "PronType=Int", "head": 6, "id": 1, "lemma": "when", "misc": "", "start_char": 924, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "csubj", "end_char": 937, "feats": "VerbForm=Ger", "head": 6, "id": 2, "lemma": "shouting", "misc": "", "start_char": 929, "text": "shouting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 944, "feats": null, "head": 5, "id": 3, "lemma": "across", "misc": "", "start_char": 938, "text": "across", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 948, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 945, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 954, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "house", "misc": "", "start_char": 949, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 963, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 6, "lemma": "achieve", "misc": "", "start_char": 955, "text": "achieves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 967, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 7, "lemma": "his", "misc": "", "start_char": 964, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 977, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "immediate", "misc": "", "start_char": 968, "text": "immediate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 981, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "end", "misc": "", "start_char": 978, "text": "end", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 984, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 982, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 995, "feats": "VerbForm=Ger", "head": 9, "id": 11, "lemma": "deliver", "misc": "", "start_char": 985, "text": "delivering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 997, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 996, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1005, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "message", "misc": "", "start_char": 998, "text": "message", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1007, "feats": null, "head": 6, "id": 14, "lemma": ",", "misc": "", "start_char": 1006, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 1010, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 15, "lemma": "he", "misc": "", "start_char": 1008, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1013, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1011, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1018, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 17, "lemma": "tell", "misc": "", "start_char": 1014, "text": "told", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1031, "feats": null, "head": 17, "id": 18, "lemma": "emphatically", "misc": "", "start_char": 1019, "text": "emphatically", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1036, "feats": null, "head": 24, "id": 19, "lemma": "that", "misc": "", "start_char": 1032, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 1041, "feats": null, "head": 22, "id": 20, "lemma": "such", "misc": "", "start_char": 1037, "text": "such", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 1043, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 21, "lemma": "a", "misc": "", "start_char": 1042, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1050, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "racket", "misc": "", "start_char": 1044, "text": "racket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1053, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 23, "lemma": "be", "misc": "", "start_char": 1051, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 1064, "feats": "Degree=Pos", "head": 17, "id": 24, "lemma": "unpleasant", "misc": "", "start_char": 1054, "text": "unpleasant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1066, "feats": null, "head": 29, "id": 25, "lemma": ",", "misc": "", "start_char": 1065, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1071, "feats": null, "head": 29, "id": 26, "lemma": "that", "misc": "", "start_char": 1067, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1074, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 29, "id": 27, "lemma": "he", "misc": "", "start_char": 1072, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1081, "feats": "VerbForm=Fin", "head": 29, "id": 28, "lemma": "should", "misc": "", "start_char": 1075, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1086, "feats": "VerbForm=Inf", "head": 24, "id": 29, "lemma": "walk", "misc": "", "start_char": 1082, "text": "walk", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1091, "feats": null, "head": 33, "id": 30, "lemma": "into", "misc": "", "start_char": 1087, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1095, "feats": "Definite=Def|PronType=Art", "head": 33, "id": 31, "lemma": "the", "misc": "", "start_char": 1092, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1100, "feats": "Degree=Pos", "head": 33, "id": 32, "lemma": "next", "misc": "", "start_char": 1096, "text": "next", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1105, "feats": "Number=Sing", "head": 29, "id": 33, "lemma": "room", "misc": "", "start_char": 1101, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1109, "feats": null, "head": 35, "id": 34, "lemma": "and", "misc": "", "start_char": 1106, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1113, "feats": "VerbForm=Inf", "head": 29, "id": 35, "lemma": "say", "misc": "", "start_char": 1110, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1117, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 37, "id": 36, "lemma": "his", "misc": "", "start_char": 1114, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1121, "feats": "Number=Sing", "head": 35, "id": 37, "lemma": "say", "misc": "", "start_char": 1118, "text": "say", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1129, "feats": null, "head": 35, "id": 38, "lemma": "quietly", "misc": "", "start_char": 1122, "text": "quietly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1131, "feats": null, "head": 17, "id": 39, "lemma": ".", "misc": "", "start_char": 1130, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Thus)) (, ,) (NP (DT the) (NN desire) (S (VP (TO to) (VP (VB solve) (NP (DT any) (JJ objective) (NN situation)))))) (VP (VBZ is) (VP (VBN overlaid) (PP (IN with) (NP (DT the) (NN desire) (S (VP (TO to) (VP (VB solve) (NP (PRP it)) (ADVP (RB properly))))))))) (. .)))" }, "speaker": null, "text": "Thus, the desire to solve any objective situation is overlaid with the desire to solve it properly.", "tokens": [ { "deprel": "advmod", "end_char": 1136, "feats": null, "head": 11, "id": 1, "lemma": "thus", "misc": "", "start_char": 1132, "text": "Thus", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1138, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1137, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1142, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1139, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1149, "feats": "Number=Sing", "head": 11, "id": 4, "lemma": "desire", "misc": "", "start_char": 1143, "text": "desire", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1152, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1150, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1158, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "solve", "misc": "", "start_char": 1153, "text": "solve", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1162, "feats": null, "head": 9, "id": 7, "lemma": "any", "misc": "", "start_char": 1159, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1172, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "objective", "misc": "", "start_char": 1163, "text": "objective", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1182, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "situation", "misc": "", "start_char": 1173, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1185, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 1183, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1194, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 11, "lemma": "overlaid", "misc": "", "start_char": 1186, "text": "overlaid", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1199, "feats": null, "head": 14, "id": 12, "lemma": "with", "misc": "", "start_char": 1195, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1203, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1200, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1210, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "desire", "misc": "", "start_char": 1204, "text": "desire", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1213, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 1211, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1219, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "solve", "misc": "", "start_char": 1214, "text": "solve", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1222, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 17, "lemma": "it", "misc": "", "start_char": 1220, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1231, "feats": null, "head": 16, "id": 18, "lemma": "properly", "misc": "", "start_char": 1223, "text": "properly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1233, "feats": null, "head": 11, "id": 19, "lemma": ".", "misc": "", "start_char": 1232, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD One)) (PP (IN of) (NP (NP (DT the) (JJ early) (NNS things)) (SBAR (S (NP (DT the) (NN child)) (VP (VBZ learns))))))) (VP (VBZ is) (SBAR (IN that) (S (NP (PRP he)) (VP (VBZ gets) (NP (JJR more) (NN affection) (CC and) (NN approval)) (SBAR (WHADVP (WRB when)) (S (NP (PRP$ his) (NNS parents)) (VP (VBP like) (NP (PRP$ his) (NN response))))))))) (. .)))" }, "speaker": null, "text": "One of the early things the child learns is that he gets more affection and approval when his parents like his response.", "tokens": [ { "deprel": "nsubj:outer", "end_char": 1237, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 1, "lemma": "one", "misc": "", "start_char": 1234, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1240, "feats": null, "head": 5, "id": 2, "lemma": "of", "misc": "", "start_char": 1238, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1244, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1241, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1250, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "early", "misc": "", "start_char": 1245, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1257, "feats": "Number=Plur", "head": 1, "id": 5, "lemma": "thing", "misc": "", "start_char": 1251, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 1261, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1258, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1267, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "child", "misc": "", "start_char": 1262, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 1274, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 8, "lemma": "learn", "misc": "", "start_char": 1268, "text": "learns", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "cop", "end_char": 1277, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 9, "lemma": "be", "misc": "", "start_char": 1275, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1282, "feats": null, "head": 12, "id": 10, "lemma": "that", "misc": "", "start_char": 1278, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1285, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "he", "misc": "", "start_char": 1283, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1290, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "get", "misc": "", "start_char": 1286, "text": "gets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 1295, "feats": "Degree=Cmp", "head": 14, "id": 13, "lemma": "more", "misc": "", "start_char": 1291, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1305, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "affection", "misc": "", "start_char": 1296, "text": "affection", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1309, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 1306, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1318, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "approval", "misc": "", "start_char": 1310, "text": "approval", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1323, "feats": "PronType=Int", "head": 20, "id": 17, "lemma": "when", "misc": "", "start_char": 1319, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 1327, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "his", "misc": "", "start_char": 1324, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1335, "feats": "Number=Plur", "head": 20, "id": 19, "lemma": "parent", "misc": "", "start_char": 1328, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 1340, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 20, "lemma": "like", "misc": "", "start_char": 1336, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1344, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "his", "misc": "", "start_char": 1341, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1353, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "response", "misc": "", "start_char": 1345, "text": "response", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1355, "feats": null, "head": 12, "id": 23, "lemma": ".", "misc": "", "start_char": 1354, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (JJ other) (NNS adults)) (VP (VP (VBP reward) (NP (DT some) (NNS actions))) (CC and) (VP (VBP criticize) (NP (NNS others)))) (. .)))" }, "speaker": null, "text": "Then other adults reward some actions and criticize others.", "tokens": [ { "deprel": "advmod", "end_char": 1360, "feats": "PronType=Dem", "head": 4, "id": 1, "lemma": "then", "misc": "", "start_char": 1356, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1366, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "other", "misc": "", "start_char": 1361, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1373, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "adult", "misc": "", "start_char": 1367, "text": "adults", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1380, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "reward", "misc": "", "start_char": 1374, "text": "reward", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1385, "feats": null, "head": 6, "id": 5, "lemma": "some", "misc": "", "start_char": 1381, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1393, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "action", "misc": "", "start_char": 1386, "text": "actions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1397, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1394, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1407, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 8, "lemma": "criticize", "misc": "", "start_char": 1398, "text": "criticize", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1414, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "other", "misc": "", "start_char": 1408, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1416, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 1415, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (CD one)) (VP (VBZ is) (S (VP (TO to) (VP (VB maintain) (NP (NP (DT the) (NN support)) (PP (IN of) (NP (NP (NNS others)) (CC and) (NP (PRP$ his) (JJ own) (NN self-respect))))))))))) (, ,) (NP (PRP he)) (VP (MD must) (VP (VB adopt) (NP (NP (NNS responses)) (SBAR (S (NP (PRP$ his) (JJ social) (NN group)) (VP (VBZ approves))))))) (. .)))" }, "speaker": null, "text": "If one is to maintain the support of others and his own self-respect, he must adopt responses his social group approves.", "tokens": [ { "deprel": "mark", "end_char": 1419, "feats": null, "head": 5, "id": 1, "lemma": "if", "misc": "", "start_char": 1417, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1423, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 2, "lemma": "one", "misc": "", "start_char": 1420, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "aux", "end_char": 1426, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1424, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1429, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1427, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1438, "feats": "VerbForm=Inf", "head": 17, "id": 5, "lemma": "maintain", "misc": "", "start_char": 1430, "text": "maintain", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1442, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1439, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1450, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "support", "misc": "", "start_char": 1443, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1453, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 1451, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1460, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "other", "misc": "", "start_char": 1454, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1464, "feats": null, "head": 13, "id": 10, "lemma": "and", "misc": "", "start_char": 1461, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1468, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 11, "lemma": "his", "misc": "", "start_char": 1465, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1472, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "own", "misc": "", "start_char": 1469, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1485, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "self-respect", "misc": "", "start_char": 1473, "text": "self-respect", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1487, "feats": null, "head": 5, "id": 14, "lemma": ",", "misc": "", "start_char": 1486, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1490, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 15, "lemma": "he", "misc": "", "start_char": 1488, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1495, "feats": "VerbForm=Fin", "head": 17, "id": 16, "lemma": "must", "misc": "", "start_char": 1491, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1501, "feats": "VerbForm=Inf", "head": 0, "id": 17, "lemma": "adopt", "misc": "", "start_char": 1496, "text": "adopt", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1511, "feats": "Number=Plur", "head": 17, "id": 18, "lemma": "response", "misc": "", "start_char": 1502, "text": "responses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod:poss", "end_char": 1515, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 19, "lemma": "his", "misc": "", "start_char": 1512, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1522, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "social", "misc": "", "start_char": 1516, "text": "social", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1528, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "group", "misc": "", "start_char": 1523, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 1537, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 22, "lemma": "approve", "misc": "", "start_char": 1529, "text": "approves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1539, "feats": null, "head": 17, "id": 23, "lemma": ".", "misc": "", "start_char": 1538, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1541, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1540, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (S (VP (VBG finding) (NP (NN trial) (NNS responses))))) (, ,) (NP (DT the) (NN learner)) (VP (VBZ does) (RB not) (VP (VB choose) (NP (NNS models)) (PP (IN at) (NP (NN random))))) (. .)))" }, "speaker": null, "text": "In finding trial responses, the learner does not choose models at random.", "tokens": [ { "deprel": "mark", "end_char": 1544, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 1542, "text": "In", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1552, "feats": "VerbForm=Ger", "head": 10, "id": 2, "lemma": "find", "misc": "", "start_char": 1545, "text": "finding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 1558, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "trial", "misc": "", "start_char": 1553, "text": "trial", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1568, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "response", "misc": "", "start_char": 1559, "text": "responses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1570, "feats": null, "head": 2, "id": 5, "lemma": ",", "misc": "", "start_char": 1569, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1574, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1571, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1582, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "learner", "misc": "", "start_char": 1575, "text": "learner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1587, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "do", "misc": "", "start_char": 1583, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1591, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 1588, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1598, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "choose", "misc": "", "start_char": 1592, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1605, "feats": "Number=Plur", "head": 10, "id": 11, "lemma": "model", "misc": "", "start_char": 1599, "text": "models", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1608, "feats": null, "head": 13, "id": 12, "lemma": "at", "misc": "", "start_char": 1606, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1615, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "random", "misc": "", "start_char": 1609, "text": "random", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1617, "feats": null, "head": 10, "id": 14, "lemma": ".", "misc": "", "start_char": 1616, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ imitates) (NP (NP (NP (DT the) (NN person)) (SBAR (WHNP (WP who)) (S (VP (VBZ seems) (S (NP (NP (DT a) (JJ good) (NN person)) (SBAR (S (VP (TO to) (VP (VB be) (PP (RP like)))))))))))) (, ,) (CONJP (RB rather) (IN than)) (NP (NP (DT a) (NN person)) (SBAR (WHNP (WP$ whose) (JJ social) (NN status)) (S (NP (PRP he)) (VP (VBZ wishes) (S (VP (TO to) (VP (VB avoid)))))))))) (. .)))" }, "speaker": null, "text": "He imitates the person who seems a good person to be like, rather than a person whose social status he wishes to avoid.", "tokens": [ { "deprel": "nsubj", "end_char": 1620, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1618, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1629, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "imitate", "misc": "", "start_char": 1621, "text": "imitates", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1633, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1630, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1640, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "person", "misc": "", "start_char": 1634, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1644, "feats": "PronType=Rel", "head": 6, "id": 5, "lemma": "who", "misc": "", "start_char": 1641, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 1650, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 6, "lemma": "seem", "misc": "", "start_char": 1645, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1652, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 1651, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1657, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "good", "misc": "", "start_char": 1653, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 1664, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "person", "misc": "", "start_char": 1658, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1667, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1665, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1670, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "be", "misc": "", "start_char": 1668, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1675, "feats": null, "head": 11, "id": 12, "lemma": "like", "misc": "", "start_char": 1671, "text": "like", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1677, "feats": null, "head": 17, "id": 13, "lemma": ",", "misc": "", "start_char": 1676, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1684, "feats": null, "head": 17, "id": 14, "lemma": "rather", "misc": "", "start_char": 1678, "text": "rather", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 1689, "feats": null, "head": 14, "id": 15, "lemma": "than", "misc": "", "start_char": 1685, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1691, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 1690, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1698, "feats": "Number=Sing", "head": 4, "id": 17, "lemma": "person", "misc": "", "start_char": 1692, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:poss", "end_char": 1704, "feats": "Poss=Yes|PronType=Rel", "head": 20, "id": 18, "lemma": "whose", "misc": "", "start_char": 1699, "text": "whose", "upos": "PRON", "xpos": "WP$" }, { "deprel": "amod", "end_char": 1711, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "social", "misc": "", "start_char": 1705, "text": "social", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1718, "feats": "Number=Sing", "head": 22, "id": 20, "lemma": "status", "misc": "", "start_char": 1712, "text": "status", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1721, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 21, "lemma": "he", "misc": "", "start_char": 1719, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1728, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 22, "lemma": "wish", "misc": "", "start_char": 1722, "text": "wishes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1731, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 1729, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1737, "feats": "VerbForm=Inf", "head": 22, "id": 24, "lemma": "avoid", "misc": "", "start_char": 1732, "text": "avoid", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1739, "feats": null, "head": 2, "id": 25, "lemma": ".", "misc": "", "start_char": 1738, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (DT the) (NN pupil)) (VP (VBZ wants) (S (VP (TO to) (VP (VB be) (NP (DT a) (JJ good) (NN violinist)))))))) (, ,) (NP (PRP he)) (VP (VP (MD will) (VP (VP (VB observe)) (CC and) (VP (VB try) (S (VP (TO to) (VP (VB copy) (NP (NP (DT the) (NNS techniques)) (PP (IN of) (NP (JJ capable) (NNS players)))))))))) (: ;) (SBAR (IN while) (S (NP (DT some) (JJ other) (NN person)) (VP (MD may) (ADVP (RBS most)) (VP (VB influence) (NP (NP (PRP$ his) (NN approach)) (PP (IN to) (NP (NNS books))))))))) (. .)))" }, "speaker": null, "text": "If the pupil wants to be a good violinist, he will observe and try to copy the techniques of capable players; while some other person may most influence his approach to books.", "tokens": [ { "deprel": "mark", "end_char": 1742, "feats": null, "head": 4, "id": 1, "lemma": "if", "misc": "", "start_char": 1740, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1746, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1743, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1752, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "pupil", "misc": "", "start_char": 1747, "text": "pupil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1758, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 4, "lemma": "want", "misc": "", "start_char": 1753, "text": "wants", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1761, "feats": null, "head": 9, "id": 5, "lemma": "to", "misc": "", "start_char": 1759, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1764, "feats": "VerbForm=Inf", "head": 9, "id": 6, "lemma": "be", "misc": "", "start_char": 1762, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 1766, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 1765, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1771, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "good", "misc": "", "start_char": 1767, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 1781, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "violinist", "misc": "", "start_char": 1772, "text": "violinist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1783, "feats": null, "head": 4, "id": 10, "lemma": ",", "misc": "", "start_char": 1782, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1786, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "he", "misc": "", "start_char": 1784, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1791, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "will", "misc": "", "start_char": 1787, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1799, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "observe", "misc": "", "start_char": 1792, "text": "observe", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 1803, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 1800, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1807, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "try", "misc": "", "start_char": 1804, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1810, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1808, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1815, "feats": "VerbForm=Inf", "head": 13, "id": 17, "lemma": "copy", "misc": "", "start_char": 1811, "text": "copy", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1819, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 1816, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1830, "feats": "Number=Plur", "head": 17, "id": 19, "lemma": "technique", "misc": "", "start_char": 1820, "text": "techniques", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1833, "feats": null, "head": 22, "id": 20, "lemma": "of", "misc": "", "start_char": 1831, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1841, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "capable", "misc": "", "start_char": 1834, "text": "capable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1849, "feats": "Number=Plur", "head": 19, "id": 22, "lemma": "player", "misc": "", "start_char": 1842, "text": "players", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1851, "feats": null, "head": 30, "id": 23, "lemma": ";", "misc": "", "start_char": 1850, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "mark", "end_char": 1857, "feats": null, "head": 30, "id": 24, "lemma": "while", "misc": "", "start_char": 1852, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1862, "feats": null, "head": 27, "id": 25, "lemma": "some", "misc": "", "start_char": 1858, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1868, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "other", "misc": "", "start_char": 1863, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1875, "feats": "Number=Sing", "head": 30, "id": 27, "lemma": "person", "misc": "", "start_char": 1869, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1879, "feats": "VerbForm=Fin", "head": 30, "id": 28, "lemma": "may", "misc": "", "start_char": 1876, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1884, "feats": "Degree=Sup", "head": 30, "id": 29, "lemma": "most", "misc": "", "start_char": 1880, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "advcl", "end_char": 1894, "feats": "VerbForm=Inf", "head": 13, "id": 30, "lemma": "influence", "misc": "", "start_char": 1885, "text": "influence", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1898, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 32, "id": 31, "lemma": "his", "misc": "", "start_char": 1895, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1907, "feats": "Number=Sing", "head": 30, "id": 32, "lemma": "approach", "misc": "", "start_char": 1899, "text": "approach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1910, "feats": null, "head": 34, "id": 33, "lemma": "to", "misc": "", "start_char": 1908, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1916, "feats": "Number=Plur", "head": 32, "id": 34, "lemma": "book", "misc": "", "start_char": 1911, "text": "books", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1918, "feats": null, "head": 13, "id": 35, "lemma": ".", "misc": "", "start_char": 1917, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1920, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1919, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (NN Admiration)) (PP (IN of) (NP (CD one) (NN quality)))) (ADVP (RB often)) (VP (VBZ leads) (NP (PRP us)) (S (VP (TO to) (VP (VB admire) (NP (NP (DT a) (NN person)) (PP (IN as) (NP (DT a) (NN whole))))))))) (, ,) (CC and) (S (NP (PRP he)) (VP (VBZ becomes) (NP (DT an) (VBG identifying) (NN figure)))) (. .)))" }, "speaker": null, "text": "Admiration of one quality often leads us to admire a person as a whole, and he becomes an identifying figure.", "tokens": [ { "deprel": "nsubj", "end_char": 1931, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "admiration", "misc": "", "start_char": 1921, "text": "Admiration", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1934, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 1932, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1938, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "one", "misc": "", "start_char": 1935, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 1946, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "quality", "misc": "", "start_char": 1939, "text": "quality", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1952, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "often", "misc": "", "start_char": 1947, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1958, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "lead", "misc": "", "start_char": 1953, "text": "leads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1961, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 7, "lemma": "we", "misc": "", "start_char": 1959, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1964, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1962, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1971, "feats": "VerbForm=Inf", "head": 6, "id": 9, "lemma": "admire", "misc": "", "start_char": 1965, "text": "admire", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1973, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 1972, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1980, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "person", "misc": "", "start_char": 1974, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1983, "feats": null, "head": 14, "id": 12, "lemma": "as", "misc": "", "start_char": 1981, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1985, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1984, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1991, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "whole", "misc": "", "start_char": 1986, "text": "whole", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1993, "feats": null, "head": 18, "id": 15, "lemma": ",", "misc": "", "start_char": 1992, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1997, "feats": null, "head": 18, "id": 16, "lemma": "and", "misc": "", "start_char": 1994, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 2000, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "he", "misc": "", "start_char": 1998, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 2008, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 18, "lemma": "become", "misc": "", "start_char": 2001, "text": "becomes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 2011, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 2009, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2023, "feats": "VerbForm=Ger", "head": 21, "id": 20, "lemma": "identify", "misc": "", "start_char": 2012, "text": "identifying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 2030, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "figure", "misc": "", "start_char": 2024, "text": "figure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2032, "feats": null, "head": 6, "id": 22, "lemma": ".", "misc": "", "start_char": 2031, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP use) (NP (DT some) (NNS people)) (PP (IN as) (NP (NP (NNS models)) (PP (IN over) (NP (NP (DT a) (JJ wide) (NN range)) (PP (IN of) (NP (NNS situations))))))) (, ,) (S (VP (VBG imitating) (NP (NP (JJ much)) (SBAR (WHNP (WDT that)) (S (NP (PRP they)) (VP (VBP do)))))))) (. .)))" }, "speaker": null, "text": "We use some people as models over a wide range of situations, imitating much that they do.", "tokens": [ { "deprel": "nsubj", "end_char": 2035, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 2033, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2039, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "use", "misc": "", "start_char": 2036, "text": "use", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 2044, "feats": null, "head": 4, "id": 3, "lemma": "some", "misc": "", "start_char": 2040, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2051, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "person", "misc": "", "start_char": 2045, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2054, "feats": null, "head": 6, "id": 5, "lemma": "as", "misc": "", "start_char": 2052, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2061, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "model", "misc": "", "start_char": 2055, "text": "models", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2066, "feats": null, "head": 10, "id": 7, "lemma": "over", "misc": "", "start_char": 2062, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2068, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 2067, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2073, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "wide", "misc": "", "start_char": 2069, "text": "wide", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2079, "feats": "Number=Sing", "head": 2, "id": 10, "lemma": "range", "misc": "", "start_char": 2074, "text": "range", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2082, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 2080, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2093, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "situation", "misc": "", "start_char": 2083, "text": "situations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2095, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 2094, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 2105, "feats": "VerbForm=Ger", "head": 2, "id": 14, "lemma": "imitate", "misc": "", "start_char": 2096, "text": "imitating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 2110, "feats": "Degree=Pos", "head": 14, "id": 15, "lemma": "much", "misc": "", "start_char": 2106, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2115, "feats": "PronType=Rel", "head": 18, "id": 16, "lemma": "that", "misc": "", "start_char": 2111, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 2120, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "they", "misc": "", "start_char": 2116, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 2123, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 18, "lemma": "do", "misc": "", "start_char": 2121, "text": "do", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 2125, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 2124, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP learn) (SBAR (IN that) (S (NP (PRP they)) (VP (VBP are) (NP (ADJP (JJ dependable) (CC and) (JJ rewarding)) (NNS models)) (SBAR (IN because) (S (S (VP (VBG imitating) (NP (PRP them)))) (VP (VBZ leads) (PP (IN to) (NP (NN success)))))))))) (. .)))" }, "speaker": null, "text": "We learn that they are dependable and rewarding models because imitating them leads to success.", "tokens": [ { "deprel": "nsubj", "end_char": 2128, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 2126, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2134, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "learn", "misc": "", "start_char": 2129, "text": "learn", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 2139, "feats": null, "head": 9, "id": 3, "lemma": "that", "misc": "", "start_char": 2135, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2144, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 4, "lemma": "they", "misc": "", "start_char": 2140, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 2148, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 5, "lemma": "be", "misc": "", "start_char": 2145, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "amod", "end_char": 2159, "feats": "Degree=Pos", "head": 9, "id": 6, "lemma": "dependable", "misc": "", "start_char": 2149, "text": "dependable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 2163, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 2160, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2173, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "rewarding", "misc": "", "start_char": 2164, "text": "rewarding", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 2180, "feats": "Number=Plur", "head": 2, "id": 9, "lemma": "model", "misc": "", "start_char": 2174, "text": "models", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 2188, "feats": null, "head": 13, "id": 10, "lemma": "because", "misc": "", "start_char": 2181, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "csubj", "end_char": 2198, "feats": "VerbForm=Ger", "head": 13, "id": 11, "lemma": "imitate", "misc": "", "start_char": 2189, "text": "imitating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 2203, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "they", "misc": "", "start_char": 2199, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 2209, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 13, "lemma": "lead", "misc": "", "start_char": 2204, "text": "leads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 2212, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 2210, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2220, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "success", "misc": "", "start_char": 2213, "text": "success", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2222, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 2221, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
To say that the child learns by imitation and that the way to teach is to set a good example oversimplifies. No child imitates every action he sees. Sometimes, the example the parent wants him to follow is ignored while he takes over contrary patterns from some other example. Therefore we must turn to a more subtle theory than "Monkey see, monkey do." Look at it from the child's point of view. Here he is in a new situation, lacking a ready response. He is seeking a response which will gain certain ends. If he lacks a ready response for the situation, and cannot reason out what to do, he observes a model who seems able to get the right result. The child looks for an authority or expert who can show what to do. There is a second element at work in this situation. The child may be able to attain his immediate goal only to find that his method brings criticism from people who observe him. When shouting across the house achieves his immediate end of delivering a message, he is told emphatically that such a racket is unpleasant, that he should walk into the next room and say his say quietly. Thus, the desire to solve any objective situation is overlaid with the desire to solve it properly. One of the early things the child learns is that he gets more affection and approval when his parents like his response. Then other adults reward some actions and criticize others. If one is to maintain the support of others and his own self-respect, he must adopt responses his social group approves. In finding trial responses, the learner does not choose models at random. He imitates the person who seems a good person to be like, rather than a person whose social status he wishes to avoid. If the pupil wants to be a good violinist, he will observe and try to copy the techniques of capable players; while some other person may most influence his approach to books. Admiration of one quality often leads us to admire a person as a whole, and he becomes an identifying figure. We use some people as models over a wide range of situations, imitating much that they do. We learn that they are dependable and rewarding models because imitating them leads to success.
[ [ [ 0, 7, 7 ] ], [ [ 0, 17, 19 ] ], [ [ 1, 3, 6 ] ], [ [ 2, 4, 5 ] ], [ [ 2, 19, 21 ] ], [ [ 3, 1, 1 ], [ 23, 6, 6 ], [ 24, 0, 0 ], [ 25, 0, 0 ] ], [ [ 3, 5, 8 ] ], [ [ 3, 11, 11 ], [ 3, 14, 14 ] ], [ [ 5, 2, 2 ] ], [ [ 5, 4, 9 ] ], [ [ 5, 9, 9 ] ], [ [ 6, 4, 6 ], [ 8, 7, 8 ], [ 11, 8, 9 ] ], [ [ 6, 9, 11 ], [ 8, 3, 5 ] ], [ [ 7, 8, 9 ] ], [ [ 8, 28, 30 ] ], [ [ 9, 11, 13 ] ], [ [ 11, 2, 4 ] ], [ [ 11, 6, 6 ] ], [ [ 12, 7, 9 ] ], [ [ 12, 14, 15 ] ], [ [ 12, 17, 17 ] ], [ [ 12, 19, 22 ] ], [ [ 13, 1, 1 ] ], [ [ 13, 3, 4 ] ], [ [ 13, 6, 12 ] ], [ [ 13, 30, 32 ] ], [ [ 13, 10, 12 ] ], [ [ 13, 11, 12 ] ], [ [ 14, 6, 8 ] ], [ [ 14, 16, 16 ] ], [ [ 15, 0, 7 ] ], [ [ 15, 2, 7 ] ], [ [ 15, 12, 15 ] ], [ [ 15, 17, 18 ] ], [ [ 15, 20, 21 ] ], [ [ 16, 0, 0 ] ], [ [ 16, 1, 2 ] ], [ [ 16, 4, 5 ] ], [ [ 17, 1, 1 ] ], [ [ 17, 5, 8 ] ], [ [ 17, 10, 12 ] ], [ [ 17, 18, 21 ] ], [ [ 19, 1, 3 ] ], [ [ 19, 2, 3 ] ], [ [ 19, 12, 12 ] ], [ [ 21, 6, 8 ] ], [ [ 21, 17, 21 ] ], [ [ 21, 20, 21 ] ], [ [ 21, 24, 26 ] ], [ [ 21, 30, 31 ] ], [ [ 21, 33, 33 ] ], [ [ 20, 18, 19 ] ], [ [ 23, 0, 3 ] ], [ [ 23, 2, 3 ] ], [ [ 23, 9, 10 ], [ 23, 16, 16 ] ], [ [ 23, 12, 13 ] ], [ [ 23, 18, 20 ] ], [ [ 24, 2, 3 ], [ 25, 3, 3 ], [ 25, 11, 11 ], [ 24, 16, 16 ] ], [ [ 24, 7, 11 ] ], [ [ 24, 11, 11 ] ], [ [ 24, 5, 5 ], [ 19, 10, 10 ] ], [ [ 25, 10, 11 ] ], [ [ 25, 14, 14 ] ], [ [ 0, 3, 4 ], [ 1, 5, 5 ], [ 2, 7, 7 ], [ 2, 13, 13 ], [ 6, 1, 1 ], [ 7, 0, 0 ], [ 8, 1, 1 ], [ 8, 19, 19 ], [ 12, 7, 7 ], [ 12, 14, 14 ], [ 12, 22, 22 ], [ 13, 6, 6 ], [ 13, 26, 26 ], [ 13, 35, 35 ], [ 13, 14, 14 ], [ 15, 10, 10 ], [ 15, 17, 17 ], [ 15, 20, 20 ], [ 17, 10, 10 ], [ 17, 14, 14 ], [ 17, 18, 18 ], [ 5, 4, 6 ], [ 9, 0, 1 ], [ 12, 0, 1 ], [ 15, 5, 6 ] ], [ [ 0, 10, 13 ] ], [ [ 2, 2, 9 ] ], [ [ 7, 3, 9 ] ], [ [ 9, 4, 13 ] ], [ [ 13, 35, 36 ] ], [ [ 14, 2, 8 ] ], [ [ 16, 8, 8 ], [ 17, 8, 8 ] ], [ [ 20, 2, 11 ] ], [ [ 20, 15, 23 ] ], [ [ 25, 5, 8 ] ], [ [ 2, 16, 17 ] ], [ [ 8, 21, 30 ] ], [ [ 13, 19, 21 ] ], [ [ 20, 6, 11 ] ], [ [ 1, 0, 1 ] ], [ [ 20, 20, 20 ], [ 19, 5, 6 ], [ 20, 0, 0 ] ], [ [ 21, 30, 30 ], [ 21, 1, 2 ], [ 21, 10, 10 ] ], [ [ 8, 15, 17 ] ], [ [ 14, 12, 13 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36126
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NN Football)) (VP (VBZ is) (PRN (, ,) (S (NP (PRP I)) (VP (VBP believe))) (, ,)) (NP (NP (NP (DT the) (ADJP (RBS most) (JJ popular)) (NN game)) (PP (IN in) (NP (NNP England)))) (: :) (S (NP (PRP one)) (VP (VBZ has) (S (ADVP (RB only)) (VP (TO to) (VP (VB go) (PP (IN to) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (JJ important) (NNS matches)) (SBAR (S (VP (TO to) (VP (VB see) (NP (DT this))))))))))))))))) (. .)))" }, "speaker": null, "text": "Football is, I believe, the most popular game in England: one has only to go to one of the important matches to see this.", "tokens": [ { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "football", "misc": "", "start_char": 0, "text": "Football", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 11, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 2, "lemma": "be", "misc": "", "start_char": 9, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 13, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 12, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 15, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "I", "misc": "", "start_char": 14, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 23, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 10, "id": 5, "lemma": "believe", "misc": "", "start_char": 16, "text": "believe", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 25, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 24, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 29, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 7, "lemma": "the", "misc": "", "start_char": 26, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 34, "feats": "Degree=Sup", "head": 9, "id": 8, "lemma": "most", "misc": "", "start_char": 30, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 42, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "popular", "misc": "", "start_char": 35, "text": "popular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 47, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "game", "misc": "", "start_char": 43, "text": "game", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 50, "feats": null, "head": 12, "id": 11, "lemma": "in", "misc": "", "start_char": 48, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 58, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "England", "misc": "", "start_char": 51, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 60, "feats": null, "head": 15, "id": 13, "lemma": ":", "misc": "", "start_char": 59, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 64, "feats": "Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "one", "misc": "", "start_char": 61, "text": "one", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 68, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 15, "lemma": "have", "misc": "", "start_char": 65, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 73, "feats": null, "head": 18, "id": 16, "lemma": "only", "misc": "", "start_char": 69, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 76, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 74, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 79, "feats": "VerbForm=Inf", "head": 15, "id": 18, "lemma": "go", "misc": "", "start_char": 77, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 82, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 80, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 86, "feats": "NumForm=Word|NumType=Card", "head": 18, "id": 20, "lemma": "one", "misc": "", "start_char": 83, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 89, "feats": null, "head": 24, "id": 21, "lemma": "of", "misc": "", "start_char": 87, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 93, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 22, "lemma": "the", "misc": "", "start_char": 90, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 103, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "important", "misc": "", "start_char": 94, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 111, "feats": "Number=Plur", "head": 20, "id": 24, "lemma": "match", "misc": "", "start_char": 104, "text": "matches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 114, "feats": null, "head": 26, "id": 25, "lemma": "to", "misc": "", "start_char": 112, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 118, "feats": "VerbForm=Inf", "head": 18, "id": 26, "lemma": "see", "misc": "", "start_char": 115, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 123, "feats": "Number=Sing|PronType=Dem", "head": 26, "id": 27, "lemma": "this", "misc": "", "start_char": 119, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 125, "feats": null, "head": 10, "id": 28, "lemma": ".", "misc": "", "start_char": 124, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (S (ADJP (JJ Rich) (CC and) (JJ poor) (, ,) (JJ young) (CC and) (JJ old))) (, ,) (NP (PRP one)) (VP (MD can) (VP (VB see) (NP (PRP them)) (ADVP (DT all) (RB there)) (, ,) (S (VP (VBG shouting) (PP (IN for) (NP (PRP$ their) (NNS teams))))))) (. .)))" }, "speaker": null, "text": "Rich and poor, young and old, one can see them all there, shouting for their teams.", "tokens": [ { "deprel": "advcl", "end_char": 130, "feats": "Degree=Pos", "head": 11, "id": 1, "lemma": "Rich", "misc": "", "start_char": 126, "text": "Rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 134, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 131, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 139, "feats": "Degree=Pos", "head": 1, "id": 3, "lemma": "poor", "misc": "", "start_char": 135, "text": "poor", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 141, "feats": null, "head": 5, "id": 4, "lemma": ",", "misc": "", "start_char": 140, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 147, "feats": "Degree=Pos", "head": 1, "id": 5, "lemma": "young", "misc": "", "start_char": 142, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 151, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 148, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 155, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "old", "misc": "", "start_char": 152, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 157, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 156, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 161, "feats": "Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "one", "misc": "", "start_char": 158, "text": "one", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 165, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "can", "misc": "", "start_char": 162, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 169, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "see", "misc": "", "start_char": 166, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 174, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "they", "misc": "", "start_char": 170, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 178, "feats": null, "head": 12, "id": 13, "lemma": "all", "misc": "", "start_char": 175, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 184, "feats": "PronType=Dem", "head": 11, "id": 14, "lemma": "there", "misc": "", "start_char": 179, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 186, "feats": null, "head": 16, "id": 15, "lemma": ",", "misc": "", "start_char": 185, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 195, "feats": "VerbForm=Ger", "head": 11, "id": 16, "lemma": "shouting", "misc": "", "start_char": 187, "text": "shouting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 199, "feats": null, "head": 19, "id": 17, "lemma": "for", "misc": "", "start_char": 196, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 205, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "their", "misc": "", "start_char": 200, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 211, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "team", "misc": "", "start_char": 206, "text": "teams", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 213, "feats": null, "head": 11, "id": 20, "lemma": ".", "misc": "", "start_char": 212, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD One)) (PP (IN of) (NP (NP (DT the) (ADJP (RBS most) (JJ surprising)) (NNS things)) (PP (IN about) (NP (NN football))) (PP (IN in) (NP (NNP England)))))) (VP (VBZ is) (NP (NP (DT the) (JJ great) (NN knowledge)) (PP (IN of) (NP (NP (DT the) (NN game)) (SBAR (WHNP (WDT which)) (S (NP (RB even) (DT the) (JJS smallest) (NN boy)) (VP (VBZ seems) (S (VP (TO to) (VP (VB have))))))))))) (. .)))" }, "speaker": null, "text": "One of the most surprising things about football in England is the great knowledge of the game which even the smallest boy seems to have.", "tokens": [ { "deprel": "nsubj", "end_char": 217, "feats": "NumForm=Word|NumType=Card", "head": 14, "id": 1, "lemma": "one", "misc": "", "start_char": 214, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 220, "feats": null, "head": 6, "id": 2, "lemma": "of", "misc": "", "start_char": 218, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 224, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 221, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 229, "feats": "Degree=Sup", "head": 5, "id": 4, "lemma": "most", "misc": "", "start_char": 225, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 240, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "surprising", "misc": "", "start_char": 230, "text": "surprising", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 247, "feats": "Number=Plur", "head": 1, "id": 6, "lemma": "thing", "misc": "", "start_char": 241, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 253, "feats": null, "head": 8, "id": 7, "lemma": "about", "misc": "", "start_char": 248, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 262, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "football", "misc": "", "start_char": 254, "text": "football", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 265, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 263, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 273, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "England", "misc": "", "start_char": 266, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 276, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 11, "lemma": "be", "misc": "", "start_char": 274, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 280, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 277, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 286, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "great", "misc": "", "start_char": 281, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 296, "feats": "Number=Sing", "head": 0, "id": 14, "lemma": "knowledge", "misc": "", "start_char": 287, "text": "knowledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 299, "feats": null, "head": 17, "id": 15, "lemma": "of", "misc": "", "start_char": 297, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 303, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 300, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 308, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "game", "misc": "", "start_char": 304, "text": "game", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 314, "feats": "PronType=Rel", "head": 25, "id": 18, "lemma": "which", "misc": "", "start_char": 309, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "advmod", "end_char": 319, "feats": null, "head": 22, "id": 19, "lemma": "even", "misc": "", "start_char": 315, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 323, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 20, "lemma": "the", "misc": "", "start_char": 320, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 332, "feats": "Degree=Sup", "head": 22, "id": 21, "lemma": "small", "misc": "", "start_char": 324, "text": "smallest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 336, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "boy", "misc": "", "start_char": 333, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 342, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 23, "lemma": "seem", "misc": "", "start_char": 337, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 345, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 343, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 350, "feats": "VerbForm=Inf", "head": 23, "id": 25, "lemma": "have", "misc": "", "start_char": 346, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 352, "feats": null, "head": 14, "id": 26, "lemma": ".", "misc": "", "start_char": 351, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (MD can) (VP (VB tell) (NP (PRP you)) (NP (NP (DT the) (NNS names)) (PP (IN of) (NP (NP (DT the) (NNS players)) (PP (IN in) (NP (NP (JJS most)) (PP (IN of) (NP (DT the) (JJ important) (NNS teams)))))))))) (. .)))" }, "speaker": null, "text": "He can tell you the names of the players in most of the important teams.", "tokens": [ { "deprel": "nsubj", "end_char": 355, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 353, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 359, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 356, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 364, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "tell", "misc": "", "start_char": 360, "text": "tell", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 368, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 3, "id": 4, "lemma": "you", "misc": "", "start_char": 365, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 372, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 369, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 378, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "name", "misc": "", "start_char": 373, "text": "names", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 381, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 379, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 385, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 382, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 393, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "player", "misc": "", "start_char": 386, "text": "players", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 396, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 394, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 401, "feats": "Degree=Sup", "head": 9, "id": 11, "lemma": "most", "misc": "", "start_char": 397, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 404, "feats": null, "head": 15, "id": 12, "lemma": "of", "misc": "", "start_char": 402, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 408, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 405, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 418, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "important", "misc": "", "start_char": 409, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 424, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "team", "misc": "", "start_char": 419, "text": "teams", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 426, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 425, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBZ has) (NP (NP (NNS pictures)) (PP (IN of) (NP (PRP them))))) (CC and) (VP (VBZ knows) (NP (NP (DT the) (NNS results)) (PP (IN of) (NP (NP (JJ large) (NNS numbers)) (PP (IN of) (NP (NNS matches)))))))) (. .)))" }, "speaker": null, "text": "He has pictures of them and knows the results of large numbers of matches.", "tokens": [ { "deprel": "nsubj", "end_char": 429, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 427, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 433, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "have", "misc": "", "start_char": 430, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 442, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "picture", "misc": "", "start_char": 434, "text": "pictures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 445, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 443, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 450, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 5, "lemma": "they", "misc": "", "start_char": 446, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 454, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 451, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 460, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 7, "lemma": "know", "misc": "", "start_char": 455, "text": "knows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 464, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 461, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 472, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "result", "misc": "", "start_char": 465, "text": "results", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 475, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 473, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 481, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "large", "misc": "", "start_char": 476, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 489, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "number", "misc": "", "start_char": 482, "text": "numbers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 492, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 490, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 500, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "match", "misc": "", "start_char": 493, "text": "matches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 502, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 501, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (MD will) (VP (VB tell) (NP (PRP you)) (SBAR (WHNP (WP who)) (S (NP (PRP he)) (VP (VBZ thinks) (SBAR (S (VP (MD will) (VP (VB win) (NP (PDT such) (DT a) (NN match)))))))))))) (, ,) (CC and) (S (NP (PRP$ his) (NN opinion)) (VP (VBZ is) (ADVP (RB usually)) (ADJP (ADJP (RB as) (JJ good)) (PP (IN as) (NP (NP (DT that)) (PP (IN of) (NP (NP (NNS men)) (NP (NP (QP (CD three) (CC or) (CD four)) (NNS times)) (PP (IN of) (NP (PRP$ his) (NN age))))))))))) (. .)))" }, "speaker": null, "text": "He will tell you who he thinks will win such a match, and his opinion is usually as good as that of men three or four times of his age.", "tokens": [ { "deprel": "nsubj", "end_char": 505, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 503, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 510, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 506, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 515, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "tell", "misc": "", "start_char": 511, "text": "tell", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 519, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 3, "id": 4, "lemma": "you", "misc": "", "start_char": 516, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj", "end_char": 523, "feats": "PronType=Rel", "head": 9, "id": 5, "lemma": "who", "misc": "", "start_char": 520, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 526, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "misc": "", "start_char": 524, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 533, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 7, "lemma": "think", "misc": "", "start_char": 527, "text": "thinks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "aux", "end_char": 538, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "will", "misc": "", "start_char": 534, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 542, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "win", "misc": "", "start_char": 539, "text": "win", "upos": "VERB", "xpos": "VB" }, { "deprel": "det:predet", "end_char": 547, "feats": null, "head": 12, "id": 10, "lemma": "such", "misc": "", "start_char": 543, "text": "such", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 549, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 548, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 555, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "match", "misc": "", "start_char": 550, "text": "match", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 557, "feats": null, "head": 20, "id": 13, "lemma": ",", "misc": "", "start_char": 556, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 561, "feats": null, "head": 20, "id": 14, "lemma": "and", "misc": "", "start_char": 558, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 565, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "his", "misc": "", "start_char": 562, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 573, "feats": "Number=Sing", "head": 20, "id": 16, "lemma": "opinion", "misc": "", "start_char": 566, "text": "opinion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 576, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 17, "lemma": "be", "misc": "", "start_char": 574, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 584, "feats": null, "head": 20, "id": 18, "lemma": "usually", "misc": "", "start_char": 577, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 587, "feats": null, "head": 20, "id": 19, "lemma": "as", "misc": "", "start_char": 585, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 592, "feats": "Degree=Pos", "head": 3, "id": 20, "lemma": "good", "misc": "", "start_char": 588, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 595, "feats": null, "head": 22, "id": 21, "lemma": "as", "misc": "", "start_char": 593, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 600, "feats": "Number=Sing|PronType=Dem", "head": 20, "id": 22, "lemma": "that", "misc": "", "start_char": 596, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 603, "feats": null, "head": 24, "id": 23, "lemma": "of", "misc": "", "start_char": 601, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 607, "feats": "Number=Plur", "head": 22, "id": 24, "lemma": "man", "misc": "", "start_char": 604, "text": "men", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nummod", "end_char": 613, "feats": "NumForm=Word|NumType=Card", "head": 28, "id": 25, "lemma": "three", "misc": "", "start_char": 608, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 616, "feats": null, "head": 27, "id": 26, "lemma": "or", "misc": "", "start_char": 614, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 621, "feats": "NumForm=Word|NumType=Card", "head": 25, "id": 27, "lemma": "four", "misc": "", "start_char": 617, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 627, "feats": "Number=Plur", "head": 20, "id": 28, "lemma": "time", "misc": "", "start_char": 622, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 630, "feats": null, "head": 31, "id": 29, "lemma": "of", "misc": "", "start_char": 628, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 634, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 31, "id": 30, "lemma": "his", "misc": "", "start_char": 631, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 638, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "age", "misc": "", "start_char": 635, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 640, "feats": null, "head": 3, "id": 32, "lemma": ".", "misc": "", "start_char": 639, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 642, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 641, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (JJS Most) (NNS schools)) (PP (IN in) (NP (NNP England)))) (VP (VBP take) (NP (NN football)) (ADVP (RB seriously)) (, --) (ADVP (ADVP (RB much) (RBR more) (RB seriously)) (PP (IN than) (NP (NP (ADJP (RB nearly) (DT all)) (JJ European) (NNS schools)) (, ,) (SBAR (WHADVP (WRB where)) (S (S (NP (NNS lessons)) (VP (VBP are) (RB all) (ADJP (RB very) (JJ important)))) (CC and) (S (NP (NNS games)) (VP (VBP are) (VP (VBN left) (PP (IN for) (NP (NP (DT the) (NNS children)) (NP (PRP themselves))))))))))))) (. .)))" }, "speaker": null, "text": "Most schools in England take football seriously--much more seriously than nearly all European schools, where lessons are all very important and games are left for the children themselves.", "tokens": [ { "deprel": "amod", "end_char": 647, "feats": "Degree=Sup", "head": 2, "id": 1, "lemma": "most", "misc": "", "start_char": 643, "text": "Most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 655, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "school", "misc": "", "start_char": 648, "text": "schools", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 658, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 656, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 666, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "England", "misc": "", "start_char": 659, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 671, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "take", "misc": "", "start_char": 667, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 680, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "football", "misc": "", "start_char": 672, "text": "football", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 690, "feats": null, "head": 5, "id": 7, "lemma": "seriously", "misc": "", "start_char": 681, "text": "seriously", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 693, "feats": null, "head": 5, "id": 8, "lemma": "--", "misc": "", "start_char": 691, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 698, "feats": null, "head": 10, "id": 9, "lemma": "much", "misc": "", "start_char": 694, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 703, "feats": "Degree=Cmp", "head": 11, "id": 10, "lemma": "more", "misc": "", "start_char": 699, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 713, "feats": null, "head": 5, "id": 11, "lemma": "seriously", "misc": "", "start_char": 704, "text": "seriously", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 718, "feats": null, "head": 16, "id": 12, "lemma": "than", "misc": "", "start_char": 714, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 725, "feats": null, "head": 14, "id": 13, "lemma": "nearly", "misc": "", "start_char": 719, "text": "nearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 729, "feats": null, "head": 16, "id": 14, "lemma": "all", "misc": "", "start_char": 726, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 738, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "European", "misc": "", "start_char": 730, "text": "European", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 746, "feats": "Number=Plur", "head": 11, "id": 16, "lemma": "school", "misc": "", "start_char": 739, "text": "schools", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 748, "feats": null, "head": 16, "id": 17, "lemma": ",", "misc": "", "start_char": 747, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 754, "feats": "PronType=Rel", "head": 23, "id": 18, "lemma": "where", "misc": "", "start_char": 749, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 762, "feats": "Number=Plur", "head": 23, "id": 19, "lemma": "lesson", "misc": "", "start_char": 755, "text": "lessons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 766, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 20, "lemma": "be", "misc": "", "start_char": 763, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 770, "feats": null, "head": 23, "id": 21, "lemma": "all", "misc": "", "start_char": 767, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 775, "feats": null, "head": 23, "id": 22, "lemma": "very", "misc": "", "start_char": 771, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 785, "feats": "Degree=Pos", "head": 16, "id": 23, "lemma": "important", "misc": "", "start_char": 776, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 789, "feats": null, "head": 27, "id": 24, "lemma": "and", "misc": "", "start_char": 786, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 795, "feats": "Number=Plur", "head": 27, "id": 25, "lemma": "game", "misc": "", "start_char": 790, "text": "games", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 799, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 27, "id": 26, "lemma": "be", "misc": "", "start_char": 796, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "conj", "end_char": 804, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 23, "id": 27, "lemma": "leave", "misc": "", "start_char": 800, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 808, "feats": null, "head": 30, "id": 28, "lemma": "for", "misc": "", "start_char": 805, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 812, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 29, "lemma": "the", "misc": "", "start_char": 809, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 821, "feats": "Number=Plur", "head": 27, "id": 30, "lemma": "child", "misc": "", "start_char": 813, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod:npmod", "end_char": 832, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 30, "id": 31, "lemma": "themselves", "misc": "", "start_char": 822, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 834, "feats": null, "head": 5, "id": 32, "lemma": ".", "misc": "", "start_char": 833, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NNP England))) (NP (PRP it)) (VP (VBZ is) (VP (VBN believed) (SBAR (IN that) (S (S (NP (NN education)) (VP (VBZ is) (NP (CONJP (RB not) (RB only)) (NP (NP (DT a) (NN matter)) (PP (IN of) (S (VP (VBG filling) (NP (NP (DT a) (NN boy) (POS 's)) (NN mind)) (PP (IN with) (NP (NP (NNS facts)) (PP (IN in) (NP (DT the) (NN classroom)))))))))))) (: ;) (S (NP (NN education)) (ADVP (RB also)) (VP (VBZ means) (NP (NP (DT the) (NN training)) (PP (IN of) (NP (NN character))) (PP (IN by) (NP (NP (NNS means)) (PP (IN of) (NP (NP (NNS games)) (, ,) (NP (ADVP (RB especially)) (NN team) (NNS games)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (DT the) (NN boy) (CC or) (NN girl)) (VP (VBZ has) (S (VP (TO to) (VP (VB learn) (S (VP (VP (TO to) (VP (VB work) (PP (IN with) (NP (NNS others))) (PP (IN for) (NP (PRP$ his) (CC or) (PRP$ her) (NN team))))) (CONJP (RB instead) (IN of)) (VP (VBG working) (PP (IN for) (NP (NP (PRP himself) (CC or) (PRP herself)) (ADVP (RB alone)))))))))))))))))))))))) (. .)))" }, "speaker": null, "text": "In England it is believed that education is not only a matter of filling a boy's mind with facts in the classroom; education also means the training of character by means of games, especially team games, where the boy or girl has to learn to work with others for his or her team instead of working for himself or herself alone.", "tokens": [ { "deprel": "case", "end_char": 837, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 835, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 845, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "England", "misc": "", "start_char": 838, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "expl", "end_char": 848, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 3, "lemma": "it", "misc": "", "start_char": 846, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 851, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 849, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 860, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "believe", "misc": "", "start_char": 852, "text": "believed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 865, "feats": null, "head": 12, "id": 6, "lemma": "that", "misc": "", "start_char": 861, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 875, "feats": "Number=Sing", "head": 12, "id": 7, "lemma": "education", "misc": "", "start_char": 866, "text": "education", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 878, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 8, "lemma": "be", "misc": "", "start_char": 876, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 882, "feats": null, "head": 12, "id": 9, "lemma": "not", "misc": "", "start_char": 879, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 887, "feats": null, "head": 12, "id": 10, "lemma": "only", "misc": "", "start_char": 883, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 889, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 888, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "csubj:pass", "end_char": 896, "feats": "Number=Sing", "head": 5, "id": 12, "lemma": "matter", "misc": "", "start_char": 890, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 899, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 897, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 907, "feats": "VerbForm=Ger", "head": 12, "id": 14, "lemma": "fill", "misc": "", "start_char": 900, "text": "filling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 909, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 908, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 913, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "boy", "misc": "", "start_char": 910, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 916, "feats": null, "head": 16, "id": 17, "lemma": "'s", "misc": "", "start_char": 914, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 921, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "mind", "misc": "", "start_char": 917, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 926, "feats": null, "head": 20, "id": 19, "lemma": "with", "misc": "", "start_char": 922, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 932, "feats": "Number=Plur", "head": 14, "id": 20, "lemma": "fact", "misc": "", "start_char": 927, "text": "facts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 935, "feats": null, "head": 23, "id": 21, "lemma": "in", "misc": "", "start_char": 933, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 939, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 936, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 949, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "classroom", "misc": "", "start_char": 940, "text": "classroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 951, "feats": null, "head": 27, "id": 24, "lemma": ";", "misc": "", "start_char": 950, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 961, "feats": "Number=Sing", "head": 27, "id": 25, "lemma": "education", "misc": "", "start_char": 952, "text": "education", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 966, "feats": null, "head": 27, "id": 26, "lemma": "also", "misc": "", "start_char": 962, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 972, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 27, "lemma": "mean", "misc": "", "start_char": 967, "text": "means", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 976, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 28, "lemma": "the", "misc": "", "start_char": 973, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 985, "feats": "Number=Sing", "head": 27, "id": 29, "lemma": "training", "misc": "", "start_char": 977, "text": "training", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 988, "feats": null, "head": 31, "id": 30, "lemma": "of", "misc": "", "start_char": 986, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 998, "feats": "Number=Sing", "head": 29, "id": 31, "lemma": "character", "misc": "", "start_char": 989, "text": "character", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1001, "feats": null, "head": 33, "id": 32, "lemma": "by", "misc": "", "start_char": 999, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1007, "feats": "Number=Plur", "head": 29, "id": 33, "lemma": "means", "misc": "", "start_char": 1002, "text": "means", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1010, "feats": null, "head": 35, "id": 34, "lemma": "of", "misc": "", "start_char": 1008, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1016, "feats": "Number=Plur", "head": 33, "id": 35, "lemma": "game", "misc": "", "start_char": 1011, "text": "games", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1018, "feats": null, "head": 39, "id": 36, "lemma": ",", "misc": "", "start_char": 1017, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1029, "feats": null, "head": 39, "id": 37, "lemma": "especially", "misc": "", "start_char": 1019, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 1034, "feats": "Number=Sing", "head": 39, "id": 38, "lemma": "team", "misc": "", "start_char": 1030, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 1040, "feats": "Number=Plur", "head": 29, "id": 39, "lemma": "game", "misc": "", "start_char": 1035, "text": "games", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1042, "feats": null, "head": 46, "id": 40, "lemma": ",", "misc": "", "start_char": 1041, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1048, "feats": "PronType=Rel", "head": 46, "id": 41, "lemma": "where", "misc": "", "start_char": 1043, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1052, "feats": "Definite=Def|PronType=Art", "head": 43, "id": 42, "lemma": "the", "misc": "", "start_char": 1049, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1056, "feats": "Number=Sing", "head": 46, "id": 43, "lemma": "boy", "misc": "", "start_char": 1053, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1059, "feats": null, "head": 45, "id": 44, "lemma": "or", "misc": "", "start_char": 1057, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1064, "feats": "Number=Sing", "head": 43, "id": 45, "lemma": "girl", "misc": "", "start_char": 1060, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 1068, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 39, "id": 46, "lemma": "have", "misc": "", "start_char": 1065, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1071, "feats": null, "head": 48, "id": 47, "lemma": "to", "misc": "", "start_char": 1069, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1077, "feats": "VerbForm=Inf", "head": 46, "id": 48, "lemma": "learn", "misc": "", "start_char": 1072, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1080, "feats": null, "head": 50, "id": 49, "lemma": "to", "misc": "", "start_char": 1078, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1085, "feats": "VerbForm=Inf", "head": 48, "id": 50, "lemma": "work", "misc": "", "start_char": 1081, "text": "work", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1090, "feats": null, "head": 52, "id": 51, "lemma": "with", "misc": "", "start_char": 1086, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1097, "feats": "Number=Plur", "head": 50, "id": 52, "lemma": "other", "misc": "", "start_char": 1091, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1101, "feats": null, "head": 57, "id": 53, "lemma": "for", "misc": "", "start_char": 1098, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1105, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 57, "id": 54, "lemma": "his", "misc": "", "start_char": 1102, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "cc", "end_char": 1108, "feats": null, "head": 56, "id": 55, "lemma": "or", "misc": "", "start_char": 1106, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1112, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 54, "id": 56, "lemma": "her", "misc": "", "start_char": 1109, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1117, "feats": "Number=Sing", "head": 50, "id": 57, "lemma": "team", "misc": "", "start_char": 1113, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1125, "feats": null, "head": 60, "id": 58, "lemma": "instead", "misc": "", "start_char": 1118, "text": "instead", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 1128, "feats": null, "head": 58, "id": 59, "lemma": "of", "misc": "", "start_char": 1126, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1136, "feats": "VerbForm=Ger", "head": 50, "id": 60, "lemma": "work", "misc": "", "start_char": 1129, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1140, "feats": null, "head": 62, "id": 61, "lemma": "for", "misc": "", "start_char": 1137, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1148, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 60, "id": 62, "lemma": "himself", "misc": "", "start_char": 1141, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 1151, "feats": null, "head": 64, "id": 63, "lemma": "or", "misc": "", "start_char": 1149, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1159, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 62, "id": 64, "lemma": "herself", "misc": "", "start_char": 1152, "text": "herself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1165, "feats": null, "head": 64, "id": 65, "lemma": "alone", "misc": "", "start_char": 1160, "text": "alone", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1167, "feats": null, "head": 5, "id": 66, "lemma": ".", "misc": "", "start_char": 1166, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Therefore)) (NP (DT the) (NN school)) (VP (VBZ plans) (NP (NNS games) (CC and) (NNS matches)) (PP (IN for) (NP (PRP$ its) (NNS students)))) (. .)))" }, "speaker": null, "text": "Therefore the school plans games and matches for its students.", "tokens": [ { "deprel": "advmod", "end_char": 1177, "feats": null, "head": 4, "id": 1, "lemma": "therefore", "misc": "", "start_char": 1168, "text": "Therefore", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1181, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1178, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1188, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "school", "misc": "", "start_char": 1182, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1194, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "plan", "misc": "", "start_char": 1189, "text": "plans", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1200, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "game", "misc": "", "start_char": 1195, "text": "games", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1204, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 1201, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1212, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "match", "misc": "", "start_char": 1205, "text": "matches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1216, "feats": null, "head": 10, "id": 8, "lemma": "for", "misc": "", "start_char": 1213, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1220, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "its", "misc": "", "start_char": 1217, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1229, "feats": "Number=Plur", "head": 4, "id": 10, "lemma": "student", "misc": "", "start_char": 1221, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1231, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 1230, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NN Football)) (VP (VBZ is) (NP (DT a) (JJ good) (NN team) (NN game))) (. .)))" }, "speaker": null, "text": "Football is a good team game.", "tokens": [ { "deprel": "nsubj", "end_char": 1240, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "football", "misc": "", "start_char": 1232, "text": "Football", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1243, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 1241, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1245, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 1244, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1250, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "good", "misc": "", "start_char": 1246, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1255, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "team", "misc": "", "start_char": 1251, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1260, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "game", "misc": "", "start_char": 1256, "text": "game", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1262, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 1261, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (ADJP (JJ good)) (PP (DT both) (PP (IN for) (NP (NP (DT the) (NN body)) (CC and) (NP (DT the) (NN mind)))))) (. .)))" }, "speaker": null, "text": "It is good both for the body and the mind.", "tokens": [ { "deprel": "expl", "end_char": 1265, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1263, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1268, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1266, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1273, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "good", "misc": "", "start_char": 1269, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc:preconj", "end_char": 1278, "feats": "PronType=Art", "head": 7, "id": 4, "lemma": "both", "misc": "", "start_char": 1274, "text": "both", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1282, "feats": null, "head": 7, "id": 5, "lemma": "for", "misc": "", "start_char": 1279, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1286, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1283, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1291, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "body", "misc": "", "start_char": 1287, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1295, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 1292, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1299, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1296, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1304, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "mind", "misc": "", "start_char": 1300, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1306, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 1305, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT That)) (VP (VBZ is) (SBAR (WHADVP (WRB why)) (S (NP (PRP it)) (VP (VBZ is) (NP (NP (NP (DT every) (NN school) (POS 's)) (NN game)) (PP (IN in) (NP (NNP England)))))))) (. .)))" }, "speaker": null, "text": "That is why it is every school's game in England.", "tokens": [ { "deprel": "nsubj", "end_char": 1311, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "that", "misc": "", "start_char": 1307, "text": "That", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1314, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1312, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1318, "feats": "PronType=Rel", "head": 0, "id": 3, "lemma": "why", "misc": "", "start_char": 1315, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1321, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 4, "lemma": "it", "misc": "", "start_char": 1319, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1324, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 5, "lemma": "be", "misc": "", "start_char": 1322, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1330, "feats": null, "head": 7, "id": 6, "lemma": "every", "misc": "", "start_char": 1325, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1337, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "school", "misc": "", "start_char": 1331, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1340, "feats": null, "head": 7, "id": 8, "lemma": "'s", "misc": "", "start_char": 1338, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "advcl:relcl", "end_char": 1345, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "game", "misc": "", "start_char": 1341, "text": "game", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1348, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 1346, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1356, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "England", "misc": "", "start_char": 1349, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1358, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 1357, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Football is, I believe, the most popular game in England: one has only to go to one of the important matches to see this. Rich and poor, young and old, one can see them all there, shouting for their teams. One of the most surprising things about football in England is the great knowledge of the game which even the smallest boy seems to have. He can tell you the names of the players in most of the important teams. He has pictures of them and knows the results of large numbers of matches. He will tell you who he thinks will win such a match, and his opinion is usually as good as that of men three or four times of his age. Most schools in England take football seriously--much more seriously than nearly all European schools, where lessons are all very important and games are left for the children themselves. In England it is believed that education is not only a matter of filling a boy's mind with facts in the classroom; education also means the training of character by means of games, especially team games, where the boy or girl has to learn to work with others for his or her team instead of working for himself or herself alone. Therefore the school plans games and matches for its students. Football is a good team game. It is good both for the body and the mind. That is why it is every school's game in England.
[ [ [ 0, 3, 3 ] ], [ [ 0, 13, 13 ] ], [ [ 0, 21, 23 ] ], [ [ 0, 19, 23 ] ], [ [ 0, 26, 26 ] ], [ [ 1, 17, 18 ] ], [ [ 1, 17, 17 ], [ 1, 11, 11 ] ], [ [ 2, 19, 21 ], [ 5, 5, 5 ], [ 5, 14, 14 ], [ 5, 29, 29 ], [ 3, 0, 0 ], [ 4, 0, 0 ], [ 5, 0, 0 ] ], [ [ 4, 2, 4 ] ], [ [ 4, 4, 4 ], [ 3, 7, 8 ] ], [ [ 4, 7, 13 ] ], [ [ 4, 10, 13 ] ], [ [ 3, 12, 14 ] ], [ [ 3, 3, 3 ], [ 5, 3, 3 ] ], [ [ 3, 4, 8 ] ], [ [ 1, 8, 8 ] ], [ [ 5, 10, 11 ] ], [ [ 5, 14, 15 ] ], [ [ 5, 23, 23 ] ], [ [ 5, 29, 30 ] ], [ [ 7, 13, 15 ] ], [ [ 7, 18, 18 ] ], [ [ 7, 24, 24 ], [ 8, 34, 34 ], [ 9, 4, 4 ] ], [ [ 8, 6, 6 ], [ 8, 24, 24 ] ], [ [ 8, 13, 19 ] ], [ [ 8, 19, 19 ] ], [ [ 8, 14, 17 ] ], [ [ 8, 14, 16 ], [ 8, 41, 42 ], [ 8, 53, 53 ], [ 8, 61, 61 ] ], [ [ 8, 21, 22 ] ], [ [ 8, 27, 30 ] ], [ [ 8, 30, 30 ] ], [ [ 8, 32, 34 ] ], [ [ 8, 37, 38 ] ], [ [ 8, 41, 44 ] ], [ [ 8, 51, 51 ] ], [ [ 8, 53, 56 ] ], [ [ 8, 53, 55 ] ], [ [ 8, 63, 63 ], [ 8, 55, 55 ], [ 8, 44, 44 ] ], [ [ 8, 61, 63 ] ], [ [ 9, 4, 6 ] ], [ [ 9, 8, 9 ] ], [ [ 9, 8, 8 ], [ 9, 1, 2 ] ], [ [ 10, 2, 5 ] ], [ [ 11, 0, 0 ], [ 12, 3, 3 ], [ 10, 0, 0 ], [ 7, 5, 5 ], [ 2, 7, 7 ], [ 0, 0, 0 ] ], [ [ 11, 5, 6 ] ], [ [ 11, 8, 9 ] ], [ [ 11, 5, 9 ] ], [ [ 12, 0, 0 ] ], [ [ 12, 5, 7 ] ], [ [ 12, 10, 10 ], [ 7, 3, 3 ], [ 2, 9, 9 ], [ 0, 11, 11 ], [ 8, 1, 1 ] ], [ [ 1, 0, 0 ] ], [ [ 1, 2, 2 ] ], [ [ 1, 4, 4 ] ], [ [ 1, 6, 6 ] ], [ [ 1, 4, 6 ] ], [ [ 1, 0, 2 ] ], [ [ 1, 0, 6 ] ], [ [ 2, 0, 9 ] ], [ [ 2, 2, 7 ] ], [ [ 2, 11, 24 ] ], [ [ 2, 15, 24 ] ], [ [ 3, 10, 14 ] ], [ [ 5, 21, 30 ] ], [ [ 5, 24, 30 ] ], [ [ 7, 0, 3 ] ], [ [ 7, 30, 30 ], [ 7, 28, 29 ], [ 7, 28, 30 ] ], [ [ 8, 10, 19 ] ], [ [ 4, 13, 13 ], [ 9, 6, 6 ] ], [ [ 0, 6, 11 ] ], [ [ 12, 5, 8 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36127
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SQ (VBP Have) (NP (PRP you)) (ADVP (RB ever)) (VP (VBN wondered) (SBAR (WHADVP (WRB when)) (S (NP (NNS dogs)) (ADVP (RB first)) (VP (VBD became) (NP (`` ``) (NP (NP (NN man) (POS 's)) (JJS best) (NN friend)) ('' '') (CC and) (NP (NP (DT the) (NN world) (POS 's)) (JJ favourite) (NN pet))))))) (. ?)))" }, "speaker": null, "text": "Have you ever wondered when dogs first became \"man's best friend\" and the world's favourite pet?", "tokens": [ { "deprel": "aux", "end_char": 4, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 1, "lemma": "have", "misc": "", "start_char": 0, "text": "Have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 8, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 5, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 13, "feats": null, "head": 4, "id": 3, "lemma": "ever", "misc": "", "start_char": 9, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 22, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "wonder", "misc": "", "start_char": 14, "text": "wondered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 27, "feats": "PronType=Int", "head": 8, "id": 5, "lemma": "when", "misc": "", "start_char": 23, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 32, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "dog", "misc": "", "start_char": 28, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 38, "feats": "NumType=Ord", "head": 8, "id": 7, "lemma": "first", "misc": "", "start_char": 33, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 45, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 8, "lemma": "become", "misc": "", "start_char": 39, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 48, "feats": null, "head": 13, "id": 9, "lemma": "``", "misc": "", "start_char": 46, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nmod:poss", "end_char": 52, "feats": "Number=Sing", "head": 13, "id": 10, "lemma": "man", "misc": "", "start_char": 49, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 55, "feats": null, "head": 10, "id": 11, "lemma": "'s", "misc": "", "start_char": 53, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 60, "feats": "Degree=Sup", "head": 13, "id": 12, "lemma": "good", "misc": "", "start_char": 56, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "xcomp", "end_char": 67, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "friend", "misc": "", "start_char": 61, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 70, "feats": null, "head": 13, "id": 14, "lemma": "''", "misc": "", "start_char": 68, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cc", "end_char": 74, "feats": null, "head": 20, "id": 15, "lemma": "and", "misc": "", "start_char": 71, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 78, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 75, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 84, "feats": "Number=Sing", "head": 20, "id": 17, "lemma": "world", "misc": "", "start_char": 79, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 87, "feats": null, "head": 17, "id": 18, "lemma": "'s", "misc": "", "start_char": 85, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 97, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "favourite", "misc": "", "start_char": 88, "text": "favourite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 101, "feats": "Number=Sing", "head": 13, "id": 20, "lemma": "pet", "misc": "", "start_char": 98, "text": "pet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 103, "feats": null, "head": 4, "id": 21, "lemma": "?", "misc": "", "start_char": 102, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBP have) (ADVP (RB then))))) (NP (PRP you)) (VP (VBP 're) (RB not) (ADJP (JJ alone))) (. .)))" }, "speaker": null, "text": "If you have then you're not alone.", "tokens": [ { "deprel": "mark", "end_char": 106, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 104, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 110, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 107, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 115, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 8, "id": 3, "lemma": "have", "misc": "", "start_char": 111, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 120, "feats": "PronType=Dem", "head": 8, "id": 4, "lemma": "then", "misc": "", "start_char": 116, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 124, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 8, "id": 5, "lemma": "you", "misc": "", "start_char": 121, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 128, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 125, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 132, "feats": null, "head": 8, "id": 7, "lemma": "not", "misc": "", "start_char": 129, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 138, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "alone", "misc": "", "start_char": 133, "text": "alone", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 140, "feats": null, "head": 8, "id": 9, "lemma": ".", "misc": "", "start_char": 139, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When) (CC and) (WRB where)) (S (NP (NNS dogs)) (ADVP (RB first)) (VP (VBD began) (S (VP (VBG living) (NP (NN side-side)) (PP (IN with) (NP (NNS humans)))))))) (VP (VBP are)) (NP (NP (NNS questions)) (SBAR (WHNP (WDT that)) (S (VP (VBP have) (VP (VBN stirred) (NP (JJ hot) (NN debate)) (PP (IN among) (NP (NNS scientists)))))))) (. .)))" }, "speaker": null, "text": "When and where dogs first began living side-side with humans are questions that have stirred hot debate among scientists.", "tokens": [ { "deprel": "advmod", "end_char": 145, "feats": "PronType=Int", "head": 12, "id": 1, "lemma": "when", "misc": "", "start_char": 141, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "cc", "end_char": 149, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 146, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 155, "feats": "PronType=Rel", "head": 1, "id": 3, "lemma": "where", "misc": "", "start_char": 150, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 160, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "dog", "misc": "", "start_char": 156, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 166, "feats": "NumType=Ord", "head": 6, "id": 5, "lemma": "first", "misc": "", "start_char": 161, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl:relcl", "end_char": 172, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 1, "id": 6, "lemma": "begin", "misc": "", "start_char": 167, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 179, "feats": "VerbForm=Ger", "head": 6, "id": 7, "lemma": "live", "misc": "", "start_char": 173, "text": "living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 189, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "side-side", "misc": "", "start_char": 180, "text": "side-side", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 194, "feats": null, "head": 10, "id": 9, "lemma": "with", "misc": "", "start_char": 190, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 201, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "human", "misc": "", "start_char": 195, "text": "humans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 205, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 11, "lemma": "be", "misc": "", "start_char": 202, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 215, "feats": "Number=Plur", "head": 0, "id": 12, "lemma": "question", "misc": "", "start_char": 206, "text": "questions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 220, "feats": "PronType=Rel", "head": 15, "id": 13, "lemma": "that", "misc": "", "start_char": 216, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 225, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "have", "misc": "", "start_char": 221, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 233, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 15, "lemma": "stir", "misc": "", "start_char": 226, "text": "stirred", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 237, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "hot", "misc": "", "start_char": 234, "text": "hot", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 244, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "debate", "misc": "", "start_char": 238, "text": "debate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 250, "feats": null, "head": 19, "id": 18, "lemma": "among", "misc": "", "start_char": 245, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 261, "feats": "Number=Plur", "head": 17, "id": 19, "lemma": "scientist", "misc": "", "start_char": 251, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 263, "feats": null, "head": 12, "id": 20, "lemma": ".", "misc": "", "start_char": 262, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (DT a) (JJ few) (JJ hard) (NNS facts)) (SBAR (WHNP (WDT that)) (S (NP (DT all)) (VP (VBP agree) (PP (IN on))))))) (. .)))" }, "speaker": null, "text": "There are a few hard facts that all agree on.", "tokens": [ { "deprel": "expl", "end_char": 269, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 264, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 273, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 270, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 275, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 274, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 279, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "few", "misc": "", "start_char": 276, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 284, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "hard", "misc": "", "start_char": 280, "text": "hard", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 290, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "fact", "misc": "", "start_char": 285, "text": "facts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obl", "end_char": 295, "feats": "PronType=Rel", "head": 9, "id": 7, "lemma": "that", "misc": "", "start_char": 291, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "advmod", "end_char": 299, "feats": null, "head": 9, "id": 8, "lemma": "all", "misc": "", "start_char": 296, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "acl:relcl", "end_char": 305, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 9, "lemma": "agree", "misc": "", "start_char": 300, "text": "agree", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 308, "feats": null, "head": 7, "id": 10, "lemma": "on", "misc": "", "start_char": 306, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 310, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 309, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (DT These)) (VP (VBP include) (SBAR (IN that) (S (S (NP (NNS dogs)) (VP (VBD were) (ADVP (RB once)) (NP (NNS wolves)))) (CC and) (S (NP (PRP they)) (VP (VBD were) (NP (NP (DT the) (JJ first) (NN animal)) (SBAR (S (VP (TO to) (VP (VB be) (VP (VBN domesticated) (PP (IN by) (NP (NNS humans)))))))))))))) (. .)))" }, "speaker": null, "text": "These include that dogs were once wolves and they were the first animal to be domesticated by humans.", "tokens": [ { "deprel": "nsubj", "end_char": 316, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 311, "text": "These", "upos": "PRON", "xpos": "DT" }, { "deprel": "root", "end_char": 324, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "include", "misc": "", "start_char": 317, "text": "include", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 329, "feats": null, "head": 7, "id": 3, "lemma": "that", "misc": "", "start_char": 325, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 334, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "dog", "misc": "", "start_char": 330, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 339, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 335, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 344, "feats": "NumType=Mult", "head": 7, "id": 6, "lemma": "once", "misc": "", "start_char": 340, "text": "once", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 351, "feats": "Number=Plur", "head": 2, "id": 7, "lemma": "wolf", "misc": "", "start_char": 345, "text": "wolves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 355, "feats": null, "head": 13, "id": 8, "lemma": "and", "misc": "", "start_char": 352, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 360, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 9, "lemma": "they", "misc": "", "start_char": 356, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 365, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 10, "lemma": "be", "misc": "", "start_char": 361, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 369, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 366, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 375, "feats": "Degree=Pos|NumType=Ord", "head": 13, "id": 12, "lemma": "first", "misc": "", "start_char": 370, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 382, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "animal", "misc": "", "start_char": 376, "text": "animal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 385, "feats": null, "head": 16, "id": 14, "lemma": "to", "misc": "", "start_char": 383, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 388, "feats": "VerbForm=Inf", "head": 16, "id": 15, "lemma": "be", "misc": "", "start_char": 386, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl", "end_char": 401, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 13, "id": 16, "lemma": "domesticate", "misc": "", "start_char": 389, "text": "domesticated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 404, "feats": null, "head": 18, "id": 17, "lemma": "by", "misc": "", "start_char": 402, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl:agent", "end_char": 411, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "human", "misc": "", "start_char": 405, "text": "humans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 413, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 412, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBD came) (PP (IN into) (NP (NNS lives))) (ADVP (NP (DT some) (CD 15000) (NNS years)) (RB ago)) (, ,) (PP (IN before) (NP (NP (DT the) (NN dawn)) (PP (IN of) (NP (NN agriculture)))))) (. .)))" }, "speaker": null, "text": "They came into lives some 15000 years ago, before the dawn of agriculture.", "tokens": [ { "deprel": "nsubj", "end_char": 418, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 414, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 423, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "come", "misc": "", "start_char": 419, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 428, "feats": null, "head": 4, "id": 3, "lemma": "into", "misc": "", "start_char": 424, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 434, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "life", "misc": "", "start_char": 429, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 439, "feats": null, "head": 7, "id": 5, "lemma": "some", "misc": "", "start_char": 435, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 445, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 6, "lemma": "15000", "misc": "", "start_char": 440, "text": "15000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 451, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "year", "misc": "", "start_char": 446, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 455, "feats": null, "head": 2, "id": 8, "lemma": "ago", "misc": "", "start_char": 452, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 457, "feats": null, "head": 2, "id": 9, "lemma": ",", "misc": "", "start_char": 456, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 464, "feats": null, "head": 12, "id": 10, "lemma": "before", "misc": "", "start_char": 458, "text": "before", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 468, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 465, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 473, "feats": "Number=Sing", "head": 2, "id": 12, "lemma": "dawn", "misc": "", "start_char": 469, "text": "dawn", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 476, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 474, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 488, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "agriculture", "misc": "", "start_char": 477, "text": "agriculture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 490, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 489, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 492, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 491, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (PP (IN Beyond) (NP (DT that))) (, ,) (NP (EX there)) (VP (VBZ is) (NP (JJ little) (NN agreement))) (. .)))" }, "speaker": null, "text": "Beyond that, there is little agreement.", "tokens": [ { "deprel": "case", "end_char": 499, "feats": null, "head": 2, "id": 1, "lemma": "beyond", "misc": "", "start_char": 493, "text": "Beyond", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 504, "feats": "Number=Sing|PronType=Dem", "head": 5, "id": 2, "lemma": "that", "misc": "", "start_char": 500, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 506, "feats": null, "head": 5, "id": 3, "lemma": ",", "misc": "", "start_char": 505, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 512, "feats": null, "head": 5, "id": 4, "lemma": "there", "misc": "", "start_char": 507, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 515, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "be", "misc": "", "start_char": 513, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 522, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "little", "misc": "", "start_char": 516, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 532, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "agreement", "misc": "", "start_char": 523, "text": "agreement", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 534, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 533, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NP (NP (DT The) (JJS earliest) (NNS bones)) (VP (VBN found) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (NP (JJ unquestionable) (NNS dogs))))))) (CC and) (RB not) (NP (NNS wolves))) (VP (VBP date) (PP (IN from) (ADVP (NP (CD 14,000) (NNS years)) (RB ago)))) (. .)))" }, "speaker": null, "text": "The earliest bones found that are unquestionable dogs and not wolves date from 14,000 years ago.", "tokens": [ { "deprel": "det", "end_char": 538, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 535, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 547, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "early", "misc": "", "start_char": 539, "text": "earliest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 553, "feats": "Number=Plur", "head": 12, "id": 3, "lemma": "bone", "misc": "", "start_char": 548, "text": "bones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 559, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 4, "lemma": "find", "misc": "", "start_char": 554, "text": "found", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nsubj", "end_char": 564, "feats": "PronType=Rel", "head": 8, "id": 5, "lemma": "that", "misc": "", "start_char": 560, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 568, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 565, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "amod", "end_char": 583, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "unquestionable", "misc": "", "start_char": 569, "text": "unquestionable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl:relcl", "end_char": 588, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "dog", "misc": "", "start_char": 584, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 592, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 589, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 596, "feats": null, "head": 11, "id": 10, "lemma": "not", "misc": "", "start_char": 593, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 603, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "wolf", "misc": "", "start_char": 597, "text": "wolves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 608, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "date", "misc": "", "start_char": 604, "text": "date", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 613, "feats": null, "head": 15, "id": 13, "lemma": "from", "misc": "", "start_char": 609, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 620, "feats": "NumForm=Digit|NumType=Card", "head": 15, "id": 14, "lemma": "14000", "misc": "", "start_char": 614, "text": "14,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 626, "feats": "Number=Plur", "head": 16, "id": 15, "lemma": "year", "misc": "", "start_char": 621, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 630, "feats": null, "head": 12, "id": 16, "lemma": "ago", "misc": "", "start_char": 627, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 632, "feats": null, "head": 12, "id": 17, "lemma": ".", "misc": "", "start_char": 631, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB However)) (, ,) (S (NP (JJ 30,000-year-old) (NNS skulls)) (VP (VBP have) (VP (VBN been) (VP (VBN discovered) (PP (IN in) (NP (NNP France) (CC and) (NNP Belgium))) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (RB not) (NP (JJ pure) (NN wolf))))))))) (CC and) (S (NP (DT some) (NNS scientists)) (VP (VBP think) (SBAR (S (VP (MD could) (VP (VB be) (NP (NNS dogs)))))))) (. .)))" }, "speaker": null, "text": "However, 30,000-year-old skulls have been discovered in France and Belgium that are not pure wolf and some scientists think could be dogs.", "tokens": [ { "deprel": "advmod", "end_char": 640, "feats": null, "head": 7, "id": 1, "lemma": "however", "misc": "", "start_char": 633, "text": "However", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 642, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 641, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 658, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "30,000-year-old", "misc": "", "start_char": 643, "text": "30,000-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 665, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "skull", "misc": "", "start_char": 659, "text": "skulls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 670, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "have", "misc": "", "start_char": 666, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "aux:pass", "end_char": 675, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 671, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 686, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "discover", "misc": "", "start_char": 676, "text": "discovered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 689, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 687, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 696, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "France", "misc": "", "start_char": 690, "text": "France", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 700, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 697, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 708, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Belgium", "misc": "", "start_char": 701, "text": "Belgium", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 713, "feats": "PronType=Rel", "head": 16, "id": 12, "lemma": "that", "misc": "", "start_char": 709, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 717, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 13, "lemma": "be", "misc": "", "start_char": 714, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 721, "feats": null, "head": 16, "id": 14, "lemma": "not", "misc": "", "start_char": 718, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "amod", "end_char": 726, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "pure", "misc": "", "start_char": 722, "text": "pure", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl:relcl", "end_char": 731, "feats": "Number=Sing", "head": 9, "id": 16, "lemma": "wolf", "misc": "", "start_char": 727, "text": "wolf", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 735, "feats": null, "head": 20, "id": 17, "lemma": "and", "misc": "", "start_char": 732, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 740, "feats": null, "head": 19, "id": 18, "lemma": "some", "misc": "", "start_char": 736, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 751, "feats": "Number=Plur", "head": 20, "id": 19, "lemma": "scientist", "misc": "", "start_char": 741, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 757, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 20, "lemma": "think", "misc": "", "start_char": 752, "text": "think", "upos": "VERB", "xpos": "VBP" }, { "deprel": "aux", "end_char": 763, "feats": "VerbForm=Fin", "head": 23, "id": 21, "lemma": "could", "misc": "", "start_char": 758, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 766, "feats": "VerbForm=Inf", "head": 23, "id": 22, "lemma": "be", "misc": "", "start_char": 764, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 771, "feats": "Number=Plur", "head": 20, "id": 23, "lemma": "dog", "misc": "", "start_char": 767, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 773, "feats": null, "head": 7, "id": 24, "lemma": ".", "misc": "", "start_char": 772, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 775, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 774, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (JJ such) (JJ puzzling) (NN evidence))) (, ,) (NP (JJ many) (NNS scientists)) (VP (VBP are) (ADVP (RB now)) (VP (VBG turning) (PP (IN to) (NP (NN DNA))) (S (VP (TO to) (VP (VB find) (PRT (RP out)) (SBAR (WHADVP (WRB when) (CC and) (WRB where)) (S (NP (NNS dogs)) (VP (VBD were) (ADVP (RB first)) (VP (VBN domesticated)))))))))) (. .)))" }, "speaker": null, "text": "With such puzzling evidence, many scientists are now turning to DNA to find out when and where dogs were first domesticated.", "tokens": [ { "deprel": "case", "end_char": 780, "feats": null, "head": 4, "id": 1, "lemma": "with", "misc": "", "start_char": 776, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 785, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "such", "misc": "", "start_char": 781, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 794, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "puzzling", "misc": "", "start_char": 786, "text": "puzzling", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 803, "feats": "Number=Sing", "head": 10, "id": 4, "lemma": "evidence", "misc": "", "start_char": 795, "text": "evidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 805, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 804, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 810, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "many", "misc": "", "start_char": 806, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 821, "feats": "Number=Plur", "head": 10, "id": 7, "lemma": "scientist", "misc": "", "start_char": 811, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 825, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 822, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 829, "feats": null, "head": 10, "id": 9, "lemma": "now", "misc": "", "start_char": 826, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 837, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 10, "lemma": "turn", "misc": "", "start_char": 830, "text": "turning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 840, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 838, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 844, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "DNA", "misc": "", "start_char": 841, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 847, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 845, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 852, "feats": "VerbForm=Inf", "head": 10, "id": 14, "lemma": "find", "misc": "", "start_char": 848, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 856, "feats": null, "head": 14, "id": 15, "lemma": "out", "misc": "", "start_char": 853, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 861, "feats": "PronType=Int", "head": 22, "id": 16, "lemma": "when", "misc": "", "start_char": 857, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "cc", "end_char": 865, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 862, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 871, "feats": "PronType=Rel", "head": 16, "id": 18, "lemma": "where", "misc": "", "start_char": 866, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj:pass", "end_char": 876, "feats": "Number=Plur", "head": 22, "id": 19, "lemma": "dog", "misc": "", "start_char": 872, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 881, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 20, "lemma": "be", "misc": "", "start_char": 877, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 887, "feats": "NumType=Ord", "head": 22, "id": 21, "lemma": "first", "misc": "", "start_char": 882, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 900, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 14, "id": 22, "lemma": "domesticate", "misc": "", "start_char": 888, "text": "domesticated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 902, "feats": null, "head": 10, "id": 23, "lemma": ".", "misc": "", "start_char": 901, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (CD one) (NN research) (NN project))) (, ,) (NP (NP (NNS tens)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NN blood) (NNS samples)))))) (VP (VBP have) (VP (VBN been) (VP (VBN taken) (PP (IN from) (NP (NP (NN street) (NNS dogs)) (PP (IN around) (NP (DT the) (NN world)))))))) (. .)))" }, "speaker": null, "text": "In one research project, tens of thousands of blood samples have been taken from street dogs around the world.", "tokens": [ { "deprel": "case", "end_char": 905, "feats": null, "head": 4, "id": 1, "lemma": "in", "misc": "", "start_char": 903, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 909, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 2, "lemma": "one", "misc": "", "start_char": 906, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 918, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "research", "misc": "", "start_char": 910, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 926, "feats": "Number=Sing", "head": 14, "id": 4, "lemma": "project", "misc": "", "start_char": 919, "text": "project", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 928, "feats": null, "head": 14, "id": 5, "lemma": ",", "misc": "", "start_char": 927, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 933, "feats": "Number=Plur", "head": 14, "id": 6, "lemma": "ten", "misc": "", "start_char": 929, "text": "tens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 936, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 934, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 946, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "thousand", "misc": "", "start_char": 937, "text": "thousands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 949, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 947, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 955, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "blood", "misc": "", "start_char": 950, "text": "blood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 963, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "sample", "misc": "", "start_char": 956, "text": "samples", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 968, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 12, "lemma": "have", "misc": "", "start_char": 964, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "aux:pass", "end_char": 973, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 969, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 979, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 14, "lemma": "take", "misc": "", "start_char": 974, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 984, "feats": null, "head": 17, "id": 15, "lemma": "from", "misc": "", "start_char": 980, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 991, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "street", "misc": "", "start_char": 985, "text": "street", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 996, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "dog", "misc": "", "start_char": 992, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1003, "feats": null, "head": 20, "id": 18, "lemma": "around", "misc": "", "start_char": 997, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1007, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 1004, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1013, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "world", "misc": "", "start_char": 1008, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1015, "feats": null, "head": 14, "id": 21, "lemma": ".", "misc": "", "start_char": 1014, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN plan)) (VP (VBZ is) (S (VP (TO to) (VP (VB compare) (NP (PRP them)) (PP (IN with) (NP (NP (DT those)) (PP (IN of) (NP (NNS wolves))))))))) (. .)))" }, "speaker": null, "text": "The plan is to compare them with those of wolves.", "tokens": [ { "deprel": "det", "end_char": 1019, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1016, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 1024, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "plan", "misc": "", "start_char": 1020, "text": "plan", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1027, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1025, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1030, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1028, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 1038, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "compare", "misc": "", "start_char": 1031, "text": "compare", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1043, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 6, "lemma": "they", "misc": "", "start_char": 1039, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1048, "feats": null, "head": 8, "id": 7, "lemma": "with", "misc": "", "start_char": 1044, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1054, "feats": "Number=Plur|PronType=Dem", "head": 5, "id": 8, "lemma": "that", "misc": "", "start_char": 1049, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 1057, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 1055, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1064, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "wolf", "misc": "", "start_char": 1058, "text": "wolves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1066, "feats": null, "head": 5, "id": 11, "lemma": ".", "misc": "", "start_char": 1065, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBZ 's) (ADJP (RB even) (JJ possible)) (S (VP (TO to) (VP (VB analyse) (NP (NN DNA)) (PP (IN from) (NP (JJ ancient) (NNS bones))))))) (. .)))" }, "speaker": null, "text": "It's even possible to analyse DNA from ancient bones.", "tokens": [ { "deprel": "expl", "end_char": 1069, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 1067, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1072, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1070, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1077, "feats": null, "head": 4, "id": 3, "lemma": "even", "misc": "", "start_char": 1073, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1086, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "possible", "misc": "", "start_char": 1078, "text": "possible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1089, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1087, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1097, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "analyse", "misc": "", "start_char": 1090, "text": "analyse", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1101, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "DNA", "misc": "", "start_char": 1098, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1106, "feats": null, "head": 10, "id": 8, "lemma": "from", "misc": "", "start_char": 1102, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1114, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "ancient", "misc": "", "start_char": 1107, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1120, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "bone", "misc": "", "start_char": 1115, "text": "bones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1122, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 1121, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (JJ Tiny) (NNS pieces)) (PP (IN of) (NP (NP (DT the) (JJ 30,000-year-old) (NNS skulls)) (VP (VBN mentioned) (ADVP (RBR earlier)))))) (VP (VBP are) (ADVP (RB currently)) (VP (VBG being) (VP (VBN studied))))) (, ,) (CC and) (S (NP (DT another) (NN DNA) (NN study)) (VP (VBZ has) (ADVP (RB already)) (VP (VBN shown) (SBAR (IN that) (S (NP (NP (JJ ancient) (NNS dogs)) (VP (VBN preserved) (PP (IN in) (NP (DT the) (JJ Alaskan) (NNS ice-fields))))) (VP (VBD evolved) (PP (IN from) (NP (NP (JJ Asian) (NNS wolves)) (, ,) (RB not) (NP (JJ American) (NNS ones)))))))))) (. .)))" }, "speaker": null, "text": "Tiny pieces of the 30,000-year-old skulls mentioned earlier are currently being studied, and another DNA study has already shown that ancient dogs preserved in the Alaskan ice-fields evolved from Asian wolves, not American ones.", "tokens": [ { "deprel": "amod", "end_char": 1127, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "tiny", "misc": "", "start_char": 1123, "text": "Tiny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1134, "feats": "Number=Plur", "head": 12, "id": 2, "lemma": "piece", "misc": "", "start_char": 1128, "text": "pieces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1137, "feats": null, "head": 6, "id": 3, "lemma": "of", "misc": "", "start_char": 1135, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1141, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 1138, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1157, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "30,000-year-old", "misc": "", "start_char": 1142, "text": "30,000-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1164, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "skull", "misc": "", "start_char": 1158, "text": "skulls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1174, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 7, "lemma": "mention", "misc": "", "start_char": 1165, "text": "mentioned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1182, "feats": "Degree=Cmp", "head": 7, "id": 8, "lemma": "early", "misc": "", "start_char": 1175, "text": "earlier", "upos": "ADV", "xpos": "RBR" }, { "deprel": "aux", "end_char": 1186, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 9, "lemma": "be", "misc": "", "start_char": 1183, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1196, "feats": null, "head": 12, "id": 10, "lemma": "currently", "misc": "", "start_char": 1187, "text": "currently", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 1202, "feats": "VerbForm=Ger", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1197, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "root", "end_char": 1210, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "study", "misc": "", "start_char": 1203, "text": "studied", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1212, "feats": null, "head": 20, "id": 13, "lemma": ",", "misc": "", "start_char": 1211, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1216, "feats": null, "head": 20, "id": 14, "lemma": "and", "misc": "", "start_char": 1213, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1224, "feats": null, "head": 17, "id": 15, "lemma": "another", "misc": "", "start_char": 1217, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1228, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "DNA", "misc": "", "start_char": 1225, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1234, "feats": "Number=Sing", "head": 20, "id": 17, "lemma": "study", "misc": "", "start_char": 1229, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1238, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 18, "lemma": "have", "misc": "", "start_char": 1235, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1246, "feats": null, "head": 20, "id": 19, "lemma": "already", "misc": "", "start_char": 1239, "text": "already", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1252, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 20, "lemma": "show", "misc": "", "start_char": 1247, "text": "shown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1257, "feats": null, "head": 29, "id": 21, "lemma": "that", "misc": "", "start_char": 1253, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 1265, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "ancient", "misc": "", "start_char": 1258, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1270, "feats": "Number=Plur", "head": 29, "id": 23, "lemma": "dog", "misc": "", "start_char": 1266, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1280, "feats": "Tense=Past|VerbForm=Part", "head": 23, "id": 24, "lemma": "preserve", "misc": "", "start_char": 1271, "text": "preserved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1283, "feats": null, "head": 28, "id": 25, "lemma": "in", "misc": "", "start_char": 1281, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1287, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 26, "lemma": "the", "misc": "", "start_char": 1284, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1295, "feats": "Degree=Pos", "head": 28, "id": 27, "lemma": "alaskan", "misc": "", "start_char": 1288, "text": "Alaskan", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1306, "feats": "Number=Plur", "head": 24, "id": 28, "lemma": "ice-field", "misc": "", "start_char": 1296, "text": "ice-fields", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1314, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 29, "lemma": "evolve", "misc": "", "start_char": 1307, "text": "evolved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1319, "feats": null, "head": 32, "id": 30, "lemma": "from", "misc": "", "start_char": 1315, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1325, "feats": "Degree=Pos", "head": 32, "id": 31, "lemma": "Asian", "misc": "", "start_char": 1320, "text": "Asian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1332, "feats": "Number=Plur", "head": 29, "id": 32, "lemma": "wolf", "misc": "", "start_char": 1326, "text": "wolves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1334, "feats": null, "head": 36, "id": 33, "lemma": ",", "misc": "", "start_char": 1333, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1338, "feats": null, "head": 36, "id": 34, "lemma": "not", "misc": "", "start_char": 1335, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "amod", "end_char": 1347, "feats": "Degree=Pos", "head": 36, "id": 35, "lemma": "American", "misc": "", "start_char": 1339, "text": "American", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 1352, "feats": "Number=Plur", "head": 32, "id": 36, "lemma": "one", "misc": "", "start_char": 1348, "text": "ones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1354, "feats": null, "head": 12, "id": 37, "lemma": ".", "misc": "", "start_char": 1353, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1356, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1355, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Indeed)) (, ,) (NP (DT the) (JJ ancient) (NN DNA)) (VP (MD may) (VP (VB turn) (PRT (RP out)) (S (VP (TO to) (VP (VB be) (ADJP (ADJP (RBR more) (JJ informative)) (PP (IN than) (NP (NP (DT the) (NN DNA)) (PP (IN of) (NP (NN living) (NNS dogs))))))))))) (. .)))" }, "speaker": null, "text": "Indeed, the ancient DNA may turn out to be more informative than the DNA of living dogs.", "tokens": [ { "deprel": "advmod", "end_char": 1363, "feats": null, "head": 7, "id": 1, "lemma": "indeed", "misc": "", "start_char": 1357, "text": "Indeed", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1365, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 1364, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1369, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1366, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1377, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "ancient", "misc": "", "start_char": 1370, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1381, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "DNA", "misc": "", "start_char": 1378, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1385, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "may", "misc": "", "start_char": 1382, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1390, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "turn", "misc": "", "start_char": 1386, "text": "turn", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1394, "feats": null, "head": 7, "id": 8, "lemma": "out", "misc": "", "start_char": 1391, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 1397, "feats": null, "head": 12, "id": 9, "lemma": "to", "misc": "", "start_char": 1395, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1400, "feats": "VerbForm=Inf", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 1398, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1405, "feats": "Degree=Cmp", "head": 12, "id": 11, "lemma": "more", "misc": "", "start_char": 1401, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "xcomp", "end_char": 1417, "feats": "Degree=Pos", "head": 7, "id": 12, "lemma": "informative", "misc": "", "start_char": 1406, "text": "informative", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1422, "feats": null, "head": 15, "id": 13, "lemma": "than", "misc": "", "start_char": 1418, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1426, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 1423, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1430, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "DNA", "misc": "", "start_char": 1427, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1433, "feats": null, "head": 18, "id": 16, "lemma": "of", "misc": "", "start_char": 1431, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1440, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "living", "misc": "", "start_char": 1434, "text": "living", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1445, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "dog", "misc": "", "start_char": 1441, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1447, "feats": null, "head": 7, "id": 19, "lemma": ".", "misc": "", "start_char": 1446, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Because) (S (NP (NNS dogs)) (VP (VBP have) (VP (VBN accompanied) (NP (NNS humans)) (PP (IN around) (NP (DT the) (NN world))) (PP (IN for) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNS years))))))))) (, ,) (NP (PRP$ their) (JJ current) (NN distribution)) (VP (MD may) (VP (VB tell) (NP (PRP us)) (NP (NP (ADVP (RB very) (RB little))) (PP (IN of) (NP (PRP$ their) (NNS origins)))))) (. .)))" }, "speaker": null, "text": "Because dogs have accompanied humans around the world for thousands of years, their current distribution may tell us very little of their origins.", "tokens": [ { "deprel": "mark", "end_char": 1455, "feats": null, "head": 4, "id": 1, "lemma": "because", "misc": "", "start_char": 1448, "text": "Because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1460, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "dog", "misc": "", "start_char": 1456, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1465, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 1461, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1477, "feats": "Tense=Past|VerbForm=Part", "head": 18, "id": 4, "lemma": "accompany", "misc": "", "start_char": 1466, "text": "accompanied", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 1484, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "human", "misc": "", "start_char": 1478, "text": "humans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1491, "feats": null, "head": 8, "id": 6, "lemma": "around", "misc": "", "start_char": 1485, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1495, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1492, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1501, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "world", "misc": "", "start_char": 1496, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1505, "feats": null, "head": 10, "id": 9, "lemma": "for", "misc": "", "start_char": 1502, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1515, "feats": "Number=Plur", "head": 4, "id": 10, "lemma": "thousand", "misc": "", "start_char": 1506, "text": "thousands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1518, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 1516, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1524, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "year", "misc": "", "start_char": 1519, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1526, "feats": null, "head": 4, "id": 13, "lemma": ",", "misc": "", "start_char": 1525, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1532, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 14, "lemma": "their", "misc": "", "start_char": 1527, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1540, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "current", "misc": "", "start_char": 1533, "text": "current", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1553, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "distribution", "misc": "", "start_char": 1541, "text": "distribution", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1557, "feats": "VerbForm=Fin", "head": 18, "id": 17, "lemma": "may", "misc": "", "start_char": 1554, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1562, "feats": "VerbForm=Inf", "head": 0, "id": 18, "lemma": "tell", "misc": "", "start_char": 1558, "text": "tell", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 1565, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 18, "id": 19, "lemma": "we", "misc": "", "start_char": 1563, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1570, "feats": null, "head": 21, "id": 20, "lemma": "very", "misc": "", "start_char": 1566, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 1577, "feats": "Degree=Pos", "head": 18, "id": 21, "lemma": "little", "misc": "", "start_char": 1571, "text": "little", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1580, "feats": null, "head": 24, "id": 22, "lemma": "of", "misc": "", "start_char": 1578, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1586, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 24, "id": 23, "lemma": "their", "misc": "", "start_char": 1581, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1594, "feats": "Number=Plur", "head": 21, "id": 24, "lemma": "origin", "misc": "", "start_char": 1587, "text": "origins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1596, "feats": null, "head": 18, "id": 25, "lemma": ".", "misc": "", "start_char": 1595, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (SBAR (WHADVP (WRB why)) (S (NP (NP (JJ different) (NNS groups)) (PP (IN of) (NP (NNS scientists)))) (VP (VBP believe) (SBAR (IN that) (S (NP (NNS dogs)) (ADVP (RB variously)) (VP (VBD originated) (PP (IN in) (NP (NP (JJ eastern) (NNP Asia)) (, ,) (NP (NNP Mongolia)) (, ,) (NP (NNP Siberia)) (, ,) (NP (NNP Europe)) (CC or) (NP (NNP Africa))))))))))) (. .)))" }, "speaker": null, "text": "This is why different groups of scientists believe that dogs variously originated in eastern Asia, Mongolia, Siberia, Europe or Africa.", "tokens": [ { "deprel": "nsubj", "end_char": 1601, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "this", "misc": "", "start_char": 1597, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1604, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1602, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1608, "feats": "PronType=Rel", "head": 0, "id": 3, "lemma": "why", "misc": "", "start_char": 1605, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "amod", "end_char": 1618, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "different", "misc": "", "start_char": 1609, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1625, "feats": "Number=Plur", "head": 8, "id": 5, "lemma": "group", "misc": "", "start_char": 1619, "text": "groups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1628, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 1626, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1639, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "scientist", "misc": "", "start_char": 1629, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl:relcl", "end_char": 1647, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 8, "lemma": "believe", "misc": "", "start_char": 1640, "text": "believe", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1652, "feats": null, "head": 12, "id": 9, "lemma": "that", "misc": "", "start_char": 1648, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1657, "feats": "Number=Plur", "head": 12, "id": 10, "lemma": "dog", "misc": "", "start_char": 1653, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1667, "feats": null, "head": 12, "id": 11, "lemma": "variously", "misc": "", "start_char": 1658, "text": "variously", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1678, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 12, "lemma": "originate", "misc": "", "start_char": 1668, "text": "originated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1681, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 1679, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1689, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "eastern", "misc": "", "start_char": 1682, "text": "eastern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1694, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "Asia", "misc": "", "start_char": 1690, "text": "Asia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1696, "feats": null, "head": 17, "id": 16, "lemma": ",", "misc": "", "start_char": 1695, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1705, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "Mongolia", "misc": "", "start_char": 1697, "text": "Mongolia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1707, "feats": null, "head": 19, "id": 18, "lemma": ",", "misc": "", "start_char": 1706, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1715, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "Siberia", "misc": "", "start_char": 1708, "text": "Siberia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1717, "feats": null, "head": 21, "id": 20, "lemma": ",", "misc": "", "start_char": 1716, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1724, "feats": "Number=Sing", "head": 15, "id": 21, "lemma": "Europe", "misc": "", "start_char": 1718, "text": "Europe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1727, "feats": null, "head": 23, "id": 22, "lemma": "or", "misc": "", "start_char": 1725, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1734, "feats": "Number=Sing", "head": 15, "id": 23, "lemma": "Africa", "misc": "", "start_char": 1728, "text": "Africa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1736, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 1735, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1738, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1737, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (SBARQ (CC But) (WHADVP (WRB why)) (SQ (VBD were) (NP (DT the) (NNS animals)) (VP (VBN domesticated) (PP (IN in) (NP (DT the) (JJ first) (NN place))))) (. ?)))" }, "speaker": null, "text": "But why were the animals domesticated in the first place?", "tokens": [ { "deprel": "cc", "end_char": 1742, "feats": null, "head": 6, "id": 1, "lemma": "but", "misc": "", "start_char": 1739, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1746, "feats": "PronType=Int", "head": 6, "id": 2, "lemma": "why", "misc": "", "start_char": 1743, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux:pass", "end_char": 1751, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 1747, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1755, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1752, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1763, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "animal", "misc": "", "start_char": 1756, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1776, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 6, "lemma": "domesticate", "misc": "", "start_char": 1764, "text": "domesticated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1779, "feats": null, "head": 10, "id": 7, "lemma": "in", "misc": "", "start_char": 1777, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1783, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 1780, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1789, "feats": "Degree=Pos|NumType=Ord", "head": 10, "id": 9, "lemma": "first", "misc": "", "start_char": 1784, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1795, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "place", "misc": "", "start_char": 1790, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1797, "feats": null, "head": 6, "id": 11, "lemma": "?", "misc": "", "start_char": 1796, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (ADJP (RBS most) (JJ recent)) (NN theory)) (VP (VBZ is) (SBAR (IN that) (S (NP (NNS dogs)) (VP (VBD domesticated) (NP (PRP themselves)) (, ,) (S (ADVP (RB initially)) (VP (VBG living) (PP (IN in) (CC and) (IN around) (NP (PRP$ our) (JJ ancient) (NNS villages))) (S (VP (TO to) (VP (VB eat) (NP (NP (DT any) (NN food)) (VP (VBN thrown) (PRT (RP out))))))))))))) (. .)))" }, "speaker": null, "text": "The most recent theory is that dogs domesticated themselves, initially living in and around our ancient villages to eat any food thrown out.", "tokens": [ { "deprel": "det", "end_char": 1801, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 1798, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1806, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "most", "misc": "", "start_char": 1802, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 1813, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "recent", "misc": "", "start_char": 1807, "text": "recent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:outer", "end_char": 1820, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "theory", "misc": "", "start_char": 1814, "text": "theory", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1823, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 1821, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1828, "feats": null, "head": 8, "id": 6, "lemma": "that", "misc": "", "start_char": 1824, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1833, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "dog", "misc": "", "start_char": 1829, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1846, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "domesticate", "misc": "", "start_char": 1834, "text": "domesticated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1857, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 8, "id": 9, "lemma": "themselves", "misc": "", "start_char": 1847, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1859, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 1858, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1869, "feats": null, "head": 12, "id": 11, "lemma": "initially", "misc": "", "start_char": 1860, "text": "initially", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1876, "feats": "VerbForm=Ger", "head": 8, "id": 12, "lemma": "live", "misc": "", "start_char": 1870, "text": "living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1879, "feats": null, "head": 18, "id": 13, "lemma": "in", "misc": "", "start_char": 1877, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "cc", "end_char": 1883, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 1880, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1890, "feats": null, "head": 13, "id": 15, "lemma": "around", "misc": "", "start_char": 1884, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1894, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "our", "misc": "", "start_char": 1891, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1902, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "ancient", "misc": "", "start_char": 1895, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1911, "feats": "Number=Plur", "head": 12, "id": 18, "lemma": "village", "misc": "", "start_char": 1903, "text": "villages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1914, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1912, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1918, "feats": "VerbForm=Inf", "head": 12, "id": 20, "lemma": "eat", "misc": "", "start_char": 1915, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1922, "feats": null, "head": 22, "id": 21, "lemma": "any", "misc": "", "start_char": 1919, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1927, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "food", "misc": "", "start_char": 1923, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1934, "feats": "Tense=Past|VerbForm=Part", "head": 22, "id": 23, "lemma": "throw", "misc": "", "start_char": 1928, "text": "thrown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 1938, "feats": null, "head": 23, "id": 24, "lemma": "out", "misc": "", "start_char": 1935, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1940, "feats": null, "head": 8, "id": 25, "lemma": ".", "misc": "", "start_char": 1939, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NN Today)) (, ,) (NP (DT this)) (VP (VBZ is) (NP (NP (NP (DT a) (NN way)) (PP (IN of) (NP (NN life)))) (VP (ADVP (RB still)) (VBN shared) (PP (IN by) (NP (NP (CD three) (NNS -quarters)) (PP (IN of) (NP (QP (DT a) (CD billion)) (JJ unowned) (NNS dogs))))) (ADVP (RB worldwide))))) (. .)))" }, "speaker": null, "text": "Today, this is a way of life still shared by three -quarters of a billion unowned dogs worldwide.", "tokens": [ { "deprel": "obl:tmod", "end_char": 1946, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "today", "misc": "", "start_char": 1941, "text": "Today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1948, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1947, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1953, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 3, "lemma": "this", "misc": "", "start_char": 1949, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1956, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 1954, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1958, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1957, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1962, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "way", "misc": "", "start_char": 1959, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1965, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 1963, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1970, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "life", "misc": "", "start_char": 1966, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1976, "feats": null, "head": 10, "id": 9, "lemma": "still", "misc": "", "start_char": 1971, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl", "end_char": 1983, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 10, "lemma": "share", "misc": "", "start_char": 1977, "text": "shared", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1986, "feats": null, "head": 13, "id": 11, "lemma": "by", "misc": "", "start_char": 1984, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1992, "feats": "NumForm=Word|NumType=Card", "head": 13, "id": 12, "lemma": "three", "misc": "", "start_char": 1987, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:agent", "end_char": 2002, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "-quarter", "misc": "", "start_char": 1993, "text": "-quarters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2005, "feats": null, "head": 18, "id": 14, "lemma": "of", "misc": "", "start_char": 2003, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2007, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 2006, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 2015, "feats": "NumForm=Word|NumType=Card", "head": 18, "id": 16, "lemma": "billion", "misc": "", "start_char": 2008, "text": "billion", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 2023, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "unowned", "misc": "", "start_char": 2016, "text": "unowned", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 2028, "feats": "Number=Plur", "head": 13, "id": 18, "lemma": "dog", "misc": "", "start_char": 2024, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 2038, "feats": null, "head": 18, "id": 19, "lemma": "worldwide", "misc": "", "start_char": 2029, "text": "worldwide", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2040, "feats": null, "head": 6, "id": 20, "lemma": ".", "misc": "", "start_char": 2039, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Have you ever wondered when dogs first became "man's best friend" and the world's favourite pet? If you have then you're not alone. When and where dogs first began living side-side with humans are questions that have stirred hot debate among scientists. There are a few hard facts that all agree on. These include that dogs were once wolves and they were the first animal to be domesticated by humans. They came into lives some 15000 years ago, before the dawn of agriculture. Beyond that, there is little agreement. The earliest bones found that are unquestionable dogs and not wolves date from 14,000 years ago. However, 30,000-year-old skulls have been discovered in France and Belgium that are not pure wolf and some scientists think could be dogs. With such puzzling evidence, many scientists are now turning to DNA to find out when and where dogs were first domesticated. In one research project, tens of thousands of blood samples have been taken from street dogs around the world. The plan is to compare them with those of wolves. It's even possible to analyse DNA from ancient bones. Tiny pieces of the 30,000-year-old skulls mentioned earlier are currently being studied, and another DNA study has already shown that ancient dogs preserved in the Alaskan ice-fields evolved from Asian wolves, not American ones. Indeed, the ancient DNA may turn out to be more informative than the DNA of living dogs. Because dogs have accompanied humans around the world for thousands of years, their current distribution may tell us very little of their origins. This is why different groups of scientists believe that dogs variously originated in eastern Asia, Mongolia, Siberia, Europe or Africa. But why were the animals domesticated in the first place? The most recent theory is that dogs domesticated themselves, initially living in and around our ancient villages to eat any food thrown out. Today, this is a way of life still shared by three -quarters of a billion unowned dogs worldwide.
[ [ [ 0, 9, 10 ] ], [ [ 0, 15, 17 ] ], [ [ 1, 1, 1 ], [ 0, 1, 1 ], [ 1, 4, 4 ] ], [ [ 1, 3, 3 ] ], [ [ 2, 9, 9 ], [ 18, 4, 4 ] ], [ [ 2, 15, 18 ] ], [ [ 2, 18, 18 ] ], [ [ 3, 2, 9 ] ], [ [ 3, 7, 7 ] ], [ [ 4, 0, 0 ] ], [ [ 4, 17, 17 ] ], [ [ 5, 3, 3 ] ], [ [ 5, 4, 6 ] ], [ [ 5, 10, 13 ] ], [ [ 5, 13, 13 ] ], [ [ 7, 1, 1 ] ], [ [ 7, 5, 6 ] ], [ [ 8, 0, 2 ] ], [ [ 8, 13, 14 ] ], [ [ 9, 2, 3 ] ], [ [ 9, 8, 10 ] ], [ [ 9, 10, 10 ] ], [ [ 9, 8, 8 ] ], [ [ 9, 14, 15 ] ], [ [ 9, 17, 18 ] ], [ [ 11, 2, 3 ] ], [ [ 11, 5, 6 ] ], [ [ 11, 8, 8 ] ], [ [ 12, 1, 3 ] ], [ [ 12, 2, 2 ] ], [ [ 12, 9, 10 ] ], [ [ 12, 9, 9 ] ], [ [ 12, 18, 19 ] ], [ [ 13, 0, 1 ] ], [ [ 13, 7, 9 ] ], [ [ 13, 9, 9 ], [ 4, 6, 6 ], [ 8, 10, 10 ] ], [ [ 14, 8, 9 ] ], [ [ 15, 0, 7 ] ], [ [ 15, 14, 16 ] ], [ [ 15, 21, 27 ] ], [ [ 15, 25, 27 ] ], [ [ 15, 30, 31 ] ], [ [ 15, 34, 35 ] ], [ [ 17, 2, 4 ] ], [ [ 17, 13, 17 ] ], [ [ 17, 16, 17 ] ], [ [ 18, 6, 7 ] ], [ [ 18, 9, 11 ] ], [ [ 18, 13, 15 ] ], [ [ 18, 18, 18 ], [ 22, 15, 15 ] ], [ [ 18, 22, 23 ] ], [ [ 19, 0, 0 ], [ 19, 2, 22 ] ], [ [ 19, 3, 6 ] ], [ [ 19, 6, 6 ] ], [ [ 19, 13, 22 ] ], [ [ 19, 22, 22 ] ], [ [ 19, 20, 20 ] ], [ [ 19, 18, 18 ] ], [ [ 19, 16, 16 ] ], [ [ 19, 13, 14 ] ], [ [ 21, 3, 4 ], [ 22, 8, 8 ], [ 0, 8, 13 ], [ 22, 6, 6 ], [ 19, 9, 9 ], [ 18, 22, 22 ], [ 18, 13, 13 ], [ 18, 1, 1 ], [ 11, 18, 18 ], [ 9, 22, 22 ], [ 4, 8, 8 ], [ 4, 3, 3 ], [ 2, 3, 3 ], [ 0, 5, 5 ], [ 0, 15, 19 ], [ 4, 10, 12 ], [ 5, 0, 0 ], [ 13, 5, 5 ], [ 12, 5, 10 ] ], [ [ 21, 7, 9 ] ], [ [ 22, 0, 3 ] ], [ [ 22, 15, 17 ] ], [ [ 22, 20, 21 ] ], [ [ 23, 0, 0 ] ], [ [ 23, 2, 2 ], [ 23, 4, 18 ] ], [ [ 23, 7, 7 ] ], [ [ 0, 8, 19 ] ], [ [ 2, 0, 9 ] ], [ [ 8, 6, 7 ] ], [ [ 2, 6, 9 ] ], [ [ 2, 11, 18 ] ], [ [ 5, 4, 7 ] ], [ [ 8, 13, 15 ] ], [ [ 14, 6, 6 ], [ 11, 11, 11 ], [ 15, 15, 15 ] ], [ [ 11, 15, 21 ] ], [ [ 12, 15, 19 ] ], [ [ 15, 3, 7 ] ], [ [ 15, 4, 4 ] ], [ [ 18, 11, 11 ] ], [ [ 23, 11, 18 ] ], [ [ 23, 14, 18 ] ], [ [ 18, 20, 23 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36128
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN scientist)) (SBAR (WHNP (WP who)) (S (VP (VBD developed) (NP (NP (DT a) (NN way)) (SBAR (S (VP (TO to) (VP (VB calculate) (SBAR (WHNP (WHADJP (WRB how) (JJ much)) (NN water)) (S (VP (VBZ is) (VP (VBN used) (PP (IN in) (NP (NP (DT the) (NN production)) (PP (IN of) (NP (NP (NN anything)) (PP (PP (IN from) (NP (NP (DT a) (NN cup)) (PP (IN of) (NP (NN coffee))))) (PP (IN to) (NP (DT a) (NN hamburger))))))))))))))))))))) (VP (VBD was) (VP (VBN awarded) (NP (DT the) (CD 2008) (NNP Stockholm) (NNP Water) (NNP Prize)))) (. .)))" }, "speaker": null, "text": "A scientist who developed a way to calculate how much water is used in the production of anything from a cup of coffee to a hamburger was awarded the 2008 Stockholm Water Prize.", "tokens": [ { "deprel": "det", "end_char": 1, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 0, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 11, "feats": "Number=Sing", "head": 28, "id": 2, "lemma": "scientist", "misc": "", "start_char": 2, "text": "scientist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 15, "feats": "PronType=Rel", "head": 4, "id": 3, "lemma": "who", "misc": "", "start_char": 12, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 25, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 4, "lemma": "develop", "misc": "", "start_char": 16, "text": "developed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 27, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 26, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 31, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "way", "misc": "", "start_char": 28, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 32, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 44, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "calculate", "misc": "", "start_char": 35, "text": "calculate", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 48, "feats": "PronType=Int", "head": 10, "id": 9, "lemma": "how", "misc": "", "start_char": 45, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advmod", "end_char": 53, "feats": "Degree=Pos", "head": 13, "id": 10, "lemma": "much", "misc": "", "start_char": 49, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 59, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "water", "misc": "", "start_char": 54, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 62, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 60, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 67, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 8, "id": 13, "lemma": "use", "misc": "", "start_char": 63, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 70, "feats": null, "head": 16, "id": 14, "lemma": "in", "misc": "", "start_char": 68, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 74, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 71, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 85, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "production", "misc": "", "start_char": 75, "text": "production", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 88, "feats": null, "head": 18, "id": 17, "lemma": "of", "misc": "", "start_char": 86, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 97, "feats": "Number=Sing|PronType=Ind", "head": 16, "id": 18, "lemma": "anything", "misc": "", "start_char": 89, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 102, "feats": null, "head": 21, "id": 19, "lemma": "from", "misc": "", "start_char": 98, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 104, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 20, "lemma": "a", "misc": "", "start_char": 103, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 108, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "cup", "misc": "", "start_char": 105, "text": "cup", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 111, "feats": null, "head": 23, "id": 22, "lemma": "of", "misc": "", "start_char": 109, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 118, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "coffee", "misc": "", "start_char": 112, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 121, "feats": null, "head": 26, "id": 24, "lemma": "to", "misc": "", "start_char": 119, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 123, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 25, "lemma": "a", "misc": "", "start_char": 122, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 133, "feats": "Number=Sing", "head": 21, "id": 26, "lemma": "hamburger", "misc": "", "start_char": 124, "text": "hamburger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 137, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 28, "id": 27, "lemma": "be", "misc": "", "start_char": 134, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 145, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 28, "lemma": "award", "misc": "", "start_char": 138, "text": "awarded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 149, "feats": "Definite=Def|PronType=Art", "head": 33, "id": 29, "lemma": "the", "misc": "", "start_char": 146, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 154, "feats": "NumForm=Digit|NumType=Card", "head": 33, "id": 30, "lemma": "2008", "misc": "", "start_char": 150, "text": "2008", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 164, "feats": "Number=Sing", "head": 33, "id": 31, "lemma": "Stockholm", "misc": "", "start_char": 155, "text": "Stockholm", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 170, "feats": "Number=Sing", "head": 33, "id": 32, "lemma": "Water", "misc": "", "start_char": 165, "text": "Water", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 176, "feats": "Number=Sing", "head": 28, "id": 33, "lemma": "Prize", "misc": "", "start_char": 171, "text": "Prize", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 178, "feats": null, "head": 28, "id": 34, "lemma": ".", "misc": "", "start_char": 177, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 180, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 179, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Professor) (NNP John) (NNP Anthony) (NNP Allan)) (PP (IN of) (NP (NP (DT the) (NNP University)) (PP (IN of) (NP (NNP London))))) (PP (IN in) (NP (NNP Britain)))) (VP (VBD won) (NP (NP (DT the) (NN award)) (PP (IN for) (S (VP (VBG introducing) (NP (NP (DT the) (NN idea)) (PP (IN of) (NP (`` ``) (NP (JJ virtual) (NN water)) ('' '') (, ,) (NP (NP (DT a) (NN calculation) (NN method)) (SBAR (WHNP (WDT that)) (S (VP (VBZ has) (VP (VBN changed) (NP (NP (DT the) (NN nature)) (PP (IN of) (NP (NP (NN trade) (NN policy)) (CC and) (NP (NN research)))))))))))))))))) (. .)))" }, "speaker": null, "text": "Professor John Anthony Allan of the University of London in Britain won the award for introducing the idea of \"virtual water\", a calculation method that has changed the nature of trade policy and research.", "tokens": [ { "deprel": "nsubj", "end_char": 190, "feats": "Number=Sing", "head": 12, "id": 1, "lemma": "Professor", "misc": "", "start_char": 181, "text": "Professor", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 195, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "John", "misc": "", "start_char": 191, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 203, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Anthony", "misc": "", "start_char": 196, "text": "Anthony", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 209, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "Allan", "misc": "", "start_char": 204, "text": "Allan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 212, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 210, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 216, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 213, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 227, "feats": "Number=Sing", "head": 1, "id": 7, "lemma": "University", "misc": "", "start_char": 217, "text": "University", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 230, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 228, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 237, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "London", "misc": "", "start_char": 231, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 240, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 238, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 248, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "Britain", "misc": "", "start_char": 241, "text": "Britain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 252, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "win", "misc": "", "start_char": 249, "text": "won", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 256, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 253, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 262, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "award", "misc": "", "start_char": 257, "text": "award", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 266, "feats": null, "head": 16, "id": 15, "lemma": "for", "misc": "", "start_char": 263, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 278, "feats": "VerbForm=Ger", "head": 14, "id": 16, "lemma": "introduce", "misc": "", "start_char": 267, "text": "introducing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 282, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 279, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 287, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "idea", "misc": "", "start_char": 283, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 290, "feats": null, "head": 22, "id": 19, "lemma": "of", "misc": "", "start_char": 288, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 293, "feats": null, "head": 22, "id": 20, "lemma": "``", "misc": "", "start_char": 291, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 301, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "virtual", "misc": "", "start_char": 294, "text": "virtual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 307, "feats": "Number=Sing", "head": 18, "id": 22, "lemma": "water", "misc": "", "start_char": 302, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 310, "feats": null, "head": 22, "id": 23, "lemma": "''", "misc": "", "start_char": 308, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 312, "feats": null, "head": 22, "id": 24, "lemma": ",", "misc": "", "start_char": 311, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 314, "feats": "Definite=Ind|PronType=Art", "head": 27, "id": 25, "lemma": "a", "misc": "", "start_char": 313, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 326, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "calculation", "misc": "", "start_char": 315, "text": "calculation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 333, "feats": "Number=Sing", "head": 22, "id": 27, "lemma": "method", "misc": "", "start_char": 327, "text": "method", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 338, "feats": "PronType=Rel", "head": 30, "id": 28, "lemma": "that", "misc": "", "start_char": 334, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 342, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 30, "id": 29, "lemma": "have", "misc": "", "start_char": 339, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 350, "feats": "Tense=Past|VerbForm=Part", "head": 27, "id": 30, "lemma": "change", "misc": "", "start_char": 343, "text": "changed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 354, "feats": "Definite=Def|PronType=Art", "head": 32, "id": 31, "lemma": "the", "misc": "", "start_char": 351, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 361, "feats": "Number=Sing", "head": 30, "id": 32, "lemma": "nature", "misc": "", "start_char": 355, "text": "nature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 364, "feats": null, "head": 35, "id": 33, "lemma": "of", "misc": "", "start_char": 362, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 370, "feats": "Number=Sing", "head": 35, "id": 34, "lemma": "trade", "misc": "", "start_char": 365, "text": "trade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 377, "feats": "Number=Sing", "head": 32, "id": 35, "lemma": "policy", "misc": "", "start_char": 371, "text": "policy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 381, "feats": null, "head": 37, "id": 36, "lemma": "and", "misc": "", "start_char": 378, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 390, "feats": "Number=Sing", "head": 35, "id": 37, "lemma": "research", "misc": "", "start_char": 382, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 392, "feats": null, "head": 12, "id": 38, "lemma": ".", "misc": "", "start_char": 391, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 394, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 393, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NNP Allan)) (VP (VBZ has) (VP (VP (VBN written) (NP (CD seven) (NNS books))) (CC and) (VP (VBN published) (NP (QP (JJR more) (IN than) (CD 100)) (NNS papers))))) (. .)))" }, "speaker": null, "text": "Allan has written seven books and published more than 100 papers.", "tokens": [ { "deprel": "nsubj", "end_char": 400, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Allan", "misc": "", "start_char": 395, "text": "Allan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 404, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 401, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 412, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "write", "misc": "", "start_char": 405, "text": "written", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nummod", "end_char": 418, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "seven", "misc": "", "start_char": 413, "text": "seven", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 424, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "book", "misc": "", "start_char": 419, "text": "books", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 428, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 425, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 438, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 7, "lemma": "publish", "misc": "", "start_char": 429, "text": "published", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 443, "feats": "Degree=Cmp", "head": 10, "id": 8, "lemma": "more", "misc": "", "start_char": 439, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 448, "feats": null, "head": 8, "id": 9, "lemma": "than", "misc": "", "start_char": 444, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 452, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 10, "lemma": "100", "misc": "", "start_char": 449, "text": "100", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 459, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "paper", "misc": "", "start_char": 453, "text": "papers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 461, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 460, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 463, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 462, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Stockholm) (NNP International) (NNP Water) (NNP Institute)) (VP (VBD said) (SBAR (S (NP (DT this) (NN idea)) (VP (VBZ is) (ADVP (RB now)) (VP (VBN embedded) (PP (IN in) (NP (NP (DT the) (NN production)) (PP (IN of) (NP (NP (NNS foods)) (CC and) (NP (JJ industrial) (NNS products))))))))))) (. .)))" }, "speaker": null, "text": "The Stockholm International Water Institute said this idea is now embedded in the production of foods and industrial products.", "tokens": [ { "deprel": "det", "end_char": 467, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 1, "lemma": "the", "misc": "", "start_char": 464, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 477, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "Stockholm", "misc": "", "start_char": 468, "text": "Stockholm", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 491, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "International", "misc": "", "start_char": 478, "text": "International", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 497, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Water", "misc": "", "start_char": 492, "text": "Water", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 507, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Institute", "misc": "", "start_char": 498, "text": "Institute", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 512, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "say", "misc": "", "start_char": 508, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 517, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 7, "lemma": "this", "misc": "", "start_char": 513, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 522, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "idea", "misc": "", "start_char": 518, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 525, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 523, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 529, "feats": null, "head": 11, "id": 10, "lemma": "now", "misc": "", "start_char": 526, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 538, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 6, "id": 11, "lemma": "embed", "misc": "", "start_char": 530, "text": "embedded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 541, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 539, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 545, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 542, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 556, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "production", "misc": "", "start_char": 546, "text": "production", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 559, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 557, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 565, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "food", "misc": "", "start_char": 560, "text": "foods", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 569, "feats": null, "head": 19, "id": 17, "lemma": "and", "misc": "", "start_char": 566, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 580, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "industrial", "misc": "", "start_char": 570, "text": "industrial", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 589, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "product", "misc": "", "start_char": 581, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 591, "feats": null, "head": 6, "id": 20, "lemma": ".", "misc": "", "start_char": 590, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN institute)) (VP (VBD said) (SBAR (S (NP (NP (NNP Allan) (POS 's)) (NN work)) (VP (VBD had) (VP (VBN made) (NP (NP (DT a) (JJ big) (NN effect)) (PP (IN on) (NP (NP (JJ global) (NN trade) (NN policy)) (CC and) (NP (NN research))))) (, ,) (PP (ADVP (RB especially)) (IN in) (NP (JJ water-scarce) (NNS regions)))))))) (. .)))" }, "speaker": null, "text": "The institute said Allan's work had made a big effect on global trade policy and research, especially in water-scarce regions.", "tokens": [ { "deprel": "det", "end_char": 595, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 592, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 605, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "institute", "misc": "", "start_char": 596, "text": "institute", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 610, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 606, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 616, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Allan", "misc": "", "start_char": 611, "text": "Allan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 619, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 617, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 624, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "work", "misc": "", "start_char": 620, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 628, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "have", "misc": "", "start_char": 625, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 633, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 8, "lemma": "make", "misc": "", "start_char": 629, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 635, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 634, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 639, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "big", "misc": "", "start_char": 636, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 646, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "effect", "misc": "", "start_char": 640, "text": "effect", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 649, "feats": null, "head": 15, "id": 12, "lemma": "on", "misc": "", "start_char": 647, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 656, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "global", "misc": "", "start_char": 650, "text": "global", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 662, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "trade", "misc": "", "start_char": 657, "text": "trade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 669, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "policy", "misc": "", "start_char": 663, "text": "policy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 673, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 670, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 682, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "research", "misc": "", "start_char": 674, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 684, "feats": null, "head": 22, "id": 18, "lemma": ",", "misc": "", "start_char": 683, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 695, "feats": null, "head": 22, "id": 19, "lemma": "especially", "misc": "", "start_char": 685, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 698, "feats": null, "head": 22, "id": 20, "lemma": "in", "misc": "", "start_char": 696, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 711, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "water-scarce", "misc": "", "start_char": 699, "text": "water-scarce", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 719, "feats": "Number=Plur", "head": 8, "id": 22, "lemma": "region", "misc": "", "start_char": 712, "text": "regions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 721, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 720, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 723, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 722, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (NP (DT The) (VBN improved) (NN understanding)) (PP (IN of) (NP (NML (NML (NN trade)) (CC and) (NML (NN water) (NN management))) (NNS issues))) (PP (IN on) (NP (ADJP (JJ local) (, ,) (JJ regional) (CC and) (JJ global)) (NNS scales)))) (VP (VBP are) (PP (IN of) (NP (NP (DT the) (JJS highest) (NN value)) (PP (IN for) (NP (NP (DT the) (ADJP (JJ successful) (CC and) (JJ sustainable)) (NN use)) (PP (IN of) (NP (NN water) (NNS resources))))))))) (, ,) ('' '') (NP (PRP it)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"The improved understanding of trade and water management issues on local, regional and global scales are of the highest value for the successful and sustainable use of water resources,\" it said.", "tokens": [ { "deprel": "punct", "end_char": 726, "feats": null, "head": 35, "id": 1, "lemma": "``", "misc": "", "start_char": 724, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 730, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 727, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 739, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 3, "lemma": "improve", "misc": "", "start_char": 731, "text": "improved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nsubj", "end_char": 753, "feats": "Number=Sing", "head": 22, "id": 4, "lemma": "understanding", "misc": "", "start_char": 740, "text": "understanding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 756, "feats": null, "head": 10, "id": 5, "lemma": "of", "misc": "", "start_char": 754, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 762, "feats": "Number=Sing", "head": 10, "id": 6, "lemma": "trade", "misc": "", "start_char": 757, "text": "trade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 766, "feats": null, "head": 9, "id": 7, "lemma": "and", "misc": "", "start_char": 763, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 772, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "water", "misc": "", "start_char": 767, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 783, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "management", "misc": "", "start_char": 773, "text": "management", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 790, "feats": "Number=Plur", "head": 4, "id": 10, "lemma": "issue", "misc": "", "start_char": 784, "text": "issues", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 793, "feats": null, "head": 17, "id": 11, "lemma": "on", "misc": "", "start_char": 791, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 799, "feats": "Degree=Pos", "head": 17, "id": 12, "lemma": "local", "misc": "", "start_char": 794, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 801, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 800, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 810, "feats": "Degree=Pos", "head": 12, "id": 14, "lemma": "regional", "misc": "", "start_char": 802, "text": "regional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 814, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 811, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 821, "feats": "Degree=Pos", "head": 12, "id": 16, "lemma": "global", "misc": "", "start_char": 815, "text": "global", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 828, "feats": "Number=Plur", "head": 10, "id": 17, "lemma": "scale", "misc": "", "start_char": 822, "text": "scales", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 832, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 18, "lemma": "be", "misc": "", "start_char": 829, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 835, "feats": null, "head": 22, "id": 19, "lemma": "of", "misc": "", "start_char": 833, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 839, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 20, "lemma": "the", "misc": "", "start_char": 836, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 847, "feats": "Degree=Sup", "head": 22, "id": 21, "lemma": "high", "misc": "", "start_char": 840, "text": "highest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "ccomp", "end_char": 853, "feats": "Number=Sing", "head": 35, "id": 22, "lemma": "value", "misc": "", "start_char": 848, "text": "value", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 857, "feats": null, "head": 28, "id": 23, "lemma": "for", "misc": "", "start_char": 854, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 861, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 24, "lemma": "the", "misc": "", "start_char": 858, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 872, "feats": "Degree=Pos", "head": 28, "id": 25, "lemma": "successful", "misc": "", "start_char": 862, "text": "successful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 876, "feats": null, "head": 27, "id": 26, "lemma": "and", "misc": "", "start_char": 873, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 888, "feats": "Degree=Pos", "head": 25, "id": 27, "lemma": "sustainable", "misc": "", "start_char": 877, "text": "sustainable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 892, "feats": "Number=Sing", "head": 22, "id": 28, "lemma": "use", "misc": "", "start_char": 889, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 895, "feats": null, "head": 31, "id": 29, "lemma": "of", "misc": "", "start_char": 893, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 901, "feats": "Number=Sing", "head": 31, "id": 30, "lemma": "water", "misc": "", "start_char": 896, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 911, "feats": "Number=Plur", "head": 28, "id": 31, "lemma": "resource", "misc": "", "start_char": 902, "text": "resources", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 913, "feats": null, "head": 35, "id": 32, "lemma": ",", "misc": "", "start_char": 912, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 916, "feats": null, "head": 35, "id": 33, "lemma": "''", "misc": "", "start_char": 914, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 919, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 35, "id": 34, "lemma": "it", "misc": "", "start_char": 917, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 924, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 35, "lemma": "say", "misc": "", "start_char": 920, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 926, "feats": null, "head": 35, "id": 36, "lemma": ".", "misc": "", "start_char": 925, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 928, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 927, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (NNS People)) (VP (VBP do) (RB not) (ADVP (RB only)) (VP (VB use) (NP (NN water)) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VP (VBP drink) (NP (PRP it))) (CC or) (VP (VBP take) (NP (DT a) (NN shower))))))))) (, ,) ('' '') (NP (DT the) (NN institute)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"People do not only use water when they drink it or take a shower,\" the institute said.", "tokens": [ { "deprel": "punct", "end_char": 931, "feats": null, "head": 20, "id": 1, "lemma": "``", "misc": "", "start_char": 929, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 938, "feats": "Number=Plur", "head": 6, "id": 2, "lemma": "person", "misc": "", "start_char": 932, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 941, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "do", "misc": "", "start_char": 939, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 945, "feats": null, "head": 6, "id": 4, "lemma": "not", "misc": "", "start_char": 942, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 950, "feats": null, "head": 6, "id": 5, "lemma": "only", "misc": "", "start_char": 946, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 954, "feats": "VerbForm=Inf", "head": 20, "id": 6, "lemma": "use", "misc": "", "start_char": 951, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 960, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "water", "misc": "", "start_char": 955, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 965, "feats": "PronType=Int", "head": 10, "id": 8, "lemma": "when", "misc": "", "start_char": 961, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 970, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "they", "misc": "", "start_char": 966, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 976, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 10, "lemma": "drink", "misc": "", "start_char": 971, "text": "drink", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 979, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "it", "misc": "", "start_char": 977, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 982, "feats": null, "head": 13, "id": 12, "lemma": "or", "misc": "", "start_char": 980, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 987, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 13, "lemma": "take", "misc": "", "start_char": 983, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 989, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 988, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 996, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "shower", "misc": "", "start_char": 990, "text": "shower", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 998, "feats": null, "head": 20, "id": 16, "lemma": ",", "misc": "", "start_char": 997, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1001, "feats": null, "head": 20, "id": 17, "lemma": "''", "misc": "", "start_char": 999, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "det", "end_char": 1005, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 1002, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1015, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "institute", "misc": "", "start_char": 1006, "text": "institute", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1020, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 20, "lemma": "say", "misc": "", "start_char": 1016, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1022, "feats": null, "head": 20, "id": 21, "lemma": ".", "misc": "", "start_char": 1021, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (`` ``) (PP (IN Behind) (NP (NP (DT the) (NN morning) (NN cup)) (PP (IN of) (NP (NN coffee))))) (, ,) (NP (EX there)) (VP (VBP are) (NP (NP (NP (CD 140) (NNS liters)) (PP (IN of) (NP (NN water)))) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN used) (S (VP (TO to) (VP (VB grow) (, ,) (VB produce) (, ,) (VB package) (CC and) (VB ship) (NP (DT the) (NNS beans))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "\"Behind the morning cup of coffee, there are 140 liters of water that was used to grow, produce, package and ship the beans.\"", "tokens": [ { "deprel": "punct", "end_char": 1025, "feats": null, "head": 10, "id": 1, "lemma": "``", "misc": "", "start_char": 1023, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "case", "end_char": 1032, "feats": null, "head": 5, "id": 2, "lemma": "behind", "misc": "", "start_char": 1026, "text": "Behind", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1036, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1033, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1044, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "morning", "misc": "", "start_char": 1037, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1048, "feats": "Number=Sing", "head": 10, "id": 5, "lemma": "cup", "misc": "", "start_char": 1045, "text": "cup", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1051, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 1049, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1058, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "coffee", "misc": "", "start_char": 1052, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1060, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 1059, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 1066, "feats": null, "head": 10, "id": 9, "lemma": "there", "misc": "", "start_char": 1061, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1070, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 10, "lemma": "be", "misc": "", "start_char": 1067, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 1074, "feats": "NumForm=Digit|NumType=Card", "head": 12, "id": 11, "lemma": "140", "misc": "", "start_char": 1071, "text": "140", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1081, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "liter", "misc": "", "start_char": 1075, "text": "liters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1084, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 1082, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1090, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "water", "misc": "", "start_char": 1085, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1095, "feats": "PronType=Rel", "head": 17, "id": 15, "lemma": "that", "misc": "", "start_char": 1091, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux:pass", "end_char": 1099, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1096, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 1104, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 17, "lemma": "use", "misc": "", "start_char": 1100, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1107, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 1105, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1112, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "grow", "misc": "", "start_char": 1108, "text": "grow", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1114, "feats": null, "head": 21, "id": 20, "lemma": ",", "misc": "", "start_char": 1113, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1122, "feats": "VerbForm=Inf", "head": 19, "id": 21, "lemma": "produce", "misc": "", "start_char": 1115, "text": "produce", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1124, "feats": null, "head": 23, "id": 22, "lemma": ",", "misc": "", "start_char": 1123, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1132, "feats": "VerbForm=Inf", "head": 19, "id": 23, "lemma": "package", "misc": "", "start_char": 1125, "text": "package", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 1136, "feats": null, "head": 25, "id": 24, "lemma": "and", "misc": "", "start_char": 1133, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1141, "feats": "VerbForm=Inf", "head": 19, "id": 25, "lemma": "ship", "misc": "", "start_char": 1137, "text": "ship", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1145, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 26, "lemma": "the", "misc": "", "start_char": 1142, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1151, "feats": "Number=Plur", "head": 19, "id": 27, "lemma": "bean", "misc": "", "start_char": 1146, "text": "beans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1153, "feats": null, "head": 10, "id": 28, "lemma": ".", "misc": "", "start_char": 1152, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1156, "feats": null, "head": 10, "id": 29, "lemma": "''", "misc": "", "start_char": 1154, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (DT That)) (VP (VBZ is) (NP (NP (ADJP (RB about) (RB as) (JJ much)) (NN water)) (SBAR (IN as) (S (NP (NP (DT a) (NN person)) (PP (IN in) (NP (NNP England)))) (VP (VBZ uses) (PP (IN on) (ADJP (NN average))) (PP (IN for) (NP (DT all) (JJ daily) (NML (NN drinking) (CC and) (NN household)) (NNS needs)))))))) (. .)))" }, "speaker": null, "text": "That is about as much water as a person in England uses on average for all daily drinking and household needs.", "tokens": [ { "deprel": "nsubj", "end_char": 1161, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 1, "lemma": "that", "misc": "", "start_char": 1157, "text": "That", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1164, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 1162, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1170, "feats": null, "head": 5, "id": 3, "lemma": "about", "misc": "", "start_char": 1165, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1173, "feats": null, "head": 5, "id": 4, "lemma": "as", "misc": "", "start_char": 1171, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1178, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "much", "misc": "", "start_char": 1174, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1184, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "water", "misc": "", "start_char": 1179, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1187, "feats": null, "head": 9, "id": 7, "lemma": "as", "misc": "", "start_char": 1185, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1189, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1188, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1196, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "person", "misc": "", "start_char": 1190, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1199, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 1197, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1207, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "England", "misc": "", "start_char": 1200, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl:relcl", "end_char": 1212, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 12, "lemma": "use", "misc": "", "start_char": 1208, "text": "uses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1215, "feats": null, "head": 14, "id": 13, "lemma": "on", "misc": "", "start_char": 1213, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1223, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "average", "misc": "", "start_char": 1216, "text": "average", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1227, "feats": null, "head": 18, "id": 15, "lemma": "for", "misc": "", "start_char": 1224, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1231, "feats": null, "head": 18, "id": 16, "lemma": "all", "misc": "", "start_char": 1228, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1237, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "daily", "misc": "", "start_char": 1232, "text": "daily", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1246, "feats": "Number=Sing", "head": 12, "id": 18, "lemma": "drinking", "misc": "", "start_char": 1238, "text": "drinking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1250, "feats": null, "head": 21, "id": 19, "lemma": "and", "misc": "", "start_char": 1247, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1260, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "household", "misc": "", "start_char": 1251, "text": "household", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1266, "feats": "Number=Plur", "head": 18, "id": 21, "lemma": "need", "misc": "", "start_char": 1261, "text": "needs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1268, "feats": null, "head": 6, "id": 22, "lemma": ".", "misc": "", "start_char": 1267, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1270, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1269, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (`` ``) (PP (IN For) (NP (DT a) (JJ single) (NN hamburger))) (, ,) (NP (NP (QP (RB about) (CD 2,400)) (NNS liters)) (PP (IN of) (NP (NN water)))) (VP (VBP are) (VP (VBN needed))) (. .)))" }, "speaker": null, "text": "\"For a single hamburger, about 2,400 liters of water are needed.", "tokens": [ { "deprel": "punct", "end_char": 1273, "feats": null, "head": 13, "id": 1, "lemma": "``", "misc": "", "start_char": 1271, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "case", "end_char": 1277, "feats": null, "head": 5, "id": 2, "lemma": "for", "misc": "", "start_char": 1274, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1279, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 1278, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1286, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "single", "misc": "", "start_char": 1280, "text": "single", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1296, "feats": "Number=Sing", "head": 13, "id": 5, "lemma": "hamburger", "misc": "", "start_char": 1287, "text": "hamburger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1298, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 1297, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1304, "feats": null, "head": 8, "id": 7, "lemma": "about", "misc": "", "start_char": 1299, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1310, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 8, "lemma": "2400", "misc": "", "start_char": 1305, "text": "2,400", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj:pass", "end_char": 1317, "feats": "Number=Plur", "head": 13, "id": 9, "lemma": "liter", "misc": "", "start_char": 1311, "text": "liters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1320, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 1318, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1326, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "water", "misc": "", "start_char": 1321, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1330, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 1327, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1337, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 13, "lemma": "need", "misc": "", "start_char": 1331, "text": "needed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1339, "feats": null, "head": 13, "id": 14, "lemma": ".", "misc": "", "start_char": 1338, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT the) (NNP USA))) (, ,) (NP (DT the) (JJ average) (NN person)) (VP (VBZ uses) (NP (NP (QP (RB nearly) (CD 7,000)) (NNS liters)) (PP (IN of) (NP (JJ virtual) (NN water)))) (NP (DT every) (NN day))) (. .) ('' '')))" }, "speaker": null, "text": "In the USA, the average person uses nearly 7,000 liters of virtual water every day.\"", "tokens": [ { "deprel": "case", "end_char": 1342, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 1340, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1346, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1343, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1350, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "USA", "misc": "", "start_char": 1347, "text": "USA", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1352, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 1351, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1356, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1353, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1364, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "average", "misc": "", "start_char": 1357, "text": "average", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1371, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "person", "misc": "", "start_char": 1365, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1376, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "use", "misc": "", "start_char": 1372, "text": "uses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1383, "feats": null, "head": 10, "id": 9, "lemma": "nearly", "misc": "", "start_char": 1377, "text": "nearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1389, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 10, "lemma": "7000", "misc": "", "start_char": 1384, "text": "7,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1396, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "liter", "misc": "", "start_char": 1390, "text": "liters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1399, "feats": null, "head": 14, "id": 12, "lemma": "of", "misc": "", "start_char": 1397, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1407, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "virtual", "misc": "", "start_char": 1400, "text": "virtual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1413, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "water", "misc": "", "start_char": 1408, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 1419, "feats": "PronType=Tot", "head": 16, "id": 15, "lemma": "every", "misc": "", "start_char": 1414, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1423, "feats": "Number=Sing", "head": 8, "id": 16, "lemma": "day", "misc": "", "start_char": 1420, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1425, "feats": null, "head": 8, "id": 17, "lemma": ".", "misc": "", "start_char": 1424, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1428, "feats": null, "head": 8, "id": 18, "lemma": "''", "misc": "", "start_char": 1426, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD said) (SBAR (S (NP (DT that)) (VP (VBD was) (NP (NP (QP (JJR more) (IN than) (CD three) (NNS times)) (DT the) (JJ average) (NN use)) (PP (IN of) (NP (DT a) (JJ Chinese) (NN person)))))))) (. .)))" }, "speaker": null, "text": "It said that was more than three times the average use of a Chinese person.", "tokens": [ { "deprel": "nsubj", "end_char": 1431, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 1429, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1436, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 1432, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1441, "feats": "Number=Sing|PronType=Dem", "head": 11, "id": 3, "lemma": "that", "misc": "", "start_char": 1437, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1445, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 4, "lemma": "be", "misc": "", "start_char": 1442, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1450, "feats": "Degree=Cmp", "head": 7, "id": 5, "lemma": "more", "misc": "", "start_char": 1446, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 1455, "feats": null, "head": 5, "id": 6, "lemma": "than", "misc": "", "start_char": 1451, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1461, "feats": "NumForm=Word|NumType=Card", "head": 8, "id": 7, "lemma": "three", "misc": "", "start_char": 1456, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:npmod", "end_char": 1467, "feats": "Number=Plur", "head": 11, "id": 8, "lemma": "time", "misc": "", "start_char": 1462, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 1471, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 1468, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1479, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "average", "misc": "", "start_char": 1472, "text": "average", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 1483, "feats": "Number=Sing", "head": 2, "id": 11, "lemma": "use", "misc": "", "start_char": 1480, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1486, "feats": null, "head": 15, "id": 12, "lemma": "of", "misc": "", "start_char": 1484, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1488, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 1487, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1496, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "Chinese", "misc": "", "start_char": 1489, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1503, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "person", "misc": "", "start_char": 1497, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1505, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 1504, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
A scientist who developed a way to calculate how much water is used in the production of anything from a cup of coffee to a hamburger was awarded the 2008 Stockholm Water Prize. Professor John Anthony Allan of the University of London in Britain won the award for introducing the idea of "virtual water", a calculation method that has changed the nature of trade policy and research. Allan has written seven books and published more than 100 papers. The Stockholm International Water Institute said this idea is now embedded in the production of foods and industrial products. The institute said Allan's work had made a big effect on global trade policy and research, especially in water-scarce regions. "The improved understanding of trade and water management issues on local, regional and global scales are of the highest value for the successful and sustainable use of water resources," it said. "People do not only use water when they drink it or take a shower," the institute said. "Behind the morning cup of coffee, there are 140 liters of water that was used to grow, produce, package and ship the beans." That is about as much water as a person in England uses on average for all daily drinking and household needs. "For a single hamburger, about 2,400 liters of water are needed. In the USA, the average person uses nearly 7,000 liters of virtual water every day." It said that was more than three times the average use of a Chinese person.
[ [ [ 2, 5, 10 ] ], [ [ 2, 8, 10 ] ], [ [ 2, 10, 10 ] ], [ [ 2, 12, 13 ] ], [ [ 2, 19, 22 ], [ 2, 24, 36 ] ], [ [ 2, 30, 36 ] ], [ [ 2, 33, 34 ] ], [ [ 2, 36, 36 ] ], [ [ 2, 33, 36 ] ], [ [ 0, 0, 25 ], [ 2, 0, 0 ], [ 2, 1, 3 ], [ 2, 0, 3 ], [ 2, 0, 10 ], [ 4, 0, 0 ], [ 7, 3, 4 ] ], [ [ 0, 4, 5 ] ], [ [ 0, 14, 25 ] ], [ [ 0, 17, 25 ] ], [ [ 0, 19, 22 ] ], [ [ 0, 24, 25 ] ], [ [ 0, 28, 32 ] ], [ [ 4, 3, 4 ] ], [ [ 6, 6, 7 ] ], [ [ 6, 9, 9 ] ], [ [ 6, 17, 18 ] ], [ [ 6, 12, 18 ] ], [ [ 6, 15, 15 ] ], [ [ 7, 3, 5 ] ], [ [ 7, 8, 10 ] ], [ [ 7, 12, 16 ] ], [ [ 7, 20, 21 ] ], [ [ 9, 0, 16 ] ], [ [ 9, 5, 16 ] ], [ [ 9, 11, 16 ] ], [ [ 9, 19, 21 ] ], [ [ 9, 23, 30 ] ], [ [ 9, 33, 33 ], [ 11, 17, 18 ], [ 6, 0, 4 ], [ 7, 0, 1 ] ], [ [ 9, 29, 30 ] ], [ [ 11, 1, 1 ], [ 11, 8, 8 ] ], [ [ 11, 6, 6 ], [ 11, 10, 10 ], [ 15, 10, 10 ] ], [ [ 11, 13, 14 ] ], [ [ 12, 2, 6 ] ], [ [ 12, 6, 6 ], [ 0, 22, 22 ] ], [ [ 12, 10, 26 ] ], [ [ 12, 25, 26 ] ], [ [ 12, 13, 26 ] ], [ [ 13, 0, 0 ] ], [ [ 13, 7, 10 ] ], [ [ 13, 10, 10 ] ], [ [ 13, 15, 20 ] ], [ [ 15, 2, 4 ] ], [ [ 15, 7, 10 ] ], [ [ 16, 1, 2 ] ], [ [ 16, 14, 15 ] ], [ [ 16, 12, 13 ] ], [ [ 17, 8, 14 ] ], [ [ 17, 12, 14 ] ], [ [ 0, 8, 10 ] ], [ [ 2, 15, 22 ] ], [ [ 4, 7, 10 ] ], [ [ 6, 15, 18 ] ], [ [ 13, 4, 5 ] ], [ [ 13, 13, 13 ] ], [ [ 2, 16, 22 ] ], [ [ 16, 4, 6 ] ], [ [ 16, 8, 13 ] ], [ [ 17, 4, 7 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36129
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN Over) (NP (DT the) (JJ past) (JJ few) (NNS months))) (, ,) (NP (NP (NP (NNP PSY) (POS 's)) (JJ funny) (NN video)) (PP (IN for) (`` ``) (NP (NNP Gangnam) (NNP Style)) ('' ''))) (VP (VBZ has) (VP (VBN become) (NP (NP (DT a) (NNP YouTube) (NN sensation)) (, ,) (VP (VBG resulting) (PP (IN in) (NP (NP (QP (RB over) (CD 112,000,000)) (NNS views)) (PP (IN since) (NP (NNP July) (CD 15))))))))) (. .)))" }, "speaker": null, "text": "Over the past few months, PSY's funny video for \"Gangnam Style\" has become a YouTube sensation, resulting in over 112,000,000 views since July 15.", "tokens": [ { "deprel": "case", "end_char": 4, "feats": null, "head": 5, "id": 1, "lemma": "over", "misc": "", "start_char": 0, "text": "Over", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 8, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 2, "lemma": "the", "misc": "", "start_char": 5, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 13, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "past", "misc": "", "start_char": 9, "text": "past", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 17, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "few", "misc": "", "start_char": 14, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 24, "feats": "Number=Plur", "head": 17, "id": 5, "lemma": "month", "misc": "", "start_char": 18, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 26, "feats": null, "head": 17, "id": 6, "lemma": ",", "misc": "", "start_char": 25, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 30, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "PSY", "misc": "", "start_char": 27, "text": "PSY", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 33, "feats": null, "head": 7, "id": 8, "lemma": "'s", "misc": "", "start_char": 31, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 39, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "funny", "misc": "", "start_char": 34, "text": "funny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 45, "feats": "Number=Sing", "head": 17, "id": 10, "lemma": "video", "misc": "", "start_char": 40, "text": "video", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 49, "feats": null, "head": 14, "id": 11, "lemma": "for", "misc": "", "start_char": 46, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 52, "feats": null, "head": 14, "id": 12, "lemma": "``", "misc": "", "start_char": 50, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 60, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "Gangnam", "misc": "", "start_char": 53, "text": "Gangnam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 66, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "Style", "misc": "", "start_char": 61, "text": "Style", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 14, "id": 15, "lemma": "''", "misc": "", "start_char": 67, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "aux", "end_char": 73, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "have", "misc": "", "start_char": 70, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 80, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 17, "lemma": "become", "misc": "", "start_char": 74, "text": "become", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 82, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 81, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 90, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "YouTube", "misc": "", "start_char": 83, "text": "YouTube", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 100, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "sensation", "misc": "", "start_char": 91, "text": "sensation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 102, "feats": null, "head": 20, "id": 21, "lemma": ",", "misc": "", "start_char": 101, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 112, "feats": "VerbForm=Ger", "head": 20, "id": 22, "lemma": "result", "misc": "", "start_char": 103, "text": "resulting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 115, "feats": null, "head": 26, "id": 23, "lemma": "in", "misc": "", "start_char": 113, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 120, "feats": null, "head": 25, "id": 24, "lemma": "over", "misc": "", "start_char": 116, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 132, "feats": "NumForm=Digit|NumType=Card", "head": 26, "id": 25, "lemma": "112000000", "misc": "", "start_char": 121, "text": "112,000,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 138, "feats": "Number=Plur", "head": 22, "id": 26, "lemma": "view", "misc": "", "start_char": 133, "text": "views", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 144, "feats": null, "head": 28, "id": 27, "lemma": "since", "misc": "", "start_char": 139, "text": "since", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 149, "feats": "Number=Sing", "head": 22, "id": 28, "lemma": "July", "misc": "", "start_char": 145, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 152, "feats": "NumForm=Digit|NumType=Card", "head": 28, "id": 29, "lemma": "15", "misc": "", "start_char": 150, "text": "15", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 154, "feats": null, "head": 20, "id": 30, "lemma": ".", "misc": "", "start_char": 153, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (ADVP (RB also)) (VP (VP (VBN been) (VP (VBN Tweeted) (NP (QP (RBR more) (IN than) (CD 780,000)) (NNS times)))) (CC and) (VP (VBD received) (NP (QP (RB over) (CD 260)) (, ,) (NP (NP (CD 000) (NNS likes)) (PP (IN on) (NP (NNP Facebook)))) (, ,) (NP (ADD reportsMashable.com)))))) (. .)))" }, "speaker": null, "text": "It's also been Tweeted more than 780,000 times and received over 260, 000 likes on Facebook, reportsMashable.com.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 157, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 155, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 160, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 158, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 165, "feats": null, "head": 5, "id": 3, "lemma": "also", "misc": "", "start_char": 161, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 170, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 166, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 178, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "tweet", "misc": "", "start_char": 171, "text": "Tweeted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 183, "feats": "Degree=Cmp", "head": 8, "id": 6, "lemma": "more", "misc": "", "start_char": 179, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "fixed", "end_char": 188, "feats": null, "head": 6, "id": 7, "lemma": "than", "misc": "", "start_char": 184, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 196, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 8, "lemma": "780000", "misc": "", "start_char": 189, "text": "780,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 202, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "time", "misc": "", "start_char": 197, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 206, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 203, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 215, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 11, "lemma": "receive", "misc": "", "start_char": 207, "text": "received", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 220, "feats": null, "head": 13, "id": 12, "lemma": "over", "misc": "", "start_char": 216, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 224, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 13, "lemma": "260", "misc": "", "start_char": 221, "text": "260", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 226, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 225, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 230, "feats": "NumForm=Digit|NumType=Card", "head": 16, "id": 15, "lemma": "000", "misc": "", "start_char": 227, "text": "000", "upos": "NUM", "xpos": "CD" }, { "deprel": "appos", "end_char": 236, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "like", "misc": "", "start_char": 231, "text": "likes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 239, "feats": null, "head": 18, "id": 17, "lemma": "on", "misc": "", "start_char": 237, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 248, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "Facebook", "misc": "", "start_char": 240, "text": "Facebook", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 250, "feats": null, "head": 20, "id": 19, "lemma": ",", "misc": "", "start_char": 249, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 270, "feats": null, "head": 16, "id": 20, "lemma": "reportsmashable.com", "misc": "", "start_char": 251, "text": "reportsMashable.com", "upos": "X", "xpos": "ADD" }, { "deprel": "punct", "end_char": 272, "feats": null, "head": 5, "id": 21, "lemma": ".", "misc": "", "start_char": 271, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 274, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 273, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (S (NP (DT the) (NN rapper)) (VP (VBG making) (NP (NP (DT an) (NN appearance)) (PP (IN at) (NP (NP (NNP Thursday) (POS 's)) (NML (NNP MTV) (NNP Video) (NNP Music)) (NNP Awards))))))) (, ,) (ADVP (RB here)) (VP (VBZ 's)) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (VBP need) (S (VP (TO to) (VP (VB know) (PP (IN about) (NP (DT the) (NN break-out) (NN artist))))))))) (. .)))" }, "speaker": null, "text": "With the rapper making an appearance at Thursday's MTV Video Music Awards, here's what you need to know about the break-out artist.", "tokens": [ { "deprel": "mark", "end_char": 279, "feats": null, "head": 4, "id": 1, "lemma": "with", "misc": "", "start_char": 275, "text": "With", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 283, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 280, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 290, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "rapper", "misc": "", "start_char": 284, "text": "rapper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 297, "feats": "VerbForm=Ger", "head": 15, "id": 4, "lemma": "make", "misc": "", "start_char": 291, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 300, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 298, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 311, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "appearance", "misc": "", "start_char": 301, "text": "appearance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 314, "feats": null, "head": 13, "id": 7, "lemma": "at", "misc": "", "start_char": 312, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 323, "feats": "Number=Sing", "head": 13, "id": 8, "lemma": "Thursday", "misc": "", "start_char": 315, "text": "Thursday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 326, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 324, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 330, "feats": "Number=Sing", "head": 13, "id": 10, "lemma": "MTV", "misc": "", "start_char": 327, "text": "MTV", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 336, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "video", "misc": "", "start_char": 331, "text": "Video", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 342, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "Music", "misc": "", "start_char": 337, "text": "Music", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 349, "feats": "Number=Sing", "head": 6, "id": 13, "lemma": "Award", "misc": "", "start_char": 343, "text": "Awards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 351, "feats": null, "head": 15, "id": 14, "lemma": ",", "misc": "", "start_char": 350, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 356, "feats": "PronType=Dem", "head": 0, "id": 15, "lemma": "here", "misc": "", "start_char": 352, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 359, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 16, "lemma": "be", "misc": "", "start_char": 357, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 364, "feats": "PronType=Rel", "head": 15, "id": 17, "lemma": "what", "misc": "", "start_char": 360, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 368, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 19, "id": 18, "lemma": "you", "misc": "", "start_char": 365, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 373, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 17, "id": 19, "lemma": "need", "misc": "", "start_char": 369, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 376, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 374, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 381, "feats": "VerbForm=Inf", "head": 19, "id": 21, "lemma": "know", "misc": "", "start_char": 377, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 387, "feats": null, "head": 25, "id": 22, "lemma": "about", "misc": "", "start_char": 382, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 391, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 23, "lemma": "the", "misc": "", "start_char": 388, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 401, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "break-out", "misc": "", "start_char": 392, "text": "break-out", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 408, "feats": "Number=Sing", "head": 21, "id": 25, "lemma": "artist", "misc": "", "start_char": 402, "text": "artist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 410, "feats": null, "head": 15, "id": 26, "lemma": ".", "misc": "", "start_char": 409, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 412, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 411, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ His) (JJ real) (NN name)) (VP (VBZ is) (NP (NNP Park) (NNP Jae-Sang))) (. .)))" }, "speaker": null, "text": "His real name is Park Jae-Sang.", "tokens": [ { "deprel": "nmod:poss", "end_char": 416, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 1, "lemma": "his", "misc": "", "start_char": 413, "text": "His", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 421, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "real", "misc": "", "start_char": 417, "text": "real", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 426, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "name", "misc": "", "start_char": 422, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 429, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 427, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 434, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "Park", "misc": "", "start_char": 430, "text": "Park", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 443, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Jae-Sang", "misc": "", "start_char": 435, "text": "Jae-Sang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 445, "feats": null, "head": 5, "id": 7, "lemma": ".", "misc": "", "start_char": 444, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ 35-year-old) (JJ Korean) (NN pop) (NN rapper)) (VP (VBZ is) (VP (VBN known) (PP (IN for) (NP (PRP$ his) (JJ comedic) (NN music) (NNS videos) (CC and) (NNS performances))))) (. .)))" }, "speaker": null, "text": "The 35-year-old Korean pop rapper is known for his comedic music videos and performances.", "tokens": [ { "deprel": "det", "end_char": 449, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 1, "lemma": "the", "misc": "", "start_char": 446, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 461, "feats": "Degree=Pos", "head": 5, "id": 2, "lemma": "35-year-old", "misc": "", "start_char": 450, "text": "35-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 468, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "Korean", "misc": "", "start_char": 462, "text": "Korean", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 472, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "pop", "misc": "", "start_char": 469, "text": "pop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 479, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "rapper", "misc": "", "start_char": 473, "text": "rapper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 482, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 480, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 488, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "know", "misc": "", "start_char": 483, "text": "known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 492, "feats": null, "head": 12, "id": 8, "lemma": "for", "misc": "", "start_char": 489, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 496, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 9, "lemma": "his", "misc": "", "start_char": 493, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 504, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "comedic", "misc": "", "start_char": 497, "text": "comedic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 510, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "music", "misc": "", "start_char": 505, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 517, "feats": "Number=Plur", "head": 7, "id": 12, "lemma": "video", "misc": "", "start_char": 511, "text": "videos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 521, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 518, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 534, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "performance", "misc": "", "start_char": 522, "text": "performances", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 536, "feats": null, "head": 7, "id": 15, "lemma": ".", "misc": "", "start_char": 535, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN video)) (PP (IN for) (`` ``) (NP (NNP Gangnam) (NNP Style)) ('' ''))) (VP (VBZ is) (NP (DT no) (NN exception))) (. .)))" }, "speaker": null, "text": "The video for \"Gangnam Style\" is no exception.", "tokens": [ { "deprel": "det", "end_char": 540, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 537, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 546, "feats": "Number=Sing", "head": 10, "id": 2, "lemma": "video", "misc": "", "start_char": 541, "text": "video", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 550, "feats": null, "head": 6, "id": 3, "lemma": "for", "misc": "", "start_char": 547, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 553, "feats": null, "head": 6, "id": 4, "lemma": "``", "misc": "", "start_char": 551, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 561, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Gangnam", "misc": "", "start_char": 554, "text": "Gangnam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 567, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "Style", "misc": "", "start_char": 562, "text": "Style", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 570, "feats": null, "head": 6, "id": 7, "lemma": "''", "misc": "", "start_char": 568, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cop", "end_char": 573, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 571, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 576, "feats": null, "head": 10, "id": 9, "lemma": "no", "misc": "", "start_char": 574, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 586, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "exception", "misc": "", "start_char": 577, "text": "exception", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 588, "feats": null, "head": 10, "id": 11, "lemma": ".", "misc": "", "start_char": 587, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (SBAR (WHADVP (WRB When)) (NP (NP (PRP$ his) (JJ first) (NN albumPSY)) (, --) (PP (IN From) (NP (DT the) (NNP Psycho) (NNP World)))) (. !)))" }, "speaker": null, "text": "When his first albumPSY--From the Psycho World!", "tokens": [ { "deprel": "advmod", "end_char": 593, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "when", "misc": "", "start_char": 589, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 597, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 2, "lemma": "his", "misc": "", "start_char": 594, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 603, "feats": "Degree=Pos|NumType=Ord", "head": 4, "id": 3, "lemma": "first", "misc": "", "start_char": 598, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 612, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "albumpsy", "misc": "", "start_char": 604, "text": "albumPSY", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 615, "feats": null, "head": 4, "id": 5, "lemma": "--", "misc": "", "start_char": 613, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 620, "feats": null, "head": 9, "id": 6, "lemma": "from", "misc": "", "start_char": 616, "text": "From", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 624, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 621, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 631, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Psycho", "misc": "", "start_char": 625, "text": "Psycho", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 637, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "World", "misc": "", "start_char": 632, "text": "World", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 639, "feats": null, "head": 4, "id": 10, "lemma": "!", "misc": "", "start_char": 638, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (S (VP (VBD was) (VP (VBN released) (PP (IN in) (NP (CD 2001)))))) (, ,) (NP (PRP he)) (VP (VBD was) (VP (VBN nicknamed) (S (S (`` ``) (NP (NNP PSY)) ('' ''))) (PP (IN because) (IN of) (NP (PRP$ his) (NML (NML (JJ unusual) (NN dress)) (, ,) (NML (JJ special) (NNS lyrics)) (CC and) (NML (JJ funny) (NN dance) (NNS movies))))))) (. .)))" }, "speaker": null, "text": "was released in 2001, he was nicknamed \"PSY\" because of his unusual dress, special lyrics and funny dance movies.", "tokens": [ { "deprel": "aux:pass", "end_char": 643, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 1, "lemma": "be", "misc": "", "start_char": 640, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 652, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 2, "lemma": "release", "misc": "", "start_char": 644, "text": "released", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 655, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 653, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 660, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 4, "lemma": "2001", "misc": "", "start_char": 656, "text": "2001", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 662, "feats": null, "head": 2, "id": 5, "lemma": ",", "misc": "", "start_char": 661, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 665, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "he", "misc": "", "start_char": 663, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 669, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 666, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "parataxis", "end_char": 679, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 8, "lemma": "nickname", "misc": "", "start_char": 670, "text": "nicknamed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 682, "feats": null, "head": 10, "id": 9, "lemma": "``", "misc": "", "start_char": 680, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "xcomp", "end_char": 686, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "PSY", "misc": "", "start_char": 683, "text": "PSY", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 689, "feats": null, "head": 10, "id": 11, "lemma": "''", "misc": "", "start_char": 687, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "case", "end_char": 697, "feats": null, "head": 16, "id": 12, "lemma": "because", "misc": "", "start_char": 690, "text": "because", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 700, "feats": null, "head": 12, "id": 13, "lemma": "of", "misc": "", "start_char": 698, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 704, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 14, "lemma": "his", "misc": "", "start_char": 701, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 712, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "unusual", "misc": "", "start_char": 705, "text": "unusual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 718, "feats": "Number=Sing", "head": 8, "id": 16, "lemma": "dress", "misc": "", "start_char": 713, "text": "dress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 720, "feats": null, "head": 19, "id": 17, "lemma": ",", "misc": "", "start_char": 719, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 728, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "special", "misc": "", "start_char": 721, "text": "special", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 735, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "lyric", "misc": "", "start_char": 729, "text": "lyrics", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 739, "feats": null, "head": 23, "id": 20, "lemma": "and", "misc": "", "start_char": 736, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 745, "feats": "Degree=Pos", "head": 23, "id": 21, "lemma": "funny", "misc": "", "start_char": 740, "text": "funny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 751, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "dance", "misc": "", "start_char": 746, "text": "dance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 758, "feats": "Number=Plur", "head": 16, "id": 23, "lemma": "movie", "misc": "", "start_char": 752, "text": "movies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 760, "feats": null, "head": 2, "id": 24, "lemma": ".", "misc": "", "start_char": 759, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 762, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 761, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NNP Gangnam)) (VP (VBZ is) (NP (NP (DT a) (JJ wealthy) (NN neighborhood)) (PP (IN in) (NP (NNP Seoul))))) (. .)))" }, "speaker": null, "text": "Gangnam is a wealthy neighborhood in Seoul.", "tokens": [ { "deprel": "nsubj", "end_char": 770, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Gangnam", "misc": "", "start_char": 763, "text": "Gangnam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 773, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 771, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 775, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 774, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 783, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "wealthy", "misc": "", "start_char": 776, "text": "wealthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 796, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "neighborhood", "misc": "", "start_char": 784, "text": "neighborhood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 799, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 797, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 805, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Seoul", "misc": "", "start_char": 800, "text": "Seoul", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 807, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 806, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Gangnam)) (VP (MD may) (ADVP (RB only)) (VP (VB be) (NP (CD 15) (JJ square) (NNS miles))))) (, ,) (CC but) (S (NP (NP (DT the) (NN district)) (PP (IN in) (NP (NP (NNP Seoul)) (, ,) (NP (NNP South) (NNP Korea)) (, ,)))) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT the) (NNS headquarters)) (PP (IN of) (NP (NP (DT some)) (PP (IN of) (NP (NP (DT the) (NN country) (POS 's)) (ADJP (RBS most) (JJ influential)) (NNS companies))) (, ,) (PP (VBG including) (NP (NNP Samsung) (, ,) (NNP Hyundai) (CC and) (NNP LG)))))))))) (. .)))" }, "speaker": null, "text": "Gangnam may only be 15 square miles, but the district in Seoul, South Korea, is home to the headquarters of some of the country's most influential companies, including Samsung, Hyundai and LG.", "tokens": [ { "deprel": "nsubj", "end_char": 815, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Gangnam", "misc": "", "start_char": 808, "text": "Gangnam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 819, "feats": "VerbForm=Fin", "head": 7, "id": 2, "lemma": "may", "misc": "", "start_char": 816, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 824, "feats": null, "head": 7, "id": 3, "lemma": "only", "misc": "", "start_char": 820, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 827, "feats": "VerbForm=Inf", "head": 7, "id": 4, "lemma": "be", "misc": "", "start_char": 825, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "nummod", "end_char": 830, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 5, "lemma": "15", "misc": "", "start_char": 828, "text": "15", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 837, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "square", "misc": "", "start_char": 831, "text": "square", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 843, "feats": "Number=Plur", "head": 0, "id": 7, "lemma": "mile", "misc": "", "start_char": 838, "text": "miles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 845, "feats": null, "head": 19, "id": 8, "lemma": ",", "misc": "", "start_char": 844, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 849, "feats": null, "head": 19, "id": 9, "lemma": "but", "misc": "", "start_char": 846, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 853, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 850, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 862, "feats": "Number=Sing", "head": 19, "id": 11, "lemma": "district", "misc": "", "start_char": 854, "text": "district", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 865, "feats": null, "head": 13, "id": 12, "lemma": "in", "misc": "", "start_char": 863, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 871, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "Seoul", "misc": "", "start_char": 866, "text": "Seoul", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 873, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 872, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 879, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "South", "misc": "", "start_char": 874, "text": "South", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 885, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "Korea", "misc": "", "start_char": 880, "text": "Korea", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 887, "feats": null, "head": 11, "id": 17, "lemma": ",", "misc": "", "start_char": 886, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 890, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 888, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 895, "feats": "Number=Sing", "head": 7, "id": 19, "lemma": "home", "misc": "", "start_char": 891, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 898, "feats": null, "head": 22, "id": 20, "lemma": "to", "misc": "", "start_char": 896, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 902, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 899, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 915, "feats": "Number=Plur", "head": 19, "id": 22, "lemma": "headquarters", "misc": "", "start_char": 903, "text": "headquarters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 918, "feats": null, "head": 24, "id": 23, "lemma": "of", "misc": "", "start_char": 916, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 923, "feats": null, "head": 22, "id": 24, "lemma": "some", "misc": "", "start_char": 919, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 926, "feats": null, "head": 31, "id": 25, "lemma": "of", "misc": "", "start_char": 924, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 930, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 26, "lemma": "the", "misc": "", "start_char": 927, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 938, "feats": "Number=Sing", "head": 31, "id": 27, "lemma": "country", "misc": "", "start_char": 931, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 941, "feats": null, "head": 27, "id": 28, "lemma": "'s", "misc": "", "start_char": 939, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "advmod", "end_char": 946, "feats": "Degree=Sup", "head": 30, "id": 29, "lemma": "most", "misc": "", "start_char": 942, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 958, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "influential", "misc": "", "start_char": 947, "text": "influential", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 968, "feats": "Number=Plur", "head": 24, "id": 31, "lemma": "company", "misc": "", "start_char": 959, "text": "companies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 970, "feats": null, "head": 31, "id": 32, "lemma": ",", "misc": "", "start_char": 969, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 980, "feats": "VerbForm=Ger", "head": 34, "id": 33, "lemma": "include", "misc": "", "start_char": 971, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod", "end_char": 988, "feats": "Number=Sing", "head": 31, "id": 34, "lemma": "Samsung", "misc": "", "start_char": 981, "text": "Samsung", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 990, "feats": null, "head": 36, "id": 35, "lemma": ",", "misc": "", "start_char": 989, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 998, "feats": "Number=Sing", "head": 34, "id": 36, "lemma": "Hyundai", "misc": "", "start_char": 991, "text": "Hyundai", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1002, "feats": null, "head": 38, "id": 37, "lemma": "and", "misc": "", "start_char": 999, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1005, "feats": "Number=Sing", "head": 34, "id": 38, "lemma": "LG", "misc": "", "start_char": 1003, "text": "LG", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1007, "feats": null, "head": 7, "id": 39, "lemma": ".", "misc": "", "start_char": 1006, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN region)) (ADVP (RB also)) (VP (VBZ makes) (PRT (RP up)) (NP (NP (CD 7) (NN %)) (PP (IN of) (NP (NP (NNP South) (NNP Korea) (POS 's)) (NN GDP))))) (. .)))" }, "speaker": null, "text": "The region also makes up 7% of South Korea's GDP.", "tokens": [ { "deprel": "det", "end_char": 1011, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1008, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1018, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "region", "misc": "", "start_char": 1012, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1023, "feats": null, "head": 4, "id": 3, "lemma": "also", "misc": "", "start_char": 1019, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1029, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "make", "misc": "", "start_char": 1024, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 1032, "feats": null, "head": 4, "id": 5, "lemma": "up", "misc": "", "start_char": 1030, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "nummod", "end_char": 1034, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 6, "lemma": "7", "misc": "", "start_char": 1033, "text": "7", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1036, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "%", "misc": "", "start_char": 1035, "text": "%", "upos": "SYM", "xpos": "NN" }, { "deprel": "case", "end_char": 1039, "feats": null, "head": 12, "id": 8, "lemma": "of", "misc": "", "start_char": 1037, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1045, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "South", "misc": "", "start_char": 1040, "text": "South", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod:poss", "end_char": 1051, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "Korea", "misc": "", "start_char": 1046, "text": "Korea", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1054, "feats": null, "head": 10, "id": 11, "lemma": "'s", "misc": "", "start_char": 1052, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 1058, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "gdp", "misc": "", "start_char": 1055, "text": "GDP", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1060, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 1059, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD 41) (NN %)) (PP (IN of) (NP (NP (NNS students)) (PP (IN at) (NP (NP (NNP Seoul) (NNP University)) (, ,) (NP (DT a) (ADJP (RB very) (JJ famous)) (NN college)) (, ,)))))) (VP (VBP come) (PP (IN from) (NP (NNP Gangnam)))) (. .)))" }, "speaker": null, "text": "41% of students at Seoul University, a very famous college, come from Gangnam.", "tokens": [ { "deprel": "nummod", "end_char": 1063, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 1, "lemma": "41", "misc": "", "start_char": 1061, "text": "41", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1065, "feats": "Number=Sing", "head": 14, "id": 2, "lemma": "%", "misc": "", "start_char": 1064, "text": "%", "upos": "SYM", "xpos": "NN" }, { "deprel": "case", "end_char": 1068, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1066, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1077, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "student", "misc": "", "start_char": 1069, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1080, "feats": null, "head": 7, "id": 5, "lemma": "at", "misc": "", "start_char": 1078, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1086, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Seoul", "misc": "", "start_char": 1081, "text": "Seoul", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1097, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "University", "misc": "", "start_char": 1087, "text": "University", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1099, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 1098, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1101, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 9, "lemma": "a", "misc": "", "start_char": 1100, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1106, "feats": null, "head": 11, "id": 10, "lemma": "very", "misc": "", "start_char": 1102, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1113, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "famous", "misc": "", "start_char": 1107, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 1121, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "college", "misc": "", "start_char": 1114, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1123, "feats": null, "head": 2, "id": 13, "lemma": ",", "misc": "", "start_char": 1122, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1128, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 14, "lemma": "come", "misc": "", "start_char": 1124, "text": "come", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1133, "feats": null, "head": 16, "id": 15, "lemma": "from", "misc": "", "start_char": 1129, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1141, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "Gangnam", "misc": "", "start_char": 1134, "text": "Gangnam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1143, "feats": null, "head": 14, "id": 17, "lemma": ".", "misc": "", "start_char": 1142, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS lyrics)) (PP (IN of) (NP (NP (NNP PSY) (POS 's)) (NN song)))) (VP (VBP describe) (NP (NP (DT the) (NN personality)) (PP (IN of) (NP (NP (DT a) (NN girl)) (CC and) (NP (DT a) (NN guy)))))) (. .)))" }, "speaker": null, "text": "The lyrics of PSY's song describe the personality of a girl and a guy.", "tokens": [ { "deprel": "det", "end_char": 1147, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1144, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1154, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "lyric", "misc": "", "start_char": 1148, "text": "lyrics", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1157, "feats": null, "head": 6, "id": 3, "lemma": "of", "misc": "", "start_char": 1155, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1161, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "PSY", "misc": "", "start_char": 1158, "text": "PSY", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1164, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 1162, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 1169, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "song", "misc": "", "start_char": 1165, "text": "song", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1178, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "describe", "misc": "", "start_char": 1170, "text": "describe", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1182, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1179, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1194, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "personality", "misc": "", "start_char": 1183, "text": "personality", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1197, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 1195, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1199, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 1198, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1204, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "girl", "misc": "", "start_char": 1200, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1208, "feats": null, "head": 15, "id": 13, "lemma": "and", "misc": "", "start_char": 1205, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1210, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 1209, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1214, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "guy", "misc": "", "start_char": 1211, "text": "guy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1216, "feats": null, "head": 7, "id": 16, "lemma": ".", "misc": "", "start_char": 1215, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1218, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1217, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VBD studied) (PP (IN in) (NP (DT the) (NNP U.S.))) (S (VP (VBN Born) (PP (IN in) (NP (NNP South) (NNP Korea))) (PP (IN on) (NP (NNP December) (CD 31) (, ,) (CD 1977))))))) (, ,) (NP (NNP PSY)) (VP (VBD attended) (NP (NP (NML (NNP Banpo) (NNP Elementary)) (NNP School)) (, ,) (NP (NNP Banpo) (NNP Middle) (NNP School)) (CC and) (NP (NNP Eva) (NNP High) (NNP Sch) (NNP ool)))) (. .)))" }, "speaker": null, "text": "He studied in the U.S. Born in South Korea on December 31, 1977, PSY attended Banpo Elementary School, Banpo Middle School and Eva High Sch ool.", "tokens": [ { "deprel": "nsubj", "end_char": 1221, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1219, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1229, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "study", "misc": "", "start_char": 1222, "text": "studied", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1232, "feats": null, "head": 5, "id": 3, "lemma": "in", "misc": "", "start_char": 1230, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1236, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1233, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1241, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "U.S.", "misc": "", "start_char": 1237, "text": "U.S.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 1246, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 6, "lemma": "bear", "misc": "", "start_char": 1242, "text": "Born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1249, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 1247, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1255, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "South", "misc": "", "start_char": 1250, "text": "South", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1261, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "Korea", "misc": "", "start_char": 1256, "text": "Korea", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1264, "feats": null, "head": 12, "id": 10, "lemma": "on", "misc": "", "start_char": 1262, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1273, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "December", "misc": "", "start_char": 1265, "text": "December", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1276, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 12, "lemma": "31", "misc": "", "start_char": 1274, "text": "31", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1278, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 1277, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:tmod", "end_char": 1283, "feats": "NumForm=Digit|NumType=Card", "head": 12, "id": 14, "lemma": "1977", "misc": "", "start_char": 1279, "text": "1977", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1285, "feats": null, "head": 2, "id": 15, "lemma": ",", "misc": "", "start_char": 1284, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1289, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "PSY", "misc": "", "start_char": 1286, "text": "PSY", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "parataxis", "end_char": 1298, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 17, "lemma": "attend", "misc": "", "start_char": 1290, "text": "attended", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound", "end_char": 1304, "feats": "Number=Sing", "head": 20, "id": 18, "lemma": "Banpo", "misc": "", "start_char": 1299, "text": "Banpo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 1315, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "Elementary", "misc": "", "start_char": 1305, "text": "Elementary", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1322, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "School", "misc": "", "start_char": 1316, "text": "School", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1324, "feats": null, "head": 24, "id": 21, "lemma": ",", "misc": "", "start_char": 1323, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1330, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "Banpo", "misc": "", "start_char": 1325, "text": "Banpo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 1337, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "Middle", "misc": "", "start_char": 1331, "text": "Middle", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1344, "feats": "Number=Sing", "head": 20, "id": 24, "lemma": "School", "misc": "", "start_char": 1338, "text": "School", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1348, "feats": null, "head": 29, "id": 25, "lemma": "and", "misc": "", "start_char": 1345, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1352, "feats": "Number=Sing", "head": 29, "id": 26, "lemma": "Eva", "misc": "", "start_char": 1349, "text": "Eva", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 1357, "feats": "Degree=Pos", "head": 28, "id": 27, "lemma": "high", "misc": "", "start_char": 1353, "text": "High", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1361, "feats": "Number=Sing", "head": 29, "id": 28, "lemma": "Sch", "misc": "", "start_char": 1358, "text": "Sch", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1365, "feats": "Number=Sing", "head": 20, "id": 29, "lemma": "lol", "misc": "", "start_char": 1362, "text": "ool", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1367, "feats": null, "head": 2, "id": 30, "lemma": ".", "misc": "", "start_char": 1366, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (CC But) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBD came) (NP (NN time)) (S (VP (TO to) (VP (VB achieve) (NP (DT a) (NN college) (NN degree)))))))) (, ,) (NP (DT the) (NN rapper)) (VP (VBD attended) (NP (CC both) (NP (NNP Boston) (NNP University)) (CC and) (NP (NP (NNP Berklee) (NNP College)) (PP (IN of) (NP (NNP Music))))) (PP (IN in) (NP (DT the) (NNP U.S)))) (. .)))" }, "speaker": null, "text": "But when it came time to achieve a college degree, the rapper attended both Boston University and Berklee College of Music in the U.S.", "tokens": [ { "deprel": "cc", "end_char": 1371, "feats": null, "head": 14, "id": 1, "lemma": "but", "misc": "", "start_char": 1368, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1376, "feats": "PronType=Int", "head": 4, "id": 2, "lemma": "when", "misc": "", "start_char": 1372, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "expl", "end_char": 1379, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "it", "misc": "", "start_char": 1377, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1384, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 4, "lemma": "come", "misc": "", "start_char": 1380, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1389, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "time", "misc": "", "start_char": 1385, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1392, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1390, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1400, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "achieve", "misc": "", "start_char": 1393, "text": "achieve", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1402, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 1401, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1410, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "college", "misc": "", "start_char": 1403, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1417, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "degree", "misc": "", "start_char": 1411, "text": "degree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1419, "feats": null, "head": 4, "id": 11, "lemma": ",", "misc": "", "start_char": 1418, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1423, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1420, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1430, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "rapper", "misc": "", "start_char": 1424, "text": "rapper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1439, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 14, "lemma": "attend", "misc": "", "start_char": 1431, "text": "attended", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc:preconj", "end_char": 1444, "feats": null, "head": 17, "id": 15, "lemma": "both", "misc": "", "start_char": 1440, "text": "both", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1451, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "Boston", "misc": "", "start_char": 1445, "text": "Boston", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1462, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "University", "misc": "", "start_char": 1452, "text": "University", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1466, "feats": null, "head": 20, "id": 18, "lemma": "and", "misc": "", "start_char": 1463, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1474, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "Berklee", "misc": "", "start_char": 1467, "text": "Berklee", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1482, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "College", "misc": "", "start_char": 1475, "text": "College", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1485, "feats": null, "head": 22, "id": 21, "lemma": "of", "misc": "", "start_char": 1483, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1491, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "Music", "misc": "", "start_char": 1486, "text": "Music", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1494, "feats": null, "head": 25, "id": 23, "lemma": "in", "misc": "", "start_char": 1492, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1498, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 1495, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1502, "feats": "Number=Sing", "head": 14, "id": 25, "lemma": "U.S", "misc": "", "start_char": 1499, "text": "U.S", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1504, "feats": null, "head": 14, "id": 26, "lemma": ".", "misc": "", "start_char": 1503, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1506, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1505, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NNP Gangnam) (NNP Style)) ('' '') (VP (VBZ is) (VP (VBG giving) (NP (NNP K-pop) (JJ international) (NN fame)))) (. .)))" }, "speaker": null, "text": "\"Gangnam Style\" is giving K-pop international fame.", "tokens": [ { "deprel": "punct", "end_char": 1509, "feats": null, "head": 6, "id": 1, "lemma": "``", "misc": "", "start_char": 1507, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 1517, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Gangnam", "misc": "", "start_char": 1510, "text": "Gangnam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1523, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "Style", "misc": "", "start_char": 1518, "text": "Style", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1526, "feats": null, "head": 3, "id": 4, "lemma": "''", "misc": "", "start_char": 1524, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "aux", "end_char": 1529, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1527, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1536, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 6, "lemma": "give", "misc": "", "start_char": 1530, "text": "giving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "iobj", "end_char": 1542, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "K-pop", "misc": "", "start_char": 1537, "text": "K-pop", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 1556, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "international", "misc": "", "start_char": 1543, "text": "international", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1561, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "fame", "misc": "", "start_char": 1557, "text": "fame", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1563, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 1562, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NNP Gangnam) (NNP Style)) ('' '') (VP (VBZ is) (ADVP (RB currently)) (NP (NP (CD No.1)) (PP (IN on) (NP (DT the) (NML (NML (NNP iTunes) (NN music)) (NN video)) (NN chart))))) (. .)))" }, "speaker": null, "text": "\"Gangnam Style\" is currently No.1 on the iTunes music video chart.", "tokens": [ { "deprel": "punct", "end_char": 1566, "feats": null, "head": 7, "id": 1, "lemma": "``", "misc": "", "start_char": 1564, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 1574, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Gangnam", "misc": "", "start_char": 1567, "text": "Gangnam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1580, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "Style", "misc": "", "start_char": 1575, "text": "Style", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1583, "feats": null, "head": 3, "id": 4, "lemma": "''", "misc": "", "start_char": 1581, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cop", "end_char": 1586, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 1584, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1596, "feats": null, "head": 7, "id": 6, "lemma": "currently", "misc": "", "start_char": 1587, "text": "currently", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1601, "feats": "NumForm=Digit|NumType=Card", "head": 0, "id": 7, "lemma": "No.1", "misc": "", "start_char": 1597, "text": "No.1", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1604, "feats": null, "head": 13, "id": 8, "lemma": "on", "misc": "", "start_char": 1602, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1608, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 9, "lemma": "the", "misc": "", "start_char": 1605, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1615, "feats": "Number=Sing", "head": 13, "id": 10, "lemma": "iTunes", "misc": "", "start_char": 1609, "text": "iTunes", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1621, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "music", "misc": "", "start_char": 1616, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1627, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "video", "misc": "", "start_char": 1622, "text": "video", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1633, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "chart", "misc": "", "start_char": 1628, "text": "chart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1635, "feats": null, "head": 7, "id": 14, "lemma": ".", "misc": "", "start_char": 1634, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN video)) (VP (VBZ has) (VP (VBN surpassed) (NP (NP (NP (NNP Taylor) (NNP Swift) (POS 's)) (`` ``) (NML (S (NML (PRP We)) (VP (VBP Are) (WHADVP (RB Never)) (ADVP (RB Ever)) (VP (VBG Getting) (ADVP (RB Back) (RB Together)))))) ('' '')) (: ;) (NP (NP (NNP Justin) (NNP Bieber) (POS 's)) (`` ``) (NML (PP (IN As) (ADJP (JJ Long))) (SBAR (IN As) (S (NP (PRP You)) (VP (VBP Love) (NP (PRP Me)))))) ('' '')) (: ;) (CC and) (NP (NP (NNP Katy) (NNP Perry) (POS 's)) (`` ``) (NML (NNP Wide) (NNP Awake)) ('' ''))))) (. .)))" }, "speaker": null, "text": "The video has surpassed Taylor Swift's \"We Are Never Ever Getting Back Together\"; Justin Bieber's \"As Long As You Love Me\"; and Katy Perry's \"Wide Awake\".", "tokens": [ { "deprel": "det", "end_char": 1639, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1636, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1645, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "video", "misc": "", "start_char": 1640, "text": "video", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1649, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 1646, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1659, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "surpass", "misc": "", "start_char": 1650, "text": "surpassed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nsubj", "end_char": 1666, "feats": "Number=Sing", "head": 13, "id": 5, "lemma": "Taylor", "misc": "", "start_char": 1660, "text": "Taylor", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1672, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Swift", "misc": "", "start_char": 1667, "text": "Swift", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1675, "feats": null, "head": 5, "id": 7, "lemma": "'s", "misc": "", "start_char": 1673, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "punct", "end_char": 1678, "feats": null, "head": 13, "id": 8, "lemma": "``", "misc": "", "start_char": 1676, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1681, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 9, "lemma": "we", "misc": "", "start_char": 1679, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1685, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 13, "id": 10, "lemma": "be", "misc": "", "start_char": 1682, "text": "Are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1691, "feats": null, "head": 13, "id": 11, "lemma": "never", "misc": "", "start_char": 1686, "text": "Never", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1696, "feats": null, "head": 13, "id": 12, "lemma": "ever", "misc": "", "start_char": 1692, "text": "Ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1704, "feats": "Tense=Pres|VerbForm=Part", "head": 4, "id": 13, "lemma": "get", "misc": "", "start_char": 1697, "text": "Getting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 1709, "feats": null, "head": 15, "id": 14, "lemma": "back", "misc": "", "start_char": 1705, "text": "Back", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1718, "feats": null, "head": 13, "id": 15, "lemma": "together", "misc": "", "start_char": 1710, "text": "Together", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1721, "feats": null, "head": 13, "id": 16, "lemma": "''", "misc": "", "start_char": 1719, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1723, "feats": null, "head": 23, "id": 17, "lemma": ";", "misc": "", "start_char": 1722, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nmod:poss", "end_char": 1730, "feats": "Number=Sing", "head": 23, "id": 18, "lemma": "Justin", "misc": "", "start_char": 1724, "text": "Justin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1737, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "Bieber", "misc": "", "start_char": 1731, "text": "Bieber", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1740, "feats": null, "head": 18, "id": 20, "lemma": "'s", "misc": "", "start_char": 1738, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "punct", "end_char": 1743, "feats": null, "head": 23, "id": 21, "lemma": "``", "misc": "", "start_char": 1741, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "case", "end_char": 1746, "feats": null, "head": 23, "id": 22, "lemma": "as", "misc": "", "start_char": 1744, "text": "As", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1751, "feats": "Degree=Pos", "head": 13, "id": 23, "lemma": "long", "misc": "", "start_char": 1747, "text": "Long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1754, "feats": null, "head": 26, "id": 24, "lemma": "as", "misc": "", "start_char": 1752, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1758, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 26, "id": 25, "lemma": "you", "misc": "", "start_char": 1755, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1763, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 23, "id": 26, "lemma": "love", "misc": "", "start_char": 1759, "text": "Love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1766, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 26, "id": 27, "lemma": "I", "misc": "", "start_char": 1764, "text": "Me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1769, "feats": null, "head": 13, "id": 28, "lemma": "''", "misc": "", "start_char": 1767, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1771, "feats": null, "head": 36, "id": 29, "lemma": ";", "misc": "", "start_char": 1770, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "cc", "end_char": 1775, "feats": null, "head": 36, "id": 30, "lemma": "and", "misc": "", "start_char": 1772, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1780, "feats": "Number=Sing", "head": 36, "id": 31, "lemma": "Katy", "misc": "", "start_char": 1776, "text": "Katy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1786, "feats": "Number=Sing", "head": 31, "id": 32, "lemma": "Perry", "misc": "", "start_char": 1781, "text": "Perry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1789, "feats": null, "head": 31, "id": 33, "lemma": "'s", "misc": "", "start_char": 1787, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "punct", "end_char": 1792, "feats": null, "head": 36, "id": 34, "lemma": "``", "misc": "", "start_char": 1790, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 1797, "feats": "Degree=Pos", "head": 36, "id": 35, "lemma": "Wide", "misc": "", "start_char": 1793, "text": "Wide", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1803, "feats": "Number=Sing", "head": 13, "id": 36, "lemma": "Awake", "misc": "", "start_char": 1798, "text": "Awake", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1806, "feats": null, "head": 36, "id": 37, "lemma": "''", "misc": "", "start_char": 1804, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1808, "feats": null, "head": 4, "id": 38, "lemma": ".", "misc": "", "start_char": 1807, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (NP (NP (DT the) (JJ first) (NN time)) (SBAR (S (NP (DT a) (JJ Korean) (NN artist)) (VP (VBZ has) (VP (VBN ranked) (S (ADJP (RB this) (JJ high) (PP (IN on) (NP (NNP iTunes))))))))))) (. .)))" }, "speaker": null, "text": "This is the first time a Korean artist has ranked this high on iTunes.", "tokens": [ { "deprel": "nsubj", "end_char": 1813, "feats": "Number=Sing|PronType=Dem", "head": 5, "id": 1, "lemma": "this", "misc": "", "start_char": 1809, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1816, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1814, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1820, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1817, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1826, "feats": "Degree=Pos|NumType=Ord", "head": 5, "id": 4, "lemma": "first", "misc": "", "start_char": 1821, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1831, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "time", "misc": "", "start_char": 1827, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 1833, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 1832, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1840, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "Korean", "misc": "", "start_char": 1834, "text": "Korean", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1847, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "artist", "misc": "", "start_char": 1841, "text": "artist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1851, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "have", "misc": "", "start_char": 1848, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1858, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 10, "lemma": "rank", "misc": "", "start_char": 1852, "text": "ranked", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1863, "feats": null, "head": 12, "id": 11, "lemma": "this", "misc": "", "start_char": 1859, "text": "this", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1868, "feats": "Degree=Pos", "head": 10, "id": 12, "lemma": "high", "misc": "", "start_char": 1864, "text": "high", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1871, "feats": null, "head": 14, "id": 13, "lemma": "on", "misc": "", "start_char": 1869, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1878, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "iTunes", "misc": "", "start_char": 1872, "text": "iTunes", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1880, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 1879, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Over the past few months, PSY's funny video for "Gangnam Style" has become a YouTube sensation, resulting in over 112,000,000 views since July 15. It's also been Tweeted more than 780,000 times and received over 260, 000 likes on Facebook, reportsMashable.com. With the rapper making an appearance at Thursday's MTV Video Music Awards, here's what you need to know about the break-out artist. His real name is Park Jae-Sang. The 35-year-old Korean pop rapper is known for his comedic music videos and performances. The video for "Gangnam Style" is no exception. When his first albumPSY--From the Psycho World! was released in 2001, he was nicknamed "PSY" because of his unusual dress, special lyrics and funny dance movies. Gangnam is a wealthy neighborhood in Seoul. Gangnam may only be 15 square miles, but the district in Seoul, South Korea, is home to the headquarters of some of the country's most influential companies, including Samsung, Hyundai and LG. The region also makes up 7% of South Korea's GDP. 41% of students at Seoul University, a very famous college, come from Gangnam. The lyrics of PSY's song describe the personality of a girl and a guy. He studied in the U.S. Born in South Korea on December 31, 1977, PSY attended Banpo Elementary School, Banpo Middle School and Eva High Sch ool. But when it came time to achieve a college degree, the rapper attended both Boston University and Berklee College of Music in the U.S. "Gangnam Style" is giving K-pop international fame. "Gangnam Style" is currently No.1 on the iTunes music video chart. The video has surpassed Taylor Swift's "We Are Never Ever Getting Back Together"; Justin Bieber's "As Long As You Love Me"; and Katy Perry's "Wide Awake". This is the first time a Korean artist has ranked this high on iTunes.
[ [ [ 0, 1, 4 ] ], [ [ 0, 17, 19 ] ], [ [ 0, 23, 25 ] ], [ [ 0, 27, 28 ] ], [ [ 1, 5, 8 ] ], [ [ 1, 11, 15 ] ], [ [ 1, 17, 17 ] ], [ [ 1, 19, 19 ] ], [ [ 3, 4, 5 ] ], [ [ 3, 7, 8 ] ], [ [ 3, 7, 12 ] ], [ [ 3, 17, 17 ] ], [ [ 3, 22, 24 ] ], [ [ 6, 8, 13 ] ], [ [ 8, 1, 3 ], [ 8, 5, 9 ], [ 8, 1, 9 ] ], [ [ 9, 3, 3 ] ], [ [ 9, 13, 22 ] ], [ [ 11, 6, 6 ], [ 12, 12, 12 ], [ 12, 12, 15 ] ], [ [ 12, 4, 6 ] ], [ [ 12, 9, 15 ] ], [ [ 12, 33, 33 ] ], [ [ 12, 35, 35 ] ], [ [ 12, 37, 37 ] ], [ [ 12, 33, 37 ] ], [ [ 13, 0, 1 ], [ 11, 0, 0 ], [ 12, 0, 0 ], [ 11, 2, 6 ], [ 14, 15, 15 ] ], [ [ 13, 5, 11 ] ], [ [ 13, 8, 11 ] ], [ [ 14, 5, 6 ], [ 14, 5, 11 ] ], [ [ 14, 8, 11 ] ], [ [ 14, 0, 11 ] ], [ [ 15, 0, 5 ] ], [ [ 15, 3, 5 ] ], [ [ 15, 7, 14 ] ], [ [ 15, 10, 14 ] ], [ [ 15, 10, 11 ] ], [ [ 15, 13, 14 ] ], [ [ 17, 3, 4 ], [ 18, 23, 24 ] ], [ [ 17, 7, 8 ], [ 12, 14, 15 ], [ 12, 25, 27 ], [ 13, 8, 10 ] ], [ [ 17, 10, 13 ] ], [ [ 17, 17, 19 ] ], [ [ 17, 21, 23 ] ], [ [ 17, 25, 28 ] ], [ [ 17, 17, 28 ] ], [ [ 18, 2, 2 ] ], [ [ 18, 7, 9 ] ], [ [ 18, 11, 12 ], [ 3, 1, 2 ], [ 5, 0, 0 ], [ 6, 8, 8 ], [ 6, 0, 4 ], [ 8, 1, 1 ], [ 9, 13, 13 ], [ 9, 5, 5 ], [ 9, 8, 10 ], [ 0, 6, 7 ], [ 15, 3, 4 ], [ 17, 15, 15 ], [ 17, 0, 0 ] ], [ [ 18, 15, 16 ] ], [ [ 18, 18, 21 ] ], [ [ 21, 8, 12 ], [ 23, 13, 13 ] ], [ [ 22, 4, 6 ] ], [ [ 22, 4, 15 ] ], [ [ 22, 17, 19 ] ], [ [ 22, 17, 27 ] ], [ [ 22, 30, 32 ] ], [ [ 22, 30, 36 ] ], [ [ 23, 0, 0 ], [ 23, 10, 10 ], [ 23, 2, 13 ] ], [ [ 23, 5, 7 ] ], [ [ 7, 8, 9 ] ], [ [ 1, 0, 0 ] ], [ [ 3, 16, 24 ] ], [ [ 12, 18, 37 ] ], [ [ 12, 20, 37 ] ], [ [ 12, 23, 37 ] ], [ [ 12, 25, 37 ] ], [ [ 18, 8, 8 ] ], [ [ 18, 4, 9 ] ], [ [ 18, 14, 24 ] ], [ [ 18, 15, 21 ] ], [ [ 20, 6, 6 ] ], [ [ 20, 7, 8 ] ], [ [ 22, 4, 36 ] ], [ [ 5, 0, 2 ], [ 5, 4, 5 ] ], [ [ 0, 6, 14 ], [ 22, 0, 1 ], [ 7, 3, 6 ], [ 0, 11, 14 ], [ 20, 0, 3 ], [ 21, 0, 3 ], [ 7, 0, 6 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36130
[ { "id": 1, "misc": { "parse_tree": "(ROOT (NP (NP (NN Dispossession)) (PP (IN by) (NP (NNP Chaz) (NNP Brenchley)))))" }, "speaker": null, "text": "Dispossession by Chaz Brenchley", "tokens": [ { "deprel": "root", "end_char": 13, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "dispossession", "misc": "", "start_char": 0, "text": "Dispossession", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 16, "feats": null, "head": 3, "id": 2, "lemma": "by", "misc": "", "start_char": 14, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 21, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Chaz", "misc": "", "start_char": 17, "text": "Chaz", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 31, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Brenchley", "misc": "", "start_char": 22, "text": "Brenchley", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 33, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 32, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NP ($ $) (CD 4) (. .)))" }, "speaker": null, "text": "$4.", "tokens": [ { "deprel": "root", "end_char": 35, "feats": null, "head": 0, "id": 1, "lemma": "$", "misc": "", "start_char": 34, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 37, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 2, "lemma": "4", "misc": "", "start_char": 36, "text": "4", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 39, "feats": null, "head": 1, "id": 3, "lemma": ".", "misc": "", "start_char": 38, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NP (NP (CD 99)) (NP (-LRB- -LRB-) (NNP Novel) (-RRB- -RRB-) (NNP ISBN) (CD 978) (CD -1) (CD -61138) (CD -206-8) (. .))))" }, "speaker": null, "text": "99 (Novel) ISBN 978 -1 -61138 -206-8.", "tokens": [ { "deprel": "root", "end_char": 42, "feats": "NumForm=Digit|NumType=Card", "head": 0, "id": 1, "lemma": "99", "misc": "", "start_char": 40, "text": "99", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 44, "feats": null, "head": 3, "id": 2, "lemma": "(", "misc": "", "start_char": 43, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 50, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Novel", "misc": "", "start_char": 45, "text": "Novel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 52, "feats": null, "head": 3, "id": 4, "lemma": ")", "misc": "", "start_char": 51, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "appos", "end_char": 57, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "ISBN", "misc": "", "start_char": 53, "text": "ISBN", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 61, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 6, "lemma": "978", "misc": "", "start_char": 58, "text": "978", "upos": "NUM", "xpos": "CD" }, { "deprel": "list", "end_char": 64, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 7, "lemma": "-1", "misc": "", "start_char": 62, "text": "-1", "upos": "NUM", "xpos": "CD" }, { "deprel": "flat", "end_char": 71, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 8, "lemma": "-61138", "misc": "", "start_char": 65, "text": "-61138", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 78, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 9, "lemma": "-206-8", "misc": "", "start_char": 72, "text": "-206-8", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 80, "feats": null, "head": 1, "id": 10, "lemma": ".", "misc": "", "start_char": 79, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 82, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 81, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP What)) (SQ (MD would) (NP (PRP you)) (VP (VB do) (SBAR (IN if) (S (S (NP (PRP you)) (VP (VBD woke) (PRT (RP up)) (PP (IN in) (NP (NN hospital))))) (CC and) (S (NP (PRP$ your) (JJ last) (NN memory)) (VP (VBD was) (VP (VBN dated) (NP (NNP January))))))))) (, ,) (CC but) (S (NP (DT the) (NN calendar)) (VP (VBD said) (NP (NNP April)))) (. ?)))" }, "speaker": null, "text": "What would you do if you woke up in hospital and your last memory was dated January, but the calendar said April?", "tokens": [ { "deprel": "obj", "end_char": 87, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "what", "misc": "", "start_char": 83, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 93, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "would", "misc": "", "start_char": 88, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 97, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 3, "lemma": "you", "misc": "", "start_char": 94, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 100, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "do", "misc": "", "start_char": 98, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 103, "feats": null, "head": 7, "id": 5, "lemma": "if", "misc": "", "start_char": 101, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 107, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 7, "id": 6, "lemma": "you", "misc": "", "start_char": 104, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 112, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 4, "id": 7, "lemma": "wake", "misc": "", "start_char": 108, "text": "woke", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 115, "feats": null, "head": 7, "id": 8, "lemma": "up", "misc": "", "start_char": 113, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 118, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 116, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 127, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "hospital", "misc": "", "start_char": 119, "text": "hospital", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 131, "feats": null, "head": 16, "id": 11, "lemma": "and", "misc": "", "start_char": 128, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 136, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 14, "id": 12, "lemma": "your", "misc": "", "start_char": 132, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 141, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "last", "misc": "", "start_char": 137, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 148, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "memory", "misc": "", "start_char": 142, "text": "memory", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 152, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 15, "lemma": "be", "misc": "", "start_char": 149, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 158, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 16, "lemma": "date", "misc": "", "start_char": 153, "text": "dated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl:tmod", "end_char": 166, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "January", "misc": "", "start_char": 159, "text": "January", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 168, "feats": null, "head": 22, "id": 18, "lemma": ",", "misc": "", "start_char": 167, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 172, "feats": null, "head": 22, "id": 19, "lemma": "but", "misc": "", "start_char": 169, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 176, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 173, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 185, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "calendar", "misc": "", "start_char": 177, "text": "calendar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 190, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 22, "lemma": "say", "misc": "", "start_char": 186, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 196, "feats": "Number=Sing", "head": 22, "id": 23, "lemma": "April", "misc": "", "start_char": 191, "text": "April", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 198, "feats": null, "head": 4, "id": 24, "lemma": "?", "misc": "", "start_char": 197, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 200, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 199, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (S (NP (PRP they)) (VP (VBD said) (SBAR (S (NP (PRP you)) (VP (VBD 'd) (VP (VBN crashed) (NP (DT a) (NN car)))))))) (, ,) (CC and) (S (NP (PRP you)) (CONJP (RB not) (RB only)) (VP (VBD did) (RB n't) (VP (VB remember) (NP (DT the) (NN crash))))))) (, ,) (NP (PRP you)) (VP (VBD did) (RB n't) (VP (VB remember) (NP (DT the) (NN car)) (ADVP (CC either)))) (. ?)))" }, "speaker": null, "text": "If they said you'd crashed a car, and you not only didn't remember the crash, you didn't remember the car either?", "tokens": [ { "deprel": "mark", "end_char": 203, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 201, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 208, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "they", "misc": "", "start_char": 204, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 213, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 23, "id": 3, "lemma": "say", "misc": "", "start_char": 209, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 217, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 6, "id": 4, "lemma": "you", "misc": "", "start_char": 214, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 220, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 6, "id": 5, "lemma": "would", "misc": "", "start_char": 218, "text": "'d", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 228, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 6, "lemma": "crash", "misc": "", "start_char": 221, "text": "crashed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 230, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 229, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 234, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "car", "misc": "", "start_char": 231, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 236, "feats": null, "head": 16, "id": 9, "lemma": ",", "misc": "", "start_char": 235, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 240, "feats": null, "head": 16, "id": 10, "lemma": "and", "misc": "", "start_char": 237, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 244, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 16, "id": 11, "lemma": "you", "misc": "", "start_char": 241, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 248, "feats": null, "head": 16, "id": 12, "lemma": "not", "misc": "", "start_char": 245, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 253, "feats": null, "head": 16, "id": 13, "lemma": "only", "misc": "", "start_char": 249, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux", "end_char": 257, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 16, "id": 14, "lemma": "do", "misc": "", "start_char": 254, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 261, "feats": null, "head": 16, "id": 15, "lemma": "not", "misc": "", "start_char": 258, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 270, "feats": "VerbForm=Inf", "head": 6, "id": 16, "lemma": "remember", "misc": "", "start_char": 262, "text": "remember", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 274, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 271, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 280, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "crash", "misc": "", "start_char": 275, "text": "crash", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 282, "feats": null, "head": 3, "id": 19, "lemma": ",", "misc": "", "start_char": 281, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 286, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 23, "id": 20, "lemma": "you", "misc": "", "start_char": 283, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 290, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 23, "id": 21, "lemma": "do", "misc": "", "start_char": 287, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 294, "feats": null, "head": 23, "id": 22, "lemma": "not", "misc": "", "start_char": 291, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 303, "feats": "VerbForm=Inf", "head": 0, "id": 23, "lemma": "remember", "misc": "", "start_char": 295, "text": "remember", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 307, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 304, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 311, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "car", "misc": "", "start_char": 308, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 318, "feats": null, "head": 23, "id": 26, "lemma": "either", "misc": "", "start_char": 312, "text": "either", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 320, "feats": null, "head": 23, "id": 27, "lemma": "?", "misc": "", "start_char": 319, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBD were) (NP (NP (DT a) (NN solicitor)) (CC and) (ADJP (RB rigidly) (JJ honest)))))) (, ,) (CC and) (NP (NP (DT the) (JJS biggest) (NN bunch)) (PP (IN of) (NP (NP (NNS flowers)) (PP (IN in) (NP (PRP$ your) (NN room)))))) (VP (VBD came) (PP (IN from) (NP (NP (DT the) (JJS biggest) (NN cheater)) (PP (IN in) (NP (NN town)))))) (. ?)))" }, "speaker": null, "text": "If you were a solicitor and rigidly honest, and the biggest bunch of flowers in your room came from the biggest cheater in town?", "tokens": [ { "deprel": "mark", "end_char": 323, "feats": null, "head": 5, "id": 1, "lemma": "if", "misc": "", "start_char": 321, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 327, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 2, "lemma": "you", "misc": "", "start_char": 324, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 332, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 328, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 334, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 333, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 344, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "solicitor", "misc": "", "start_char": 335, "text": "solicitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 348, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 345, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 356, "feats": null, "head": 8, "id": 7, "lemma": "rigidly", "misc": "", "start_char": 349, "text": "rigidly", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 363, "feats": "Degree=Pos", "head": 5, "id": 8, "lemma": "honest", "misc": "", "start_char": 357, "text": "honest", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 365, "feats": null, "head": 19, "id": 9, "lemma": ",", "misc": "", "start_char": 364, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 369, "feats": null, "head": 19, "id": 10, "lemma": "and", "misc": "", "start_char": 366, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 373, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 370, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 381, "feats": "Degree=Sup", "head": 13, "id": 12, "lemma": "big", "misc": "", "start_char": 374, "text": "biggest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 387, "feats": "Number=Sing", "head": 19, "id": 13, "lemma": "bunch", "misc": "", "start_char": 382, "text": "bunch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 390, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 388, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 398, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "flower", "misc": "", "start_char": 391, "text": "flowers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 401, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 399, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 406, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 18, "id": 17, "lemma": "your", "misc": "", "start_char": 402, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 411, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "room", "misc": "", "start_char": 407, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 416, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 19, "lemma": "come", "misc": "", "start_char": 412, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 421, "feats": null, "head": 23, "id": 20, "lemma": "from", "misc": "", "start_char": 417, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 425, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 422, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 433, "feats": "Degree=Sup", "head": 23, "id": 22, "lemma": "big", "misc": "", "start_char": 426, "text": "biggest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 441, "feats": "Number=Sing", "head": 19, "id": 23, "lemma": "cheater", "misc": "", "start_char": 434, "text": "cheater", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 444, "feats": null, "head": 25, "id": 24, "lemma": "in", "misc": "", "start_char": 442, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 449, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "town", "misc": "", "start_char": 445, "text": "town", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 451, "feats": null, "head": 5, "id": 26, "lemma": "?", "misc": "", "start_char": 450, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 453, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 452, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NP (NP (NP (PRP$ His) (NNP Majesty) (POS 's)) (NNP Elephant)) (PP (IN by) (NP (NNP Judith) (NNP Tarr)))))" }, "speaker": null, "text": "His Majesty's Elephant by Judith Tarr", "tokens": [ { "deprel": "nmod:poss", "end_char": 457, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "his", "misc": "", "start_char": 454, "text": "His", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 465, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Majesty", "misc": "", "start_char": 458, "text": "Majesty", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 468, "feats": null, "head": 2, "id": 3, "lemma": "'s", "misc": "", "start_char": 466, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "root", "end_char": 477, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "Elephant", "misc": "", "start_char": 469, "text": "Elephant", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 480, "feats": null, "head": 6, "id": 5, "lemma": "by", "misc": "", "start_char": 478, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 487, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Judith", "misc": "", "start_char": 481, "text": "Judith", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 492, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Tarr", "misc": "", "start_char": 488, "text": "Tarr", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 494, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 493, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NP ($ $) (CD 4) (. .)))" }, "speaker": null, "text": "$4.", "tokens": [ { "deprel": "root", "end_char": 496, "feats": null, "head": 0, "id": 1, "lemma": "$", "misc": "", "start_char": 495, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 498, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 2, "lemma": "4", "misc": "", "start_char": 497, "text": "4", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 500, "feats": null, "head": 1, "id": 3, "lemma": ".", "misc": "", "start_char": 499, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NP (NP (CD 99)) (NP (-LRB- -LRB-) (NNP Novel) (-RRB- -RRB-) (NNP ISBN) (CD 978) (CD -1) (CD -61138) (CD -240-2) (. .))))" }, "speaker": null, "text": "99 (Novel) ISBN 978 -1 -61138 -240-2.", "tokens": [ { "deprel": "root", "end_char": 503, "feats": "NumForm=Digit|NumType=Card", "head": 0, "id": 1, "lemma": "99", "misc": "", "start_char": 501, "text": "99", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 505, "feats": null, "head": 3, "id": 2, "lemma": "(", "misc": "", "start_char": 504, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 511, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Novel", "misc": "", "start_char": 506, "text": "Novel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 513, "feats": null, "head": 3, "id": 4, "lemma": ")", "misc": "", "start_char": 512, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "appos", "end_char": 518, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "ISBN", "misc": "", "start_char": 514, "text": "ISBN", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 522, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 6, "lemma": "978", "misc": "", "start_char": 519, "text": "978", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 525, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "-1", "misc": "", "start_char": 523, "text": "-1", "upos": "NUM", "xpos": "CD" }, { "deprel": "appos", "end_char": 532, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 8, "lemma": "-61138", "misc": "", "start_char": 526, "text": "-61138", "upos": "NUM", "xpos": "CD" }, { "deprel": "flat", "end_char": 539, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 9, "lemma": "-240-2", "misc": "", "start_char": 533, "text": "-240-2", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 541, "feats": null, "head": 1, "id": 10, "lemma": ".", "misc": "", "start_char": 540, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 543, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 542, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (PP (ADVP (RB Once)) (IN upon) (NP (DT a) (NN time))) (, ,) (NP (NP (DT the) (NNP Caliph)) (PP (IN of) (NP (NNP Baghdad)))) (VP (VBZ sends) (NP (DT the) (NN Emperor) (NNP Charlemagne)) (NP (NP (DT a) (JJ wonderful) (NN gift)) (: :) (NP (NP (DT an) (NN elephant)) (VP (VBN named) (S (NP (NNP Abul) (NNP Abbas))))))) (. .)))" }, "speaker": null, "text": "Once upon a time, the Caliph of Baghdad sends the Emperor Charlemagne a wonderful gift: an elephant named Abul Abbas.", "tokens": [ { "deprel": "advmod", "end_char": 548, "feats": "NumType=Mult", "head": 10, "id": 1, "lemma": "once", "misc": "", "start_char": 544, "text": "Once", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 553, "feats": null, "head": 4, "id": 2, "lemma": "upon", "misc": "", "start_char": 549, "text": "upon", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 555, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 554, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 560, "feats": "Number=Sing", "head": 10, "id": 4, "lemma": "time", "misc": "", "start_char": 556, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 562, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 561, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 566, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 563, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 573, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "Caliph", "misc": "", "start_char": 567, "text": "Caliph", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 576, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 574, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 584, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Baghdad", "misc": "", "start_char": 577, "text": "Baghdad", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 590, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 10, "lemma": "send", "misc": "", "start_char": 585, "text": "sends", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 594, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 591, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 602, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "emperor", "misc": "", "start_char": 595, "text": "Emperor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 614, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "Charlemagne", "misc": "", "start_char": 603, "text": "Charlemagne", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "det", "end_char": 616, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 14, "lemma": "a", "misc": "", "start_char": 615, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 626, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "wonderful", "misc": "", "start_char": 617, "text": "wonderful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 631, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "gift", "misc": "", "start_char": 627, "text": "gift", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 633, "feats": null, "head": 19, "id": 17, "lemma": ":", "misc": "", "start_char": 632, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 636, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 18, "lemma": "a", "misc": "", "start_char": 634, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 645, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "elephant", "misc": "", "start_char": 637, "text": "elephant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 651, "feats": "Tense=Past|VerbForm=Part", "head": 19, "id": 20, "lemma": "name", "misc": "", "start_char": 646, "text": "named", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 656, "feats": "Number=Sing", "head": 20, "id": 21, "lemma": "Abul", "misc": "", "start_char": 652, "text": "Abul", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 662, "feats": "Number=Sing", "head": 21, "id": 22, "lemma": "Abbas", "misc": "", "start_char": 657, "text": "Abbas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 664, "feats": null, "head": 10, "id": 23, "lemma": ".", "misc": "", "start_char": 663, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (DT That) (NN gift)) (VP (VBZ brings) (NP (JJ great) (NN magic)) (PP (IN into) (NP (NP (DT the) (JJ royal) (NN court)) (, ,) (CC and) (NP (DT a) (JJ great) (NN betrayal))))) (. .)))" }, "speaker": null, "text": "That gift brings great magic into the royal court, and a great betrayal.", "tokens": [ { "deprel": "det", "end_char": 669, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "that", "misc": "", "start_char": 665, "text": "That", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 674, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "gift", "misc": "", "start_char": 670, "text": "gift", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 681, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "bring", "misc": "", "start_char": 675, "text": "brings", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 687, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "great", "misc": "", "start_char": 682, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 693, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "magic", "misc": "", "start_char": 688, "text": "magic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 698, "feats": null, "head": 9, "id": 6, "lemma": "into", "misc": "", "start_char": 694, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 702, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 699, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 708, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "royal", "misc": "", "start_char": 703, "text": "royal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 714, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "court", "misc": "", "start_char": 709, "text": "court", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 716, "feats": null, "head": 14, "id": 10, "lemma": ",", "misc": "", "start_char": 715, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 720, "feats": null, "head": 14, "id": 11, "lemma": "and", "misc": "", "start_char": 717, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 722, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 721, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 728, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "great", "misc": "", "start_char": 723, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 737, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "betrayal", "misc": "", "start_char": 729, "text": "betrayal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 739, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 738, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (NP (DT the) (NN help)) (PP (IN of) (NP (NP (NP (DT a) (JJ stable) (NN boy)) (SBAR (WHNP (WP who)) (S (VP (VBZ is) (ADJP (ADJP (JJR more)) (SBAR (IN than) (S (NP (PRP he)) (VP (VBZ seems))))))))) (, ,) (CC and) (NP (NP (DT the) (NNP Elephant)) (NP (PRP himself))))))) (, ,) (NP (NP (DT the) (NN Emperor) (POS 's)) (NN daughter) (NNP Rowan)) (VP (MD must) (VP (VB learn) (S (VP (TO to) (VP (VP (VB master) (NP (DT that) (NN magic))) (CC and) (VP (VB save) (NP (NP (PRP$ her) (NN father) (POS 's)) (NN life)))))))) (. .)))" }, "speaker": null, "text": "With the help of a stable boy who is more than he seems, and the Elephant himself, the Emperor's daughter Rowan must learn to master that magic and save her father's life.", "tokens": [ { "deprel": "case", "end_char": 744, "feats": null, "head": 3, "id": 1, "lemma": "with", "misc": "", "start_char": 740, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 748, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 745, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 753, "feats": "Number=Sing", "head": 26, "id": 3, "lemma": "help", "misc": "", "start_char": 749, "text": "help", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 756, "feats": null, "head": 7, "id": 4, "lemma": "of", "misc": "", "start_char": 754, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 758, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 757, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 765, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "stable", "misc": "", "start_char": 759, "text": "stable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 769, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "boy", "misc": "", "start_char": 766, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 773, "feats": "PronType=Rel", "head": 10, "id": 8, "lemma": "who", "misc": "", "start_char": 770, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 776, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 774, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 781, "feats": "Degree=Cmp", "head": 7, "id": 10, "lemma": "more", "misc": "", "start_char": 777, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 786, "feats": null, "head": 13, "id": 11, "lemma": "than", "misc": "", "start_char": 782, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 789, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 12, "lemma": "he", "misc": "", "start_char": 787, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 795, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 13, "lemma": "seem", "misc": "", "start_char": 790, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 797, "feats": null, "head": 17, "id": 14, "lemma": ",", "misc": "", "start_char": 796, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 801, "feats": null, "head": 17, "id": 15, "lemma": "and", "misc": "", "start_char": 798, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 805, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 802, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 814, "feats": "Number=Sing", "head": 7, "id": 17, "lemma": "Elephant", "misc": "", "start_char": 806, "text": "Elephant", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod:npmod", "end_char": 822, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Emp|Reflex=Yes", "head": 17, "id": 18, "lemma": "himself", "misc": "", "start_char": 815, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 824, "feats": null, "head": 3, "id": 19, "lemma": ",", "misc": "", "start_char": 823, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 828, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 825, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 836, "feats": "Number=Sing", "head": 23, "id": 21, "lemma": "emperor", "misc": "", "start_char": 829, "text": "Emperor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 839, "feats": null, "head": 21, "id": 22, "lemma": "'s", "misc": "", "start_char": 837, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 848, "feats": "Number=Sing", "head": 26, "id": 23, "lemma": "daughter", "misc": "", "start_char": 840, "text": "daughter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 854, "feats": "Number=Sing", "head": 23, "id": 24, "lemma": "Rowan", "misc": "", "start_char": 849, "text": "Rowan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 859, "feats": "VerbForm=Fin", "head": 26, "id": 25, "lemma": "must", "misc": "", "start_char": 855, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 865, "feats": "VerbForm=Inf", "head": 0, "id": 26, "lemma": "learn", "misc": "", "start_char": 860, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 868, "feats": null, "head": 28, "id": 27, "lemma": "to", "misc": "", "start_char": 866, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 875, "feats": "VerbForm=Inf", "head": 26, "id": 28, "lemma": "master", "misc": "", "start_char": 869, "text": "master", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 880, "feats": "Number=Sing|PronType=Dem", "head": 30, "id": 29, "lemma": "that", "misc": "", "start_char": 876, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 886, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "magic", "misc": "", "start_char": 881, "text": "magic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 890, "feats": null, "head": 32, "id": 31, "lemma": "and", "misc": "", "start_char": 887, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 895, "feats": "VerbForm=Inf", "head": 28, "id": 32, "lemma": "save", "misc": "", "start_char": 891, "text": "save", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 899, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 34, "id": 33, "lemma": "her", "misc": "", "start_char": 896, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 906, "feats": "Number=Sing", "head": 36, "id": 34, "lemma": "father", "misc": "", "start_char": 900, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 909, "feats": null, "head": 34, "id": 35, "lemma": "'s", "misc": "", "start_char": 907, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 914, "feats": "Number=Sing", "head": 32, "id": 36, "lemma": "life", "misc": "", "start_char": 910, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 916, "feats": null, "head": 26, "id": 37, "lemma": ".", "misc": "", "start_char": 915, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 918, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 917, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NP (NP (CD Two) (NNS stories)) (: :) (NP (NP (NP (NNP Nahiku) (NNP West)) (CC and) (NP (NNP Nightside) (IN On) (NNP Callisto))) (PP (IN by) (NP (NNP Linda) (NNP Nagata))))))" }, "speaker": null, "text": "Two stories: Nahiku West and Nightside On Callisto by Linda Nagata", "tokens": [ { "deprel": "nummod", "end_char": 922, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "two", "misc": "", "start_char": 919, "text": "Two", "upos": "NUM", "xpos": "CD" }, { "deprel": "root", "end_char": 930, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "story", "misc": "", "start_char": 923, "text": "stories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 932, "feats": null, "head": 4, "id": 3, "lemma": ":", "misc": "", "start_char": 931, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 939, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Nahiku", "misc": "", "start_char": 933, "text": "Nahiku", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 944, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "West", "misc": "", "start_char": 940, "text": "West", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 948, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 945, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 958, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "Nightside", "misc": "", "start_char": 949, "text": "Nightside", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 961, "feats": null, "head": 9, "id": 8, "lemma": "on", "misc": "", "start_char": 959, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 970, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Callisto", "misc": "", "start_char": 962, "text": "Callisto", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 973, "feats": null, "head": 11, "id": 10, "lemma": "by", "misc": "", "start_char": 971, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 979, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "Linda", "misc": "", "start_char": 974, "text": "Linda", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 986, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "Nagata", "misc": "", "start_char": 980, "text": "Nagata", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 988, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 987, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NP ($ $) (CD 2) (. .)))" }, "speaker": null, "text": "$2.", "tokens": [ { "deprel": "root", "end_char": 990, "feats": null, "head": 0, "id": 1, "lemma": "$", "misc": "", "start_char": 989, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 992, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 2, "lemma": "2", "misc": "", "start_char": 991, "text": "2", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 994, "feats": null, "head": 1, "id": 3, "lemma": ".", "misc": "", "start_char": 993, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NP (NP (CD 99)) (-LRB- -LRB-) (NP (NN Collection)) (-RRB- -RRB-) (. .)))" }, "speaker": null, "text": "99 (Collection).", "tokens": [ { "deprel": "root", "end_char": 997, "feats": "NumForm=Digit|NumType=Card", "head": 0, "id": 1, "lemma": "99", "misc": "", "start_char": 995, "text": "99", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 999, "feats": null, "head": 3, "id": 2, "lemma": "(", "misc": "", "start_char": 998, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "parataxis", "end_char": 1010, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Collection", "misc": "", "start_char": 1000, "text": "Collection", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1012, "feats": null, "head": 3, "id": 4, "lemma": ")", "misc": "", "start_char": 1011, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 1014, "feats": null, "head": 1, "id": 5, "lemma": ".", "misc": "", "start_char": 1013, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1016, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1015, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NP (NP (CD Two) (NML (NN science) (NN fiction)) (NNS stories)) (PP (IN by) (NP (NP (NML (JJ Nebula-award-winning) (NN author)) (NML (NNP Linda) (NNP Nagata-both)) (NNS stories)) (VP (VBN selected) (PP (IN for) (NP (CD 2012) (JJ best-of-the-year) (NNS anthologies)))))) (-RRB- -RRB-) (. !)))" }, "speaker": null, "text": "Two science fiction stories by Nebula-award-winning author Linda Nagata-both stories selected for 2012 best-of-the-year anthologies)!", "tokens": [ { "deprel": "nummod", "end_char": 1020, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 1, "lemma": "two", "misc": "", "start_char": 1017, "text": "Two", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 1028, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "science", "misc": "", "start_char": 1021, "text": "science", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1036, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "fiction", "misc": "", "start_char": 1029, "text": "fiction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1044, "feats": "Number=Plur", "head": 0, "id": 4, "lemma": "story", "misc": "", "start_char": 1037, "text": "stories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1047, "feats": null, "head": 10, "id": 5, "lemma": "by", "misc": "", "start_char": 1045, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1068, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "nebula-award-winning", "misc": "", "start_char": 1048, "text": "Nebula-award-winning", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1075, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "author", "misc": "", "start_char": 1069, "text": "author", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1081, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "Linda", "misc": "", "start_char": 1076, "text": "Linda", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1093, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "Nagata-both", "misc": "", "start_char": 1082, "text": "Nagata-both", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1101, "feats": "Number=Plur", "head": 4, "id": 10, "lemma": "story", "misc": "", "start_char": 1094, "text": "stories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1110, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 11, "lemma": "select", "misc": "", "start_char": 1102, "text": "selected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1114, "feats": null, "head": 15, "id": 12, "lemma": "for", "misc": "", "start_char": 1111, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1119, "feats": "NumForm=Digit|NumType=Card", "head": 15, "id": 13, "lemma": "2012", "misc": "", "start_char": 1115, "text": "2012", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1136, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "best-of-the-year", "misc": "", "start_char": 1120, "text": "best-of-the-year", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1148, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "anthology", "misc": "", "start_char": 1137, "text": "anthologies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1150, "feats": null, "head": 4, "id": 16, "lemma": ")", "misc": "", "start_char": 1149, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 1152, "feats": null, "head": 4, "id": 17, "lemma": "!", "misc": "", "start_char": 1151, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1154, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1153, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NNP Nahiku)) (. .)))" }, "speaker": null, "text": "\"Nahiku.", "tokens": [ { "deprel": "punct", "end_char": 1157, "feats": null, "head": 2, "id": 1, "lemma": "``", "misc": "", "start_char": 1155, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "root", "end_char": 1164, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "Nahiku", "misc": "", "start_char": 1158, "text": "Nahiku", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1166, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 1165, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (NNP West)) ('' '') (VP (VBZ is) (NP (NP (DT a) (NML (NNP Nanotech) (NNP Succession)) (NN story)) (, ,) (VP (VBN set) (PP (IN in) (NP (NP (DT the) (JJ same) (NN world)) (PP (IN as) (NP (NP (DT the) (JJ award-winning) (NN novel)) (NP (DT The) (NNP Bohr) (NNP Maher))))))))) (. .)))" }, "speaker": null, "text": "West\" is a Nanotech Succession story, set in the same world as the award-winning novel The Bohr Maher.", "tokens": [ { "deprel": "nsubj", "end_char": 1171, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "West", "misc": "", "start_char": 1167, "text": "West", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1174, "feats": null, "head": 1, "id": 2, "lemma": "''", "misc": "", "start_char": 1172, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cop", "end_char": 1177, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 1175, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1179, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 4, "lemma": "a", "misc": "", "start_char": 1178, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1188, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Nanotech", "misc": "", "start_char": 1180, "text": "Nanotech", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1199, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Succession", "misc": "", "start_char": 1189, "text": "Succession", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1205, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "story", "misc": "", "start_char": 1200, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1207, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 1206, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 1211, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 9, "lemma": "set", "misc": "", "start_char": 1208, "text": "set", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1214, "feats": null, "head": 13, "id": 10, "lemma": "in", "misc": "", "start_char": 1212, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1218, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 1215, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1223, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "same", "misc": "", "start_char": 1219, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1229, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "world", "misc": "", "start_char": 1224, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1232, "feats": null, "head": 17, "id": 14, "lemma": "as", "misc": "", "start_char": 1230, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1236, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 1233, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1250, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "award-winning", "misc": "", "start_char": 1237, "text": "award-winning", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1256, "feats": "Number=Sing", "head": 9, "id": 17, "lemma": "novel", "misc": "", "start_char": 1251, "text": "novel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 1260, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 1257, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1265, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "Bohr", "misc": "", "start_char": 1261, "text": "Bohr", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1271, "feats": "Number=Sing", "head": 19, "id": 20, "lemma": "Maher", "misc": "", "start_char": 1266, "text": "Maher", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1273, "feats": null, "head": 7, "id": 21, "lemma": ".", "misc": "", "start_char": 1272, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Dispossession by Chaz Brenchley $4. 99 (Novel) ISBN 978 -1 -61138 -206-8. What would you do if you woke up in hospital and your last memory was dated January, but the calendar said April? If they said you'd crashed a car, and you not only didn't remember the crash, you didn't remember the car either? If you were a solicitor and rigidly honest, and the biggest bunch of flowers in your room came from the biggest cheater in town? His Majesty's Elephant by Judith Tarr $4. 99 (Novel) ISBN 978 -1 -61138 -240-2. Once upon a time, the Caliph of Baghdad sends the Emperor Charlemagne a wonderful gift: an elephant named Abul Abbas. That gift brings great magic into the royal court, and a great betrayal. With the help of a stable boy who is more than he seems, and the Elephant himself, the Emperor's daughter Rowan must learn to master that magic and save her father's life. Two stories: Nahiku West and Nightside On Callisto by Linda Nagata $2. 99 (Collection). Two science fiction stories by Nebula-award-winning author Linda Nagata-both stories selected for 2012 best-of-the-year anthologies)! "Nahiku. West" is a Nanotech Succession story, set in the same world as the award-winning novel The Bohr Maher.
[ [ [ 0, 0, 3 ] ], [ [ 0, 2, 3 ] ], [ [ 2, 0, 1 ], [ 12, 0, 1 ] ], [ [ 3, 5, 8 ] ], [ [ 5, 2, 2 ], [ 5, 5, 5 ], [ 5, 11, 11 ], [ 7, 3, 3 ], [ 7, 10, 10 ], [ 7, 19, 19 ], [ 8, 1, 1 ], [ 8, 16, 16 ] ], [ [ 5, 9, 9 ] ], [ [ 5, 11, 13 ] ], [ [ 5, 16, 16 ] ], [ [ 5, 19, 20 ] ], [ [ 5, 22, 22 ] ], [ [ 7, 1, 1 ] ], [ [ 7, 6, 7 ], [ 7, 23, 24 ] ], [ [ 7, 16, 17 ] ], [ [ 8, 3, 4 ] ], [ [ 8, 10, 17 ] ], [ [ 8, 16, 17 ] ], [ [ 8, 20, 24 ] ], [ [ 8, 24, 24 ] ], [ [ 10, 0, 2 ] ], [ [ 10, 5, 6 ] ], [ [ 13, 5, 8 ] ], [ [ 15, 2, 3 ] ], [ [ 15, 5, 8 ] ], [ [ 15, 8, 8 ] ], [ [ 16, 3, 4 ], [ 17, 28, 29 ] ], [ [ 16, 6, 8 ] ], [ [ 16, 11, 13 ] ], [ [ 17, 1, 17 ] ], [ [ 17, 15, 16 ], [ 17, 17, 17 ], [ 17, 15, 17 ], [ 15, 17, 21 ], [ 15, 20, 21 ], [ 15, 13, 15 ], [ 16, 0, 1 ] ], [ [ 17, 4, 12 ], [ 17, 11, 11 ] ], [ [ 17, 19, 22 ], [ 17, 23, 23 ], [ 17, 19, 23 ], [ 17, 32, 32 ] ], [ [ 17, 32, 35 ] ], [ [ 17, 32, 34 ], [ 17, 19, 21 ], [ 15, 10, 11 ], [ 15, 10, 12 ] ], [ [ 19, 0, 1 ], [ 19, 3, 11 ] ], [ [ 19, 10, 11 ], [ 24, 5, 6 ], [ 24, 7, 8 ], [ 24, 5, 8 ] ], [ [ 19, 8, 8 ] ], [ [ 22, 0, 0 ], [ 3, 0, 0 ], [ 13, 0, 0 ] ], [ [ 24, 12, 14 ] ], [ [ 24, 12, 12 ] ], [ [ 24, 1, 1 ] ], [ [ 24, 1, 2 ] ], [ [ 26, 1, 1 ] ], [ [ 27, 0, 0 ], [ 27, 3, 6 ] ], [ [ 27, 4, 5 ] ], [ [ 27, 10, 12 ] ], [ [ 27, 14, 16 ], [ 27, 17, 19 ], [ 27, 14, 19 ] ], [ [ 10, 0, 0 ] ], [ [ 13, 2, 2 ], [ 3, 2, 2 ] ], [ [ 3, 4, 4 ], [ 13, 4, 4 ] ], [ [ 5, 0, 22 ] ], [ [ 8, 14, 14 ] ], [ [ 10, 0, 3 ] ], [ [ 17, 1, 12 ] ], [ [ 19, 3, 4 ] ], [ [ 19, 6, 6 ] ], [ [ 21, 0, 1 ] ], [ [ 24, 9, 9 ] ], [ [ 24, 0, 3 ] ], [ [ 22, 2, 2 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36131
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (JJ Last) (NN year)) (, ,) (PP (NP (CD two) (NNS days)) (IN after) (NP (NNP Christmas))) (, ,) (NP (PRP we)) (VP (VBD kicked) (NP (NNP China)) (PP (IN out) (PP (IN of) (NP (DT the) (NN house))))) (. .)))" }, "speaker": null, "text": "Last year, two days after Christmas, we kicked China out of the house.", "tokens": [ { "deprel": "amod", "end_char": 4, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "last", "misc": "", "start_char": 0, "text": "Last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 9, "feats": "Number=Sing", "head": 10, "id": 2, "lemma": "year", "misc": "", "start_char": 5, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 11, "feats": null, "head": 10, "id": 3, "lemma": ",", "misc": "", "start_char": 10, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 15, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "two", "misc": "", "start_char": 12, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:npmod", "end_char": 20, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "day", "misc": "", "start_char": 16, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 26, "feats": null, "head": 7, "id": 6, "lemma": "after", "misc": "", "start_char": 21, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "Christmas", "misc": "", "start_char": 27, "text": "Christmas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 38, "feats": null, "head": 7, "id": 8, "lemma": ",", "misc": "", "start_char": 37, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 41, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "we", "misc": "", "start_char": 39, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 48, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "kick", "misc": "", "start_char": 42, "text": "kicked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 54, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "China", "misc": "", "start_char": 49, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 58, "feats": null, "head": 15, "id": 12, "lemma": "out", "misc": "", "start_char": 55, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 61, "feats": null, "head": 15, "id": 13, "lemma": "of", "misc": "", "start_char": 59, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 65, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 62, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 71, "feats": "Number=Sing", "head": 10, "id": 15, "lemma": "house", "misc": "", "start_char": 66, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 73, "feats": null, "head": 10, "id": 16, "lemma": ".", "misc": "", "start_char": 72, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NP (NP (NP (RB Not) (DT the) (NN country)) (ADVP (RB obviously))) (, ,) (CC but) (NP (NP (NNS bits)) (PP (IN of) (NP (NN plastic) (, ,) (NN metal) (, ,) (CC and) (NN wood))) (PP (IN with) (NP (NP (DT the) (NNS words)) (`` ``) (S (VP (VBN Made) (PP (IN in) (NP (NNP China)))))))) ('' '') (. .)))" }, "speaker": null, "text": "Not the country obviously, but bits of plastic, metal, and wood with the words \"Made in China\".", "tokens": [ { "deprel": "advmod", "end_char": 77, "feats": null, "head": 3, "id": 1, "lemma": "not", "misc": "", "start_char": 74, "text": "Not", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 81, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 78, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 89, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "country", "misc": "", "start_char": 82, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 99, "feats": null, "head": 3, "id": 4, "lemma": "obviously", "misc": "", "start_char": 90, "text": "obviously", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 101, "feats": null, "head": 7, "id": 5, "lemma": ",", "misc": "", "start_char": 100, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 105, "feats": null, "head": 7, "id": 6, "lemma": "but", "misc": "", "start_char": 102, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 110, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "bit", "misc": "", "start_char": 106, "text": "bits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 113, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 111, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 121, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "plastic", "misc": "", "start_char": 114, "text": "plastic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 123, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 122, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 129, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "metal", "misc": "", "start_char": 124, "text": "metal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 131, "feats": null, "head": 14, "id": 12, "lemma": ",", "misc": "", "start_char": 130, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 135, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 132, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 140, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "wood", "misc": "", "start_char": 136, "text": "wood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 145, "feats": null, "head": 17, "id": 15, "lemma": "with", "misc": "", "start_char": 141, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 149, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 146, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 155, "feats": "Number=Plur", "head": 19, "id": 17, "lemma": "word", "misc": "", "start_char": 150, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 158, "feats": null, "head": 19, "id": 18, "lemma": "``", "misc": "", "start_char": 156, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "acl", "end_char": 163, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 19, "lemma": "make", "misc": "", "start_char": 159, "text": "Made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 166, "feats": null, "head": 21, "id": 20, "lemma": "in", "misc": "", "start_char": 164, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 172, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "China", "misc": "", "start_char": 167, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 175, "feats": null, "head": 19, "id": 22, "lemma": "''", "misc": "", "start_char": 173, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 177, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 176, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VP (VBD kept) (SBAR (WHNP (WP what)) (S (NP (PRP we)) (ADVP (RB already)) (VP (VBD had))))) (, ,) (CC but) (VP (VBD stopped) (S (VP (VBG bringing) (NP (DT any) (JJR more)) (PRT (RB in)))))) (. .)))" }, "speaker": null, "text": "We kept what we already had, but stopped bringing any more in.", "tokens": [ { "deprel": "nsubj", "end_char": 180, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 178, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 185, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "keep", "misc": "", "start_char": 181, "text": "kept", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 190, "feats": "PronType=Rel", "head": 2, "id": 3, "lemma": "what", "misc": "", "start_char": 186, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 193, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 4, "lemma": "we", "misc": "", "start_char": 191, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 201, "feats": null, "head": 6, "id": 5, "lemma": "already", "misc": "", "start_char": 194, "text": "already", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 205, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 6, "lemma": "have", "misc": "", "start_char": 202, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 207, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 206, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 211, "feats": null, "head": 9, "id": 8, "lemma": "but", "misc": "", "start_char": 208, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 219, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "stop", "misc": "", "start_char": 212, "text": "stopped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 228, "feats": "VerbForm=Ger", "head": 9, "id": 10, "lemma": "bring", "misc": "", "start_char": 220, "text": "bringing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 232, "feats": null, "head": 12, "id": 11, "lemma": "any", "misc": "", "start_char": 229, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 237, "feats": "Degree=Cmp", "head": 10, "id": 12, "lemma": "more", "misc": "", "start_char": 233, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "compound:prt", "end_char": 240, "feats": null, "head": 10, "id": 13, "lemma": "in", "misc": "", "start_char": 238, "text": "in", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 242, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 241, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (SBAR (IN because) (S (NP (PRP it)) (VP (VBD had) (VP (VBN coated) (NP (PRP$ our) (NNS lives)) (PP (IN with) (NP (NP (NNS toys)) (, ,) (CC and) (NP (JJ useless) (NN stuff))))))) (. .)))" }, "speaker": null, "text": "because it had coated our lives with toys, and useless stuff.", "tokens": [ { "deprel": "mark", "end_char": 250, "feats": null, "head": 4, "id": 1, "lemma": "because", "misc": "", "start_char": 243, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 253, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "it", "misc": "", "start_char": 251, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 257, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 254, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 264, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "coat", "misc": "", "start_char": 258, "text": "coated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod:poss", "end_char": 268, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "our", "misc": "", "start_char": 265, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 274, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "life", "misc": "", "start_char": 269, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 279, "feats": null, "head": 8, "id": 7, "lemma": "with", "misc": "", "start_char": 275, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 284, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "toy", "misc": "", "start_char": 280, "text": "toys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 286, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 285, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 290, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 287, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 298, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "useless", "misc": "", "start_char": 291, "text": "useless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 304, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "stuff", "misc": "", "start_char": 299, "text": "stuff", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 306, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 305, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Sometimes)) (S (NP (PRP I)) (VP (VBD worried) (PP (IN about) (NP (NP (NNS jobs)) (VP (VBN sent) (ADVP (RB overseas))))))) (, ,) (CC but) (S (NP (NN price)) (VP (VBD triumphed) (PP (IN over) (NP (NP (NN virtue)) (PP (IN at) (NP (PRP$ our) (NN house))))))) (. .)))" }, "speaker": null, "text": "Sometimes I worried about jobs sent overseas, but price triumphed over virtue at our house.", "tokens": [ { "deprel": "advmod", "end_char": 316, "feats": null, "head": 3, "id": 1, "lemma": "sometimes", "misc": "", "start_char": 307, "text": "Sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 318, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 317, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 326, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "worry", "misc": "", "start_char": 319, "text": "worried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 332, "feats": null, "head": 5, "id": 4, "lemma": "about", "misc": "", "start_char": 327, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 337, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "job", "misc": "", "start_char": 333, "text": "jobs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 342, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 6, "lemma": "send", "misc": "", "start_char": 338, "text": "sent", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 351, "feats": null, "head": 6, "id": 7, "lemma": "overseas", "misc": "", "start_char": 343, "text": "overseas", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 353, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 352, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 357, "feats": null, "head": 11, "id": 9, "lemma": "but", "misc": "", "start_char": 354, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 363, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "price", "misc": "", "start_char": 358, "text": "price", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 373, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 11, "lemma": "triumph", "misc": "", "start_char": 364, "text": "triumphed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 378, "feats": null, "head": 13, "id": 12, "lemma": "over", "misc": "", "start_char": 374, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 385, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "virtue", "misc": "", "start_char": 379, "text": "virtue", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 388, "feats": null, "head": 16, "id": 14, "lemma": "at", "misc": "", "start_char": 386, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 392, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "our", "misc": "", "start_char": 389, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 398, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "house", "misc": "", "start_char": 393, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 400, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 399, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (MD could) (RB n't) (VP (VB resist) (SBAR (WHNP (WP what)) (S (NP (NNP China)) (VP (VBD was) (VP (VBG selling))))))) (. .)))" }, "speaker": null, "text": "We couldn't resist what China was selling.", "tokens": [ { "deprel": "nsubj", "end_char": 403, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "we", "misc": "", "start_char": 401, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 409, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "could", "misc": "", "start_char": 404, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 413, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 410, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 420, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "resist", "misc": "", "start_char": 414, "text": "resist", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 425, "feats": "PronType=Rel", "head": 4, "id": 5, "lemma": "what", "misc": "", "start_char": 421, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 431, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "China", "misc": "", "start_char": 426, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 435, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 432, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 443, "feats": "Tense=Pres|VerbForm=Part", "head": 5, "id": 8, "lemma": "sell", "misc": "", "start_char": 436, "text": "selling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 445, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 444, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 447, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 446, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (CC But) (PP (IN on) (NP (DT that) (JJ dark))) (NP (NNP Monday) (JJ last) (NN year)) (, ,) (NP (DT an) (NN unease) (NN feeling)) (VP (VBD washed) (PP (IN over) (NP (PRP me))) (SBAR (IN as) (S (NP (PRP I)) (VP (VBD sat) (PP (IN on) (NP (DT the) (NN sofa))))))) (. .)))" }, "speaker": null, "text": "But on that dark Monday last year, an unease feeling washed over me as I sat on the sofa.", "tokens": [ { "deprel": "cc", "end_char": 451, "feats": null, "head": 12, "id": 1, "lemma": "but", "misc": "", "start_char": 448, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 454, "feats": null, "head": 4, "id": 2, "lemma": "on", "misc": "", "start_char": 452, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 459, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 3, "lemma": "that", "misc": "", "start_char": 455, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 464, "feats": "Degree=Pos", "head": 12, "id": 4, "lemma": "dark", "misc": "", "start_char": 460, "text": "dark", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 471, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Monday", "misc": "", "start_char": 465, "text": "Monday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 476, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "last", "misc": "", "start_char": 472, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 481, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "year", "misc": "", "start_char": 477, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 483, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 482, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 486, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 484, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 493, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "unease", "misc": "", "start_char": 487, "text": "unease", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 501, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "feeling", "misc": "", "start_char": 494, "text": "feeling", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 508, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "wash", "misc": "", "start_char": 502, "text": "washed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 513, "feats": null, "head": 14, "id": 13, "lemma": "over", "misc": "", "start_char": 509, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 516, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 14, "lemma": "I", "misc": "", "start_char": 514, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 519, "feats": null, "head": 17, "id": 15, "lemma": "as", "misc": "", "start_char": 517, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 521, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 17, "id": 16, "lemma": "I", "misc": "", "start_char": 520, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 525, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 12, "id": 17, "lemma": "sit", "misc": "", "start_char": 522, "text": "sat", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 528, "feats": null, "head": 20, "id": 18, "lemma": "on", "misc": "", "start_char": 526, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 532, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 529, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 537, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "sofa", "misc": "", "start_char": 533, "text": "sofa", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 539, "feats": null, "head": 12, "id": 21, "lemma": ".", "misc": "", "start_char": 538, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (RB n't) (PP (IN until) (ADVP (RB then))) (SBAR (IN that) (S (NP (PRP I)) (VP (VBD noticed) (NP (NP (DT a) (NN fact)) (: :) (S (NP (NNP China)) (VP (VBD was) (VP (VBG taking) (PRT (RP over)) (NP (DT the) (NN place)))))))))) (. .)))" }, "speaker": null, "text": "It wasn't until then that I noticed a fact: China was taking over the place.", "tokens": [ { "deprel": "nsubj", "end_char": 542, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 540, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 546, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 543, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 550, "feats": null, "head": 2, "id": 3, "lemma": "not", "misc": "", "start_char": 547, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "case", "end_char": 556, "feats": null, "head": 5, "id": 4, "lemma": "until", "misc": "", "start_char": 551, "text": "until", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 561, "feats": "PronType=Dem", "head": 8, "id": 5, "lemma": "then", "misc": "", "start_char": 557, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 566, "feats": null, "head": 8, "id": 6, "lemma": "that", "misc": "", "start_char": 562, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 568, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 7, "lemma": "I", "misc": "", "start_char": 567, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 576, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 8, "lemma": "notice", "misc": "", "start_char": 569, "text": "noticed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 578, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 577, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 583, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "fact", "misc": "", "start_char": 579, "text": "fact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 585, "feats": null, "head": 14, "id": 11, "lemma": ":", "misc": "", "start_char": 584, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 591, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "China", "misc": "", "start_char": 586, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 595, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 592, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "parataxis", "end_char": 602, "feats": "Tense=Pres|VerbForm=Part", "head": 8, "id": 14, "lemma": "take", "misc": "", "start_char": 596, "text": "taking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 607, "feats": null, "head": 14, "id": 15, "lemma": "over", "misc": "", "start_char": 603, "text": "over", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 611, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 608, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 617, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "place", "misc": "", "start_char": 612, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 619, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 618, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 621, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 620, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD stared) (ADVP (RB back)) (PP (IN at) (NP (PRP me))) (PP (IN from) (NP (NP (DT the) (JJ empty) (NN screen)) (PP (IN of) (NP (DT the) (NN television)))))) (. .)))" }, "speaker": null, "text": "It stared back at me from the empty screen of the television.", "tokens": [ { "deprel": "nsubj", "end_char": 624, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 622, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 631, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "stare", "misc": "", "start_char": 625, "text": "stared", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 636, "feats": null, "head": 2, "id": 3, "lemma": "back", "misc": "", "start_char": 632, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 639, "feats": null, "head": 5, "id": 4, "lemma": "at", "misc": "", "start_char": 637, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 642, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 5, "lemma": "I", "misc": "", "start_char": 640, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 647, "feats": null, "head": 9, "id": 6, "lemma": "from", "misc": "", "start_char": 643, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 651, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 648, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 657, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "empty", "misc": "", "start_char": 652, "text": "empty", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 664, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "screen", "misc": "", "start_char": 658, "text": "screen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 667, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 665, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 671, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 668, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 682, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "television", "misc": "", "start_char": 672, "text": "television", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 684, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 683, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD spied) (NP (PRP it)) (PP (IN in) (NP (NP (DT the) (NN pile)) (PP (IN of) (NP (NN tennis) (NNS shoes))))) (PP (IN by) (NP (DT the) (NN door)))) (. .)))" }, "speaker": null, "text": "I spied it in the pile of tennis shoes by the door.", "tokens": [ { "deprel": "nsubj", "end_char": 686, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 685, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 692, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "spy", "misc": "", "start_char": 687, "text": "spied", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 695, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "it", "misc": "", "start_char": 693, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 698, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 696, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 702, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 699, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 707, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "pile", "misc": "", "start_char": 703, "text": "pile", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 710, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 708, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 717, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "tennis", "misc": "", "start_char": 711, "text": "tennis", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 723, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "shoe", "misc": "", "start_char": 718, "text": "shoes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 726, "feats": null, "head": 12, "id": 10, "lemma": "by", "misc": "", "start_char": 724, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 730, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 727, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 735, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "door", "misc": "", "start_char": 731, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 737, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 736, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP It)) (VP (VP (VBD glowed) (PP (IN in) (NP (DT the) (NNS lights))) (PP (IN on) (NP (DT the) (NNP Christmas) (NN tree)))) (CC and) (VP (VBD watched) (NP (PRP me)) (PP (IN in) (NP (NP (DT the) (NNS eyes)) (PP (IN of) (NP (NP (DT a) (NN doll)) (VP (VBG lying) (PP (IN on) (NP (DT the) (NN floor))))))))))) (, ,) (S (NP (PRP I)) (VP (VP (VBD slipped) (PP (IN off) (NP (DT the) (NN couch)))) (CC and) (VP (VBD sorted) (NP (NNS gifts)) (PP (IN into) (NP (NP (CD two) (NNS piles)) (: :) (NP (NNP China) (CC and) (NNP non-China))))))) (. .)))" }, "speaker": null, "text": "It glowed in the lights on the Christmas tree and watched me in the eyes of a doll lying on the floor, I slipped off the couch and sorted gifts into two piles: China and non-China.", "tokens": [ { "deprel": "nsubj", "end_char": 740, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 738, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 747, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "glow", "misc": "", "start_char": 741, "text": "glowed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 750, "feats": null, "head": 5, "id": 3, "lemma": "in", "misc": "", "start_char": 748, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 754, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 751, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 761, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "light", "misc": "", "start_char": 755, "text": "lights", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 764, "feats": null, "head": 9, "id": 6, "lemma": "on", "misc": "", "start_char": 762, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 768, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 765, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 778, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Christmas", "misc": "", "start_char": 769, "text": "Christmas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 783, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "tree", "misc": "", "start_char": 779, "text": "tree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 787, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 784, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 795, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 11, "lemma": "watch", "misc": "", "start_char": 788, "text": "watched", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 798, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 12, "lemma": "I", "misc": "", "start_char": 796, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 801, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 799, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 805, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 802, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 810, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "eye", "misc": "", "start_char": 806, "text": "eyes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 813, "feats": null, "head": 18, "id": 16, "lemma": "of", "misc": "", "start_char": 811, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 815, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 17, "lemma": "a", "misc": "", "start_char": 814, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 820, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "doll", "misc": "", "start_char": 816, "text": "doll", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 826, "feats": "VerbForm=Ger", "head": 18, "id": 19, "lemma": "lie", "misc": "", "start_char": 821, "text": "lying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 829, "feats": null, "head": 22, "id": 20, "lemma": "on", "misc": "", "start_char": 827, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 833, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 830, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 839, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "floor", "misc": "", "start_char": 834, "text": "floor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 841, "feats": null, "head": 25, "id": 23, "lemma": ",", "misc": "", "start_char": 840, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 843, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 25, "id": 24, "lemma": "I", "misc": "", "start_char": 842, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 851, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 25, "lemma": "slip", "misc": "", "start_char": 844, "text": "slipped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 855, "feats": null, "head": 28, "id": 26, "lemma": "off", "misc": "", "start_char": 852, "text": "off", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 859, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 27, "lemma": "the", "misc": "", "start_char": 856, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 865, "feats": "Number=Sing", "head": 25, "id": 28, "lemma": "couch", "misc": "", "start_char": 860, "text": "couch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 869, "feats": null, "head": 30, "id": 29, "lemma": "and", "misc": "", "start_char": 866, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 876, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 25, "id": 30, "lemma": "sort", "misc": "", "start_char": 870, "text": "sorted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 882, "feats": "Number=Plur", "head": 30, "id": 31, "lemma": "gift", "misc": "", "start_char": 877, "text": "gifts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 887, "feats": null, "head": 34, "id": 32, "lemma": "into", "misc": "", "start_char": 883, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 891, "feats": "NumForm=Word|NumType=Card", "head": 34, "id": 33, "lemma": "two", "misc": "", "start_char": 888, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 897, "feats": "Number=Plur", "head": 30, "id": 34, "lemma": "pile", "misc": "", "start_char": 892, "text": "piles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 899, "feats": null, "head": 36, "id": 35, "lemma": ":", "misc": "", "start_char": 898, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 905, "feats": "Number=Sing", "head": 34, "id": 36, "lemma": "China", "misc": "", "start_char": 900, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 909, "feats": null, "head": 38, "id": 37, "lemma": "and", "misc": "", "start_char": 906, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 919, "feats": "Number=Sing", "head": 36, "id": 38, "lemma": "non-China", "misc": "", "start_char": 910, "text": "non-China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 921, "feats": null, "head": 2, "id": 39, "lemma": ".", "misc": "", "start_char": 920, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN count)) (VP (VBD came) (PP (IN to) (NP (NP (NNP China)) (, ,) (NP (CD 25)) (, ,) (NP (DT the) (NN world)) (, ,) (NP (CD 14))))) (. .)))" }, "speaker": null, "text": "The count came to China, 25, the world, 14.", "tokens": [ { "deprel": "det", "end_char": 925, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 922, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 931, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "count", "misc": "", "start_char": 926, "text": "count", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 936, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "come", "misc": "", "start_char": 932, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 939, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 937, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 945, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "China", "misc": "", "start_char": 940, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 947, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 946, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 950, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 7, "lemma": "25", "misc": "", "start_char": 948, "text": "25", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 952, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 951, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 956, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 953, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 962, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "world", "misc": "", "start_char": 957, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 964, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 963, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 967, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 12, "lemma": "14", "misc": "", "start_char": 965, "text": "14", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 969, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 968, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NNP Christmas)) (PRN (, ,) (S (NP (PRP I)) (VP (VBD realized))) (, ,)) (VP (VBD had) (VP (VBN become) (NP (NP (DT a) (NN holiday)) (VP (VBN made) (PP (IN by) (NP (DT the) (NNP Chinese))))))) (. .)))" }, "speaker": null, "text": "Christmas, I realized, had become a holiday made by the Chinese.", "tokens": [ { "deprel": "nsubj", "end_char": 979, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Christmas", "misc": "", "start_char": 970, "text": "Christmas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 981, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 980, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 983, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "I", "misc": "", "start_char": 982, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 992, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 7, "id": 4, "lemma": "realize", "misc": "", "start_char": 984, "text": "realized", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 994, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 993, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 998, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "have", "misc": "", "start_char": 995, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1005, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 7, "lemma": "become", "misc": "", "start_char": 999, "text": "become", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1007, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1006, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 1015, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "holiday", "misc": "", "start_char": 1008, "text": "holiday", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1020, "feats": "Tense=Past|VerbForm=Part", "head": 9, "id": 10, "lemma": "make", "misc": "", "start_char": 1016, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1023, "feats": null, "head": 13, "id": 11, "lemma": "by", "misc": "", "start_char": 1021, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1027, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1024, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 1035, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "Chinese", "misc": "", "start_char": 1028, "text": "Chinese", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1037, "feats": null, "head": 7, "id": 14, "lemma": ".", "misc": "", "start_char": 1036, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Suddenly)) (NP (PRP I)) (VP (VBD wanted) (NP (NNP China)) (ADVP (RB out))) (. .)))" }, "speaker": null, "text": "Suddenly I wanted China out.", "tokens": [ { "deprel": "advmod", "end_char": 1046, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "suddenly", "misc": "", "start_char": 1038, "text": "Suddenly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1048, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 1047, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1055, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "want", "misc": "", "start_char": 1049, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1061, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "China", "misc": "", "start_char": 1056, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound:prt", "end_char": 1065, "feats": null, "head": 3, "id": 5, "lemma": "out", "misc": "", "start_char": 1062, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1067, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 1066, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1069, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1068, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBD persuaded) (NP (PRP$ my) (NN husband)))) (, ,) (CC and) (S (PP (IN on) (NP (NNP Jan.) (CD 1) (NNP st))) (, ,) (NP (PRP we)) (VP (VBD started) (NP (NP (JJ a-year-long) (NN household) (NN embargo)) (PP (IN on) (NP (JJ Chinese) (NNS imports)))))) (. .)))" }, "speaker": null, "text": "I persuaded my husband, and on Jan. 1 st, we started a-year-long household embargo on Chinese imports.", "tokens": [ { "deprel": "nsubj", "end_char": 1071, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1070, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1081, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "persuade", "misc": "", "start_char": 1072, "text": "persuaded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 1084, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "my", "misc": "", "start_char": 1082, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1092, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "husband", "misc": "", "start_char": 1085, "text": "husband", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1094, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 1093, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1098, "feats": null, "head": 13, "id": 6, "lemma": "and", "misc": "", "start_char": 1095, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1101, "feats": null, "head": 8, "id": 7, "lemma": "on", "misc": "", "start_char": 1099, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1106, "feats": "Abbr=Yes|Number=Sing", "head": 13, "id": 8, "lemma": "January", "misc": "", "start_char": 1102, "text": "Jan.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 1108, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 9, "lemma": "1", "misc": "", "start_char": 1107, "text": "1", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 1111, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "st", "misc": "", "start_char": 1109, "text": "st", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1113, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 1112, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1116, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "we", "misc": "", "start_char": 1114, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1124, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 13, "lemma": "start", "misc": "", "start_char": 1117, "text": "started", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 1136, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "a-year-long", "misc": "", "start_char": 1125, "text": "a-year-long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1146, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "household", "misc": "", "start_char": 1137, "text": "household", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1154, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "embargo", "misc": "", "start_char": 1147, "text": "embargo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1157, "feats": null, "head": 19, "id": 17, "lemma": "on", "misc": "", "start_char": 1155, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1165, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "Chinese", "misc": "", "start_char": 1158, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1173, "feats": "Number=Plur", "head": 13, "id": 19, "lemma": "import", "misc": "", "start_char": 1166, "text": "imports", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1175, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 1174, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN idea)) (VP (VBD was) (RB n't) (S (VP (TO to) (VP (VB punish) (NP (NNP China)))))) (. .)))" }, "speaker": null, "text": "The idea wasn't to punish China.", "tokens": [ { "deprel": "det", "end_char": 1179, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1176, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 1184, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "idea", "misc": "", "start_char": 1180, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1188, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 1185, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1192, "feats": null, "head": 6, "id": 4, "lemma": "not", "misc": "", "start_char": 1189, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 1195, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1193, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 1202, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "punish", "misc": "", "start_char": 1196, "text": "punish", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1208, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "China", "misc": "", "start_char": 1203, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1210, "feats": null, "head": 6, "id": 8, "lemma": ".", "misc": "", "start_char": 1209, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP we)) (VP (VBD did) (RB n't) (VP (VB fool) (NP (PRP ourselves)) (PP (IN into) (S (NP (VBG thinking)) (SBAR (IN because) (S (NP (PRP we)) (VP (VBD wanted) (S (VP (TO to) (VP (VB measure) (SBAR (WHADVP (WRB how) (RB far)) (S (NP (PRP it)) (VP (VBD had) (VP (VBN pushed) (PRT (RP in)))))))))))))))) (. .)))" }, "speaker": null, "text": "And we didn't fool ourselves into thinking because we wanted to measure how far it had pushed in.", "tokens": [ { "deprel": "cc", "end_char": 1214, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 1211, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1217, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 2, "lemma": "we", "misc": "", "start_char": 1215, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1221, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 1218, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1225, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 1222, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1230, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "fool", "misc": "", "start_char": 1226, "text": "fool", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1240, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes", "head": 5, "id": 6, "lemma": "ourselves", "misc": "", "start_char": 1231, "text": "ourselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1245, "feats": null, "head": 8, "id": 7, "lemma": "into", "misc": "", "start_char": 1241, "text": "into", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1254, "feats": "VerbForm=Ger", "head": 5, "id": 8, "lemma": "think", "misc": "", "start_char": 1246, "text": "thinking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1262, "feats": null, "head": 11, "id": 9, "lemma": "because", "misc": "", "start_char": 1255, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1265, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 11, "id": 10, "lemma": "we", "misc": "", "start_char": 1263, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1272, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 11, "lemma": "want", "misc": "", "start_char": 1266, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1275, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1273, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1283, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "measure", "misc": "", "start_char": 1276, "text": "measure", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1287, "feats": "PronType=Int", "head": 15, "id": 14, "lemma": "how", "misc": "", "start_char": 1284, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advmod", "end_char": 1291, "feats": "Degree=Pos", "head": 18, "id": 15, "lemma": "far", "misc": "", "start_char": 1288, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1294, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 16, "lemma": "it", "misc": "", "start_char": 1292, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1298, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 17, "lemma": "have", "misc": "", "start_char": 1295, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1305, "feats": "Tense=Past|VerbForm=Part", "head": 13, "id": 18, "lemma": "push", "misc": "", "start_char": 1299, "text": "pushed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 1308, "feats": null, "head": 18, "id": 19, "lemma": "in", "misc": "", "start_char": 1306, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1310, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 1309, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBD wanted) (S (VP (TO to) (VP (VB know) (SBAR (WHNP (WP what)) (S (NP (PRP it)) (VP (MD would) (VP (VB take) (PP (IN in) (NP (NN time) (, ,) (NN money) (, ,) (CC and) (VB worry) (S (VP (TO to) (VP (VB kick) (NP (PRP$ our) (NNP China) (NN habit))))))))))))))) (. !)))" }, "speaker": null, "text": "We wanted to know what it would take in time, money, and worry to kick our China habit!", "tokens": [ { "deprel": "nsubj", "end_char": 1313, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 1311, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1320, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "want", "misc": "", "start_char": 1314, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1323, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 1321, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1328, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "know", "misc": "", "start_char": 1324, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1333, "feats": "PronType=Rel", "head": 8, "id": 5, "lemma": "what", "misc": "", "start_char": 1329, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1336, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "it", "misc": "", "start_char": 1334, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1342, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "would", "misc": "", "start_char": 1337, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1347, "feats": "VerbForm=Inf", "head": 4, "id": 8, "lemma": "take", "misc": "", "start_char": 1343, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1350, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 1348, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1355, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "time", "misc": "", "start_char": 1351, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1357, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 1356, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1363, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "money", "misc": "", "start_char": 1358, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1365, "feats": null, "head": 15, "id": 13, "lemma": ",", "misc": "", "start_char": 1364, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1369, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 1366, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1375, "feats": "VerbForm=Inf", "head": 8, "id": 15, "lemma": "worry", "misc": "", "start_char": 1370, "text": "worry", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1378, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1376, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1383, "feats": "VerbForm=Inf", "head": 15, "id": 17, "lemma": "kick", "misc": "", "start_char": 1379, "text": "kick", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1387, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "our", "misc": "", "start_char": 1384, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1393, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "China", "misc": "", "start_char": 1388, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1399, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "habit", "misc": "", "start_char": 1394, "text": "habit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1401, "feats": null, "head": 2, "id": 21, "lemma": "!", "misc": "", "start_char": 1400, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1403, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1402, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT the) (NN spring))) (, ,) (NP (PRP$ our) (JJ 4-year-old) (NN son)) (VP (VBD started) (NP (DT a) (NN campaign) (S (VP (TO to) (VP (VB support) (`` ``) (NP (NNP China) (NNS things)) ('' '')))))) (. .)))" }, "speaker": null, "text": "In the spring, our 4-year-old son started a campaign to support \"China things\".", "tokens": [ { "deprel": "case", "end_char": 1406, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 1404, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1410, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1407, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1417, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "spring", "misc": "", "start_char": 1411, "text": "spring", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1419, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 1418, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1423, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 5, "lemma": "our", "misc": "", "start_char": 1420, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1434, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "4-year-old", "misc": "", "start_char": 1424, "text": "4-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1438, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "son", "misc": "", "start_char": 1435, "text": "son", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1446, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "start", "misc": "", "start_char": 1439, "text": "started", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1448, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 1447, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1457, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "campaign", "misc": "", "start_char": 1449, "text": "campaign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1460, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 1458, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1468, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "support", "misc": "", "start_char": 1461, "text": "support", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1471, "feats": null, "head": 15, "id": 13, "lemma": "``", "misc": "", "start_char": 1469, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 1477, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "China", "misc": "", "start_char": 1472, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1484, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "thing", "misc": "", "start_char": 1478, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1487, "feats": null, "head": 15, "id": 16, "lemma": "''", "misc": "", "start_char": 1485, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1489, "feats": null, "head": 8, "id": 17, "lemma": ".", "misc": "", "start_char": 1488, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP It)) (VP (VBZ 's) (ADJP (RB too) (JJ long)) (PP (IN without) (NP (NNP China))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD cried)) (. .)))" }, "speaker": null, "text": "\"It's too long without China,\" he cried.", "tokens": [ { "deprel": "punct", "end_char": 1492, "feats": null, "head": 11, "id": 1, "lemma": "``", "misc": "", "start_char": 1490, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1495, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "it", "misc": "", "start_char": 1493, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1498, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1496, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1502, "feats": null, "head": 5, "id": 4, "lemma": "too", "misc": "", "start_char": 1499, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1507, "feats": "Degree=Pos", "head": 11, "id": 5, "lemma": "long", "misc": "", "start_char": 1503, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1515, "feats": null, "head": 7, "id": 6, "lemma": "without", "misc": "", "start_char": 1508, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1521, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "China", "misc": "", "start_char": 1516, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1523, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 1522, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1526, "feats": null, "head": 11, "id": 9, "lemma": "''", "misc": "", "start_char": 1524, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1529, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "he", "misc": "", "start_char": 1527, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1535, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "cry", "misc": "", "start_char": 1530, "text": "cried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1537, "feats": null, "head": 11, "id": 12, "lemma": ".", "misc": "", "start_char": 1536, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD kept) (PP (IN at) (NP (PRP me))) (NP (DT all) (NN day))) (. .)))" }, "speaker": null, "text": "He kept at me all day.", "tokens": [ { "deprel": "nsubj", "end_char": 1540, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1538, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1545, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "keep", "misc": "", "start_char": 1541, "text": "kept", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1548, "feats": null, "head": 4, "id": 3, "lemma": "at", "misc": "", "start_char": 1546, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1551, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 4, "lemma": "I", "misc": "", "start_char": 1549, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 1555, "feats": null, "head": 6, "id": 5, "lemma": "all", "misc": "", "start_char": 1552, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1559, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "day", "misc": "", "start_char": 1556, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1561, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 1560, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBP have) (VP (VBN discovered) (PP (IN for) (NP (PRP myself))) (SBAR (IN that) (S (NP (NNP China)) (VP (VBZ does) (RB n't) (VP (VB control) (NP (NP (DT every) (NN aspect)) (PP (IN of) (NP (PRP$ our) (JJ daily) (NNS lives))))))))))) (, ,) (CC but) (S (SBAR (IN if) (S (NP (PRP you)) (VP (VBP take) (NP (NP (DT a) (JJ close) (NN look)) (PP (IN at) (NP (NP (DT the) (NN underside)) (PP (IN of) (NP (NNS boxes)))))) (PP (IN in) (NP (DT the) (NN toy) (NN department)))))) (, ,) (NP (PRP I)) (VP (VBP promise) (SBAR (S (NP (PRP it)) (VP (MD will) (VP (VB give) (NP (PRP you)) (NP (NN pause)))))))) (. .)))" }, "speaker": null, "text": "I have discovered for myself that China doesn't control every aspect of our daily lives, but if you take a close look at the underside of boxes in the toy department, I promise it will give you pause.", "tokens": [ { "deprel": "nsubj", "end_char": 1563, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 1562, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1568, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 1564, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1579, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "discover", "misc": "", "start_char": 1569, "text": "discovered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1583, "feats": null, "head": 5, "id": 4, "lemma": "for", "misc": "", "start_char": 1580, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1590, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes", "head": 3, "id": 5, "lemma": "myself", "misc": "", "start_char": 1584, "text": "myself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1595, "feats": null, "head": 10, "id": 6, "lemma": "that", "misc": "", "start_char": 1591, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1601, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "China", "misc": "", "start_char": 1596, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1606, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "do", "misc": "", "start_char": 1602, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1610, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 1607, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1618, "feats": "VerbForm=Inf", "head": 3, "id": 10, "lemma": "control", "misc": "", "start_char": 1611, "text": "control", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1624, "feats": null, "head": 12, "id": 11, "lemma": "every", "misc": "", "start_char": 1619, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1631, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "aspect", "misc": "", "start_char": 1625, "text": "aspect", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1634, "feats": null, "head": 16, "id": 13, "lemma": "of", "misc": "", "start_char": 1632, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1638, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 16, "id": 14, "lemma": "our", "misc": "", "start_char": 1635, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1644, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "daily", "misc": "", "start_char": 1639, "text": "daily", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1650, "feats": "Number=Plur", "head": 12, "id": 16, "lemma": "life", "misc": "", "start_char": 1645, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1652, "feats": null, "head": 36, "id": 17, "lemma": ",", "misc": "", "start_char": 1651, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1656, "feats": null, "head": 36, "id": 18, "lemma": "but", "misc": "", "start_char": 1653, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1659, "feats": null, "head": 21, "id": 19, "lemma": "if", "misc": "", "start_char": 1657, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1663, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 21, "id": 20, "lemma": "you", "misc": "", "start_char": 1660, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1668, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 36, "id": 21, "lemma": "take", "misc": "", "start_char": 1664, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1670, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 1669, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1676, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "close", "misc": "", "start_char": 1671, "text": "close", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1681, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "look", "misc": "", "start_char": 1677, "text": "look", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1684, "feats": null, "head": 27, "id": 25, "lemma": "at", "misc": "", "start_char": 1682, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1688, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 26, "lemma": "the", "misc": "", "start_char": 1685, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1698, "feats": "Number=Sing", "head": 24, "id": 27, "lemma": "underside", "misc": "", "start_char": 1689, "text": "underside", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1701, "feats": null, "head": 29, "id": 28, "lemma": "of", "misc": "", "start_char": 1699, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1707, "feats": "Number=Plur", "head": 27, "id": 29, "lemma": "box", "misc": "", "start_char": 1702, "text": "boxes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1710, "feats": null, "head": 33, "id": 30, "lemma": "in", "misc": "", "start_char": 1708, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1714, "feats": "Definite=Def|PronType=Art", "head": 33, "id": 31, "lemma": "the", "misc": "", "start_char": 1711, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1718, "feats": "Number=Sing", "head": 33, "id": 32, "lemma": "toy", "misc": "", "start_char": 1715, "text": "toy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1729, "feats": "Number=Sing", "head": 29, "id": 33, "lemma": "department", "misc": "", "start_char": 1719, "text": "department", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1731, "feats": null, "head": 21, "id": 34, "lemma": ",", "misc": "", "start_char": 1730, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1733, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 36, "id": 35, "lemma": "I", "misc": "", "start_char": 1732, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1741, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 36, "lemma": "promise", "misc": "", "start_char": 1734, "text": "promise", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1744, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 39, "id": 37, "lemma": "it", "misc": "", "start_char": 1742, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1749, "feats": "VerbForm=Fin", "head": 39, "id": 38, "lemma": "will", "misc": "", "start_char": 1745, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1754, "feats": "VerbForm=Inf", "head": 36, "id": 39, "lemma": "give", "misc": "", "start_char": 1750, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 1758, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 39, "id": 40, "lemma": "you", "misc": "", "start_char": 1755, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 1764, "feats": "Number=Sing", "head": 39, "id": 41, "lemma": "pause", "misc": "", "start_char": 1759, "text": "pause", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1766, "feats": null, "head": 3, "id": 42, "lemma": ".", "misc": "", "start_char": 1765, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (`` ``) (SBAR (WHADVP (WRB When)) (S (NP (PRP we)) (VP (MD can) (VP (VB buy) (NP (NNP China)) (NP (NNS things)) (ADVP (RB again)))))) (. ?)))" }, "speaker": null, "text": "\"When we can buy China things again?", "tokens": [ { "deprel": "punct", "end_char": 1769, "feats": null, "head": 5, "id": 1, "lemma": "``", "misc": "", "start_char": 1767, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 1774, "feats": "PronType=Int", "head": 5, "id": 2, "lemma": "when", "misc": "", "start_char": 1770, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1777, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 3, "lemma": "we", "misc": "", "start_char": 1775, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1781, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "can", "misc": "", "start_char": 1778, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1785, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "buy", "misc": "", "start_char": 1782, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 1791, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "China", "misc": "", "start_char": 1786, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1798, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "thing", "misc": "", "start_char": 1792, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1804, "feats": null, "head": 5, "id": 8, "lemma": "again", "misc": "", "start_char": 1799, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1806, "feats": null, "head": 5, "id": 9, "lemma": "?", "misc": "", "start_char": 1805, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (VP (VB Let) (S (NP (PRP 's)) (ADVP (RB never)) (VP (VB stop)))) (. .) ('' '')))" }, "speaker": null, "text": "Let's never stop.\"", "tokens": [ { "deprel": "root", "end_char": 1810, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "let", "misc": "", "start_char": 1807, "text": "Let", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1813, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 1, "id": 2, "lemma": "we", "misc": "", "start_char": 1811, "text": "'s", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1819, "feats": null, "head": 4, "id": 3, "lemma": "never", "misc": "", "start_char": 1814, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1824, "feats": "VerbForm=Inf", "head": 1, "id": 4, "lemma": "stop", "misc": "", "start_char": 1820, "text": "stop", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1826, "feats": null, "head": 1, "id": 5, "lemma": ".", "misc": "", "start_char": 1825, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1829, "feats": null, "head": 1, "id": 6, "lemma": "''", "misc": "", "start_char": 1827, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ My) (NN son)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "My son said.", "tokens": [ { "deprel": "nmod:poss", "end_char": 1832, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 1830, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1836, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "son", "misc": "", "start_char": 1833, "text": "son", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1841, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 1837, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1843, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 1842, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1845, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1844, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (NP (DT a) (NN year)) (PP (IN without) (NP (NNP China))))) (NP (PRP I)) (VP (MD can) (VP (VB tell) (NP (PRP you)) (NP (NP (DT this)) (: :) (S (S (NP (PRP You)) (VP (MD can) (ADVP (RB still)) (VP (VB live) (PP (IN without) (NP (PRP it)))))) (, ,) (CC but) (S (NP (PRP it)) (VP (VBZ 's) (VP (VBG getting) (ADJP (JJR costlier)) (PP (IN by) (NP (DT the) (NN day)))))))))) (. .)))" }, "speaker": null, "text": "After a year without China I can tell you this: You can still live without it, but it's getting costlier by the day.", "tokens": [ { "deprel": "case", "end_char": 1851, "feats": null, "head": 3, "id": 1, "lemma": "after", "misc": "", "start_char": 1846, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1853, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1852, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1858, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "year", "misc": "", "start_char": 1854, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1866, "feats": null, "head": 5, "id": 4, "lemma": "without", "misc": "", "start_char": 1859, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1872, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "China", "misc": "", "start_char": 1867, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1874, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 6, "lemma": "I", "misc": "", "start_char": 1873, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1878, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "can", "misc": "", "start_char": 1875, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1883, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "tell", "misc": "", "start_char": 1879, "text": "tell", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 1887, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 8, "id": 9, "lemma": "you", "misc": "", "start_char": 1884, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 1892, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 10, "lemma": "this", "misc": "", "start_char": 1888, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 1894, "feats": null, "head": 8, "id": 11, "lemma": ":", "misc": "", "start_char": 1893, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 1898, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 15, "id": 12, "lemma": "you", "misc": "", "start_char": 1895, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1902, "feats": "VerbForm=Fin", "head": 15, "id": 13, "lemma": "can", "misc": "", "start_char": 1899, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1908, "feats": null, "head": 15, "id": 14, "lemma": "still", "misc": "", "start_char": 1903, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 1913, "feats": "VerbForm=Inf", "head": 8, "id": 15, "lemma": "live", "misc": "", "start_char": 1909, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1921, "feats": null, "head": 17, "id": 16, "lemma": "without", "misc": "", "start_char": 1914, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1924, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 17, "lemma": "it", "misc": "", "start_char": 1922, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1926, "feats": null, "head": 22, "id": 18, "lemma": ",", "misc": "", "start_char": 1925, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1930, "feats": null, "head": 22, "id": 19, "lemma": "but", "misc": "", "start_char": 1927, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1933, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 20, "lemma": "it", "misc": "", "start_char": 1931, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1936, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 1934, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 1944, "feats": "Tense=Pres|VerbForm=Part", "head": 8, "id": 22, "lemma": "get", "misc": "", "start_char": 1937, "text": "getting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 1953, "feats": "Degree=Cmp", "head": 22, "id": 23, "lemma": "costly", "misc": "", "start_char": 1945, "text": "costlier", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 1956, "feats": null, "head": 26, "id": 24, "lemma": "by", "misc": "", "start_char": 1954, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1960, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 1957, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1964, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "day", "misc": "", "start_char": 1961, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1966, "feats": null, "head": 8, "id": 27, "lemma": ".", "misc": "", "start_char": 1965, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (NP (DT a) (NN decade)) (PP (IN from) (ADVP (RB now)))) (NP (PRP I)) (VP (MD may) (RB not) (VP (VB be) (ADJP (JJ brave) (RB enough) (S (VP (TO to) (VP (VB try) (NP (PRP it)) (ADVP (RB again)))))))) (. .)))" }, "speaker": null, "text": "And a decade from now I may not be brave enough to try it again.", "tokens": [ { "deprel": "cc", "end_char": 1970, "feats": null, "head": 10, "id": 1, "lemma": "and", "misc": "", "start_char": 1967, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1972, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1971, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1979, "feats": "Number=Sing", "head": 10, "id": 3, "lemma": "decade", "misc": "", "start_char": 1973, "text": "decade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1984, "feats": null, "head": 5, "id": 4, "lemma": "from", "misc": "", "start_char": 1980, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1988, "feats": null, "head": 3, "id": 5, "lemma": "now", "misc": "", "start_char": 1985, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1990, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 6, "lemma": "I", "misc": "", "start_char": 1989, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1994, "feats": "VerbForm=Fin", "head": 10, "id": 7, "lemma": "may", "misc": "", "start_char": 1991, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1998, "feats": null, "head": 10, "id": 8, "lemma": "not", "misc": "", "start_char": 1995, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 2001, "feats": "VerbForm=Inf", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1999, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 2007, "feats": "Degree=Pos", "head": 0, "id": 10, "lemma": "brave", "misc": "", "start_char": 2002, "text": "brave", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 2014, "feats": null, "head": 10, "id": 11, "lemma": "enough", "misc": "", "start_char": 2008, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 2017, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 2015, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 2021, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "try", "misc": "", "start_char": 2018, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2024, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 14, "lemma": "it", "misc": "", "start_char": 2022, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 2030, "feats": null, "head": 13, "id": 15, "lemma": "again", "misc": "", "start_char": 2025, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2032, "feats": null, "head": 10, "id": 16, "lemma": ".", "misc": "", "start_char": 2031, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Last year, two days after Christmas, we kicked China out of the house. Not the country obviously, but bits of plastic, metal, and wood with the words "Made in China". We kept what we already had, but stopped bringing any more in. because it had coated our lives with toys, and useless stuff. Sometimes I worried about jobs sent overseas, but price triumphed over virtue at our house. We couldn't resist what China was selling. But on that dark Monday last year, an unease feeling washed over me as I sat on the sofa. It wasn't until then that I noticed a fact: China was taking over the place. It stared back at me from the empty screen of the television. I spied it in the pile of tennis shoes by the door. It glowed in the lights on the Christmas tree and watched me in the eyes of a doll lying on the floor, I slipped off the couch and sorted gifts into two piles: China and non-China. The count came to China, 25, the world, 14. Christmas, I realized, had become a holiday made by the Chinese. Suddenly I wanted China out. I persuaded my husband, and on Jan. 1 st, we started a-year-long household embargo on Chinese imports. The idea wasn't to punish China. And we didn't fool ourselves into thinking because we wanted to measure how far it had pushed in. We wanted to know what it would take in time, money, and worry to kick our China habit! In the spring, our 4-year-old son started a campaign to support "China things". "It's too long without China," he cried. He kept at me all day. I have discovered for myself that China doesn't control every aspect of our daily lives, but if you take a close look at the underside of boxes in the toy department, I promise it will give you pause. "When we can buy China things again? Let's never stop." My son said. After a year without China I can tell you this: You can still live without it, but it's getting costlier by the day. And a decade from now I may not be brave enough to try it again.
[ [ [ 0, 0, 1 ], [ 7, 5, 6 ] ], [ [ 0, 3, 6 ] ], [ [ 0, 13, 14 ], [ 4, 14, 15 ] ], [ [ 1, 1, 2 ], [ 12, 35, 35 ], [ 13, 4, 4 ], [ 15, 3, 3 ], [ 8, 11, 11 ], [ 0, 10, 10 ], [ 1, 20, 20 ], [ 5, 5, 5 ], [ 18, 6, 6 ], [ 20, 18, 18 ], [ 22, 13, 13 ], [ 23, 6, 6 ], [ 26, 5, 5 ], [ 25, 6, 6 ], [ 30, 4, 4 ], [ 30, 16, 16 ], [ 30, 19, 19 ] ], [ [ 1, 6, 21 ] ], [ [ 1, 15, 21 ] ], [ [ 1, 17, 21 ] ], [ [ 2, 2, 5 ] ], [ [ 2, 9, 12 ] ], [ [ 2, 10, 11 ] ], [ [ 3, 1, 1 ] ], [ [ 3, 4, 5 ] ], [ [ 3, 7, 7 ] ], [ [ 3, 10, 11 ] ], [ [ 3, 7, 11 ] ], [ [ 4, 4, 4 ] ], [ [ 4, 9, 9 ] ], [ [ 4, 12, 15 ] ], [ [ 5, 4, 7 ] ], [ [ 7, 8, 10 ] ], [ [ 7, 18, 19 ] ], [ [ 8, 4, 4 ] ], [ [ 8, 8, 9 ] ], [ [ 8, 15, 16 ] ], [ [ 10, 6, 11 ] ], [ [ 10, 10, 11 ] ], [ [ 11, 2, 2 ] ], [ [ 11, 10, 11 ] ], [ [ 12, 0, 0 ] ], [ [ 12, 3, 8 ] ], [ [ 12, 6, 8 ] ], [ [ 12, 7, 7 ], [ 14, 0, 0 ], [ 0, 6, 6 ] ], [ [ 12, 13, 21 ] ], [ [ 12, 16, 21 ] ], [ [ 12, 20, 21 ] ], [ [ 12, 26, 27 ] ], [ [ 12, 30, 30 ] ], [ [ 12, 32, 33 ] ], [ [ 13, 0, 1 ] ], [ [ 13, 6, 6 ] ], [ [ 13, 8, 9 ] ], [ [ 13, 11, 11 ] ], [ [ 14, 7, 12 ] ], [ [ 14, 11, 12 ] ], [ [ 17, 2, 3 ] ], [ [ 17, 7, 9 ] ], [ [ 17, 13, 18 ] ], [ [ 17, 17, 18 ] ], [ [ 18, 0, 1 ] ], [ [ 19, 7, 7 ] ], [ [ 19, 15, 15 ], [ 20, 5, 5 ] ], [ [ 20, 4, 11 ] ], [ [ 20, 9, 9 ] ], [ [ 20, 11, 11 ] ], [ [ 20, 9, 11 ] ], [ [ 20, 17, 19 ] ], [ [ 22, 1, 2 ] ], [ [ 22, 4, 4 ], [ 17, 11, 11 ], [ 19, 9, 9 ], [ 20, 0, 0 ], [ 19, 1, 1 ], [ 19, 5, 5 ], [ 0, 8, 8 ], [ 2, 0, 0 ], [ 2, 3, 3 ], [ 3, 4, 4 ], [ 5, 0, 0 ], [ 4, 14, 14 ], [ 20, 17, 17 ], [ 25, 13, 13 ], [ 26, 2, 2 ] ], [ [ 22, 8, 15 ] ], [ [ 22, 12, 15 ] ], [ [ 24, 4, 5 ] ], [ [ 25, 10, 15 ] ], [ [ 25, 13, 15 ] ], [ [ 25, 19, 19 ], [ 25, 39, 39 ], [ 30, 11, 11 ], [ 30, 8, 8 ] ], [ [ 25, 21, 23 ], [ 25, 36, 36 ] ], [ [ 25, 25, 32 ] ], [ [ 25, 28, 32 ] ], [ [ 25, 30, 32 ] ], [ [ 25, 31, 31 ] ], [ [ 26, 5, 6 ], [ 31, 13, 13 ] ], [ [ 28, 0, 1 ], [ 24, 0, 0 ], [ 22, 4, 6 ], [ 23, 9, 9 ] ], [ [ 30, 1, 2 ] ], [ [ 30, 5, 5 ], [ 31, 5, 5 ], [ 25, 0, 0 ], [ 25, 34, 34 ], [ 4, 1, 1 ], [ 8, 6, 6 ], [ 7, 13, 13 ], [ 7, 15, 15 ], [ 10, 4, 4 ], [ 11, 0, 0 ], [ 14, 2, 2 ], [ 15, 1, 1 ], [ 12, 11, 11 ], [ 12, 23, 23 ], [ 17, 0, 0 ], [ 17, 2, 2 ], [ 25, 4, 4 ], [ 24, 3, 3 ], [ 28, 0, 0 ] ], [ [ 30, 24, 25 ] ], [ [ 31, 1, 4 ] ], [ [ 31, 4, 4 ] ], [ [ 1, 8, 21 ] ], [ [ 7, 2, 4 ] ], [ [ 11, 4, 11 ] ], [ [ 11, 7, 11 ] ], [ [ 12, 37, 37 ] ], [ [ 12, 35, 37 ] ], [ [ 19, 13, 18 ] ], [ [ 27, 1, 1 ] ], [ [ 30, 9, 9 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36132
[ { "id": 1, "misc": { "parse_tree": "(ROOT (FRAG (NP (JJ Good) (NN morning)) (, ,) (NP (NN everyone)) (. !)))" }, "speaker": null, "text": "Good morning, everyone!", "tokens": [ { "deprel": "amod", "end_char": 4, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "good", "misc": "", "start_char": 0, "text": "Good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 12, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "morning", "misc": "", "start_char": 5, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 14, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 13, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "vocative", "end_char": 23, "feats": "Number=Sing|PronType=Tot", "head": 2, "id": 4, "lemma": "everyone", "misc": "", "start_char": 15, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 25, "feats": null, "head": 2, "id": 5, "lemma": "!", "misc": "", "start_char": 24, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (VP (UH Welcome) (PP (IN to) (NP (PRP$ our) (NN school)))) (. .)))" }, "speaker": null, "text": "Welcome to our school.", "tokens": [ { "deprel": "root", "end_char": 33, "feats": null, "head": 0, "id": 1, "lemma": "welcome", "misc": "", "start_char": 26, "text": "Welcome", "upos": "INTJ", "xpos": "UH" }, { "deprel": "case", "end_char": 36, "feats": null, "head": 4, "id": 2, "lemma": "to", "misc": "", "start_char": 34, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 40, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "our", "misc": "", "start_char": 37, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 47, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "school", "misc": "", "start_char": 41, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 49, "feats": null, "head": 1, "id": 5, "lemma": ".", "misc": "", "start_char": 48, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (NP (PRP you)) (VP (VBP are) (NP (NP (NNS students)) (PP (IN of) (NP (DT a) (JJ middle) (NN school))))) (. .)))" }, "speaker": null, "text": "Now you are students of a middle school.", "tokens": [ { "deprel": "advmod", "end_char": 53, "feats": null, "head": 4, "id": 1, "lemma": "now", "misc": "", "start_char": 50, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 57, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 54, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 61, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 58, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 70, "feats": "Number=Plur", "head": 0, "id": 4, "lemma": "student", "misc": "", "start_char": 62, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 73, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 71, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 75, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 74, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 82, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "middle", "misc": "", "start_char": 76, "text": "middle", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 89, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "school", "misc": "", "start_char": 83, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 91, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 90, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (PDT All) (DT the) (NNS things)) (ADVP (RB here))) (VP (VBP are) (ADJP (JJ new))) (. .)))" }, "speaker": null, "text": "All the things here are new.", "tokens": [ { "deprel": "det:predet", "end_char": 95, "feats": null, "head": 3, "id": 1, "lemma": "all", "misc": "", "start_char": 92, "text": "All", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 99, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 96, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 106, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "thing", "misc": "", "start_char": 100, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 111, "feats": "PronType=Dem", "head": 3, "id": 4, "lemma": "here", "misc": "", "start_char": 107, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 115, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 112, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 119, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "new", "misc": "", "start_char": 116, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 121, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 120, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN life)) (ADVP (RB here))) (VP (VBZ is) (ADJP (NP (DT a) (JJ little)) (JJ different))) (. .)))" }, "speaker": null, "text": "The life here is a little different.", "tokens": [ { "deprel": "det", "end_char": 125, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 122, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 130, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "life", "misc": "", "start_char": 126, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 135, "feats": "PronType=Dem", "head": 2, "id": 3, "lemma": "here", "misc": "", "start_char": 131, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 138, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 4, "lemma": "be", "misc": "", "start_char": 136, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 140, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 139, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 147, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "little", "misc": "", "start_char": 141, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 157, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "different", "misc": "", "start_char": 148, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 159, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 158, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP think) (SBAR (S (NP (PRP you)) (VP (MD must) (VP (VB know) (SBAR (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (MD can) (VP (VB do))))) (CC and) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (MD ca) (RB n't) (VP (VB do))))))))))) (. .)))" }, "speaker": null, "text": "I think you must know what you can do and what you can't do.", "tokens": [ { "deprel": "nsubj", "end_char": 161, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 160, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 167, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "think", "misc": "", "start_char": 162, "text": "think", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 171, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 3, "lemma": "you", "misc": "", "start_char": 168, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 176, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "must", "misc": "", "start_char": 172, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 181, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "know", "misc": "", "start_char": 177, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 186, "feats": "PronType=Rel", "head": 9, "id": 6, "lemma": "what", "misc": "", "start_char": 182, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 190, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 9, "id": 7, "lemma": "you", "misc": "", "start_char": 187, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 194, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "can", "misc": "", "start_char": 191, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 197, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "do", "misc": "", "start_char": 195, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 201, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 198, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "obj", "end_char": 206, "feats": "PronType=Rel", "head": 15, "id": 11, "lemma": "what", "misc": "", "start_char": 202, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 210, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 15, "id": 12, "lemma": "you", "misc": "", "start_char": 207, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 213, "feats": "VerbForm=Fin", "head": 15, "id": 13, "lemma": "can", "misc": "", "start_char": 211, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 217, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 214, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 220, "feats": "VerbForm=Inf", "head": 9, "id": 15, "lemma": "do", "misc": "", "start_char": 218, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 222, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 221, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (MD can) (VP (VB help) (S (NP (PRP you)) (VP (VP (VB study) (ADVP (RB well))) (CC and) (VP (VB live) (ADVP (RB happily))))))) (. .)))" }, "speaker": null, "text": "It can help you study well and live happily.", "tokens": [ { "deprel": "nsubj", "end_char": 225, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 223, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 229, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 226, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 234, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "help", "misc": "", "start_char": 230, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 238, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 3, "id": 4, "lemma": "you", "misc": "", "start_char": 235, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 244, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "study", "misc": "", "start_char": 239, "text": "study", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 249, "feats": "Degree=Pos", "head": 5, "id": 6, "lemma": "well", "misc": "", "start_char": 245, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 253, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 250, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 258, "feats": "VerbForm=Inf", "head": 5, "id": 8, "lemma": "live", "misc": "", "start_char": 254, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 266, "feats": null, "head": 8, "id": 9, "lemma": "happily", "misc": "", "start_char": 259, "text": "happily", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 268, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 267, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Here)) (VP (VBP are)) (NP (NP (DT some) (NNS rules)) (PP (IN of) (NP (PRP$ our) (NN school)))) (. .)))" }, "speaker": null, "text": "Here are some rules of our school.", "tokens": [ { "deprel": "root", "end_char": 273, "feats": "PronType=Dem", "head": 0, "id": 1, "lemma": "here", "misc": "", "start_char": 269, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 277, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 274, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 282, "feats": null, "head": 4, "id": 3, "lemma": "some", "misc": "", "start_char": 278, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 288, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "rule", "misc": "", "start_char": 283, "text": "rules", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 291, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 289, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 295, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "our", "misc": "", "start_char": 292, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 302, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "school", "misc": "", "start_char": 296, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 304, "feats": null, "head": 1, "id": 8, "lemma": ".", "misc": "", "start_char": 303, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 306, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 305, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (VBP have) (S (VP (TO to) (VP (VB come) (PP (IN to) (NP (NN school))) (PP (PP (IN from) (NP (NNP Monday))) (PP (IN to) (NP (NNP Friday)))))))) (. .)))" }, "speaker": null, "text": "You have to come to school from Monday to Friday.", "tokens": [ { "deprel": "nsubj", "end_char": 310, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 2, "id": 1, "lemma": "you", "misc": "", "start_char": 307, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 315, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "have", "misc": "", "start_char": 311, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 318, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 316, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 323, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "come", "misc": "", "start_char": 319, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 326, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 324, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 333, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "school", "misc": "", "start_char": 327, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 338, "feats": null, "head": 8, "id": 7, "lemma": "from", "misc": "", "start_char": 334, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 345, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "Monday", "misc": "", "start_char": 339, "text": "Monday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 348, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 346, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 355, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "Friday", "misc": "", "start_char": 349, "text": "Friday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 357, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 356, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD will) (VP (VB learn) (NP (NP (DT some) (JJ important) (NNS subjects)) (, ,) (PP (JJ such) (IN as) (NP (JJ Chinese) (, ,) (NN math) (, ,) (NNP English) (CC and) (NN science)))))) (. .)))" }, "speaker": null, "text": "You will learn some important subjects, such as Chinese, math, English and science.", "tokens": [ { "deprel": "nsubj", "end_char": 361, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 358, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 366, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 362, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 372, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "learn", "misc": "", "start_char": 367, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 377, "feats": null, "head": 6, "id": 4, "lemma": "some", "misc": "", "start_char": 373, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 387, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "important", "misc": "", "start_char": 378, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 396, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "subject", "misc": "", "start_char": 388, "text": "subjects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 398, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 397, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 403, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "such", "misc": "", "start_char": 399, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 406, "feats": null, "head": 8, "id": 9, "lemma": "as", "misc": "", "start_char": 404, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 414, "feats": "Degree=Pos", "head": 6, "id": 10, "lemma": "Chinese", "misc": "", "start_char": 407, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 416, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 415, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 421, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "math", "misc": "", "start_char": 417, "text": "math", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 423, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 422, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 431, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "English", "misc": "", "start_char": 424, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 435, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 432, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 443, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "science", "misc": "", "start_char": 436, "text": "science", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 445, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 444, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NNS Classes)) (VP (VBP begin) (PP (IN at) (NP (CD 8:00)))) (. .)))" }, "speaker": null, "text": "Classes begin at 8:00.", "tokens": [ { "deprel": "nsubj", "end_char": 453, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "class", "misc": "", "start_char": 446, "text": "Classes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 459, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "begin", "misc": "", "start_char": 454, "text": "begin", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 462, "feats": null, "head": 4, "id": 3, "lemma": "at", "misc": "", "start_char": 460, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 467, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 4, "lemma": "8:00", "misc": "", "start_char": 463, "text": "8:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 469, "feats": null, "head": 2, "id": 5, "lemma": ".", "misc": "", "start_char": 468, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (VBP have) (NP (CD four) (NNS classes)) (PP (IN in) (NP (DT the) (NN morning)))) (. .)))" }, "speaker": null, "text": "You have four classes in the morning.", "tokens": [ { "deprel": "nsubj", "end_char": 473, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 2, "id": 1, "lemma": "you", "misc": "", "start_char": 470, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 478, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "have", "misc": "", "start_char": 474, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 483, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "four", "misc": "", "start_char": 479, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 491, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "class", "misc": "", "start_char": 484, "text": "classes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 494, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 492, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 498, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 495, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 506, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "morning", "misc": "", "start_char": 499, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 508, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 507, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (VBP have) (NP (NN lunch)) (PP (IN in) (NP (DT the) (NN school) (NN dining) (NN hall)))) (. .)))" }, "speaker": null, "text": "You have lunch in the school dining hall.", "tokens": [ { "deprel": "nsubj", "end_char": 512, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 2, "id": 1, "lemma": "you", "misc": "", "start_char": 509, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 517, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "have", "misc": "", "start_char": 513, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 523, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "lunch", "misc": "", "start_char": 518, "text": "lunch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 526, "feats": null, "head": 8, "id": 4, "lemma": "in", "misc": "", "start_char": 524, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 530, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 5, "lemma": "the", "misc": "", "start_char": 527, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 537, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "school", "misc": "", "start_char": 531, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 544, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "dining", "misc": "", "start_char": 538, "text": "dining", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 549, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "hall", "misc": "", "start_char": 545, "text": "hall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 551, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 550, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD ca) (RB n't) (VP (VB eat) (PP (IN in) (NP (DT the) (NN classroom))))) (. .)))" }, "speaker": null, "text": "You can't eat in the classroom.", "tokens": [ { "deprel": "nsubj", "end_char": 555, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 1, "lemma": "you", "misc": "", "start_char": 552, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 558, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 556, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 562, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 559, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 566, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "eat", "misc": "", "start_char": 563, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 569, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 567, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 573, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 570, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 583, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "classroom", "misc": "", "start_char": 574, "text": "classroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 585, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 584, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (S (NP (NNS Classes)) (VP (VBP are) (ADVP (RB over)) (PP (IN at) (NP (CD 3:30))) (PP (IN in) (NP (DT the) (NN afternoon))))) (CC and) (S (ADVP (RB then)) (NP (PRP you)) (VP (MD can) (VP (VB join) (NP (PRP$ your) (JJ favorite) (NNS clubs)) (S (VP (TO to) (VP (VB have) (NP (NN fun)))))))) (. .)))" }, "speaker": null, "text": "Classes are over at 3:30 in the afternoon and then you can join your favorite clubs to have fun.", "tokens": [ { "deprel": "nsubj", "end_char": 593, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "class", "misc": "", "start_char": 586, "text": "Classes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 597, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 594, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 602, "feats": null, "head": 0, "id": 3, "lemma": "over", "misc": "", "start_char": 598, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 605, "feats": null, "head": 5, "id": 4, "lemma": "at", "misc": "", "start_char": 603, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 610, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 5, "lemma": "3:30", "misc": "", "start_char": 606, "text": "3:30", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 613, "feats": null, "head": 8, "id": 6, "lemma": "in", "misc": "", "start_char": 611, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 617, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 614, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 627, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "afternoon", "misc": "", "start_char": 618, "text": "afternoon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 631, "feats": null, "head": 13, "id": 9, "lemma": "and", "misc": "", "start_char": 628, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 636, "feats": "PronType=Dem", "head": 13, "id": 10, "lemma": "then", "misc": "", "start_char": 632, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 640, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 13, "id": 11, "lemma": "you", "misc": "", "start_char": 637, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 644, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "can", "misc": "", "start_char": 641, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 649, "feats": "VerbForm=Inf", "head": 3, "id": 13, "lemma": "join", "misc": "", "start_char": 645, "text": "join", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 654, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 16, "id": 14, "lemma": "your", "misc": "", "start_char": 650, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 663, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "favorite", "misc": "", "start_char": 655, "text": "favorite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 669, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "club", "misc": "", "start_char": 664, "text": "clubs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 672, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 670, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 677, "feats": "VerbForm=Inf", "head": 13, "id": 18, "lemma": "have", "misc": "", "start_char": 673, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 681, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "fun", "misc": "", "start_char": 678, "text": "fun", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 683, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 682, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD ca) (RB n't) (VP (VP (VB play) (NP (NNS balls))) (CC or) (VP (VB run) (PP (IN in) (NP (DT the) (NN classroom) (CC and) (NNS hallways)))))) (. .)))" }, "speaker": null, "text": "You can't play balls or run in the classroom and hallways.", "tokens": [ { "deprel": "nsubj", "end_char": 687, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 1, "lemma": "you", "misc": "", "start_char": 684, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 690, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 688, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 694, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 691, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 699, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "play", "misc": "", "start_char": 695, "text": "play", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 705, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "ball", "misc": "", "start_char": 700, "text": "balls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 708, "feats": null, "head": 7, "id": 6, "lemma": "or", "misc": "", "start_char": 706, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 712, "feats": "VerbForm=Inf", "head": 4, "id": 7, "lemma": "run", "misc": "", "start_char": 709, "text": "run", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 715, "feats": null, "head": 10, "id": 8, "lemma": "in", "misc": "", "start_char": 713, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 719, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 716, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 729, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "classroom", "misc": "", "start_char": 720, "text": "classroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 733, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 730, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 742, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "hallway", "misc": "", "start_char": 734, "text": "hallways", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 744, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 743, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD must) (RB n't) (VP (VB obey) (NP (DT these) (NNS rules)))) (. .)))" }, "speaker": null, "text": "You mustn't obey these rules.", "tokens": [ { "deprel": "nsubj", "end_char": 748, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 1, "lemma": "you", "misc": "", "start_char": 745, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 753, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "must", "misc": "", "start_char": 749, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 757, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 754, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 762, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "obey", "misc": "", "start_char": 758, "text": "obey", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 768, "feats": "Number=Plur|PronType=Dem", "head": 6, "id": 5, "lemma": "this", "misc": "", "start_char": 763, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 774, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "rule", "misc": "", "start_char": 769, "text": "rules", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 776, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 775, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (ADVP (RB really)) (VP (VBP hope) (SBAR (S (NP (PRP you)) (VP (MD will) (VP (VB have) (NP (DT a) (JJ happy) (NN life)) (ADVP (RB here))))))) (. .)))" }, "speaker": null, "text": "I really hope you will have a happy life here.", "tokens": [ { "deprel": "nsubj", "end_char": 778, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 777, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 785, "feats": null, "head": 3, "id": 2, "lemma": "really", "misc": "", "start_char": 779, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 790, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "hope", "misc": "", "start_char": 786, "text": "hope", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 794, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 6, "id": 4, "lemma": "you", "misc": "", "start_char": 791, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 799, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "will", "misc": "", "start_char": 795, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 804, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "have", "misc": "", "start_char": 800, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 806, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 805, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 812, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "happy", "misc": "", "start_char": 807, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 817, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "life", "misc": "", "start_char": 813, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 822, "feats": "PronType=Dem", "head": 6, "id": 10, "lemma": "here", "misc": "", "start_char": 818, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 824, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 823, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (VP (VBP Thank) (NP (PRP you))) (. .)))" }, "speaker": null, "text": "Thank you.", "tokens": [ { "deprel": "root", "end_char": 830, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 1, "lemma": "thank", "misc": "", "start_char": 825, "text": "Thank", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 834, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 1, "id": 2, "lemma": "you", "misc": "", "start_char": 831, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 836, "feats": null, "head": 1, "id": 3, "lemma": ".", "misc": "", "start_char": 835, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Good morning, everyone! Welcome to our school. Now you are students of a middle school. All the things here are new. The life here is a little different. I think you must know what you can do and what you can't do. It can help you study well and live happily. Here are some rules of our school. You have to come to school from Monday to Friday. You will learn some important subjects, such as Chinese, math, English and science. Classes begin at 8:00. You have four classes in the morning. You have lunch in the school dining hall. You can't eat in the classroom. Classes are over at 3:30 in the afternoon and then you can join your favorite clubs to have fun. You can't play balls or run in the classroom and hallways. You mustn't obey these rules. I really hope you will have a happy life here. Thank you.
[ [ [ 0, 3, 3 ], [ 2, 1, 1 ], [ 2, 3, 7 ], [ 5, 2, 2 ], [ 5, 6, 6 ], [ 5, 11, 11 ], [ 19, 1, 1 ], [ 18, 3, 3 ], [ 12, 0, 0 ], [ 13, 0, 0 ], [ 14, 0, 0 ], [ 16, 0, 0 ], [ 17, 0, 0 ], [ 15, 13, 13 ], [ 15, 10, 10 ], [ 9, 0, 0 ], [ 10, 0, 0 ], [ 6, 3, 3 ] ], [ [ 2, 5, 7 ] ], [ [ 3, 0, 3 ] ], [ [ 4, 0, 2 ] ], [ [ 5, 5, 14 ] ], [ [ 6, 0, 0 ] ], [ [ 7, 5, 5 ], [ 1, 2, 2 ] ], [ [ 9, 7, 7 ] ], [ [ 9, 9, 9 ] ], [ [ 10, 3, 15 ] ], [ [ 10, 9, 9 ] ], [ [ 10, 11, 11 ] ], [ [ 10, 13, 13 ] ], [ [ 10, 15, 15 ] ], [ [ 11, 0, 0 ], [ 15, 0, 0 ] ], [ [ 12, 2, 3 ] ], [ [ 12, 5, 6 ] ], [ [ 13, 2, 2 ] ], [ [ 13, 4, 7 ] ], [ [ 14, 5, 6 ], [ 16, 8, 9 ] ], [ [ 15, 6, 7 ] ], [ [ 15, 13, 15 ] ], [ [ 15, 18, 18 ] ], [ [ 16, 4, 4 ] ], [ [ 17, 4, 5 ], [ 7, 2, 6 ] ], [ [ 18, 0, 0 ], [ 5, 0, 0 ] ], [ [ 18, 6, 8 ] ], [ [ 0, 0, 1 ] ], [ [ 2, 0, 0 ] ], [ [ 5, 5, 8 ] ], [ [ 5, 10, 14 ] ], [ [ 10, 9, 15 ] ], [ [ 11, 3, 3 ] ], [ [ 13, 5, 5 ], [ 9, 5, 5 ], [ 1, 2, 3 ], [ 7, 5, 6 ] ], [ [ 15, 9, 9 ] ], [ [ 15, 4, 4 ] ], [ [ 16, 11, 11 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36133
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (VBP use) (NP (NN money)) (S (VP (TO to) (VP (VB buy) (NP (NN food) (, ,) (NN furniture) (, ,) (NNS books) (, ,) (NNS bicycles) (CC and) (NP (NP (NP (NNS hundreds)) (PP (IN of) (NP (JJ other) (NNS things)))) (SBAR (S (NP (PRP they)) (VP (VBP need) (CC or) (VBP want)))))))))) (. .)))" }, "speaker": null, "text": "People use money to buy food, furniture, books, bicycles and hundreds of other things they need or want.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "person", "misc": "", "start_char": 0, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "use", "misc": "", "start_char": 7, "text": "use", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 16, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "money", "misc": "", "start_char": 11, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 19, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 17, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 23, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "buy", "misc": "", "start_char": 20, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 28, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "food", "misc": "", "start_char": 24, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 30, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 29, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 40, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "furniture", "misc": "", "start_char": 31, "text": "furniture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 42, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 41, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 48, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "book", "misc": "", "start_char": 43, "text": "books", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 50, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 49, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 59, "feats": "Number=Plur", "head": 6, "id": 12, "lemma": "bicycle", "misc": "", "start_char": 51, "text": "bicycles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 63, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 60, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 72, "feats": "Number=Plur", "head": 6, "id": 14, "lemma": "hundred", "misc": "", "start_char": 64, "text": "hundreds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 75, "feats": null, "head": 17, "id": 15, "lemma": "of", "misc": "", "start_char": 73, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 81, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "other", "misc": "", "start_char": 76, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 88, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "thing", "misc": "", "start_char": 82, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 93, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 19, "id": 18, "lemma": "they", "misc": "", "start_char": 89, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 98, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 19, "lemma": "need", "misc": "", "start_char": 94, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "cc", "end_char": 101, "feats": null, "head": 21, "id": 20, "lemma": "or", "misc": "", "start_char": 99, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 106, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 21, "lemma": "want", "misc": "", "start_char": 102, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 108, "feats": null, "head": 2, "id": 22, "lemma": ".", "misc": "", "start_char": 107, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (NP (JJS Most)) (PP (IN of) (NP (DT the) (NN money)))) (NP (NN today))) (VP (VBZ is) (VP (VBN made) (PP (IN of) (NP (NN metal) (CC or) (NN paper))))) (. .)))" }, "speaker": null, "text": "Most of the money today is made of metal or paper.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 113, "feats": "Degree=Sup", "head": 7, "id": 1, "lemma": "most", "misc": "", "start_char": 109, "text": "Most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 116, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 114, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 120, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 117, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 126, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "money", "misc": "", "start_char": 121, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl:tmod", "end_char": 132, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "today", "misc": "", "start_char": 127, "text": "today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 135, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 133, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 140, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "make", "misc": "", "start_char": 136, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 143, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 141, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 149, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "metal", "misc": "", "start_char": 144, "text": "metal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 152, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 150, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 158, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "paper", "misc": "", "start_char": 153, "text": "paper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 160, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 159, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NNS people)) (VP (VBD used) (S (VP (TO to) (VP (VB use) (NP (NP (DT all) (NNS kinds)) (PP (IN of) (NP (NNS things)))) (PP (IN as) (NP (NN money))))))) (. .)))" }, "speaker": null, "text": "But people used to use all kinds of things as money.", "tokens": [ { "deprel": "cc", "end_char": 164, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 161, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 171, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 165, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 176, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "use", "misc": "", "start_char": 172, "text": "used", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 179, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 177, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 183, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "use", "misc": "", "start_char": 180, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 187, "feats": null, "head": 7, "id": 6, "lemma": "all", "misc": "", "start_char": 184, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 193, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "kind", "misc": "", "start_char": 188, "text": "kinds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 196, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 194, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 203, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "thing", "misc": "", "start_char": 197, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 206, "feats": null, "head": 11, "id": 10, "lemma": "as", "misc": "", "start_char": 204, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 212, "feats": "Number=Sing", "head": 5, "id": 11, "lemma": "money", "misc": "", "start_char": 207, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 214, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 213, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD One)) (PP (IN of) (NP (NP (DT the) (JJ first) (NNS kinds)) (PP (IN of) (NP (NN money)))))) (VP (VBD was) (NP (NNS shells))) (. .)))" }, "speaker": null, "text": "One of the first kinds of money was shells.", "tokens": [ { "deprel": "nsubj", "end_char": 218, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 1, "lemma": "one", "misc": "", "start_char": 215, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 221, "feats": null, "head": 5, "id": 2, "lemma": "of", "misc": "", "start_char": 219, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 225, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 222, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 231, "feats": "Degree=Pos|NumType=Ord", "head": 5, "id": 4, "lemma": "first", "misc": "", "start_char": 226, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 237, "feats": "Number=Plur", "head": 1, "id": 5, "lemma": "kind", "misc": "", "start_char": 232, "text": "kinds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 240, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 238, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 246, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "money", "misc": "", "start_char": 241, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 250, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 247, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 257, "feats": "Number=Plur", "head": 0, "id": 9, "lemma": "shell", "misc": "", "start_char": 251, "text": "shells", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 259, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 258, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NNS Shells)) (VP (VBD were) (RB not) (NP (NP (DT the) (JJ only) (NNS things)) (VP (VBN used) (PP (IN as) (NP (NN money)))))) (. .)))" }, "speaker": null, "text": "Shells were not the only things used as money.", "tokens": [ { "deprel": "nsubj", "end_char": 266, "feats": "Number=Plur", "head": 6, "id": 1, "lemma": "shell", "misc": "", "start_char": 260, "text": "Shells", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 271, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 267, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 275, "feats": null, "head": 6, "id": 3, "lemma": "not", "misc": "", "start_char": 272, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 279, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 276, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 284, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "only", "misc": "", "start_char": 280, "text": "only", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 291, "feats": "Number=Plur", "head": 0, "id": 6, "lemma": "thing", "misc": "", "start_char": 285, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 296, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 7, "lemma": "use", "misc": "", "start_char": 292, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 299, "feats": null, "head": 9, "id": 8, "lemma": "as", "misc": "", "start_char": 297, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 305, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "money", "misc": "", "start_char": 300, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 307, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 306, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NNP China))) (, ,) (NP (NN cloth) (CC and) (NNS knives)) (VP (VBD were) (VP (VBN used))) (. .)))" }, "speaker": null, "text": "In China, cloth and knives were used.", "tokens": [ { "deprel": "case", "end_char": 310, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 308, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 316, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "China", "misc": "", "start_char": 311, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 318, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 317, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 324, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "cloth", "misc": "", "start_char": 319, "text": "cloth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 328, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 325, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 335, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "knife", "misc": "", "start_char": 329, "text": "knives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 340, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 336, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 345, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 8, "lemma": "use", "misc": "", "start_char": 341, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 347, "feats": null, "head": 8, "id": 9, "lemma": ".", "misc": "", "start_char": 346, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT the) (NNP Philippine) (NNPS Islands))) (, ,) (NP (NN rice)) (VP (VBD was) (VP (VBN used) (PP (IN as) (NP (NN money))) (PP (IN for) (NP (DT a) (JJ long) (NN time))))) (. .)))" }, "speaker": null, "text": "In the Philippine Islands, rice was used as money for a long time.", "tokens": [ { "deprel": "case", "end_char": 350, "feats": null, "head": 4, "id": 1, "lemma": "in", "misc": "", "start_char": 348, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 354, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 351, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 365, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "philippine", "misc": "", "start_char": 355, "text": "Philippine", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 373, "feats": "Number=Plur", "head": 8, "id": 4, "lemma": "Island", "misc": "", "start_char": 366, "text": "Islands", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 375, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 374, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 380, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "rice", "misc": "", "start_char": 376, "text": "rice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 384, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 381, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 389, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 8, "lemma": "use", "misc": "", "start_char": 385, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 392, "feats": null, "head": 10, "id": 9, "lemma": "as", "misc": "", "start_char": 390, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 398, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "money", "misc": "", "start_char": 393, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 402, "feats": null, "head": 14, "id": 11, "lemma": "for", "misc": "", "start_char": 399, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 404, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 403, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 409, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "long", "misc": "", "start_char": 405, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 414, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "time", "misc": "", "start_char": 410, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 416, "feats": null, "head": 8, "id": 15, "lemma": ".", "misc": "", "start_char": 415, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (NN Elephant) (NNS tusks)) (, ,) (NP (NN monkey) (NNS tails)) (, ,) (CC and) (NP (NN salt))) (VP (VBD were) (VP (VBN used) (PP (IN as) (NP (NN money))) (PP (IN in) (NP (NP (NNS parts)) (PP (IN of) (NP (NNP Africa))))))) (. .)))" }, "speaker": null, "text": "Elephant tusks, monkey tails, and salt were used as money in parts of Africa.", "tokens": [ { "deprel": "compound", "end_char": 425, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "elephant", "misc": "", "start_char": 417, "text": "Elephant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 431, "feats": "Number=Plur", "head": 10, "id": 2, "lemma": "tusk", "misc": "", "start_char": 426, "text": "tusks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 433, "feats": null, "head": 5, "id": 3, "lemma": ",", "misc": "", "start_char": 432, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 440, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "monkey", "misc": "", "start_char": 434, "text": "monkey", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 446, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "tail", "misc": "", "start_char": 441, "text": "tails", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 448, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 447, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 452, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 449, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 457, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "salt", "misc": "", "start_char": 453, "text": "salt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 462, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 458, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 467, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "use", "misc": "", "start_char": 463, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 470, "feats": null, "head": 12, "id": 11, "lemma": "as", "misc": "", "start_char": 468, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 476, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "money", "misc": "", "start_char": 471, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 479, "feats": null, "head": 14, "id": 13, "lemma": "in", "misc": "", "start_char": 477, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 485, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "part", "misc": "", "start_char": 480, "text": "parts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 488, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 486, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 495, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "Africa", "misc": "", "start_char": 489, "text": "Africa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 497, "feats": null, "head": 10, "id": 17, "lemma": ".", "misc": "", "start_char": 496, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 499, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 498, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (DT Some) (NNS animals)) (VP (VBD were) (VP (VBN used) (PP (IN as) (NP (NN money))) (ADVP (RB too)))) (. .)))" }, "speaker": null, "text": "Some animals were used as money too.", "tokens": [ { "deprel": "det", "end_char": 504, "feats": null, "head": 2, "id": 1, "lemma": "some", "misc": "", "start_char": 500, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 512, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "animal", "misc": "", "start_char": 505, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 517, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 513, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 522, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "use", "misc": "", "start_char": 518, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 525, "feats": null, "head": 6, "id": 5, "lemma": "as", "misc": "", "start_char": 523, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 531, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "money", "misc": "", "start_char": 526, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 535, "feats": null, "head": 4, "id": 7, "lemma": "too", "misc": "", "start_char": 532, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 537, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 536, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ first) (NN metal) (NNS coins)) (VP (VBD were) (VP (VBN made) (PP (IN in) (NP (NNP China))))) (. .)))" }, "speaker": null, "text": "The first metal coins were made in China.", "tokens": [ { "deprel": "det", "end_char": 541, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 538, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 547, "feats": "Degree=Pos|NumType=Ord", "head": 4, "id": 2, "lemma": "first", "misc": "", "start_char": 542, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 553, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "metal", "misc": "", "start_char": 548, "text": "metal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 559, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "coin", "misc": "", "start_char": 554, "text": "coins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 564, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 560, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 569, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "make", "misc": "", "start_char": 565, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 572, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 570, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 578, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "China", "misc": "", "start_char": 573, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 580, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 579, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VP (VBD were) (ADVP (RB round))) (CC and) (VP (VBD had) (NP (DT a) (JJ square) (NN hole)) (PP (IN in) (NP (DT the) (NN center))))) (. .)))" }, "speaker": null, "text": "They were round and had a square hole in the center.", "tokens": [ { "deprel": "nsubj", "end_char": 585, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 581, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 590, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 586, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 596, "feats": null, "head": 0, "id": 3, "lemma": "round", "misc": "", "start_char": 591, "text": "round", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 600, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 597, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 604, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 5, "lemma": "have", "misc": "", "start_char": 601, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 606, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 605, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 613, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "square", "misc": "", "start_char": 607, "text": "square", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 618, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "hole", "misc": "", "start_char": 614, "text": "hole", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 621, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 619, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 625, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 622, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 632, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "center", "misc": "", "start_char": 626, "text": "center", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 634, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 633, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (VP (VBD strung) (NP (PRP them)) (ADVP (RB together))) (CC and) (VP (VBD carried) (NP (PRP them)) (PP (IN from) (NP (NP (NN place)) (SBAR (S (VP (TO to) (VP (VB place))))))))) (. .)))" }, "speaker": null, "text": "People strung them together and carried them from place to place.", "tokens": [ { "deprel": "nsubj", "end_char": 641, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "person", "misc": "", "start_char": 635, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 648, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "string", "misc": "", "start_char": 642, "text": "strung", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 653, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "they", "misc": "", "start_char": 649, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 662, "feats": null, "head": 2, "id": 4, "lemma": "together", "misc": "", "start_char": 654, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 666, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 663, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 674, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "carry", "misc": "", "start_char": 667, "text": "carried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 679, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "they", "misc": "", "start_char": 675, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 684, "feats": null, "head": 9, "id": 8, "lemma": "from", "misc": "", "start_char": 680, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 690, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "place", "misc": "", "start_char": 685, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 693, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 691, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 699, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "place", "misc": "", "start_char": 694, "text": "place", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 701, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 700, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJ first) (NNS coins)) (PP (IN in) (NP (NNP England)))) (VP (VBD were) (VP (VBN made) (PP (IN of) (NP (NN tin))))) (. .)))" }, "speaker": null, "text": "The first coins in England were made of tin.", "tokens": [ { "deprel": "det", "end_char": 705, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 702, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 711, "feats": "Degree=Pos|NumType=Ord", "head": 3, "id": 2, "lemma": "first", "misc": "", "start_char": 706, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 717, "feats": "Number=Plur", "head": 7, "id": 3, "lemma": "coin", "misc": "", "start_char": 712, "text": "coins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 720, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 718, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 728, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "England", "misc": "", "start_char": 721, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 733, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 729, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 738, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "make", "misc": "", "start_char": 734, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 741, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 739, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 745, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "tin", "misc": "", "start_char": 742, "text": "tin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 747, "feats": null, "head": 7, "id": 10, "lemma": ".", "misc": "", "start_char": 746, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NNP Sweden) (CC and) (NNP Russia)) (VP (VBD used) (NP (NN copper)) (S (VP (TO to) (VP (VB make) (NP (PRP$ their) (NN money)))))) (. .)))" }, "speaker": null, "text": "Sweden and Russia used copper to make their money.", "tokens": [ { "deprel": "nsubj", "end_char": 754, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Sweden", "misc": "", "start_char": 748, "text": "Sweden", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 758, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 755, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 765, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Russia", "misc": "", "start_char": 759, "text": "Russia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 770, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "use", "misc": "", "start_char": 766, "text": "used", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 777, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "copper", "misc": "", "start_char": 771, "text": "copper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 780, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 778, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 785, "feats": "VerbForm=Inf", "head": 4, "id": 7, "lemma": "make", "misc": "", "start_char": 781, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 791, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "their", "misc": "", "start_char": 786, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 797, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "money", "misc": "", "start_char": 792, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 799, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 798, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (ADVP (JJR Later)) (NP (NNS countries)) (VP (VBD began) (S (VP (TO to) (VP (VB make) (NP (NP (NNS coins)) (PP (IN of) (NP (NN gold) (CC and) (NN silver)))))))) (. .)))" }, "speaker": null, "text": "Later countries began to make coins of gold and silver.", "tokens": [ { "deprel": "amod", "end_char": 805, "feats": "Degree=Cmp", "head": 2, "id": 1, "lemma": "late", "misc": "", "start_char": 800, "text": "Later", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 815, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "country", "misc": "", "start_char": 806, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 821, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "begin", "misc": "", "start_char": 816, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 824, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 822, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 829, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "make", "misc": "", "start_char": 825, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 835, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "coin", "misc": "", "start_char": 830, "text": "coins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 838, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 836, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 843, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "gold", "misc": "", "start_char": 839, "text": "gold", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 847, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 844, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 854, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "silver", "misc": "", "start_char": 848, "text": "silver", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 856, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 855, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 858, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 857, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (ADVP (RBR Later)) (NP (DT the) (NNPS Chinese)) (VP (VBD thought) (PP (IN of) (NP (NP (DT a) (NN way)) (SBAR (S (VP (TO to) (VP (VB improve) (NP (NN money))))))))) (. .)))" }, "speaker": null, "text": "Later the Chinese thought of a way to improve money.", "tokens": [ { "deprel": "advmod", "end_char": 864, "feats": "Degree=Cmp", "head": 4, "id": 1, "lemma": "late", "misc": "", "start_char": 859, "text": "Later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "det", "end_char": 868, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 865, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 876, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "Chinese", "misc": "", "start_char": 869, "text": "Chinese", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "root", "end_char": 884, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "think", "misc": "", "start_char": 877, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 887, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 885, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 889, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 888, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 893, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "way", "misc": "", "start_char": 890, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 896, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 894, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 904, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "improve", "misc": "", "start_char": 897, "text": "improve", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 910, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "money", "misc": "", "start_char": 905, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 912, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 911, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBD began) (S (VP (TO to) (VP (VB use) (NP (NN paper) (NN money)))))) (. .)))" }, "speaker": null, "text": "They began to use paper money.", "tokens": [ { "deprel": "nsubj", "end_char": 917, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 913, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 923, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "begin", "misc": "", "start_char": 918, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 926, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 924, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 930, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "use", "misc": "", "start_char": 927, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 936, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "paper", "misc": "", "start_char": 931, "text": "paper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 942, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "money", "misc": "", "start_char": 937, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 944, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 943, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (NN Money)) (VP (VBZ has) (VP (VBN had) (NP (NP (DT an) (JJ interesting) (NN history)) (PP (IN from) (NP (NP (DT the) (NNS days)) (PP (IN of) (NP (NN shell) (NN money)))))) (PP (IN until) (NP (NN today))))) (. .)))" }, "speaker": null, "text": "Money has had an interesting history from the days of shell money until today.", "tokens": [ { "deprel": "nsubj", "end_char": 950, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "money", "misc": "", "start_char": 945, "text": "Money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 954, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 951, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 958, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 955, "text": "had", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 961, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 959, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 973, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "interesting", "misc": "", "start_char": 962, "text": "interesting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 981, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "history", "misc": "", "start_char": 974, "text": "history", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 986, "feats": null, "head": 9, "id": 7, "lemma": "from", "misc": "", "start_char": 982, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 990, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 987, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 995, "feats": "Number=Plur", "head": 3, "id": 9, "lemma": "day", "misc": "", "start_char": 991, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 998, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 996, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1004, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "shell", "misc": "", "start_char": 999, "text": "shell", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1010, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "money", "misc": "", "start_char": 1005, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1016, "feats": null, "head": 14, "id": 13, "lemma": "until", "misc": "", "start_char": 1011, "text": "until", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1022, "feats": "Number=Sing", "head": 3, "id": 14, "lemma": "today", "misc": "", "start_char": 1017, "text": "today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1024, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 1023, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
People use money to buy food, furniture, books, bicycles and hundreds of other things they need or want. Most of the money today is made of metal or paper. But people used to use all kinds of things as money. One of the first kinds of money was shells. Shells were not the only things used as money. In China, cloth and knives were used. In the Philippine Islands, rice was used as money for a long time. Elephant tusks, monkey tails, and salt were used as money in parts of Africa. Some animals were used as money too. The first metal coins were made in China. They were round and had a square hole in the center. People strung them together and carried them from place to place. The first coins in England were made of tin. Sweden and Russia used copper to make their money. Later countries began to make coins of gold and silver. Later the Chinese thought of a way to improve money. They began to use paper money. Money has had an interesting history from the days of shell money until today.
[ [ [ 0, 2, 2 ], [ 2, 10, 10 ], [ 3, 6, 6 ], [ 4, 8, 8 ], [ 6, 9, 9 ], [ 7, 11, 11 ], [ 9, 5, 5 ], [ 17, 9, 9 ], [ 19, 0, 0 ] ], [ [ 0, 5, 5 ] ], [ [ 0, 7, 7 ] ], [ [ 0, 9, 9 ] ], [ [ 0, 11, 11 ] ], [ [ 0, 13, 20 ] ], [ [ 0, 17, 17 ], [ 2, 1, 1 ], [ 0, 0, 0 ], [ 12, 0, 0 ] ], [ [ 1, 4, 4 ], [ 19, 13, 13 ] ], [ [ 1, 8, 8 ] ], [ [ 1, 8, 10 ] ], [ [ 2, 5, 8 ] ], [ [ 2, 8, 8 ] ], [ [ 3, 0, 6 ] ], [ [ 3, 2, 6 ] ], [ [ 3, 8, 8 ], [ 4, 0, 0 ] ], [ [ 5, 1, 1 ], [ 10, 7, 7 ] ], [ [ 5, 3, 3 ] ], [ [ 5, 5, 5 ] ], [ [ 5, 3, 5 ] ], [ [ 6, 1, 3 ] ], [ [ 6, 5, 5 ] ], [ [ 6, 11, 13 ] ], [ [ 7, 0, 1 ] ], [ [ 7, 3, 4 ] ], [ [ 7, 7, 7 ] ], [ [ 7, 0, 7 ] ], [ [ 7, 13, 15 ] ], [ [ 7, 15, 15 ] ], [ [ 9, 0, 1 ] ], [ [ 10, 0, 3 ], [ 11, 0, 0 ], [ 12, 2, 2 ], [ 12, 6, 6 ] ], [ [ 11, 5, 7 ] ], [ [ 11, 9, 10 ] ], [ [ 12, 8, 8 ], [ 12, 10, 10 ] ], [ [ 13, 4, 4 ] ], [ [ 13, 8, 8 ] ], [ [ 14, 0, 0 ] ], [ [ 14, 2, 2 ] ], [ [ 14, 0, 2 ], [ 14, 7, 7 ] ], [ [ 14, 4, 4 ] ], [ [ 14, 7, 8 ] ], [ [ 15, 5, 5 ] ], [ [ 15, 7, 7 ] ], [ [ 15, 9, 9 ] ], [ [ 15, 7, 9 ] ], [ [ 17, 1, 2 ], [ 18, 0, 0 ] ], [ [ 18, 4, 5 ] ], [ [ 19, 3, 5 ] ], [ [ 19, 7, 11 ] ], [ [ 0, 15, 20 ] ], [ [ 1, 0, 4 ] ], [ [ 1, 2, 4 ] ], [ [ 18, 4, 4 ], [ 1, 10, 10 ] ], [ [ 19, 10, 10 ] ], [ [ 19, 10, 11 ] ], [ [ 4, 3, 8 ] ], [ [ 7, 0, 0 ] ], [ [ 7, 3, 3 ] ], [ [ 10, 2, 2 ] ], [ [ 13, 0, 4 ] ], [ [ 15, 1, 1 ] ], [ [ 17, 5, 9 ] ], [ [ 0, 5, 20 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36134
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SQ (VBP Have) (NP (PRP you)) (ADVP (RB ever)) (VP (VBN been) (PP (IN to) (NP (DT the) (VBG following) (NNS places)))) (. ?)))" }, "speaker": null, "text": "Have you ever been to the following places?", "tokens": [ { "deprel": "aux", "end_char": 4, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 8, "id": 1, "lemma": "have", "misc": "", "start_char": 0, "text": "Have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 8, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 8, "id": 2, "lemma": "you", "misc": "", "start_char": 5, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 13, "feats": null, "head": 8, "id": 3, "lemma": "ever", "misc": "", "start_char": 9, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 18, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 4, "lemma": "be", "misc": "", "start_char": 14, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "case", "end_char": 21, "feats": null, "head": 8, "id": 5, "lemma": "to", "misc": "", "start_char": 19, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 25, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 22, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 35, "feats": "VerbForm=Ger", "head": 8, "id": 7, "lemma": "follow", "misc": "", "start_char": 26, "text": "following", "upos": "VERB", "xpos": "VBG" }, { "deprel": "root", "end_char": 42, "feats": "Number=Plur", "head": 0, "id": 8, "lemma": "place", "misc": "", "start_char": 36, "text": "places", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 44, "feats": null, "head": 8, "id": 9, "lemma": "?", "misc": "", "start_char": 43, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (RB not)) (, ,) (VP (VB try) (S (VP (TO to) (VP (VB find) (NP (DT a) (NN chance) (S (VP (TO to) (VP (VB visit) (NP (PRP them)))))))))) (. .)))" }, "speaker": null, "text": "If not, try to find a chance to visit them.", "tokens": [ { "deprel": "mark", "end_char": 47, "feats": null, "head": 2, "id": 1, "lemma": "if", "misc": "", "start_char": 45, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 51, "feats": null, "head": 4, "id": 2, "lemma": "not", "misc": "", "start_char": 48, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "punct", "end_char": 53, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 52, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 57, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 4, "lemma": "try", "misc": "", "start_char": 54, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 60, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 58, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 65, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "find", "misc": "", "start_char": 61, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 67, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 66, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 74, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "chance", "misc": "", "start_char": 68, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 77, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 75, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 83, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "visit", "misc": "", "start_char": 78, "text": "visit", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 88, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "they", "misc": "", "start_char": 84, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 90, "feats": null, "head": 4, "id": 12, "lemma": ".", "misc": "", "start_char": 89, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 92, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 91, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NP (NNP Fez) (, ,) (NNP Morocco)))" }, "speaker": null, "text": "Fez, Morocco", "tokens": [ { "deprel": "root", "end_char": 96, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Fezember", "misc": "", "start_char": 93, "text": "Fez", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 98, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 97, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 106, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Morocco", "misc": "", "start_char": 99, "text": "Morocco", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 108, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 107, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Fez)) (, ,) (ADVP (NP (QP (RB about) (CD 240)) (NNS miles)) (RB northeast) (PP (IN from) (NP (NNP Marrakesh)))) (, ,)) (NP (DT a) (JJ wonderful) (NN scene)) (VP (VBZ is) (VP (VBG taking) (NP (NN root)) (ADVP (RB slowly)))) (. .)))" }, "speaker": null, "text": "Fez, about 240 miles northeast from Marrakesh, a wonderful scene is taking root slowly.", "tokens": [ { "deprel": "vocative", "end_char": 112, "feats": "Number=Sing", "head": 14, "id": 1, "lemma": "Fezember", "misc": "", "start_char": 109, "text": "Fez", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 114, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 113, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 120, "feats": null, "head": 4, "id": 3, "lemma": "about", "misc": "", "start_char": 115, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 124, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 4, "lemma": "240", "misc": "", "start_char": 121, "text": "240", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 130, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "mile", "misc": "", "start_char": 125, "text": "miles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 140, "feats": null, "head": 1, "id": 6, "lemma": "northeast", "misc": "", "start_char": 131, "text": "northeast", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 145, "feats": null, "head": 8, "id": 7, "lemma": "from", "misc": "", "start_char": 141, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 155, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Marrakesh", "misc": "", "start_char": 146, "text": "Marrakesh", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 157, "feats": null, "head": 14, "id": 9, "lemma": ",", "misc": "", "start_char": 156, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 159, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 158, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 169, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "wonderful", "misc": "", "start_char": 160, "text": "wonderful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 175, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "scene", "misc": "", "start_char": 170, "text": "scene", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 178, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 176, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 185, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 14, "lemma": "take", "misc": "", "start_char": 179, "text": "taking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 190, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "root", "misc": "", "start_char": 186, "text": "root", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 197, "feats": null, "head": 14, "id": 16, "lemma": "slowly", "misc": "", "start_char": 191, "text": "slowly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 199, "feats": null, "head": 14, "id": 17, "lemma": ".", "misc": "", "start_char": 198, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VP (VBD started) (PP (IN with) (NP (NP (NNS immigrants)) (VP (VBG building) (NP (NNS castles)))))) (, ,) (CC and) (VP (VBZ continues) (PP (IN as) (NP (NNS hotels) (CC and) (NNS restaurants))))) (. .)))" }, "speaker": null, "text": "It started with immigrants building castles, and continues as hotels and restaurants.", "tokens": [ { "deprel": "nsubj", "end_char": 202, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 200, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 210, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "start", "misc": "", "start_char": 203, "text": "started", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 215, "feats": null, "head": 4, "id": 3, "lemma": "with", "misc": "", "start_char": 211, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 226, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "immigrant", "misc": "", "start_char": 216, "text": "immigrants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 235, "feats": "VerbForm=Ger", "head": 4, "id": 5, "lemma": "build", "misc": "", "start_char": 227, "text": "building", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 243, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "castle", "misc": "", "start_char": 236, "text": "castles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 245, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 244, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 249, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 246, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 259, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 9, "lemma": "continue", "misc": "", "start_char": 250, "text": "continues", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 262, "feats": null, "head": 11, "id": 10, "lemma": "as", "misc": "", "start_char": 260, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 269, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "hotel", "misc": "", "start_char": 263, "text": "hotels", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 273, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 270, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 285, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "restaurant", "misc": "", "start_char": 274, "text": "restaurants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 287, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 286, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJS biggest) (NN news)) (VP (VBZ is) (SBAR (IN that) (S (NP (DT the) (NNP Hotel) (NNP Sahrai)) (VP (VBZ is) (VP (VBN completed) (PP (IN with) (NP (NP (NP (DT a) (NN bar)) (CC and) (NP (CD 50) (NNS rooms))) (, ,) (NP (NP (JJ many)) (VP (VBG overlooking) (NP (DT a) (NN pool))))))))))) (. .)))" }, "speaker": null, "text": "The biggest news is that the Hotel Sahrai is completed with a bar and 50 rooms, many overlooking a pool.", "tokens": [ { "deprel": "det", "end_char": 291, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 288, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 299, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "big", "misc": "", "start_char": 292, "text": "biggest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj:outer", "end_char": 304, "feats": "Number=Sing", "head": 10, "id": 3, "lemma": "news", "misc": "", "start_char": 300, "text": "news", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 307, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 4, "lemma": "be", "misc": "", "start_char": 305, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 312, "feats": null, "head": 10, "id": 5, "lemma": "that", "misc": "", "start_char": 308, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 316, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 313, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 322, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Hotel", "misc": "", "start_char": 317, "text": "Hotel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj:pass", "end_char": 329, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "Sahrai", "misc": "", "start_char": 323, "text": "Sahrai", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 332, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 330, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 342, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "complete", "misc": "", "start_char": 333, "text": "completed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 347, "feats": null, "head": 13, "id": 11, "lemma": "with", "misc": "", "start_char": 343, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 349, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 348, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 353, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "bar", "misc": "", "start_char": 350, "text": "bar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 357, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 354, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 360, "feats": "NumForm=Digit|NumType=Card", "head": 16, "id": 15, "lemma": "50", "misc": "", "start_char": 358, "text": "50", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 366, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "room", "misc": "", "start_char": 361, "text": "rooms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 368, "feats": null, "head": 18, "id": 17, "lemma": ",", "misc": "", "start_char": 367, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 373, "feats": "Degree=Pos", "head": 13, "id": 18, "lemma": "many", "misc": "", "start_char": 369, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl", "end_char": 385, "feats": "VerbForm=Ger", "head": 18, "id": 19, "lemma": "overlook", "misc": "", "start_char": 374, "text": "overlooking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 387, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 20, "lemma": "a", "misc": "", "start_char": 386, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 392, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "pool", "misc": "", "start_char": 388, "text": "pool", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 394, "feats": null, "head": 10, "id": 22, "lemma": ".", "misc": "", "start_char": 393, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 396, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 395, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Catskills)) (, ,) (NP (NNP New) (NNP York))))" }, "speaker": null, "text": "Catskills, New York", "tokens": [ { "deprel": "root", "end_char": 406, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Catskill", "misc": "", "start_char": 397, "text": "Catskills", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 408, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 407, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 412, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "New", "misc": "", "start_char": 409, "text": "New", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "appos", "end_char": 417, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "York", "misc": "", "start_char": 413, "text": "York", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 419, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 418, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NP (NP (DT The) (NN region)) (SBAR (WHNP (WDT that)) (S (VP (VP (VBD welcomed) (NP (JJ Jewish) (NNS families)) (PP (IN in) (NP (DT the) (NNS 50s)))) (, ,) (NP (NP (NNS hippies)) (PP (IN in) (NP (DT the) (NNS 60s)))) (, ,) (CC and) (ADVP (RB soon)) (, ,) (NP (NN casino) (NNS gamblers))))) (. .)))" }, "speaker": null, "text": "The region that welcomed Jewish families in the 50s, hippies in the 60s, and soon, casino gamblers.", "tokens": [ { "deprel": "det", "end_char": 423, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 420, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 430, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "region", "misc": "", "start_char": 424, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 435, "feats": "PronType=Rel", "head": 4, "id": 3, "lemma": "that", "misc": "", "start_char": 431, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 444, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 4, "lemma": "welcome", "misc": "", "start_char": 436, "text": "welcomed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 451, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "Jewish", "misc": "", "start_char": 445, "text": "Jewish", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 460, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "family", "misc": "", "start_char": 452, "text": "families", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 463, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 461, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 467, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 464, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 471, "feats": "Number=Plur", "head": 4, "id": 9, "lemma": "50", "misc": "", "start_char": 468, "text": "50s", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 473, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 472, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 481, "feats": "Number=Plur", "head": 2, "id": 11, "lemma": "hippie", "misc": "", "start_char": 474, "text": "hippies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 484, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 482, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 488, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 485, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 492, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "60", "misc": "", "start_char": 489, "text": "60s", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 494, "feats": null, "head": 20, "id": 15, "lemma": ",", "misc": "", "start_char": 493, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 498, "feats": null, "head": 20, "id": 16, "lemma": "and", "misc": "", "start_char": 495, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 503, "feats": "Degree=Pos", "head": 20, "id": 17, "lemma": "soon", "misc": "", "start_char": 499, "text": "soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 505, "feats": null, "head": 17, "id": 18, "lemma": ",", "misc": "", "start_char": 504, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 512, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "casino", "misc": "", "start_char": 506, "text": "casino", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 521, "feats": "Number=Plur", "head": 11, "id": 20, "lemma": "gambler", "misc": "", "start_char": 513, "text": "gamblers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 523, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 522, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (JJ Many) (JJ stylish) (NN B) (CC &) (NNS Bs)) (VP (VBP have) (VP (VBN opened))) (. .)))" }, "speaker": null, "text": "Many stylish B & Bs have opened.", "tokens": [ { "deprel": "amod", "end_char": 528, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "many", "misc": "", "start_char": 524, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 536, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "stylish", "misc": "", "start_char": 529, "text": "stylish", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 538, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "B", "misc": "", "start_char": 537, "text": "B", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 540, "feats": null, "head": 5, "id": 4, "lemma": "&", "misc": "", "start_char": 539, "text": "&", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 543, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "bs", "misc": "", "start_char": 541, "text": "Bs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 548, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "have", "misc": "", "start_char": 544, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 555, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 7, "lemma": "open", "misc": "", "start_char": 549, "text": "opened", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 557, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 556, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (SINV (PP (IN Among) (NP (PRP them))) (VP (VBP are)) (NP (NP (NP (DT the) (NNP Hotel) (NNP Dylan)) (PP (IN in) (NP (NNP Woodstock)))) (, ,) (NP (NP (DT the) (NNP Arnold) (NNP House)) (PP (IN in) (NP (NNP Livingston) (NNP Manor)))) (, ,) (PP (IN with) (NP (PRP$ its) (NML (NML (NN bar)) (CC and) (NML (JJ diminutive) (NN spa)))))) (. .)))" }, "speaker": null, "text": "Among them are the Hotel Dylan in Woodstock, the Arnold House in Livingston Manor, with its bar and diminutive spa.", "tokens": [ { "deprel": "case", "end_char": 563, "feats": null, "head": 2, "id": 1, "lemma": "among", "misc": "", "start_char": 558, "text": "Among", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 568, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 0, "id": 2, "lemma": "they", "misc": "", "start_char": 564, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 572, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 3, "lemma": "be", "misc": "", "start_char": 569, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 576, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 573, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 582, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Hotel", "misc": "", "start_char": 577, "text": "Hotel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 588, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "Dylan", "misc": "", "start_char": 583, "text": "Dylan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 591, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 589, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 601, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Woodstock", "misc": "", "start_char": 592, "text": "Woodstock", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 603, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 602, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 607, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 604, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 614, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Arnold", "misc": "", "start_char": 608, "text": "Arnold", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 620, "feats": "Number=Sing", "head": 6, "id": 12, "lemma": "House", "misc": "", "start_char": 615, "text": "House", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 623, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 621, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 634, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Livingston", "misc": "", "start_char": 624, "text": "Livingston", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 640, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "Manor", "misc": "", "start_char": 635, "text": "Manor", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 642, "feats": null, "head": 19, "id": 16, "lemma": ",", "misc": "", "start_char": 641, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 647, "feats": null, "head": 19, "id": 17, "lemma": "with", "misc": "", "start_char": 643, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 651, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "its", "misc": "", "start_char": 648, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 655, "feats": "Number=Sing", "head": 6, "id": 19, "lemma": "bar", "misc": "", "start_char": 652, "text": "bar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 659, "feats": null, "head": 22, "id": 20, "lemma": "and", "misc": "", "start_char": 656, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 670, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "diminutive", "misc": "", "start_char": 660, "text": "diminutive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 674, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "spa", "misc": "", "start_char": 671, "text": "spa", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 676, "feats": null, "head": 2, "id": 23, "lemma": ".", "misc": "", "start_char": 675, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB So) (RB now)) (VP (VBZ is)) (NP (NP (DT the) (NN time)) (SBAR (S (VP (TO to) (VP (VB enjoy) (NP (NP (NN fly-fishing)) (, ,) (NP (NN hiking)) (CC and) (NP (JJ other) (JJ peaceful) (NNS experiences)))))))) (. .)))" }, "speaker": null, "text": "So now is the time to enjoy fly-fishing, hiking and other peaceful experiences.", "tokens": [ { "deprel": "advmod", "end_char": 679, "feats": null, "head": 2, "id": 1, "lemma": "so", "misc": "", "start_char": 677, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 683, "feats": null, "head": 5, "id": 2, "lemma": "now", "misc": "", "start_char": 680, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 686, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 684, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 690, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 687, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 695, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "time", "misc": "", "start_char": 691, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 698, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 696, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 704, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "enjoy", "misc": "", "start_char": 699, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 716, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "fly-fishing", "misc": "", "start_char": 705, "text": "fly-fishing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 718, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 717, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 725, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "hiking", "misc": "", "start_char": 719, "text": "hiking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 729, "feats": null, "head": 14, "id": 11, "lemma": "and", "misc": "", "start_char": 726, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 735, "feats": "Degree=Pos", "head": 14, "id": 12, "lemma": "other", "misc": "", "start_char": 730, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 744, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "peaceful", "misc": "", "start_char": 736, "text": "peaceful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 756, "feats": "Number=Plur", "head": 8, "id": 14, "lemma": "experience", "misc": "", "start_char": 745, "text": "experiences", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 758, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 757, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 760, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 759, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Rotterdam)) (, ,) (NP (NNP Netherlands))))" }, "speaker": null, "text": "Rotterdam, Netherlands", "tokens": [ { "deprel": "root", "end_char": 770, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Rotterdam", "misc": "", "start_char": 761, "text": "Rotterdam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 772, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 771, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 784, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Netherlands", "misc": "", "start_char": 773, "text": "Netherlands", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 786, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 785, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (ADJP (RB constantly) (JJ unfolding)) (NN city) (NN center)) (PP (IN in) (NP (NNP Rotterdam)))) (VP (VBZ has) (VP (VBN become) (NP (NP (NP (CD one) (JJ amazing) (NN explosion)) (PP (IN of) (NP (NN style)))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD surprised) (NP (DT the) (NNS tourists)) (ADVP (RB greatly)))))))) (. .)))" }, "speaker": null, "text": "The constantly unfolding city center in Rotterdam has become one amazing explosion of style, which surprised the tourists greatly.", "tokens": [ { "deprel": "det", "end_char": 790, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 1, "lemma": "the", "misc": "", "start_char": 787, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 801, "feats": null, "head": 3, "id": 2, "lemma": "constantly", "misc": "", "start_char": 791, "text": "constantly", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 811, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "unfold", "misc": "", "start_char": 802, "text": "unfolding", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 816, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "city", "misc": "", "start_char": 812, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 823, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "center", "misc": "", "start_char": 817, "text": "center", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 826, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 824, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 836, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Rotterdam", "misc": "", "start_char": 827, "text": "Rotterdam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 840, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "have", "misc": "", "start_char": 837, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 847, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 9, "lemma": "become", "misc": "", "start_char": 841, "text": "become", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nummod", "end_char": 851, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 10, "lemma": "one", "misc": "", "start_char": 848, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 859, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "amazing", "misc": "", "start_char": 852, "text": "amazing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 869, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "explosion", "misc": "", "start_char": 860, "text": "explosion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 872, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 870, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 878, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "style", "misc": "", "start_char": 873, "text": "style", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 880, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 879, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 886, "feats": "PronType=Rel", "head": 17, "id": 16, "lemma": "which", "misc": "", "start_char": 881, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 896, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 17, "lemma": "surprise", "misc": "", "start_char": 887, "text": "surprised", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 900, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 897, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 909, "feats": "Number=Plur", "head": 17, "id": 19, "lemma": "tourist", "misc": "", "start_char": 901, "text": "tourists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 917, "feats": null, "head": 17, "id": 20, "lemma": "greatly", "misc": "", "start_char": 910, "text": "greatly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 919, "feats": null, "head": 9, "id": 21, "lemma": ".", "misc": "", "start_char": 918, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJS latest) (NN attraction)) (, ,) (CC and) (ADVP (NN reason) (RB enough) (S (VP (TO to) (VP (VB visit))))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (JJ MVRDV-designed) (NNP Markthal)) (, ,) (NP (NP (DT an) (NN igloo) (CC -like) (NN horseshoe)) (SBAR (WHNP (WDT that)) (S (VP (VBZ houses) (NP (NP (CD 20) (NNS shops)) (, ,) (NP (CD nine) (NNS restaurants)) (, ,) (CC and) (NP (CD 228) (NNS apartments))))))))) (. .)))" }, "speaker": null, "text": "The latest attraction, and reason enough to visit, is the MVRDV-designed Markthal, an igloo -like horseshoe that houses 20 shops, nine restaurants, and 228 apartments.", "tokens": [ { "deprel": "det", "end_char": 923, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 920, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 930, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "late", "misc": "", "start_char": 924, "text": "latest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 941, "feats": "Number=Sing", "head": 14, "id": 3, "lemma": "attraction", "misc": "", "start_char": 931, "text": "attraction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 943, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 942, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 947, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 944, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 954, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "reason", "misc": "", "start_char": 948, "text": "reason", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 961, "feats": null, "head": 6, "id": 7, "lemma": "enough", "misc": "", "start_char": 955, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 964, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 962, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 970, "feats": "VerbForm=Inf", "head": 6, "id": 9, "lemma": "visit", "misc": "", "start_char": 965, "text": "visit", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 972, "feats": null, "head": 3, "id": 10, "lemma": ",", "misc": "", "start_char": 971, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 975, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 11, "lemma": "be", "misc": "", "start_char": 973, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 979, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 976, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 994, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "MVRDV-designed", "misc": "", "start_char": 980, "text": "MVRDV-designed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1003, "feats": "Number=Sing", "head": 0, "id": 14, "lemma": "Markthal", "misc": "", "start_char": 995, "text": "Markthal", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1005, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 1004, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1008, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 16, "lemma": "a", "misc": "", "start_char": 1006, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1014, "feats": "Number=Sing", "head": 19, "id": 17, "lemma": "igloo", "misc": "", "start_char": 1009, "text": "igloo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1020, "feats": null, "head": 19, "id": 18, "lemma": "-like", "misc": "", "start_char": 1015, "text": "-like", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "appos", "end_char": 1030, "feats": "Number=Sing", "head": 14, "id": 19, "lemma": "horseshoe", "misc": "", "start_char": 1021, "text": "horseshoe", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1035, "feats": "PronType=Rel", "head": 21, "id": 20, "lemma": "that", "misc": "", "start_char": 1031, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1042, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 21, "lemma": "house", "misc": "", "start_char": 1036, "text": "houses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 1045, "feats": "NumForm=Digit|NumType=Card", "head": 23, "id": 22, "lemma": "20", "misc": "", "start_char": 1043, "text": "20", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1051, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "shop", "misc": "", "start_char": 1046, "text": "shops", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1053, "feats": null, "head": 26, "id": 24, "lemma": ",", "misc": "", "start_char": 1052, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 1058, "feats": "NumForm=Word|NumType=Card", "head": 26, "id": 25, "lemma": "nine", "misc": "", "start_char": 1054, "text": "nine", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 1070, "feats": "Number=Plur", "head": 23, "id": 26, "lemma": "restaurant", "misc": "", "start_char": 1059, "text": "restaurants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1072, "feats": null, "head": 30, "id": 27, "lemma": ",", "misc": "", "start_char": 1071, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1076, "feats": null, "head": 30, "id": 28, "lemma": "and", "misc": "", "start_char": 1073, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 1080, "feats": "NumForm=Digit|NumType=Card", "head": 30, "id": 29, "lemma": "228", "misc": "", "start_char": 1077, "text": "228", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 1091, "feats": "Number=Plur", "head": 23, "id": 30, "lemma": "apartment", "misc": "", "start_char": 1081, "text": "apartments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1093, "feats": null, "head": 14, "id": 31, "lemma": ".", "misc": "", "start_char": 1092, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (ADVP (RB also)) (VP (VBZ happens) (S (VP (TO to) (VP (VB be) (NP (NP (NNP Holland) (POS ')) (POS s) (JJS largest) (NN artwork)))))) (. .)))" }, "speaker": null, "text": "It also happens to be Holland' s largest artwork.", "tokens": [ { "deprel": "nsubj", "end_char": 1096, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1094, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1101, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 1097, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1109, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "happen", "misc": "", "start_char": 1102, "text": "happens", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1112, "feats": null, "head": 10, "id": 4, "lemma": "to", "misc": "", "start_char": 1110, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1115, "feats": "VerbForm=Inf", "head": 10, "id": 5, "lemma": "be", "misc": "", "start_char": 1113, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1123, "feats": "Number=Sing", "head": 10, "id": 6, "lemma": "Holland", "misc": "", "start_char": 1116, "text": "Holland", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1125, "feats": null, "head": 6, "id": 7, "lemma": "'s", "misc": "", "start_char": 1124, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "case", "end_char": 1127, "feats": "Typo=Yes", "head": 6, "id": 8, "lemma": "'s", "misc": "", "start_char": 1126, "text": "s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1135, "feats": "Degree=Sup", "head": 10, "id": 9, "lemma": "large", "misc": "", "start_char": 1128, "text": "largest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "xcomp", "end_char": 1143, "feats": "Number=Sing", "head": 3, "id": 10, "lemma": "artwork", "misc": "", "start_char": 1136, "text": "artwork", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1145, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 1144, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1147, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1146, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Chengdu)) (, ,) (NP (NNP China))))" }, "speaker": null, "text": "Chengdu, China", "tokens": [ { "deprel": "root", "end_char": 1155, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Chengdu", "misc": "", "start_char": 1148, "text": "Chengdu", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1157, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1156, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1163, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "China", "misc": "", "start_char": 1158, "text": "China", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1165, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1164, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (S (ADJP (JJ Famous) (PP (IN for) (NP (NP (PRP$ its) (CD 1,600) (NNS pandas)) (, ,) (SBAR (WHNP (JJS most) (WHPP (IN of) (WHNP (WDT which)))) (S (ADVP (RB still)) (VP (VBP live) (PP (IN in) (NP (DT the) (NN wild)))))))))) (, ,) (NP (NNP Chengdu)) (VP (VBZ has) (VP (VBN introduced) (NP (NP (DT a) (JJ 72-hour) (JJ no-visa) (NN policy)) (SBAR (WHNP (WDT that)) (S (VP (VBZ makes) (S (NP (NP (PRP it))) (ADJP (JJR easier)) (SBAR (IN for) (S (NP (NNPS Americans)) (VP (TO to) (VP (VB drop) (PRT (RP in)) (PP (IN on) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN city) (POS ')) (POS s) (CD three) (JJ major) (NN panda) (NN research) (NNS facilities)))))))))))))))) (. .)))" }, "speaker": null, "text": "Famous for its 1,600 pandas, most of which still live in the wild, Chengdu has introduced a 72-hour no-visa policy that makes it easier for Americans to drop in on one of the city' s three major panda research facilities.", "tokens": [ { "deprel": "advcl", "end_char": 1172, "feats": "Degree=Pos", "head": 18, "id": 1, "lemma": "Famous", "misc": "", "start_char": 1166, "text": "Famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1176, "feats": null, "head": 5, "id": 2, "lemma": "for", "misc": "", "start_char": 1173, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1180, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 3, "lemma": "its", "misc": "", "start_char": 1177, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nummod", "end_char": 1186, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 4, "lemma": "1600", "misc": "", "start_char": 1181, "text": "1,600", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1193, "feats": "Number=Plur", "head": 1, "id": 5, "lemma": "panda", "misc": "", "start_char": 1187, "text": "pandas", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1195, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 1194, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1200, "feats": "Degree=Sup", "head": 11, "id": 7, "lemma": "most", "misc": "", "start_char": 1196, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 1203, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 1201, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1209, "feats": "PronType=Rel", "head": 7, "id": 9, "lemma": "which", "misc": "", "start_char": 1204, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "advmod", "end_char": 1215, "feats": null, "head": 11, "id": 10, "lemma": "still", "misc": "", "start_char": 1210, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1220, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 11, "lemma": "live", "misc": "", "start_char": 1216, "text": "live", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1223, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 1221, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1227, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1224, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1232, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "wild", "misc": "", "start_char": 1228, "text": "wild", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1234, "feats": null, "head": 1, "id": 15, "lemma": ",", "misc": "", "start_char": 1233, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1242, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "Chengdu", "misc": "", "start_char": 1235, "text": "Chengdu", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1246, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 17, "lemma": "have", "misc": "", "start_char": 1243, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1257, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 18, "lemma": "introduce", "misc": "", "start_char": 1247, "text": "introduced", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1259, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 19, "lemma": "a", "misc": "", "start_char": 1258, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1267, "feats": "Degree=Pos", "head": 22, "id": 20, "lemma": "72-hour", "misc": "", "start_char": 1260, "text": "72-hour", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1275, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "no-visa", "misc": "", "start_char": 1268, "text": "no-visa", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1282, "feats": "Number=Sing", "head": 18, "id": 22, "lemma": "policy", "misc": "", "start_char": 1276, "text": "policy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1287, "feats": "PronType=Rel", "head": 24, "id": 23, "lemma": "that", "misc": "", "start_char": 1283, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1293, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 24, "lemma": "make", "misc": "", "start_char": 1288, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1296, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 25, "lemma": "it", "misc": "", "start_char": 1294, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1303, "feats": "Degree=Cmp", "head": 24, "id": 26, "lemma": "easy", "misc": "", "start_char": 1297, "text": "easier", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 1307, "feats": null, "head": 30, "id": 27, "lemma": "for", "misc": "", "start_char": 1304, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1317, "feats": "Number=Plur", "head": 30, "id": 28, "lemma": "American", "misc": "", "start_char": 1308, "text": "Americans", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "mark", "end_char": 1320, "feats": null, "head": 30, "id": 29, "lemma": "to", "misc": "", "start_char": 1318, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "ccomp", "end_char": 1325, "feats": "VerbForm=Inf", "head": 26, "id": 30, "lemma": "drop", "misc": "", "start_char": 1321, "text": "drop", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1328, "feats": null, "head": 30, "id": 31, "lemma": "in", "misc": "", "start_char": 1326, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1331, "feats": null, "head": 33, "id": 32, "lemma": "on", "misc": "", "start_char": 1329, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1335, "feats": "NumForm=Word|NumType=Card", "head": 30, "id": 33, "lemma": "one", "misc": "", "start_char": 1332, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1338, "feats": null, "head": 43, "id": 34, "lemma": "of", "misc": "", "start_char": 1336, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1342, "feats": "Definite=Def|PronType=Art", "head": 36, "id": 35, "lemma": "the", "misc": "", "start_char": 1339, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1347, "feats": "Number=Sing", "head": 43, "id": 36, "lemma": "city", "misc": "", "start_char": 1343, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1349, "feats": null, "head": 36, "id": 37, "lemma": "'s", "misc": "", "start_char": 1348, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "case", "end_char": 1351, "feats": "Typo=Yes", "head": 36, "id": 38, "lemma": "'s", "misc": "", "start_char": 1350, "text": "s", "upos": "PART", "xpos": "POS" }, { "deprel": "nummod", "end_char": 1357, "feats": "NumForm=Word|NumType=Card", "head": 43, "id": 39, "lemma": "three", "misc": "", "start_char": 1352, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1363, "feats": "Degree=Pos", "head": 43, "id": 40, "lemma": "major", "misc": "", "start_char": 1358, "text": "major", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1369, "feats": "Number=Sing", "head": 43, "id": 41, "lemma": "panda", "misc": "", "start_char": 1364, "text": "panda", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1378, "feats": "Number=Sing", "head": 43, "id": 42, "lemma": "research", "misc": "", "start_char": 1370, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1389, "feats": "Number=Plur", "head": 33, "id": 43, "lemma": "facility", "misc": "", "start_char": 1379, "text": "facilities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1391, "feats": null, "head": 18, "id": 44, "lemma": ".", "misc": "", "start_char": 1390, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP it)) (`` ') (VP (VBZ s) (ADJP (JJ worth) (S (VP (VBG sticking) (PRT (RB around)) (ADVP (RBR longer))))) (S (VP (TO to) (VP (VB experience) (SBAR (WHNP (WP what)) (S (VP ('' ') (VP (VBZ s) (VP (VBG doing) (PP (IN in) (NP (NP (NNP Chengdu)) (, ,) (NP (NP (DT a) (NN city)) (PP (IN on) (NP (DT the) (NN rise))))))))))))))) (. .)))" }, "speaker": null, "text": "But it' s worth sticking around longer to experience what' s doing in Chengdu, a city on the rise.", "tokens": [ { "deprel": "cc", "end_char": 1395, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 1392, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 1398, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "it", "misc": "", "start_char": 1396, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1400, "feats": null, "head": 5, "id": 3, "lemma": "'", "misc": "", "start_char": 1399, "text": "'", "upos": "PUNCT", "xpos": "``" }, { "deprel": "cop", "end_char": 1402, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1401, "text": "s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1408, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "worth", "misc": "", "start_char": 1403, "text": "worth", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 1417, "feats": "VerbForm=Ger", "head": 5, "id": 6, "lemma": "stick", "misc": "", "start_char": 1409, "text": "sticking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 1424, "feats": null, "head": 8, "id": 7, "lemma": "around", "misc": "", "start_char": 1418, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1431, "feats": "Degree=Cmp", "head": 6, "id": 8, "lemma": "long", "misc": "", "start_char": 1425, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "mark", "end_char": 1434, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 1432, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1445, "feats": "VerbForm=Inf", "head": 6, "id": 10, "lemma": "experience", "misc": "", "start_char": 1435, "text": "experience", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1450, "feats": "PronType=Rel", "head": 10, "id": 11, "lemma": "what", "misc": "", "start_char": 1446, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "punct", "end_char": 1452, "feats": null, "head": 11, "id": 12, "lemma": "'", "misc": "", "start_char": 1451, "text": "'", "upos": "PUNCT", "xpos": "''" }, { "deprel": "aux", "end_char": 1454, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 1453, "text": "s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1460, "feats": "Tense=Pres|VerbForm=Part", "head": 11, "id": 14, "lemma": "do", "misc": "", "start_char": 1455, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1463, "feats": null, "head": 16, "id": 15, "lemma": "in", "misc": "", "start_char": 1461, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1471, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "Chengdu", "misc": "", "start_char": 1464, "text": "Chengdu", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1473, "feats": null, "head": 19, "id": 17, "lemma": ",", "misc": "", "start_char": 1472, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1475, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 18, "lemma": "a", "misc": "", "start_char": 1474, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1480, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "city", "misc": "", "start_char": 1476, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1483, "feats": null, "head": 22, "id": 20, "lemma": "on", "misc": "", "start_char": 1481, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1487, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 1484, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1492, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "rise", "misc": "", "start_char": 1488, "text": "rise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1494, "feats": null, "head": 5, "id": 23, "lemma": ".", "misc": "", "start_char": 1493, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD One)) (PP (IN of) (NP (DT the) (JJ shiniest) (NNS attractions)))) (VP (VBZ is) (NP (NP (NNP New) (NNP Century) (NNP Global) (NNP Centre)) (, ,) (NP (NP (NP (DT the) (NN world) (POS ')) (POS s) (JJS largest) (NN building)) (, ,) (ADJP (JJ complete) (PP (IN with) (NP (DT an) (JJ artificial) (NN beach))))))) (. .)))" }, "speaker": null, "text": "One of the shiniest attractions is New Century Global Centre, the world' s largest building, complete with an artificial beach.", "tokens": [ { "deprel": "nsubj", "end_char": 1498, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 1, "lemma": "one", "misc": "", "start_char": 1495, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1501, "feats": null, "head": 5, "id": 2, "lemma": "of", "misc": "", "start_char": 1499, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1505, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1502, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1514, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "shiny", "misc": "", "start_char": 1506, "text": "shiniest", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1526, "feats": "Number=Plur", "head": 1, "id": 5, "lemma": "attraction", "misc": "", "start_char": 1515, "text": "attractions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1529, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 6, "lemma": "be", "misc": "", "start_char": 1527, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 1533, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "New", "misc": "", "start_char": 1530, "text": "New", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1541, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "Century", "misc": "", "start_char": 1534, "text": "Century", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 1548, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "Global", "misc": "", "start_char": 1542, "text": "Global", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "root", "end_char": 1555, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "Centre", "misc": "", "start_char": 1549, "text": "Centre", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1557, "feats": null, "head": 17, "id": 11, "lemma": ",", "misc": "", "start_char": 1556, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1561, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1558, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1567, "feats": "Number=Sing", "head": 17, "id": 13, "lemma": "world", "misc": "", "start_char": 1562, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1569, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 1568, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "case", "end_char": 1571, "feats": "Typo=Yes", "head": 13, "id": 15, "lemma": "'s", "misc": "", "start_char": 1570, "text": "s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1579, "feats": "Degree=Sup", "head": 17, "id": 16, "lemma": "large", "misc": "", "start_char": 1572, "text": "largest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "appos", "end_char": 1588, "feats": "Number=Sing", "head": 10, "id": 17, "lemma": "building", "misc": "", "start_char": 1580, "text": "building", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1590, "feats": null, "head": 10, "id": 18, "lemma": ",", "misc": "", "start_char": 1589, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1599, "feats": "Degree=Pos", "head": 10, "id": 19, "lemma": "complete", "misc": "", "start_char": 1591, "text": "complete", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1604, "feats": null, "head": 23, "id": 20, "lemma": "with", "misc": "", "start_char": 1600, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1607, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 21, "lemma": "a", "misc": "", "start_char": 1605, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1618, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "artificial", "misc": "", "start_char": 1608, "text": "artificial", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1624, "feats": "Number=Sing", "head": 19, "id": 23, "lemma": "beach", "misc": "", "start_char": 1619, "text": "beach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1626, "feats": null, "head": 10, "id": 24, "lemma": ".", "misc": "", "start_char": 1625, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Have you ever been to the following places? If not, try to find a chance to visit them. Fez, Morocco Fez, about 240 miles northeast from Marrakesh, a wonderful scene is taking root slowly. It started with immigrants building castles, and continues as hotels and restaurants. The biggest news is that the Hotel Sahrai is completed with a bar and 50 rooms, many overlooking a pool. Catskills, New York The region that welcomed Jewish families in the 50s, hippies in the 60s, and soon, casino gamblers. Many stylish B & Bs have opened. Among them are the Hotel Dylan in Woodstock, the Arnold House in Livingston Manor, with its bar and diminutive spa. So now is the time to enjoy fly-fishing, hiking and other peaceful experiences. Rotterdam, Netherlands The constantly unfolding city center in Rotterdam has become one amazing explosion of style, which surprised the tourists greatly. The latest attraction, and reason enough to visit, is the MVRDV-designed Markthal, an igloo -like horseshoe that houses 20 shops, nine restaurants, and 228 apartments. It also happens to be Holland' s largest artwork. Chengdu, China Famous for its 1,600 pandas, most of which still live in the wild, Chengdu has introduced a 72-hour no-visa policy that makes it easier for Americans to drop in on one of the city' s three major panda research facilities. But it' s worth sticking around longer to experience what' s doing in Chengdu, a city on the rise. One of the shiniest attractions is New Century Global Centre, the world' s largest building, complete with an artificial beach.
[ [ [ 0, 1, 1 ] ], [ [ 0, 5, 7 ], [ 1, 10, 10 ] ], [ [ 1, 6, 10 ] ], [ [ 5, 7, 7 ] ], [ [ 6, 0, 0 ], [ 3, 0, 2 ], [ 5, 0, 0 ], [ 3, 0, 0 ], [ 5, 9, 11 ] ], [ [ 6, 3, 3 ] ], [ [ 6, 5, 5 ] ], [ [ 6, 10, 10 ] ], [ [ 6, 12, 12 ] ], [ [ 7, 0, 2 ] ], [ [ 7, 5, 7 ] ], [ [ 7, 11, 12 ] ], [ [ 7, 14, 15 ] ], [ [ 7, 19, 20 ] ], [ [ 9, 0, 3 ] ], [ [ 11, 7, 8 ] ], [ [ 11, 12, 13 ] ], [ [ 11, 18, 19 ] ], [ [ 13, 1, 1 ], [ 12, 0, 4 ] ], [ [ 13, 9, 14 ], [ 13, 17, 17 ] ], [ [ 13, 7, 7 ] ], [ [ 13, 13, 14 ] ], [ [ 14, 1, 1 ] ], [ [ 14, 3, 13 ] ], [ [ 14, 7, 7 ] ], [ [ 14, 9, 9 ] ], [ [ 14, 11, 13 ] ], [ [ 13, 17, 21 ] ], [ [ 18, 0, 6 ] ], [ [ 18, 3, 3 ] ], [ [ 18, 13, 13 ] ], [ [ 18, 17, 18 ] ], [ [ 19, 0, 2 ] ], [ [ 19, 5, 5 ] ], [ [ 19, 11, 13 ], [ 19, 15, 29 ], [ 19, 11, 29 ] ], [ [ 19, 21, 22 ] ], [ [ 19, 24, 25 ] ], [ [ 19, 28, 29 ] ], [ [ 20, 5, 9 ] ], [ [ 20, 5, 7 ] ], [ [ 24, 2, 4 ] ], [ [ 24, 12, 13 ] ], [ [ 24, 18, 42 ] ], [ [ 24, 27, 27 ] ], [ [ 24, 32, 42 ] ], [ [ 24, 34, 42 ] ], [ [ 24, 40, 41 ] ], [ [ 24, 40, 40 ] ], [ [ 25, 10, 21 ] ], [ [ 25, 15, 15 ], [ 25, 15, 21 ], [ 25, 17, 21 ], [ 22, 0, 2 ], [ 24, 2, 2 ], [ 24, 15, 15 ], [ 24, 34, 37 ], [ 22, 0, 0 ] ], [ [ 25, 20, 21 ] ], [ [ 26, 2, 4 ] ], [ [ 26, 6, 9 ], [ 26, 11, 22 ], [ 26, 6, 22 ], [ 26, 0, 4 ] ], [ [ 26, 11, 14 ] ], [ [ 26, 20, 22 ] ], [ [ 5, 2, 4 ] ], [ [ 3, 2, 2 ] ], [ [ 6, 10, 12 ] ], [ [ 7, 11, 15 ] ], [ [ 7, 17, 17 ] ], [ [ 9, 0, 0 ] ], [ [ 9, 2, 3 ] ], [ [ 11, 0, 19 ] ], [ [ 11, 4, 5 ] ], [ [ 11, 10, 10 ] ], [ [ 14, 7, 13 ] ], [ [ 13, 3, 14 ] ], [ [ 13, 3, 7 ] ], [ [ 16, 0, 0 ], [ 16, 0, 2 ], [ 18, 6, 6 ] ], [ [ 16, 2, 2 ] ], [ [ 18, 9, 19 ] ], [ [ 22, 2, 2 ] ], [ [ 25, 5, 21 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36135
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (JJ Compulsive) (NNS shoppers)) (VP (MD may) (VP (VB have) (NP (NP (DT a) (JJ new) (JJ psychological) (NN excuse)) (SBAR (S (VP (TO to) (VP (VB blame) (PP (IN for) (NP (PRP$ their) (JJ wild) (NN shopping)))))))))) (. .)))" }, "speaker": null, "text": "Compulsive shoppers may have a new psychological excuse to blame for their wild shopping.", "tokens": [ { "deprel": "amod", "end_char": 10, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "compulsive", "misc": "", "start_char": 0, "text": "Compulsive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 19, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "shopper", "misc": "", "start_char": 11, "text": "shoppers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 23, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "may", "misc": "", "start_char": 20, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 28, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 24, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 30, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 5, "lemma": "a", "misc": "", "start_char": 29, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 34, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "new", "misc": "", "start_char": 31, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 48, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "psychological", "misc": "", "start_char": 35, "text": "psychological", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 55, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "excuse", "misc": "", "start_char": 49, "text": "excuse", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 58, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 56, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 64, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "blame", "misc": "", "start_char": 59, "text": "blame", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 68, "feats": null, "head": 14, "id": 11, "lemma": "for", "misc": "", "start_char": 65, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 74, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 12, "lemma": "their", "misc": "", "start_char": 69, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 79, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "wild", "misc": "", "start_char": 75, "text": "wild", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 88, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "shopping", "misc": "", "start_char": 80, "text": "shopping", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 90, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 89, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Psychologists)) (PP (IN at) (NP (NP (DT the) (NNP University)) (PP (IN of) (NP (NNP Canterbury))) (PP (IN in) (NP (NNP New) (NNP Zealand)))))) (VP (VBP are) (VP (VBG studying) (NP (DT the) (`` ``) (NN shop-till-you-drop) ('' '') (NN habit)) (PP (IN as) (NP (NP (DT a) (JJ behavioral) (NN disorder)) (ADJP (JJ similar) (PP (IN to) (NP (JJ compulsive) (NN eating)))))))) (. .)))" }, "speaker": null, "text": "Psychologists at the University of Canterbury in New Zealand are studying the \"shop-till-you-drop\" habit as a behavioral disorder similar to compulsive eating.", "tokens": [ { "deprel": "nsubj", "end_char": 104, "feats": "Number=Plur", "head": 11, "id": 1, "lemma": "psychologist", "misc": "", "start_char": 91, "text": "Psychologists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 107, "feats": null, "head": 4, "id": 2, "lemma": "at", "misc": "", "start_char": 105, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 111, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 108, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 122, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "University", "misc": "", "start_char": 112, "text": "University", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 125, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 123, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 136, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Canterbury", "misc": "", "start_char": 126, "text": "Canterbury", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 139, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 137, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 143, "feats": "Degree=Pos", "head": 4, "id": 8, "lemma": "New", "misc": "", "start_char": 140, "text": "New", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "flat", "end_char": 151, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "Zealand", "misc": "", "start_char": 144, "text": "Zealand", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 155, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 152, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 164, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 11, "lemma": "study", "misc": "", "start_char": 156, "text": "studying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 168, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 12, "lemma": "the", "misc": "", "start_char": 165, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 171, "feats": null, "head": 16, "id": 13, "lemma": "``", "misc": "", "start_char": 169, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 190, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "shop-till-you-drop", "misc": "", "start_char": 172, "text": "shop-till-you-drop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 193, "feats": null, "head": 16, "id": 15, "lemma": "''", "misc": "", "start_char": 191, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "obj", "end_char": 199, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "habit", "misc": "", "start_char": 194, "text": "habit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 202, "feats": null, "head": 20, "id": 17, "lemma": "as", "misc": "", "start_char": 200, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 204, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 203, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 215, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "behavioral", "misc": "", "start_char": 205, "text": "behavioral", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 224, "feats": "Number=Sing", "head": 11, "id": 20, "lemma": "disorder", "misc": "", "start_char": 216, "text": "disorder", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 232, "feats": "Degree=Pos", "head": 20, "id": 21, "lemma": "similar", "misc": "", "start_char": 225, "text": "similar", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 235, "feats": null, "head": 24, "id": 22, "lemma": "to", "misc": "", "start_char": 233, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 246, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "compulsive", "misc": "", "start_char": 236, "text": "compulsive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 253, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "eating", "misc": "", "start_char": 247, "text": "eating", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 255, "feats": null, "head": 11, "id": 25, "lemma": ".", "misc": "", "start_char": 254, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (NP (JJ Compulsive) (NNS shoppers)) (ADVP (RB frequently)) (VP (VBP buy) (NP (NP (NP (JJR more)) (SBAR (IN than) (S (NP (PRP they)) (VP (MD can) (VP (VB afford)))))) (CC or) (NP (NP (JJR more)) (SBAR (IN than) (S (NP (PRP they)) (VP (VBP need)))))))) (, ,) (CC and) (S (NP (PRP it)) (VP (VBZ causes) (NP (PRP them)) (NP (NN distress)))) (. .)))" }, "speaker": null, "text": "Compulsive shoppers frequently buy more than they can afford or more than they need, and it causes them distress.", "tokens": [ { "deprel": "amod", "end_char": 266, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "compulsive", "misc": "", "start_char": 256, "text": "Compulsive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 275, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "shopper", "misc": "", "start_char": 267, "text": "shoppers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 286, "feats": null, "head": 4, "id": 3, "lemma": "frequently", "misc": "", "start_char": 276, "text": "frequently", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 290, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "buy", "misc": "", "start_char": 287, "text": "buy", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 295, "feats": "Degree=Cmp", "head": 4, "id": 5, "lemma": "more", "misc": "", "start_char": 291, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 300, "feats": null, "head": 9, "id": 6, "lemma": "than", "misc": "", "start_char": 296, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 305, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "they", "misc": "", "start_char": 301, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 309, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "can", "misc": "", "start_char": 306, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 316, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "afford", "misc": "", "start_char": 310, "text": "afford", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 319, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 317, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 324, "feats": "Degree=Cmp", "head": 9, "id": 11, "lemma": "more", "misc": "", "start_char": 320, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 329, "feats": null, "head": 14, "id": 12, "lemma": "than", "misc": "", "start_char": 325, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 334, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "they", "misc": "", "start_char": 330, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 339, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 14, "lemma": "need", "misc": "", "start_char": 335, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 341, "feats": null, "head": 18, "id": 15, "lemma": ",", "misc": "", "start_char": 340, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 345, "feats": null, "head": 18, "id": 16, "lemma": "and", "misc": "", "start_char": 342, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 348, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "it", "misc": "", "start_char": 346, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 355, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 18, "lemma": "cause", "misc": "", "start_char": 349, "text": "causes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 360, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 19, "lemma": "they", "misc": "", "start_char": 356, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 369, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "distress", "misc": "", "start_char": 361, "text": "distress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 371, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 370, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 373, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 372, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP It)) (VP (VBZ becomes) (NP (DT a) (NN problem)) (SBAR (WHADVP (WRB when)) (S (NP (PRP you)) (VP (VBP are) (PP (IN out) (PP (IN of) (NP (NN control))))))))) (, ,) ('' '') (NP (NML (NN psychology) (NN lecturer)) (NNP Neville) (NNP Blampied)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"It becomes a problem when you are out of control,\" psychology lecturer Neville Blampied said.", "tokens": [ { "deprel": "punct", "end_char": 376, "feats": null, "head": 18, "id": 1, "lemma": "``", "misc": "", "start_char": 374, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 379, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "it", "misc": "", "start_char": 377, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 387, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 3, "lemma": "become", "misc": "", "start_char": 380, "text": "becomes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 389, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 388, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 397, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "problem", "misc": "", "start_char": 390, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 402, "feats": "PronType=Int", "head": 11, "id": 6, "lemma": "when", "misc": "", "start_char": 398, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 406, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 11, "id": 7, "lemma": "you", "misc": "", "start_char": 403, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 410, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 407, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 414, "feats": null, "head": 11, "id": 9, "lemma": "out", "misc": "", "start_char": 411, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 417, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 415, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "advcl", "end_char": 425, "feats": "Number=Sing", "head": 3, "id": 11, "lemma": "control", "misc": "", "start_char": 418, "text": "control", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 427, "feats": null, "head": 18, "id": 12, "lemma": ",", "misc": "", "start_char": 426, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 430, "feats": null, "head": 18, "id": 13, "lemma": "''", "misc": "", "start_char": 428, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "compound", "end_char": 441, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "psychology", "misc": "", "start_char": 431, "text": "psychology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 450, "feats": "Number=Sing", "head": 18, "id": 15, "lemma": "lecturer", "misc": "", "start_char": 442, "text": "lecturer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 458, "feats": "Number=Sing", "head": 15, "id": 16, "lemma": "Neville", "misc": "", "start_char": 451, "text": "Neville", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 467, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "Blampied", "misc": "", "start_char": 459, "text": "Blampied", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 472, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 18, "lemma": "say", "misc": "", "start_char": 468, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 474, "feats": null, "head": 18, "id": 19, "lemma": ".", "misc": "", "start_char": 473, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (`` ``) (SBAR (WHADVP (WRB When)) (S (NP (PRP you)) (VP (VBP are) (VP (VBG feeling) (ADJP (JJ bad) (CC and) (JJ blue)))))) (, ,) (WHNP (WP what)) (SQ (VBP do) (NP (PRP you)) (VP (VB do))) (. ?)))" }, "speaker": null, "text": "\"When you are feeling bad and blue, what do you do?", "tokens": [ { "deprel": "punct", "end_char": 477, "feats": null, "head": 13, "id": 1, "lemma": "``", "misc": "", "start_char": 475, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 482, "feats": "PronType=Int", "head": 5, "id": 2, "lemma": "when", "misc": "", "start_char": 478, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 486, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 3, "lemma": "you", "misc": "", "start_char": 483, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 490, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 487, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 498, "feats": "Tense=Pres|VerbForm=Part", "head": 13, "id": 5, "lemma": "feel", "misc": "", "start_char": 491, "text": "feeling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 502, "feats": "Degree=Pos", "head": 5, "id": 6, "lemma": "bad", "misc": "", "start_char": 499, "text": "bad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 506, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 503, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 511, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "blue", "misc": "", "start_char": 507, "text": "blue", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 513, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 512, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "obj", "end_char": 518, "feats": "PronType=Int", "head": 13, "id": 10, "lemma": "what", "misc": "", "start_char": 514, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 521, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "do", "misc": "", "start_char": 519, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 525, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 13, "id": 12, "lemma": "you", "misc": "", "start_char": 522, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 528, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "do", "misc": "", "start_char": 526, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 530, "feats": null, "head": 13, "id": 14, "lemma": "?", "misc": "", "start_char": 529, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (DT Some) (NNS people)) (VP (VBP eat) (NP (NP (NN chocolate) (NN cake)) (CC and) (NP (NN ice) (NN cream)))) (. .)))" }, "speaker": null, "text": "Some people eat chocolate cake and ice cream.", "tokens": [ { "deprel": "det", "end_char": 535, "feats": null, "head": 2, "id": 1, "lemma": "some", "misc": "", "start_char": 531, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 542, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 536, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 546, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "eat", "misc": "", "start_char": 543, "text": "eat", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 556, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "chocolate", "misc": "", "start_char": 547, "text": "chocolate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 561, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "cake", "misc": "", "start_char": 557, "text": "cake", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 565, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 562, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 569, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "ice", "misc": "", "start_char": 566, "text": "ice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 575, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "cream", "misc": "", "start_char": 570, "text": "cream", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 577, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 576, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT Some) (NNS people)) (VP (VP (VBP take) (NP (DT the) (NN credit) (NN card))) (CC and) (VP (VBP go) (ADVP (RB out) (PP (IN to) (NP (DT the) (NN shop)))))) (. .) ('' '')))" }, "speaker": null, "text": "Some people take the credit card and go out to the shop.\"", "tokens": [ { "deprel": "det", "end_char": 582, "feats": null, "head": 2, "id": 1, "lemma": "some", "misc": "", "start_char": 578, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 589, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 583, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 594, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "take", "misc": "", "start_char": 590, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 598, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 595, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 605, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "credit", "misc": "", "start_char": 599, "text": "credit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 610, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "card", "misc": "", "start_char": 606, "text": "card", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 614, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 611, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 617, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 8, "lemma": "go", "misc": "", "start_char": 615, "text": "go", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 621, "feats": null, "head": 8, "id": 9, "lemma": "out", "misc": "", "start_char": 618, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 624, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 622, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 628, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 625, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 633, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "shop", "misc": "", "start_char": 629, "text": "shop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 635, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 634, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 638, "feats": null, "head": 3, "id": 14, "lemma": "''", "misc": "", "start_char": 636, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NN Bank) (NNS managers)) (VP (VBP understand) (NP (DT the) (NN problem)) (SBAR (IN because) (S (NP (PRP they)) (VP (VBP have) (S (VP (TO to) (VP (VB deal) (PP (IN with) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP have) (S (VP (TO to) (VP (VB be) (VP (VBN persuaded) (S (VP (TO to) (VP (VB stop) (S (VP (VBG using) (NP (PRP$ their) (NNS cards)) (S (VP (VBG drawing) (NP (NN money))))))))))))))))))))))))) (. .)))" }, "speaker": null, "text": "Bank managers understand the problem because they have to deal with people who have to be persuaded to stop using their cards drawing money.", "tokens": [ { "deprel": "compound", "end_char": 643, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "bank", "misc": "", "start_char": 639, "text": "Bank", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 652, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "manager", "misc": "", "start_char": 644, "text": "managers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 663, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "understand", "misc": "", "start_char": 653, "text": "understand", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 667, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 664, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 675, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "problem", "misc": "", "start_char": 668, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 683, "feats": null, "head": 8, "id": 6, "lemma": "because", "misc": "", "start_char": 676, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 688, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "they", "misc": "", "start_char": 684, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 693, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 8, "lemma": "have", "misc": "", "start_char": 689, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 696, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 694, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 701, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "deal", "misc": "", "start_char": 697, "text": "deal", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 706, "feats": null, "head": 12, "id": 11, "lemma": "with", "misc": "", "start_char": 702, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 713, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "person", "misc": "", "start_char": 707, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 717, "feats": "PronType=Rel", "head": 14, "id": 13, "lemma": "who", "misc": "", "start_char": 714, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 722, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 14, "lemma": "have", "misc": "", "start_char": 718, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 725, "feats": null, "head": 17, "id": 15, "lemma": "to", "misc": "", "start_char": 723, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 728, "feats": "VerbForm=Inf", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 726, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 738, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 14, "id": 17, "lemma": "persuade", "misc": "", "start_char": 729, "text": "persuaded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 741, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 739, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 746, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "stop", "misc": "", "start_char": 742, "text": "stop", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 752, "feats": "VerbForm=Ger", "head": 19, "id": 20, "lemma": "use", "misc": "", "start_char": 747, "text": "using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 758, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "their", "misc": "", "start_char": 753, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 764, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "card", "misc": "", "start_char": 759, "text": "cards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 772, "feats": "VerbForm=Ger", "head": 20, "id": 23, "lemma": "draw", "misc": "", "start_char": 765, "text": "drawing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 778, "feats": "Number=Sing", "head": 23, "id": 24, "lemma": "money", "misc": "", "start_char": 773, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 780, "feats": null, "head": 3, "id": 25, "lemma": ".", "misc": "", "start_char": 779, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 782, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 781, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (JJ Compulsive) (NN shopping)) (VP (VBD was) (ADVP (RB first)) (VP (VBN discovered) (PP (IN in) (NP (CD 1915))) (, ,) (SBAR (IN although) (S (NP (PRP it)) (VP (VBD was) (ADVP (RB then)) (VP (VBN known) (PP (IN as) (NP (NN monomania))))))))) (. .)))" }, "speaker": null, "text": "Compulsive shopping was first discovered in 1915, although it was then known as monomania.", "tokens": [ { "deprel": "amod", "end_char": 793, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "compulsive", "misc": "", "start_char": 783, "text": "Compulsive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 802, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "shopping", "misc": "", "start_char": 794, "text": "shopping", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 806, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 803, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 812, "feats": "NumType=Ord", "head": 5, "id": 4, "lemma": "first", "misc": "", "start_char": 807, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 823, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "discover", "misc": "", "start_char": 813, "text": "discovered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 826, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 824, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 831, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 7, "lemma": "1915", "misc": "", "start_char": 827, "text": "1915", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 833, "feats": null, "head": 5, "id": 8, "lemma": ",", "misc": "", "start_char": 832, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 842, "feats": null, "head": 13, "id": 9, "lemma": "although", "misc": "", "start_char": 834, "text": "although", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 845, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 10, "lemma": "it", "misc": "", "start_char": 843, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 849, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 846, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 854, "feats": "PronType=Dem", "head": 13, "id": 12, "lemma": "then", "misc": "", "start_char": 850, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 860, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 13, "lemma": "know", "misc": "", "start_char": 855, "text": "known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 863, "feats": null, "head": 15, "id": 14, "lemma": "as", "misc": "", "start_char": 861, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 873, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "monomania", "misc": "", "start_char": 864, "text": "monomania", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 875, "feats": null, "head": 5, "id": 16, "lemma": ".", "misc": "", "start_char": 874, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (JJ Few) (NNS studies)) (VP (VBP have) (VP (VBN been) (VP (VBN done) (PP (IN on) (NP (DT the) (NN problem)))))) (. .)))" }, "speaker": null, "text": "Few studies have been done on the problem.", "tokens": [ { "deprel": "amod", "end_char": 879, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "few", "misc": "", "start_char": 876, "text": "Few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 887, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "study", "misc": "", "start_char": 880, "text": "studies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 892, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "have", "misc": "", "start_char": 888, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "aux:pass", "end_char": 897, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 893, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 902, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "do", "misc": "", "start_char": 898, "text": "done", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 905, "feats": null, "head": 8, "id": 6, "lemma": "on", "misc": "", "start_char": 903, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 909, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 906, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 917, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "problem", "misc": "", "start_char": 910, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 919, "feats": null, "head": 5, "id": 9, "lemma": ".", "misc": "", "start_char": 918, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 921, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 920, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT An) (NN advertisement)) (PP (IN in) (NP (DT a) (NNP Christchurch) (NN paper)))) (, ,) (S (VP (VBG calling) (SBAR (IN for) (S (NP (NNS people)) (VP (TO to) (VP (VB take) (NP (NN part)) (PP (IN in) (NP (NP (DT an) (NML (JJ experimental) (NN treatment)) (NN program)) (VP (VBN designed) (PP (IN by) (NP (NNP Mr.) (NNP Wilson)))))))))))) (, ,) (VP (VBD attracted) (NP (CD 10) (NNS replies))) (. .)))" }, "speaker": null, "text": "An advertisement in a Christchurch paper, calling for people to take part in an experimental treatment program designed by Mr. Wilson, attracted 10 replies.", "tokens": [ { "deprel": "det", "end_char": 924, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 922, "text": "An", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 938, "feats": "Number=Sing", "head": 24, "id": 2, "lemma": "advertisement", "misc": "", "start_char": 925, "text": "advertisement", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 941, "feats": null, "head": 6, "id": 3, "lemma": "in", "misc": "", "start_char": 939, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 943, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 942, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 956, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Christchurch", "misc": "", "start_char": 944, "text": "Christchurch", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 962, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "paper", "misc": "", "start_char": 957, "text": "paper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 964, "feats": null, "head": 2, "id": 7, "lemma": ",", "misc": "", "start_char": 963, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 972, "feats": "VerbForm=Ger", "head": 2, "id": 8, "lemma": "call", "misc": "", "start_char": 965, "text": "calling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 976, "feats": null, "head": 12, "id": 9, "lemma": "for", "misc": "", "start_char": 973, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 983, "feats": "Number=Plur", "head": 12, "id": 10, "lemma": "person", "misc": "", "start_char": 977, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 986, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 984, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 991, "feats": "VerbForm=Inf", "head": 8, "id": 12, "lemma": "take", "misc": "", "start_char": 987, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 996, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "part", "misc": "", "start_char": 992, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 999, "feats": null, "head": 18, "id": 14, "lemma": "in", "misc": "", "start_char": 997, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1002, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 15, "lemma": "a", "misc": "", "start_char": 1000, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1015, "feats": "Degree=Pos", "head": 18, "id": 16, "lemma": "experimental", "misc": "", "start_char": 1003, "text": "experimental", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1025, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "treatment", "misc": "", "start_char": 1016, "text": "treatment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1033, "feats": "Number=Sing", "head": 12, "id": 18, "lemma": "program", "misc": "", "start_char": 1026, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1042, "feats": "Tense=Past|VerbForm=Part", "head": 18, "id": 19, "lemma": "design", "misc": "", "start_char": 1034, "text": "designed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1045, "feats": null, "head": 21, "id": 20, "lemma": "by", "misc": "", "start_char": 1043, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl:agent", "end_char": 1049, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "Mr.", "misc": "", "start_char": 1046, "text": "Mr.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1056, "feats": "Number=Sing", "head": 21, "id": 22, "lemma": "Wilson", "misc": "", "start_char": 1050, "text": "Wilson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1058, "feats": null, "head": 2, "id": 23, "lemma": ",", "misc": "", "start_char": 1057, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1068, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 24, "lemma": "attract", "misc": "", "start_char": 1059, "text": "attracted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 1071, "feats": "NumForm=Digit|NumType=Card", "head": 26, "id": 25, "lemma": "10", "misc": "", "start_char": 1069, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1079, "feats": "Number=Plur", "head": 24, "id": 26, "lemma": "reply", "misc": "", "start_char": 1072, "text": "replies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1081, "feats": null, "head": 24, "id": 27, "lemma": ".", "misc": "", "start_char": 1080, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (DT the) (NN problem)) (PRN (, ,) (SINV (VP (VBD said)) (NP (NNP Mr.) (NNP Wilson))) (, ,)) (VP (VBZ is) (`` ``) (ADJP (RB clearly) (RB not) (JJ rare)) ('' '')) (. .)))" }, "speaker": null, "text": "But the problem, said Mr. Wilson, is \"clearly not rare\".", "tokens": [ { "deprel": "cc", "end_char": 1085, "feats": null, "head": 13, "id": 1, "lemma": "but", "misc": "", "start_char": 1082, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1089, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1086, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1097, "feats": "Number=Sing", "head": 13, "id": 3, "lemma": "problem", "misc": "", "start_char": 1090, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1099, "feats": null, "head": 5, "id": 4, "lemma": ",", "misc": "", "start_char": 1098, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "parataxis", "end_char": 1104, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 5, "lemma": "say", "misc": "", "start_char": 1100, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1108, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Mr.", "misc": "", "start_char": 1105, "text": "Mr.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1115, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Wilson", "misc": "", "start_char": 1109, "text": "Wilson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1117, "feats": null, "head": 13, "id": 8, "lemma": ",", "misc": "", "start_char": 1116, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 1120, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 9, "lemma": "be", "misc": "", "start_char": 1118, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1123, "feats": null, "head": 13, "id": 10, "lemma": "``", "misc": "", "start_char": 1121, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 1131, "feats": null, "head": 13, "id": 11, "lemma": "clearly", "misc": "", "start_char": 1124, "text": "clearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1135, "feats": null, "head": 13, "id": 12, "lemma": "not", "misc": "", "start_char": 1132, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1140, "feats": "Degree=Pos", "head": 0, "id": 13, "lemma": "rare", "misc": "", "start_char": 1136, "text": "rare", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1143, "feats": null, "head": 13, "id": 14, "lemma": "''", "misc": "", "start_char": 1141, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1145, "feats": null, "head": 13, "id": 15, "lemma": ".", "misc": "", "start_char": 1144, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ thinks) (SBAR (IN that) (S (NP (JJ compulsive) (NN shopping)) (VP (MD should) (VP (VB be) (VP (VBN treated) (PP (IN with) (NP (NNS drugs))))))))) (. .)))" }, "speaker": null, "text": "He thinks that compulsive shopping should be treated with drugs.", "tokens": [ { "deprel": "nsubj", "end_char": 1148, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1146, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1155, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "think", "misc": "", "start_char": 1149, "text": "thinks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1160, "feats": null, "head": 8, "id": 3, "lemma": "that", "misc": "", "start_char": 1156, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 1171, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "compulsive", "misc": "", "start_char": 1161, "text": "compulsive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1180, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "shopping", "misc": "", "start_char": 1172, "text": "shopping", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1187, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "should", "misc": "", "start_char": 1181, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1190, "feats": "VerbForm=Inf", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1188, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 1198, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 8, "lemma": "treat", "misc": "", "start_char": 1191, "text": "treated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1203, "feats": null, "head": 10, "id": 9, "lemma": "with", "misc": "", "start_char": 1199, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1209, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "drug", "misc": "", "start_char": 1204, "text": "drugs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1211, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 1210, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (`` ``) (SBAR (IN As) (S (NP (NNS psychologists)) (NP (PRP we)) (VP (VBP are) (ADJP (JJ interested) (PP (IN in) (NP (NP (NN non-drug) (NNS treatments)) (PP (IN for) (NP (JJ behavioral) (NNS difficulties))))))))) (, ,) ('' '') (NP (NNP Mr.) (NNP Wilson)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"As psychologists we are interested in non-drug treatments for behavioral difficulties,\" Mr. Wilson said.", "tokens": [ { "deprel": "punct", "end_char": 1214, "feats": null, "head": 17, "id": 1, "lemma": "``", "misc": "", "start_char": 1212, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "case", "end_char": 1217, "feats": null, "head": 3, "id": 2, "lemma": "as", "misc": "", "start_char": 1215, "text": "As", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1231, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "psychologist", "misc": "", "start_char": 1218, "text": "psychologists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1234, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 4, "lemma": "we", "misc": "", "start_char": 1232, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1238, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1235, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 1249, "feats": "Degree=Pos", "head": 17, "id": 6, "lemma": "interested", "misc": "", "start_char": 1239, "text": "interested", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1252, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 1250, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1261, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "non-drug", "misc": "", "start_char": 1253, "text": "non-drug", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1272, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "treatment", "misc": "", "start_char": 1262, "text": "treatments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1276, "feats": null, "head": 12, "id": 10, "lemma": "for", "misc": "", "start_char": 1273, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1287, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "behavioral", "misc": "", "start_char": 1277, "text": "behavioral", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1300, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "difficulty", "misc": "", "start_char": 1288, "text": "difficulties", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1302, "feats": null, "head": 17, "id": 13, "lemma": ",", "misc": "", "start_char": 1301, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1305, "feats": null, "head": 17, "id": 14, "lemma": "''", "misc": "", "start_char": 1303, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1309, "feats": "Number=Sing", "head": 17, "id": 15, "lemma": "Mr.", "misc": "", "start_char": 1306, "text": "Mr.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1316, "feats": "Number=Sing", "head": 15, "id": 16, "lemma": "Wilson", "misc": "", "start_char": 1310, "text": "Wilson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1321, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 17, "lemma": "say", "misc": "", "start_char": 1317, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1323, "feats": null, "head": 17, "id": 18, "lemma": ".", "misc": "", "start_char": 1322, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1325, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1324, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (JJ Compulsive) (NNS eaters) (CC or) (NNS shoppers)) (VP (VBP get) (NP (NP (DT a) (NN kick)) (PP (IN from) (NP (PRP$ their) (NN habit))))) (. .)))" }, "speaker": null, "text": "Compulsive eaters or shoppers get a kick from their habit.", "tokens": [ { "deprel": "amod", "end_char": 1336, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "compulsive", "misc": "", "start_char": 1326, "text": "Compulsive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1343, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "eater", "misc": "", "start_char": 1337, "text": "eaters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1346, "feats": null, "head": 4, "id": 3, "lemma": "or", "misc": "", "start_char": 1344, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1355, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "shopper", "misc": "", "start_char": 1347, "text": "shoppers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1359, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "get", "misc": "", "start_char": 1356, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1361, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 1360, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1366, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "kick", "misc": "", "start_char": 1362, "text": "kick", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1371, "feats": null, "head": 10, "id": 8, "lemma": "from", "misc": "", "start_char": 1367, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1377, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "their", "misc": "", "start_char": 1372, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1383, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "habit", "misc": "", "start_char": 1378, "text": "habit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1385, "feats": null, "head": 5, "id": 11, "lemma": ".", "misc": "", "start_char": 1384, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (S (NP (DT Both) (NNS activities)) (VP (VBP provide) (NP (NP (DT an) (JJ immediate) (NN kind)) (PP (IN of) (NP (NN kick)))))) (CC and) (S (NP (PRP you)) (VP (VBP feel) (ADJP (NP (DT a) (NN bit)) (JJR better))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"Both activities provide an immediate kind of kick and you feel a bit better,\" he said.", "tokens": [ { "deprel": "punct", "end_char": 1388, "feats": null, "head": 19, "id": 1, "lemma": "``", "misc": "", "start_char": 1386, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 1393, "feats": null, "head": 3, "id": 2, "lemma": "both", "misc": "", "start_char": 1389, "text": "Both", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1404, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "activity", "misc": "", "start_char": 1394, "text": "activities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1412, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 4, "lemma": "provide", "misc": "", "start_char": 1405, "text": "provide", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1415, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 1413, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1425, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "immediate", "misc": "", "start_char": 1416, "text": "immediate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1430, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "kind", "misc": "", "start_char": 1426, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1433, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 1431, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1438, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "kick", "misc": "", "start_char": 1434, "text": "kick", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1442, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 1439, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1446, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 11, "lemma": "you", "misc": "", "start_char": 1443, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1451, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 12, "lemma": "feel", "misc": "", "start_char": 1447, "text": "feel", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1453, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1452, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 1457, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "bit", "misc": "", "start_char": 1454, "text": "bit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 1464, "feats": "Degree=Cmp", "head": 12, "id": 15, "lemma": "good", "misc": "", "start_char": 1458, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 1466, "feats": null, "head": 19, "id": 16, "lemma": ",", "misc": "", "start_char": 1465, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1469, "feats": null, "head": 19, "id": 17, "lemma": "''", "misc": "", "start_char": 1467, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1472, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 18, "lemma": "he", "misc": "", "start_char": 1470, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1477, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 19, "lemma": "say", "misc": "", "start_char": 1473, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1479, "feats": null, "head": 19, "id": 20, "lemma": ".", "misc": "", "start_char": 1478, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (S (NP (PRP You)) (VP (VBP have) (NP (JJ long-term) (NNS problems)))) (, ,) (CC but) (S (NP (JJ human) (NNS beings)) (VP (VP (VBP are) (ADJP (RB extremely) (JJ good) (PP (IN at) (S (RB not) (VP (VBG seeing) (NP (JJ long-term) (NNS problems))))))) (CC and) (VP (VBP are) (ADJP (RB very) (JJ sensitive) (PP (IN to) (NP (JJ short-term) (NNS benefits)))))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"You have long-term problems, but human beings are extremely good at not seeing long-term problems and are very sensitive to short-term benefits,\" he said.", "tokens": [ { "deprel": "punct", "end_char": 1482, "feats": null, "head": 28, "id": 1, "lemma": "``", "misc": "", "start_char": 1480, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1486, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 1483, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1491, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 28, "id": 3, "lemma": "have", "misc": "", "start_char": 1487, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1501, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "long-term", "misc": "", "start_char": 1492, "text": "long-term", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1510, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "problem", "misc": "", "start_char": 1502, "text": "problems", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1512, "feats": null, "head": 12, "id": 6, "lemma": ",", "misc": "", "start_char": 1511, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1516, "feats": null, "head": 12, "id": 7, "lemma": "but", "misc": "", "start_char": 1513, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1522, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "human", "misc": "", "start_char": 1517, "text": "human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1529, "feats": "Number=Plur", "head": 12, "id": 9, "lemma": "being", "misc": "", "start_char": 1523, "text": "beings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1533, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 1530, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1543, "feats": null, "head": 12, "id": 11, "lemma": "extremely", "misc": "", "start_char": 1534, "text": "extremely", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1548, "feats": "Degree=Pos", "head": 3, "id": 12, "lemma": "good", "misc": "", "start_char": 1544, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1551, "feats": null, "head": 15, "id": 13, "lemma": "at", "misc": "", "start_char": 1549, "text": "at", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1555, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 1552, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1562, "feats": "VerbForm=Ger", "head": 12, "id": 15, "lemma": "see", "misc": "", "start_char": 1556, "text": "seeing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1572, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "long-term", "misc": "", "start_char": 1563, "text": "long-term", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1581, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "problem", "misc": "", "start_char": 1573, "text": "problems", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1585, "feats": null, "head": 21, "id": 18, "lemma": "and", "misc": "", "start_char": 1582, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 1589, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 19, "lemma": "be", "misc": "", "start_char": 1586, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1594, "feats": null, "head": 21, "id": 20, "lemma": "very", "misc": "", "start_char": 1590, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1604, "feats": "Degree=Pos", "head": 12, "id": 21, "lemma": "sensitive", "misc": "", "start_char": 1595, "text": "sensitive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1607, "feats": null, "head": 24, "id": 22, "lemma": "to", "misc": "", "start_char": 1605, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1618, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "short-term", "misc": "", "start_char": 1608, "text": "short-term", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1627, "feats": "Number=Plur", "head": 21, "id": 24, "lemma": "benefit", "misc": "", "start_char": 1619, "text": "benefits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1629, "feats": null, "head": 28, "id": 25, "lemma": ",", "misc": "", "start_char": 1628, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1632, "feats": null, "head": 28, "id": 26, "lemma": "''", "misc": "", "start_char": 1630, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1635, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 28, "id": 27, "lemma": "he", "misc": "", "start_char": 1633, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1640, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 28, "lemma": "say", "misc": "", "start_char": 1636, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1642, "feats": null, "head": 28, "id": 29, "lemma": ".", "misc": "", "start_char": 1641, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1644, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1643, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN aim)) (PP (IN of) (NP (DT the) (NN treatment)))) (VP (VBD was) (S (VP (TO to) (VP (VB help) (S (NP (NNS people)) (VP (VB find) (NP (NP (JJR better) (NNS ways)) (PP (IN of) (S (VP (VBG managing) (NP (PRP$ their) (NNS emotions)))))))))))) (. .)))" }, "speaker": null, "text": "The aim of the treatment was to help people find better ways of managing their emotions.", "tokens": [ { "deprel": "det", "end_char": 1648, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1645, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 1652, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "aim", "misc": "", "start_char": 1649, "text": "aim", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1655, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 1653, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1659, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1656, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1669, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "treatment", "misc": "", "start_char": 1660, "text": "treatment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1673, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 1670, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1676, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1674, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 1681, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "help", "misc": "", "start_char": 1677, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1688, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "person", "misc": "", "start_char": 1682, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 1693, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "find", "misc": "", "start_char": 1689, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1700, "feats": "Degree=Cmp", "head": 12, "id": 11, "lemma": "good", "misc": "", "start_char": 1694, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1705, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "way", "misc": "", "start_char": 1701, "text": "ways", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1708, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 1706, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1717, "feats": "VerbForm=Ger", "head": 12, "id": 14, "lemma": "manage", "misc": "", "start_char": 1709, "text": "managing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1723, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "their", "misc": "", "start_char": 1718, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1732, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "emotion", "misc": "", "start_char": 1724, "text": "emotions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1734, "feats": null, "head": 8, "id": 17, "lemma": ".", "misc": "", "start_char": 1733, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN program)) (, ,) (VP (VBG consisting) (PP (IN of) (NP (NP (QP (CD 10) (JJ one-hour)) (JJ weekly) (NNS lessons)) (CC and) (NP (CD two) (JJ follow-up) (NNS treatments))))) (, ,)) (VP (VBZ is) (ADVP (RB loosely)) (VP (VBN based) (PP (IN on) (S (VP (NN teaching) (NP (NN stress) (NN management))))))) (. .)))" }, "speaker": null, "text": "The program, consisting of 10 one-hour weekly lessons and two follow-up treatments, is loosely based on teaching stress management.", "tokens": [ { "deprel": "det", "end_char": 1738, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1735, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1746, "feats": "Number=Sing", "head": 17, "id": 2, "lemma": "program", "misc": "", "start_char": 1739, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1748, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 1747, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 1759, "feats": "VerbForm=Ger", "head": 2, "id": 4, "lemma": "consist", "misc": "", "start_char": 1749, "text": "consisting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1762, "feats": null, "head": 9, "id": 5, "lemma": "of", "misc": "", "start_char": 1760, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1765, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 6, "lemma": "10", "misc": "", "start_char": 1763, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1774, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "one-hour", "misc": "", "start_char": 1766, "text": "one-hour", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1781, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "weekly", "misc": "", "start_char": 1775, "text": "weekly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1789, "feats": "Number=Plur", "head": 4, "id": 9, "lemma": "lesson", "misc": "", "start_char": 1782, "text": "lessons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1793, "feats": null, "head": 13, "id": 10, "lemma": "and", "misc": "", "start_char": 1790, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 1797, "feats": "NumForm=Word|NumType=Card", "head": 13, "id": 11, "lemma": "two", "misc": "", "start_char": 1794, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1807, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "follow-up", "misc": "", "start_char": 1798, "text": "follow-up", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1818, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "treatment", "misc": "", "start_char": 1808, "text": "treatments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1820, "feats": null, "head": 2, "id": 14, "lemma": ",", "misc": "", "start_char": 1819, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux:pass", "end_char": 1823, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 15, "lemma": "be", "misc": "", "start_char": 1821, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1831, "feats": null, "head": 17, "id": 16, "lemma": "loosely", "misc": "", "start_char": 1824, "text": "loosely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1837, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 17, "lemma": "base", "misc": "", "start_char": 1832, "text": "based", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1840, "feats": null, "head": 21, "id": 18, "lemma": "on", "misc": "", "start_char": 1838, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1849, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "teaching", "misc": "", "start_char": 1841, "text": "teaching", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1856, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "stress", "misc": "", "start_char": 1850, "text": "stress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1867, "feats": "Number=Sing", "head": 17, "id": 21, "lemma": "management", "misc": "", "start_char": 1857, "text": "management", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1869, "feats": null, "head": 17, "id": 22, "lemma": ".", "misc": "", "start_char": 1868, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1871, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1870, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP You)) (ADVP (RB often)) (VP (VBP have) (S (VP (TO to) (VP (VB start) (S (VP (TO to) (VP (VB get) (S (NP (NNS people)) (VP (TO to) (ADVP (RB correctly)) (VP (VB recognize) (NP (PRP$ their) (NNS emotions)))))))))))) (. .)))" }, "speaker": null, "text": "\"You often have to start to get people to correctly recognize their emotions.", "tokens": [ { "deprel": "punct", "end_char": 1874, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 1872, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1878, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 1875, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1884, "feats": null, "head": 4, "id": 3, "lemma": "often", "misc": "", "start_char": 1879, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1889, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 1885, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1892, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1890, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1898, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "start", "misc": "", "start_char": 1893, "text": "start", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1901, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1899, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1905, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "get", "misc": "", "start_char": 1902, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1912, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "person", "misc": "", "start_char": 1906, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1915, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 1913, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advmod", "end_char": 1925, "feats": null, "head": 12, "id": 11, "lemma": "correctly", "misc": "", "start_char": 1916, "text": "correctly", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1935, "feats": "VerbForm=Inf", "head": 8, "id": 12, "lemma": "recognize", "misc": "", "start_char": 1926, "text": "recognize", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1941, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "their", "misc": "", "start_char": 1936, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1950, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "emotion", "misc": "", "start_char": 1942, "text": "emotions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1952, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 1951, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (S (RB Not) (VP (VBG being) (ADJP (JJ able) (S (VP (TO to) (VP (VB know) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (ADVP (RB really)) (VP (VBP feel) (SBAR (S (VP (VBZ weakens) (NP (PRP$ your) (NN ability) (S (VP (TO to) (VP (VB solve) (NP (NP (DT the) (NNS problems)) (VP (VBN connected) (PP (IN with) (SBAR (WHNP (WP what)) (S (VP (VBZ 's) (VP (VBG making) (S (NP (PRP you)) (VP (VB feel) (NP (DT that) (NN way))))))))))))))))))))))))))) (, ,) ('' '') (NP (NNP Mr.) (NNP Wilson)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "Not being able to know what you really feel weakens your ability to solve the problems connected with what's making you feel that way,\" Mr. Wilson said.", "tokens": [ { "deprel": "advmod", "end_char": 1956, "feats": null, "head": 3, "id": 1, "lemma": "not", "misc": "", "start_char": 1953, "text": "Not", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 1962, "feats": "VerbForm=Ger", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1957, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "ccomp", "end_char": 1967, "feats": "Degree=Pos", "head": 30, "id": 3, "lemma": "able", "misc": "", "start_char": 1963, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1970, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1968, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1975, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "know", "misc": "", "start_char": 1971, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1980, "feats": "PronType=Rel", "head": 10, "id": 6, "lemma": "what", "misc": "", "start_char": 1976, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1984, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 9, "id": 7, "lemma": "you", "misc": "", "start_char": 1981, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1991, "feats": null, "head": 9, "id": 8, "lemma": "really", "misc": "", "start_char": 1985, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1996, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 6, "id": 9, "lemma": "feel", "misc": "", "start_char": 1992, "text": "feel", "upos": "VERB", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 2004, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 10, "lemma": "weaken", "misc": "", "start_char": 1997, "text": "weakens", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 2009, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "your", "misc": "", "start_char": 2005, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 2017, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "ability", "misc": "", "start_char": 2010, "text": "ability", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2020, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 2018, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 2026, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "solve", "misc": "", "start_char": 2021, "text": "solve", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2030, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 2027, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2039, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "problem", "misc": "", "start_char": 2031, "text": "problems", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 2049, "feats": "Tense=Past|VerbForm=Part", "head": 16, "id": 17, "lemma": "connect", "misc": "", "start_char": 2040, "text": "connected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 2054, "feats": null, "head": 19, "id": 18, "lemma": "with", "misc": "", "start_char": 2050, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2059, "feats": "PronType=Rel", "head": 17, "id": 19, "lemma": "what", "misc": "", "start_char": 2055, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 2062, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 20, "lemma": "be", "misc": "", "start_char": 2060, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 2069, "feats": "Tense=Pres|VerbForm=Part", "head": 19, "id": 21, "lemma": "make", "misc": "", "start_char": 2063, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nsubj", "end_char": 2073, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 23, "id": 22, "lemma": "you", "misc": "", "start_char": 2070, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 2078, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "feel", "misc": "", "start_char": 2074, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2083, "feats": "Number=Sing|PronType=Dem", "head": 25, "id": 24, "lemma": "that", "misc": "", "start_char": 2079, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 2087, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "way", "misc": "", "start_char": 2084, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2089, "feats": null, "head": 30, "id": 26, "lemma": ",", "misc": "", "start_char": 2088, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 2092, "feats": null, "head": 30, "id": 27, "lemma": "''", "misc": "", "start_char": 2090, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 2096, "feats": "Number=Sing", "head": 30, "id": 28, "lemma": "Mr.", "misc": "", "start_char": 2093, "text": "Mr.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 2103, "feats": "Number=Sing", "head": 28, "id": 29, "lemma": "Wilson", "misc": "", "start_char": 2097, "text": "Wilson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 2108, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 30, "lemma": "say", "misc": "", "start_char": 2104, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 2110, "feats": null, "head": 30, "id": 31, "lemma": ".", "misc": "", "start_char": 2109, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Compulsive shoppers may have a new psychological excuse to blame for their wild shopping. Psychologists at the University of Canterbury in New Zealand are studying the "shop-till-you-drop" habit as a behavioral disorder similar to compulsive eating. Compulsive shoppers frequently buy more than they can afford or more than they need, and it causes them distress. "It becomes a problem when you are out of control," psychology lecturer Neville Blampied said. "When you are feeling bad and blue, what do you do? Some people eat chocolate cake and ice cream. Some people take the credit card and go out to the shop." Bank managers understand the problem because they have to deal with people who have to be persuaded to stop using their cards drawing money. Compulsive shopping was first discovered in 1915, although it was then known as monomania. Few studies have been done on the problem. An advertisement in a Christchurch paper, calling for people to take part in an experimental treatment program designed by Mr. Wilson, attracted 10 replies. But the problem, said Mr. Wilson, is "clearly not rare". He thinks that compulsive shopping should be treated with drugs. "As psychologists we are interested in non-drug treatments for behavioral difficulties," Mr. Wilson said. Compulsive eaters or shoppers get a kick from their habit. "Both activities provide an immediate kind of kick and you feel a bit better," he said. "You have long-term problems, but human beings are extremely good at not seeing long-term problems and are very sensitive to short-term benefits," he said. The aim of the treatment was to help people find better ways of managing their emotions. The program, consisting of 10 one-hour weekly lessons and two follow-up treatments, is loosely based on teaching stress management. "You often have to start to get people to correctly recognize their emotions. Not being able to know what you really feel weakens your ability to solve the problems connected with what's making you feel that way," Mr. Wilson said.
[ [ [ 0, 11, 13 ] ], [ [ 1, 0, 8 ] ], [ [ 1, 2, 8 ] ], [ [ 1, 7, 8 ] ], [ [ 1, 11, 15 ] ], [ [ 1, 17, 23 ] ], [ [ 1, 22, 23 ] ], [ [ 2, 4, 8 ] ], [ [ 4, 1, 1 ], [ 2, 16, 16 ] ], [ [ 4, 3, 4 ] ], [ [ 4, 10, 10 ] ], [ [ 6, 0, 1 ] ], [ [ 6, 3, 7 ] ], [ [ 6, 3, 4 ] ], [ [ 6, 6, 7 ] ], [ [ 7, 0, 1 ] ], [ [ 7, 3, 5 ] ], [ [ 7, 10, 11 ] ], [ [ 8, 6, 6 ], [ 8, 0, 1 ] ], [ [ 8, 20, 20 ], [ 8, 11, 23 ] ], [ [ 8, 20, 21 ] ], [ [ 10, 6, 6 ] ], [ [ 11, 0, 1 ] ], [ [ 11, 6, 7 ], [ 8, 3, 4 ] ], [ [ 13, 0, 5 ] ], [ [ 13, 3, 5 ] ], [ [ 13, 9, 9 ] ], [ [ 13, 24, 25 ] ], [ [ 14, 1, 2 ] ], [ [ 15, 3, 4 ], [ 10, 9, 9 ], [ 10, 0, 1 ], [ 2, 18, 18 ], [ 2, 12, 12 ], [ 0, 11, 11 ], [ 2, 0, 1 ], [ 0, 0, 1 ], [ 2, 6, 6 ] ], [ [ 15, 9, 9 ] ], [ [ 16, 2, 2 ] ], [ [ 16, 10, 11 ] ], [ [ 18, 0, 3 ], [ 18, 8, 8 ] ], [ [ 18, 5, 6 ] ], [ [ 18, 8, 9 ] ], [ [ 19, 1, 2 ] ], [ [ 19, 4, 8 ] ], [ [ 20, 3, 4 ], [ 20, 15, 16 ] ], [ [ 20, 7, 8 ] ], [ [ 20, 13, 16 ] ], [ [ 20, 22, 23 ] ], [ [ 22, 0, 4 ] ], [ [ 22, 3, 4 ] ], [ [ 22, 10, 15 ] ], [ [ 22, 14, 14 ], [ 22, 8, 8 ], [ 25, 12, 12 ], [ 25, 8, 8 ] ], [ [ 22, 14, 15 ] ], [ [ 22, 13, 15 ] ], [ [ 23, 5, 12 ] ], [ [ 23, 5, 8 ] ], [ [ 23, 10, 12 ] ], [ [ 23, 18, 20 ] ], [ [ 25, 12, 13 ] ], [ [ 26, 18, 24 ] ], [ [ 26, 5, 15 ] ], [ [ 26, 10, 15 ] ], [ [ 26, 14, 15 ] ], [ [ 26, 23, 24 ] ], [ [ 26, 27, 28 ], [ 19, 17, 17 ], [ 16, 14, 15 ], [ 15, 0, 0 ], [ 14, 5, 6 ], [ 13, 20, 21 ], [ 20, 26, 26 ] ], [ [ 26, 6, 6 ], [ 26, 21, 21 ], [ 26, 10, 10 ], [ 25, 1, 1 ], [ 20, 1, 1 ], [ 19, 10, 10 ], [ 5, 2, 2 ], [ 5, 11, 11 ], [ 4, 6, 6 ] ], [ [ 0, 4, 13 ] ], [ [ 1, 5, 8 ] ], [ [ 2, 10, 13 ] ], [ [ 4, 13, 14 ], [ 4, 15, 16 ], [ 4, 13, 16 ] ], [ [ 4, 13, 13 ] ], [ [ 8, 0, 0 ] ], [ [ 8, 19, 23 ] ], [ [ 8, 22, 23 ] ], [ [ 8, 23, 23 ] ], [ [ 10, 11, 11 ] ], [ [ 13, 12, 12 ] ], [ [ 13, 14, 21 ] ], [ [ 13, 16, 16 ] ], [ [ 16, 7, 8 ] ], [ [ 19, 8, 8 ] ], [ [ 23, 0, 1 ] ], [ [ 23, 19, 20 ] ], [ [ 23, 19, 19 ] ], [ [ 10, 14, 14 ] ], [ [ 16, 3, 3 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36136
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP you)) (VP (VBP are) (NP (JJ little))))) (, ,) (NP (NP (PRP it))) (VP (VBZ 's) (RB not) (ADJP (JJ hard)) (S (VP (TO to) (VP (VB believe) (SBAR (S (NP (PRP you)) (VP (MD can) (VP (VB change) (NP (DT the) (NN world)))))))))) (. .)))" }, "speaker": null, "text": "When you are little, it's not hard to believe you can change the world.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "when", "misc": "", "start_char": 0, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 8, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 5, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 9, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 19, "feats": "Degree=Pos", "head": 9, "id": 4, "lemma": "little", "misc": "", "start_char": 13, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 21, "feats": null, "head": 9, "id": 5, "lemma": ",", "misc": "", "start_char": 20, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 24, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 6, "lemma": "it", "misc": "", "start_char": 22, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 27, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 25, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 31, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 28, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 36, "feats": "Degree=Pos", "head": 0, "id": 9, "lemma": "hard", "misc": "", "start_char": 32, "text": "hard", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 39, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 37, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 47, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "believe", "misc": "", "start_char": 40, "text": "believe", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 51, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 14, "id": 12, "lemma": "you", "misc": "", "start_char": 48, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 55, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "can", "misc": "", "start_char": 52, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 62, "feats": "VerbForm=Inf", "head": 11, "id": 14, "lemma": "change", "misc": "", "start_char": 56, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 66, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 63, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 72, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "world", "misc": "", "start_char": 67, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 74, "feats": null, "head": 9, "id": 17, "lemma": ".", "misc": "", "start_char": 73, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP remember) (NP (PRP$ my) (NN enthusiasm)) (SBAR (WHADVP (WRB when)) (, ,) (S (PP (IN at) (NP (NP (DT the) (NN age)) (PP (IN of) (NP (CD 12))))) (, ,) (NP (PRP I)) (VP (VBD addressed) (NP (NP (NNS delegates)) (PP (IN at) (NP (DT the) (NML (NNP Rio) (NNP Earth)) (NNP Summit)))))))) (. .)))" }, "speaker": null, "text": "I remember my enthusiasm when, at the age of 12, I addressed delegates at the Rio Earth Summit.", "tokens": [ { "deprel": "nsubj", "end_char": 76, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 75, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 85, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "remember", "misc": "", "start_char": 77, "text": "remember", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 88, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "my", "misc": "", "start_char": 86, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 99, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "enthusiasm", "misc": "", "start_char": 89, "text": "enthusiasm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 104, "feats": "PronType=Int", "head": 14, "id": 5, "lemma": "when", "misc": "", "start_char": 100, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "punct", "end_char": 106, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 105, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 109, "feats": null, "head": 9, "id": 7, "lemma": "at", "misc": "", "start_char": 107, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 113, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 110, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 117, "feats": "Number=Sing", "head": 14, "id": 9, "lemma": "age", "misc": "", "start_char": 114, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 120, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 118, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 123, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 11, "lemma": "12", "misc": "", "start_char": 121, "text": "12", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 125, "feats": null, "head": 9, "id": 12, "lemma": ",", "misc": "", "start_char": 124, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 127, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 14, "id": 13, "lemma": "I", "misc": "", "start_char": 126, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl", "end_char": 137, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 14, "lemma": "address", "misc": "", "start_char": 128, "text": "addressed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 147, "feats": "Number=Plur", "head": 14, "id": 15, "lemma": "delegate", "misc": "", "start_char": 138, "text": "delegates", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 150, "feats": null, "head": 20, "id": 16, "lemma": "at", "misc": "", "start_char": 148, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 154, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 17, "lemma": "the", "misc": "", "start_char": 151, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 158, "feats": "Number=Sing", "head": 20, "id": 18, "lemma": "Rio", "misc": "", "start_char": 155, "text": "Rio", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 164, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "Earth", "misc": "", "start_char": 159, "text": "Earth", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 171, "feats": "Number=Sing", "head": 14, "id": 20, "lemma": "Summit", "misc": "", "start_char": 165, "text": "Summit", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 173, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 172, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP I)) (VP (VBP am) (NP (RB only) (DT a) (NN child)))) (, ,) ('' '') (NP (PRP I)) (VP (VBD told) (NP (PRP them))) (. .)))" }, "speaker": null, "text": "\"I am only a child,\" I told them.", "tokens": [ { "deprel": "punct", "end_char": 176, "feats": null, "head": 10, "id": 1, "lemma": "``", "misc": "", "start_char": 174, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 178, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 2, "lemma": "I", "misc": "", "start_char": 177, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 181, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 179, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 186, "feats": null, "head": 6, "id": 4, "lemma": "only", "misc": "", "start_char": 182, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 188, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 187, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 194, "feats": "Number=Sing", "head": 10, "id": 6, "lemma": "child", "misc": "", "start_char": 189, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 196, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 195, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 199, "feats": null, "head": 10, "id": 8, "lemma": "''", "misc": "", "start_char": 197, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 201, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "I", "misc": "", "start_char": 200, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 206, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "tell", "misc": "", "start_char": 202, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 211, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "they", "misc": "", "start_char": 207, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 213, "feats": null, "head": 10, "id": 12, "lemma": ".", "misc": "", "start_char": 212, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (CC Yet)) (NP (PRP I)) (VP (VBP know) (SBAR (IN that) (S (SBAR (IN if) (S (NP (NP (PDT all) (DT the) (NN money)) (VP (VBN spent) (PP (IN on) (NP (NN war))))) (VP (VBD was) (VP (VBN spent) (PP (IN on) (S (VP (VP (VBG ending) (NP (NN poverty))) (CC and) (VP (VBG finding) (NP (NN environment) (NNS answers)))))))))) (, ,) (SBAR (WHNP (WP what) (DT a) (JJ wonderful) (NN place)) (S (NP (DT this)) (VP (MD would) (VP (VB be)))))))) (. .)))" }, "speaker": null, "text": "\"Yet I know that if all the money spent on war was spent on ending poverty and finding environment answers, what a wonderful place this would be.", "tokens": [ { "deprel": "punct", "end_char": 216, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 214, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "cc", "end_char": 220, "feats": null, "head": 4, "id": 2, "lemma": "yet", "misc": "", "start_char": 217, "text": "Yet", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 222, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "I", "misc": "", "start_char": 221, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 227, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "know", "misc": "", "start_char": 223, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 232, "feats": null, "head": 23, "id": 5, "lemma": "that", "misc": "", "start_char": 228, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 235, "feats": null, "head": 14, "id": 6, "lemma": "if", "misc": "", "start_char": 233, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 239, "feats": null, "head": 9, "id": 7, "lemma": "all", "misc": "", "start_char": 236, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 243, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 240, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 249, "feats": "Number=Sing", "head": 14, "id": 9, "lemma": "money", "misc": "", "start_char": 244, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 255, "feats": "Mood=Ind|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 10, "lemma": "spend", "misc": "", "start_char": 250, "text": "spent", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 258, "feats": null, "head": 12, "id": 11, "lemma": "on", "misc": "", "start_char": 256, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 262, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "war", "misc": "", "start_char": 259, "text": "war", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 266, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 263, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 272, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 23, "id": 14, "lemma": "spend", "misc": "", "start_char": 267, "text": "spent", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 275, "feats": null, "head": 16, "id": 15, "lemma": "on", "misc": "", "start_char": 273, "text": "on", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 282, "feats": "VerbForm=Ger", "head": 14, "id": 16, "lemma": "end", "misc": "", "start_char": 276, "text": "ending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 290, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "poverty", "misc": "", "start_char": 283, "text": "poverty", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 294, "feats": null, "head": 19, "id": 18, "lemma": "and", "misc": "", "start_char": 291, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 302, "feats": "VerbForm=Ger", "head": 16, "id": 19, "lemma": "find", "misc": "", "start_char": 295, "text": "finding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 314, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "environment", "misc": "", "start_char": 303, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 322, "feats": "Number=Plur", "head": 19, "id": 21, "lemma": "answer", "misc": "", "start_char": 315, "text": "answers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 324, "feats": null, "head": 4, "id": 22, "lemma": ",", "misc": "", "start_char": 323, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "ccomp", "end_char": 329, "feats": "PronType=Int", "head": 4, "id": 23, "lemma": "what", "misc": "", "start_char": 325, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "det", "end_char": 331, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 24, "lemma": "a", "misc": "", "start_char": 330, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 341, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "wonderful", "misc": "", "start_char": 332, "text": "wonderful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 347, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "place", "misc": "", "start_char": 342, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 352, "feats": "Number=Sing|PronType=Dem", "head": 29, "id": 27, "lemma": "this", "misc": "", "start_char": 348, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 358, "feats": "VerbForm=Fin", "head": 29, "id": 28, "lemma": "would", "misc": "", "start_char": 353, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 361, "feats": "VerbForm=Inf", "head": 26, "id": 29, "lemma": "be", "misc": "", "start_char": 359, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "punct", "end_char": 363, "feats": null, "head": 23, "id": 30, "lemma": ".", "misc": "", "start_char": 362, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NN school))) (NP (PRP you)) (VP (VBP teach) (NP (PRP us)) (S (RB not) (VP (TO to) (VP (VB fight) (PP (IN with) (NP (NNS others)))))) (, ,) (S (VP (VP (TO to) (VP (VB work) (NP (NNS things)) (PRT (RP out)))) (, ,) (VP (TO to) (VP (VB respect) (NP (NNS others)))) (, ,) (VP (TO to) (VP (VB clean) (PRT (RP up)) (NP (PRP$ our) (NN mess)))) (, ,) (RB not) (VP (TO to) (VP (VB hurt) (NP (JJ other) (NNS creatures)))) (, ,) (S (VP (TO to) (VP (VB share)))) (, ,) (RB not) (VP (TO to) (VP (VB be) (ADJP (JJ greedy))))))) (. .)))" }, "speaker": null, "text": "In school you teach us not to fight with others, to work things out, to respect others, to clean up our mess, not to hurt other creatures, to share, not to be greedy.", "tokens": [ { "deprel": "case", "end_char": 366, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 364, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 373, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "school", "misc": "", "start_char": 367, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 377, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 3, "lemma": "you", "misc": "", "start_char": 374, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 383, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "teach", "misc": "", "start_char": 378, "text": "teach", "upos": "VERB", "xpos": "VBP" }, { "deprel": "iobj", "end_char": 386, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 5, "lemma": "we", "misc": "", "start_char": 384, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 390, "feats": null, "head": 8, "id": 6, "lemma": "not", "misc": "", "start_char": 387, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 393, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 391, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 399, "feats": "VerbForm=Inf", "head": 4, "id": 8, "lemma": "fight", "misc": "", "start_char": 394, "text": "fight", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 404, "feats": null, "head": 10, "id": 9, "lemma": "with", "misc": "", "start_char": 400, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 411, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "other", "misc": "", "start_char": 405, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 413, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 412, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 416, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 414, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 421, "feats": "VerbForm=Inf", "head": 8, "id": 13, "lemma": "work", "misc": "", "start_char": 417, "text": "work", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 428, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "thing", "misc": "", "start_char": 422, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "compound:prt", "end_char": 432, "feats": null, "head": 13, "id": 15, "lemma": "out", "misc": "", "start_char": 429, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 434, "feats": null, "head": 18, "id": 16, "lemma": ",", "misc": "", "start_char": 433, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 437, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 435, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 445, "feats": "VerbForm=Inf", "head": 13, "id": 18, "lemma": "respect", "misc": "", "start_char": 438, "text": "respect", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 452, "feats": "Number=Plur", "head": 18, "id": 19, "lemma": "other", "misc": "", "start_char": 446, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 454, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 453, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 457, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 455, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 463, "feats": "VerbForm=Inf", "head": 18, "id": 22, "lemma": "clean", "misc": "", "start_char": 458, "text": "clean", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 466, "feats": null, "head": 22, "id": 23, "lemma": "up", "misc": "", "start_char": 464, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "nmod:poss", "end_char": 470, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 25, "id": 24, "lemma": "our", "misc": "", "start_char": 467, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 475, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "mess", "misc": "", "start_char": 471, "text": "mess", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 477, "feats": null, "head": 29, "id": 26, "lemma": ",", "misc": "", "start_char": 476, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 481, "feats": null, "head": 29, "id": 27, "lemma": "not", "misc": "", "start_char": 478, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 484, "feats": null, "head": 29, "id": 28, "lemma": "to", "misc": "", "start_char": 482, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 489, "feats": "VerbForm=Inf", "head": 8, "id": 29, "lemma": "hurt", "misc": "", "start_char": 485, "text": "hurt", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 495, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "other", "misc": "", "start_char": 490, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 505, "feats": "Number=Plur", "head": 29, "id": 31, "lemma": "creature", "misc": "", "start_char": 496, "text": "creatures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 507, "feats": null, "head": 34, "id": 32, "lemma": ",", "misc": "", "start_char": 506, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 510, "feats": null, "head": 34, "id": 33, "lemma": "to", "misc": "", "start_char": 508, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 516, "feats": "VerbForm=Inf", "head": 29, "id": 34, "lemma": "share", "misc": "", "start_char": 511, "text": "share", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 518, "feats": null, "head": 39, "id": 35, "lemma": ",", "misc": "", "start_char": 517, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 522, "feats": null, "head": 39, "id": 36, "lemma": "not", "misc": "", "start_char": 519, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 525, "feats": null, "head": 39, "id": 37, "lemma": "to", "misc": "", "start_char": 523, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 528, "feats": "VerbForm=Inf", "head": 39, "id": 38, "lemma": "be", "misc": "", "start_char": 526, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 535, "feats": "Degree=Pos", "head": 34, "id": 39, "lemma": "greedy", "misc": "", "start_char": 529, "text": "greedy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 537, "feats": null, "head": 4, "id": 40, "lemma": ".", "misc": "", "start_char": 536, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (SBARQ (RB Then) (WHADVP (WRB why)) (SQ (VBP do) (NP (PRP you)) (VP (VP (VB go) (ADVP (RB out))) (CC and) (VP (VB do) (NP (NP (DT the) (NN thing)) (SBAR (S (NP (PRP you)) (VP (VBP tell) (NP (PRP us)) (S (RB not) (VP (TO to) (VP (VB do))))))))))) (. ?)))" }, "speaker": null, "text": "Then why do you go out and do the thing you tell us not to do?", "tokens": [ { "deprel": "advmod", "end_char": 542, "feats": "PronType=Dem", "head": 5, "id": 1, "lemma": "then", "misc": "", "start_char": 538, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 546, "feats": "PronType=Int", "head": 5, "id": 2, "lemma": "why", "misc": "", "start_char": 543, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux", "end_char": 549, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 547, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 553, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 4, "lemma": "you", "misc": "", "start_char": 550, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 556, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "go", "misc": "", "start_char": 554, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 560, "feats": null, "head": 5, "id": 6, "lemma": "out", "misc": "", "start_char": 557, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 564, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 561, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 567, "feats": "VerbForm=Inf", "head": 5, "id": 8, "lemma": "do", "misc": "", "start_char": 565, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 571, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 568, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 577, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "thing", "misc": "", "start_char": 572, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 581, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 11, "lemma": "you", "misc": "", "start_char": 578, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 586, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 10, "id": 12, "lemma": "tell", "misc": "", "start_char": 582, "text": "tell", "upos": "VERB", "xpos": "VBP" }, { "deprel": "iobj", "end_char": 589, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 12, "id": 13, "lemma": "we", "misc": "", "start_char": 587, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 593, "feats": null, "head": 16, "id": 14, "lemma": "not", "misc": "", "start_char": 590, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 596, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 594, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 599, "feats": "VerbForm=Inf", "head": 12, "id": 16, "lemma": "do", "misc": "", "start_char": 597, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 601, "feats": null, "head": 5, "id": 17, "lemma": "?", "misc": "", "start_char": 600, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP You) (NNS grown-ups)) (VP (VBP say) (SBAR (S (NP (PRP you)) (VP (VBP love) (NP (PRP us))))))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP challenge) (NP (PRP you)) (, ,) (INTJ (UH please)) (, ,) (S (VP (TO to) (VP (VB make) (S (NP (PRP$ your) (NNS actions)) (VP (VB reflect) (NP (PRP$ your) (NNS words))))))))) (. .) ('' '')))" }, "speaker": null, "text": "You grown-ups say you love us, but I challenge you, please, to make your actions reflect your words.\"", "tokens": [ { "deprel": "dep", "end_char": 605, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 2, "id": 1, "lemma": "you", "misc": "", "start_char": 602, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj", "end_char": 615, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "grown-up", "misc": "", "start_char": 606, "text": "grown-ups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 619, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 616, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 623, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 4, "lemma": "you", "misc": "", "start_char": 620, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 628, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 5, "lemma": "love", "misc": "", "start_char": 624, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 631, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 6, "lemma": "we", "misc": "", "start_char": 629, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 633, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 632, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 637, "feats": null, "head": 10, "id": 8, "lemma": "but", "misc": "", "start_char": 634, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 639, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "I", "misc": "", "start_char": 638, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 649, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 10, "lemma": "challenge", "misc": "", "start_char": 640, "text": "challenge", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 653, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 10, "id": 11, "lemma": "you", "misc": "", "start_char": 650, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 655, "feats": null, "head": 10, "id": 12, "lemma": ",", "misc": "", "start_char": 654, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "discourse", "end_char": 662, "feats": null, "head": 16, "id": 13, "lemma": "please", "misc": "", "start_char": 656, "text": "please", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 664, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 663, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 667, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 665, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 672, "feats": "VerbForm=Inf", "head": 10, "id": 16, "lemma": "make", "misc": "", "start_char": 668, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 677, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 18, "id": 17, "lemma": "your", "misc": "", "start_char": 673, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 685, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "action", "misc": "", "start_char": 678, "text": "actions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 693, "feats": "VerbForm=Inf", "head": 16, "id": 19, "lemma": "reflect", "misc": "", "start_char": 686, "text": "reflect", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 698, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "your", "misc": "", "start_char": 694, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 704, "feats": "Number=Plur", "head": 19, "id": 21, "lemma": "word", "misc": "", "start_char": 699, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 706, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 705, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 709, "feats": null, "head": 3, "id": 23, "lemma": "''", "misc": "", "start_char": 707, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 711, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 710, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD spoke) (PP (IN for) (NP (CD six) (NNS minutes)))) (CC and) (VP (VBD received) (NP (DT a) (NN standing) (NN ovation)))) (. .)))" }, "speaker": null, "text": "I spoke for six minutes and received a standing ovation.", "tokens": [ { "deprel": "nsubj", "end_char": 713, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 712, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 719, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "speak", "misc": "", "start_char": 714, "text": "spoke", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 723, "feats": null, "head": 5, "id": 3, "lemma": "for", "misc": "", "start_char": 720, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 727, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "six", "misc": "", "start_char": 724, "text": "six", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 735, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "minute", "misc": "", "start_char": 728, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 739, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 736, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 748, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "receive", "misc": "", "start_char": 740, "text": "received", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 750, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 749, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 759, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "standing", "misc": "", "start_char": 751, "text": "standing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 767, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "ovation", "misc": "", "start_char": 760, "text": "ovation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 769, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 768, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT Some)) (PP (IN of) (NP (DT the) (NNS delegates)))) (ADVP (RB even)) (VP (VBD cried)) (. .)))" }, "speaker": null, "text": "Some of the delegates even cried.", "tokens": [ { "deprel": "nsubj", "end_char": 774, "feats": null, "head": 6, "id": 1, "lemma": "some", "misc": "", "start_char": 770, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 777, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 775, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 781, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 778, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 791, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "delegate", "misc": "", "start_char": 782, "text": "delegates", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 796, "feats": null, "head": 6, "id": 5, "lemma": "even", "misc": "", "start_char": 792, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 802, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "cry", "misc": "", "start_char": 797, "text": "cried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 804, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 803, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD thought) (SBAR (SBAR (IN that) (S (ADVP (RB maybe)) (NP (PRP I)) (VP (VBD had) (VP (VBN reached) (NP (NP (DT some)) (PP (IN of) (NP (PRP them)))))))) (, ,) (SBAR (IN that) (S (NP (PRP$ my) (NN speech)) (VP (MD might) (ADVP (RB actually)) (VP (VB spur) (NP (NN action)))))))) (. .)))" }, "speaker": null, "text": "I thought that maybe I had reached some of them, that my speech might actually spur action.", "tokens": [ { "deprel": "nsubj", "end_char": 806, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 805, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 814, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "think", "misc": "", "start_char": 807, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 819, "feats": null, "head": 7, "id": 3, "lemma": "that", "misc": "", "start_char": 815, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 825, "feats": null, "head": 7, "id": 4, "lemma": "maybe", "misc": "", "start_char": 820, "text": "maybe", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 827, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 5, "lemma": "I", "misc": "", "start_char": 826, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 831, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "have", "misc": "", "start_char": 828, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 839, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 7, "lemma": "reach", "misc": "", "start_char": 832, "text": "reached", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 844, "feats": null, "head": 7, "id": 8, "lemma": "some", "misc": "", "start_char": 840, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 847, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 845, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 852, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 8, "id": 10, "lemma": "they", "misc": "", "start_char": 848, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 854, "feats": null, "head": 17, "id": 11, "lemma": ",", "misc": "", "start_char": 853, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 859, "feats": null, "head": 17, "id": 12, "lemma": "that", "misc": "", "start_char": 855, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 862, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "my", "misc": "", "start_char": 860, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 869, "feats": "Number=Sing", "head": 17, "id": 14, "lemma": "speech", "misc": "", "start_char": 863, "text": "speech", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 875, "feats": "VerbForm=Fin", "head": 17, "id": 15, "lemma": "might", "misc": "", "start_char": 870, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 884, "feats": null, "head": 17, "id": 16, "lemma": "actually", "misc": "", "start_char": 876, "text": "actually", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 889, "feats": "VerbForm=Inf", "head": 7, "id": 17, "lemma": "spur", "misc": "", "start_char": 885, "text": "spur", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 896, "feats": "Number=Sing", "head": 17, "id": 18, "lemma": "action", "misc": "", "start_char": 890, "text": "action", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 898, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 897, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (, ,) (NP (NP (DT a) (NN decade)) (PP (IN from) (NP (NNP Rio)))) (, ,) (SBAR (IN after) (S (NP (PRP I)) (VP (VBP 've) (VP (VBN sat) (PP (IN through) (NP (JJ many) (JJR more) (NNS conferences))))))) (, ,) (NP (PRP I)) (VP (VBP 'm) (RB not) (ADJP (JJ sure) (SBAR (WHNP (WP what)) (S (VP (VBZ has) (VP (VBN been) (VP (VBN accomplished)))))))) (. .)))" }, "speaker": null, "text": "Now, a decade from Rio, after I've sat through many more conferences, I'm not sure what has been accomplished.", "tokens": [ { "deprel": "advmod", "end_char": 902, "feats": null, "head": 20, "id": 1, "lemma": "now", "misc": "", "start_char": 899, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 904, "feats": null, "head": 20, "id": 2, "lemma": ",", "misc": "", "start_char": 903, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 906, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 905, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 913, "feats": "Number=Sing", "head": 20, "id": 4, "lemma": "decade", "misc": "", "start_char": 907, "text": "decade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 918, "feats": null, "head": 6, "id": 5, "lemma": "from", "misc": "", "start_char": 914, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 922, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Rio", "misc": "", "start_char": 919, "text": "Rio", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 924, "feats": null, "head": 20, "id": 7, "lemma": ",", "misc": "", "start_char": 923, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 930, "feats": null, "head": 11, "id": 8, "lemma": "after", "misc": "", "start_char": 925, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 932, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 9, "lemma": "I", "misc": "", "start_char": 931, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 936, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "have", "misc": "", "start_char": 933, "text": "'ve", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 940, "feats": "Tense=Past|VerbForm=Part", "head": 20, "id": 11, "lemma": "sit", "misc": "", "start_char": 937, "text": "sat", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 948, "feats": null, "head": 15, "id": 12, "lemma": "through", "misc": "", "start_char": 941, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 953, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "many", "misc": "", "start_char": 949, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 958, "feats": "Degree=Cmp", "head": 15, "id": 14, "lemma": "more", "misc": "", "start_char": 954, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 970, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "conference", "misc": "", "start_char": 959, "text": "conferences", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 972, "feats": null, "head": 20, "id": 16, "lemma": ",", "misc": "", "start_char": 971, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 974, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 20, "id": 17, "lemma": "I", "misc": "", "start_char": 973, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 977, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 20, "id": 18, "lemma": "be", "misc": "", "start_char": 975, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 981, "feats": null, "head": 20, "id": 19, "lemma": "not", "misc": "", "start_char": 978, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 986, "feats": "Degree=Pos", "head": 0, "id": 20, "lemma": "sure", "misc": "", "start_char": 982, "text": "sure", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 991, "feats": "PronType=Rel", "head": 20, "id": 21, "lemma": "what", "misc": "", "start_char": 987, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 995, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 22, "lemma": "have", "misc": "", "start_char": 992, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux:pass", "end_char": 1000, "feats": "Tense=Past|VerbForm=Part", "head": 24, "id": 23, "lemma": "be", "misc": "", "start_char": 996, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "acl:relcl", "end_char": 1013, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 21, "id": 24, "lemma": "accomplish", "misc": "", "start_char": 1001, "text": "accomplished", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1015, "feats": null, "head": 20, "id": 25, "lemma": ".", "misc": "", "start_char": 1014, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP$ My) (NN confidence)) (PP (PP (IN in) (NP (NP (DT the) (NNS people)) (PP (IN in) (NP (NN power))))) (CC and) (PP (IN in) (NP (NP (DT the) (NN power)) (PP (IN of) (NP (NP (NP (DT an) (NN individual) (POS 's)) (NN voice)) (SBAR (S (VP (TO to) (VP (VB reach) (NP (PRP them)))))))))))) (VP (VBZ has) (VP (VBN been) (ADJP (RB deeply) (VBN shaken)))) (. .)))" }, "speaker": null, "text": "My confidence in the people in power and in the power of an individual's voice to reach them has been deeply shaken.", "tokens": [ { "deprel": "nmod:poss", "end_char": 1018, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 1016, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj:pass", "end_char": 1029, "feats": "Number=Sing", "head": 23, "id": 2, "lemma": "confidence", "misc": "", "start_char": 1019, "text": "confidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1032, "feats": null, "head": 5, "id": 3, "lemma": "in", "misc": "", "start_char": 1030, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1036, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1033, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1043, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "person", "misc": "", "start_char": 1037, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1046, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 1044, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1052, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "power", "misc": "", "start_char": 1047, "text": "power", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1056, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 1053, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1059, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 1057, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1063, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1060, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1069, "feats": "Number=Sing", "head": 2, "id": 11, "lemma": "power", "misc": "", "start_char": 1064, "text": "power", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1072, "feats": null, "head": 16, "id": 12, "lemma": "of", "misc": "", "start_char": 1070, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1075, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1073, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1086, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "individual", "misc": "", "start_char": 1076, "text": "individual", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1089, "feats": null, "head": 14, "id": 15, "lemma": "'s", "misc": "", "start_char": 1087, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 1095, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "voice", "misc": "", "start_char": 1090, "text": "voice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1098, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 1096, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1104, "feats": "VerbForm=Inf", "head": 16, "id": 18, "lemma": "reach", "misc": "", "start_char": 1099, "text": "reach", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1109, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 19, "lemma": "they", "misc": "", "start_char": 1105, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1113, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 20, "lemma": "have", "misc": "", "start_char": 1110, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux:pass", "end_char": 1118, "feats": "Tense=Past|VerbForm=Part", "head": 23, "id": 21, "lemma": "be", "misc": "", "start_char": 1114, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1125, "feats": null, "head": 23, "id": 22, "lemma": "deeply", "misc": "", "start_char": 1119, "text": "deeply", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1132, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 23, "lemma": "shake", "misc": "", "start_char": 1126, "text": "shaken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1134, "feats": null, "head": 23, "id": 24, "lemma": ".", "misc": "", "start_char": 1133, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1136, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1135, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBD was) (NP (JJ little))))) (, ,) (NP (DT the) (NN world)) (VP (VBD was) (ADJP (JJ simple))) (. .)))" }, "speaker": null, "text": "When I was little, the world was simple.", "tokens": [ { "deprel": "advmod", "end_char": 1141, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "when", "misc": "", "start_char": 1137, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1143, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 1142, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1147, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1144, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1154, "feats": "Degree=Pos", "head": 9, "id": 4, "lemma": "little", "misc": "", "start_char": 1148, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1156, "feats": null, "head": 9, "id": 5, "lemma": ",", "misc": "", "start_char": 1155, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1160, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1157, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1166, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "world", "misc": "", "start_char": 1161, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1170, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1167, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1177, "feats": "Degree=Pos", "head": 0, "id": 9, "lemma": "simple", "misc": "", "start_char": 1171, "text": "simple", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1179, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 1178, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (CC But) (PP (IN as) (NP (DT a) (JJ young) (NN adult))) (, ,) (NP (PRP I)) (VP (VBP 'm) (VP (VBG learning) (SBAR (IN that) (SBAR (IN as) (S (NP (PRP we)) (VP (VBP have) (S (VP (TO to) (VP (VB make) (NP (NP (NNS choices)) (, --) (S (NP (NP (NP (NN education)) (, ,) (NP (NN career)) (, ,) (NP (NN lifestyle)) (, --)) (NP (NN life))) (VP (VBZ gets) (ADJP (ADVP (RBR more) (CC and) (RBR more)) (JJ complicated)))))))))))))) (. .)))" }, "speaker": null, "text": "But as a young adult, I'm learning that as we have to make choices--education, career, lifestyle--life gets more and more complicated.", "tokens": [ { "deprel": "cc", "end_char": 1183, "feats": null, "head": 9, "id": 1, "lemma": "but", "misc": "", "start_char": 1180, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1186, "feats": null, "head": 5, "id": 2, "lemma": "as", "misc": "", "start_char": 1184, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1188, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 1187, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1194, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "young", "misc": "", "start_char": 1189, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1200, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "adult", "misc": "", "start_char": 1195, "text": "adult", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1202, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 1201, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1204, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 7, "lemma": "I", "misc": "", "start_char": 1203, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1207, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1205, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1216, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 9, "lemma": "learn", "misc": "", "start_char": 1208, "text": "learning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1221, "feats": null, "head": 25, "id": 10, "lemma": "that", "misc": "", "start_char": 1217, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 1224, "feats": null, "head": 13, "id": 11, "lemma": "as", "misc": "", "start_char": 1222, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1227, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "we", "misc": "", "start_char": 1225, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1232, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 25, "id": 13, "lemma": "have", "misc": "", "start_char": 1228, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1235, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 1233, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1240, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "make", "misc": "", "start_char": 1236, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1248, "feats": "Number=Plur", "head": 15, "id": 16, "lemma": "choice", "misc": "", "start_char": 1241, "text": "choices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1251, "feats": null, "head": 18, "id": 17, "lemma": "--", "misc": "", "start_char": 1249, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1261, "feats": "Number=Sing", "head": 25, "id": 18, "lemma": "education", "misc": "", "start_char": 1252, "text": "education", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1263, "feats": null, "head": 20, "id": 19, "lemma": ",", "misc": "", "start_char": 1262, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1270, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "career", "misc": "", "start_char": 1264, "text": "career", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1272, "feats": null, "head": 22, "id": 21, "lemma": ",", "misc": "", "start_char": 1271, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1282, "feats": "Number=Sing", "head": 18, "id": 22, "lemma": "lifestyle", "misc": "", "start_char": 1273, "text": "lifestyle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1285, "feats": null, "head": 18, "id": 23, "lemma": "--", "misc": "", "start_char": 1283, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1290, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "life", "misc": "", "start_char": 1286, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 1295, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 25, "lemma": "get", "misc": "", "start_char": 1291, "text": "gets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1300, "feats": "Degree=Cmp", "head": 29, "id": 26, "lemma": "more", "misc": "", "start_char": 1296, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "cc", "end_char": 1304, "feats": null, "head": 28, "id": 27, "lemma": "and", "misc": "", "start_char": 1301, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1309, "feats": "Degree=Cmp", "head": 26, "id": 28, "lemma": "more", "misc": "", "start_char": 1305, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "xcomp", "end_char": 1321, "feats": "Degree=Pos", "head": 25, "id": 29, "lemma": "complicated", "misc": "", "start_char": 1310, "text": "complicated", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1323, "feats": null, "head": 9, "id": 30, "lemma": ".", "misc": "", "start_char": 1322, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP are) (VP (VBG beginning) (S (VP (TO to) (VP (VB feel) (NP (NN pressure) (S (VP (TO to) (VP (VP (VB produce)) (CC and) (VP (VB be) (ADJP (JJ successful)))))))))))) (. .)))" }, "speaker": null, "text": "We are beginning to feel pressure to produce and be successful.", "tokens": [ { "deprel": "nsubj", "end_char": 1326, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 1324, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1330, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1327, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1340, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "begin", "misc": "", "start_char": 1331, "text": "beginning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1343, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1341, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1348, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "feel", "misc": "", "start_char": 1344, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1357, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "pressure", "misc": "", "start_char": 1349, "text": "pressure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1360, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1358, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1368, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "produce", "misc": "", "start_char": 1361, "text": "produce", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 1372, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 1369, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 1375, "feats": "VerbForm=Inf", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 1373, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 1386, "feats": "Degree=Pos", "head": 8, "id": 11, "lemma": "successful", "misc": "", "start_char": 1376, "text": "successful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1388, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 1387, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP are) (VP (VBN taught) (SBAR (IN that) (S (NP (JJ economic) (NN growth)) (VP (VP (VBZ is) (PP (IN in) (NP (NN progress)))) (, ,) (CC but) (VP (VBP are) (RB n't) (VP (VBN taught) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB pursue) (NP (NP (DT a) (ADJP (JJ happy) (, ,) (JJ healthy) (CC or) (JJ sustainable)) (NN way)) (PP (IN of) (S (VP (VBG living)))))))))))))))) (. .)))" }, "speaker": null, "text": "We are taught that economic growth is in progress, but aren't taught how to pursue a happy, healthy or sustainable way of living.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1391, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 1389, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1395, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1392, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1402, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "teach", "misc": "", "start_char": 1396, "text": "taught", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1407, "feats": null, "head": 9, "id": 4, "lemma": "that", "misc": "", "start_char": 1403, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 1416, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "economic", "misc": "", "start_char": 1408, "text": "economic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1423, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "growth", "misc": "", "start_char": 1417, "text": "growth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1426, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 1424, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1429, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 1427, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "ccomp", "end_char": 1438, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "progress", "misc": "", "start_char": 1430, "text": "progress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1440, "feats": null, "head": 14, "id": 10, "lemma": ",", "misc": "", "start_char": 1439, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1444, "feats": null, "head": 14, "id": 11, "lemma": "but", "misc": "", "start_char": 1441, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux:pass", "end_char": 1448, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 12, "lemma": "be", "misc": "", "start_char": 1445, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1452, "feats": null, "head": 14, "id": 13, "lemma": "not", "misc": "", "start_char": 1449, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1459, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 14, "lemma": "teach", "misc": "", "start_char": 1453, "text": "taught", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1463, "feats": "PronType=Int", "head": 17, "id": 15, "lemma": "how", "misc": "", "start_char": 1460, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 1466, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1464, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "ccomp", "end_char": 1473, "feats": "VerbForm=Inf", "head": 14, "id": 17, "lemma": "pursue", "misc": "", "start_char": 1467, "text": "pursue", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1475, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 18, "lemma": "a", "misc": "", "start_char": 1474, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1481, "feats": "Degree=Pos", "head": 24, "id": 19, "lemma": "happy", "misc": "", "start_char": 1476, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1483, "feats": null, "head": 21, "id": 20, "lemma": ",", "misc": "", "start_char": 1482, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1491, "feats": "Degree=Pos", "head": 19, "id": 21, "lemma": "healthy", "misc": "", "start_char": 1484, "text": "healthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1494, "feats": null, "head": 23, "id": 22, "lemma": "or", "misc": "", "start_char": 1492, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1506, "feats": "Degree=Pos", "head": 19, "id": 23, "lemma": "sustainable", "misc": "", "start_char": 1495, "text": "sustainable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1510, "feats": "Number=Sing", "head": 17, "id": 24, "lemma": "way", "misc": "", "start_char": 1507, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1513, "feats": null, "head": 26, "id": 25, "lemma": "of", "misc": "", "start_char": 1511, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1520, "feats": "VerbForm=Ger", "head": 24, "id": 26, "lemma": "live", "misc": "", "start_char": 1514, "text": "living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1522, "feats": null, "head": 3, "id": 27, "lemma": ".", "misc": "", "start_char": 1521, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP we)) (VP (VBP are) (VP (VBG learning) (SBAR (IN that) (S (SBAR (WHNP (WP what)) (S (NP (PRP we)) (VP (VBD wanted) (PP (IN for) (NP (DT the) (NN future))) (SBAR (WHADVP (WRB when)) (S (NP (PRP we)) (VP (VBD were) (NP (CD 12)))))))) (VP (VBD was) (ADJP (JJ ideal) (CC and) (JJ innocent))))))) (. .)))" }, "speaker": null, "text": "And we are learning that what we wanted for the future when we were 12 was ideal and innocent.", "tokens": [ { "deprel": "cc", "end_char": 1526, "feats": null, "head": 4, "id": 1, "lemma": "and", "misc": "", "start_char": 1523, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1529, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 1527, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1533, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1530, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1542, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "learn", "misc": "", "start_char": 1534, "text": "learning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1547, "feats": null, "head": 17, "id": 5, "lemma": "that", "misc": "", "start_char": 1543, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1552, "feats": "PronType=Rel", "head": 17, "id": 6, "lemma": "what", "misc": "", "start_char": 1548, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1555, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 8, "id": 7, "lemma": "we", "misc": "", "start_char": 1553, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1562, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 6, "id": 8, "lemma": "want", "misc": "", "start_char": 1556, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1566, "feats": null, "head": 11, "id": 9, "lemma": "for", "misc": "", "start_char": 1563, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1570, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1567, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1577, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "future", "misc": "", "start_char": 1571, "text": "future", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1582, "feats": "PronType=Int", "head": 15, "id": 12, "lemma": "when", "misc": "", "start_char": 1578, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1585, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 15, "id": 13, "lemma": "we", "misc": "", "start_char": 1583, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1590, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 1586, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1593, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 15, "lemma": "12", "misc": "", "start_char": 1591, "text": "12", "upos": "NUM", "xpos": "CD" }, { "deprel": "cop", "end_char": 1597, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1594, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1603, "feats": "Degree=Pos", "head": 4, "id": 17, "lemma": "ideal", "misc": "", "start_char": 1598, "text": "ideal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1607, "feats": null, "head": 19, "id": 18, "lemma": "and", "misc": "", "start_char": 1604, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1616, "feats": "Degree=Pos", "head": 17, "id": 19, "lemma": "innocent", "misc": "", "start_char": 1608, "text": "innocent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1618, "feats": null, "head": 4, "id": 20, "lemma": ".", "misc": "", "start_char": 1617, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1620, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1619, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (S (NP (NN Today)) (NP (PRP I)) (VP (VBP 'm) (ADVP (RB no) (RBR longer)) (NP (DT a) (NN child)))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP 'm) (ADJP (JJ worried) (PP (IN about) (SBAR (WHNP (WHNP (WDT what) (NN kind)) (PP (IN of) (NP (NN environment)))) (S (NP (PRP$ my) (NNS children)) (VP (MD will) (VP (VB grow) (ADVP (RP up) (PP (IN in))))))))))) (. .)))" }, "speaker": null, "text": "Today I'm no longer a child, but I'm worried about what kind of environment my children will grow up in.", "tokens": [ { "deprel": "obl:tmod", "end_char": 1626, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "today", "misc": "", "start_char": 1621, "text": "Today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1628, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 2, "lemma": "I", "misc": "", "start_char": 1627, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1631, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 1629, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1634, "feats": null, "head": 5, "id": 4, "lemma": "no", "misc": "", "start_char": 1632, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1641, "feats": "Degree=Cmp", "head": 7, "id": 5, "lemma": "long", "misc": "", "start_char": 1635, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "det", "end_char": 1643, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 1642, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1649, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "child", "misc": "", "start_char": 1644, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1651, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 1650, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1655, "feats": null, "head": 12, "id": 9, "lemma": "but", "misc": "", "start_char": 1652, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1657, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 10, "lemma": "I", "misc": "", "start_char": 1656, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1660, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1658, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "conj", "end_char": 1668, "feats": "Degree=Pos", "head": 7, "id": 12, "lemma": "worried", "misc": "", "start_char": 1661, "text": "worried", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1674, "feats": null, "head": 15, "id": 13, "lemma": "about", "misc": "", "start_char": 1669, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1679, "feats": "PronType=Int", "head": 15, "id": 14, "lemma": "what", "misc": "", "start_char": 1675, "text": "what", "upos": "DET", "xpos": "WDT" }, { "deprel": "obl", "end_char": 1684, "feats": "Number=Sing", "head": 21, "id": 15, "lemma": "kind", "misc": "", "start_char": 1680, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1687, "feats": null, "head": 17, "id": 16, "lemma": "of", "misc": "", "start_char": 1685, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1699, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "environment", "misc": "", "start_char": 1688, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:poss", "end_char": 1702, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "my", "misc": "", "start_char": 1700, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1711, "feats": "Number=Plur", "head": 21, "id": 19, "lemma": "child", "misc": "", "start_char": 1703, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1716, "feats": "VerbForm=Fin", "head": 21, "id": 20, "lemma": "will", "misc": "", "start_char": 1712, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1721, "feats": "VerbForm=Inf", "head": 12, "id": 21, "lemma": "grow", "misc": "", "start_char": 1717, "text": "grow", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1724, "feats": null, "head": 21, "id": 22, "lemma": "up", "misc": "", "start_char": 1722, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "obl", "end_char": 1727, "feats": null, "head": 21, "id": 23, "lemma": "in", "misc": "", "start_char": 1725, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1729, "feats": null, "head": 7, "id": 24, "lemma": ".", "misc": "", "start_char": 1728, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP know) (SBAR (S (NP (NN change)) (VP (VBZ is) (ADJP (JJ possible))))) (, ,) (SBAR (IN because) (S (NP (PRP I)) (VP (VBP am) (VP (VBG changing))))) (, ,) (S (ADVP (RB still)) (VP (VBG figuring) (PRT (RP out)) (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBP think))))))) (. .)))" }, "speaker": null, "text": "I know change is possible, because I am changing, still figuring out what I think.", "tokens": [ { "deprel": "nsubj", "end_char": 1731, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1730, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1736, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "know", "misc": "", "start_char": 1732, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1743, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "change", "misc": "", "start_char": 1737, "text": "change", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1746, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1744, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 1755, "feats": "Degree=Pos", "head": 2, "id": 5, "lemma": "possible", "misc": "", "start_char": 1747, "text": "possible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1757, "feats": null, "head": 10, "id": 6, "lemma": ",", "misc": "", "start_char": 1756, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1765, "feats": null, "head": 10, "id": 7, "lemma": "because", "misc": "", "start_char": 1758, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1767, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 8, "lemma": "I", "misc": "", "start_char": 1766, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1770, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1768, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1779, "feats": "Tense=Pres|VerbForm=Part", "head": 5, "id": 10, "lemma": "change", "misc": "", "start_char": 1771, "text": "changing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1781, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 1780, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1787, "feats": null, "head": 13, "id": 12, "lemma": "still", "misc": "", "start_char": 1782, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1796, "feats": "VerbForm=Ger", "head": 10, "id": 13, "lemma": "figure", "misc": "", "start_char": 1788, "text": "figuring", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 1800, "feats": null, "head": 13, "id": 14, "lemma": "out", "misc": "", "start_char": 1797, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "obj", "end_char": 1805, "feats": "PronType=Rel", "head": 13, "id": 15, "lemma": "what", "misc": "", "start_char": 1801, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1807, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 17, "id": 16, "lemma": "I", "misc": "", "start_char": 1806, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1813, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 17, "lemma": "think", "misc": "", "start_char": 1808, "text": "think", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1815, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 1814, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP am) (ADVP (RB still)) (VP (VBG deciding) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB live) (NP (PRP$ my) (NN life)))))))) (. .)))" }, "speaker": null, "text": "I am still deciding how to live my life.", "tokens": [ { "deprel": "nsubj", "end_char": 1817, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 1816, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1820, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1818, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1826, "feats": null, "head": 4, "id": 3, "lemma": "still", "misc": "", "start_char": 1821, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1835, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "decide", "misc": "", "start_char": 1827, "text": "deciding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1839, "feats": "PronType=Int", "head": 4, "id": 5, "lemma": "how", "misc": "", "start_char": 1836, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 1842, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1840, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1847, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "live", "misc": "", "start_char": 1843, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1850, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "my", "misc": "", "start_char": 1848, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1855, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "life", "misc": "", "start_char": 1851, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1857, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 1856, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NNS challenges)) (VP (VBP are) (ADJP (JJ great)))) (, ,) (CC but) (S (S (SBAR (IN if) (S (NP (PRP we)) (VP (VP (VBP accept) (NP (JJ individual) (NN responsibility))) (CC and) (VP (VBP make) (NP (JJ sustainable) (NNS choices)))))) (, ,) (NP (PRP we)) (VP (MD will) (VP (VB rise) (PP (IN to) (NP (DT the) (NNS challenges)))))) (, ,) (CC and) (S (NP (PRP we)) (VP (MD will) (VP (VB become) (NP (NP (NN part)) (PP (IN of) (NP (NP (DT the) (JJ positive) (NN tide)) (PP (IN of) (NP (NN change)))))))))) (. .)))" }, "speaker": null, "text": "The challenges are great, but if we accept individual responsibility and make sustainable choices, we will rise to the challenges, and we will become part of the positive tide of change.", "tokens": [ { "deprel": "det", "end_char": 1861, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1858, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1872, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "challenge", "misc": "", "start_char": 1862, "text": "challenges", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1876, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1873, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1882, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "great", "misc": "", "start_char": 1877, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1884, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 1883, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1888, "feats": null, "head": 19, "id": 6, "lemma": "but", "misc": "", "start_char": 1885, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1891, "feats": null, "head": 9, "id": 7, "lemma": "if", "misc": "", "start_char": 1889, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1894, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "we", "misc": "", "start_char": 1892, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1901, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 19, "id": 9, "lemma": "accept", "misc": "", "start_char": 1895, "text": "accept", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1912, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "individual", "misc": "", "start_char": 1902, "text": "individual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1927, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "responsibility", "misc": "", "start_char": 1913, "text": "responsibility", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1931, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1928, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1936, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 9, "id": 13, "lemma": "make", "misc": "", "start_char": 1932, "text": "make", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1948, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "sustainable", "misc": "", "start_char": 1937, "text": "sustainable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1956, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "choice", "misc": "", "start_char": 1949, "text": "choices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1958, "feats": null, "head": 9, "id": 16, "lemma": ",", "misc": "", "start_char": 1957, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1961, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 19, "id": 17, "lemma": "we", "misc": "", "start_char": 1959, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1966, "feats": "VerbForm=Fin", "head": 19, "id": 18, "lemma": "will", "misc": "", "start_char": 1962, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1971, "feats": "VerbForm=Inf", "head": 4, "id": 19, "lemma": "rise", "misc": "", "start_char": 1967, "text": "rise", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1974, "feats": null, "head": 22, "id": 20, "lemma": "to", "misc": "", "start_char": 1972, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1978, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 1975, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1989, "feats": "Number=Plur", "head": 19, "id": 22, "lemma": "challenge", "misc": "", "start_char": 1979, "text": "challenges", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1991, "feats": null, "head": 27, "id": 23, "lemma": ",", "misc": "", "start_char": 1990, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1995, "feats": null, "head": 27, "id": 24, "lemma": "and", "misc": "", "start_char": 1992, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1998, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 27, "id": 25, "lemma": "we", "misc": "", "start_char": 1996, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2003, "feats": "VerbForm=Fin", "head": 27, "id": 26, "lemma": "will", "misc": "", "start_char": 1999, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 2010, "feats": "VerbForm=Inf", "head": 19, "id": 27, "lemma": "become", "misc": "", "start_char": 2004, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 2015, "feats": "Number=Sing", "head": 27, "id": 28, "lemma": "part", "misc": "", "start_char": 2011, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2018, "feats": null, "head": 32, "id": 29, "lemma": "of", "misc": "", "start_char": 2016, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2022, "feats": "Definite=Def|PronType=Art", "head": 32, "id": 30, "lemma": "the", "misc": "", "start_char": 2019, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2031, "feats": "Degree=Pos", "head": 32, "id": 31, "lemma": "positive", "misc": "", "start_char": 2023, "text": "positive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 2036, "feats": "Number=Sing", "head": 28, "id": 32, "lemma": "tide", "misc": "", "start_char": 2032, "text": "tide", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2039, "feats": null, "head": 34, "id": 33, "lemma": "of", "misc": "", "start_char": 2037, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2046, "feats": "Number=Sing", "head": 32, "id": 34, "lemma": "change", "misc": "", "start_char": 2040, "text": "change", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2048, "feats": null, "head": 4, "id": 35, "lemma": ".", "misc": "", "start_char": 2047, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
When you are little, it's not hard to believe you can change the world. I remember my enthusiasm when, at the age of 12, I addressed delegates at the Rio Earth Summit. "I am only a child," I told them. "Yet I know that if all the money spent on war was spent on ending poverty and finding environment answers, what a wonderful place this would be. In school you teach us not to fight with others, to work things out, to respect others, to clean up our mess, not to hurt other creatures, to share, not to be greedy. Then why do you go out and do the thing you tell us not to do? You grown-ups say you love us, but I challenge you, please, to make your actions reflect your words." I spoke for six minutes and received a standing ovation. Some of the delegates even cried. I thought that maybe I had reached some of them, that my speech might actually spur action. Now, a decade from Rio, after I've sat through many more conferences, I'm not sure what has been accomplished. My confidence in the people in power and in the power of an individual's voice to reach them has been deeply shaken. When I was little, the world was simple. But as a young adult, I'm learning that as we have to make choices--education, career, lifestyle--life gets more and more complicated. We are beginning to feel pressure to produce and be successful. We are taught that economic growth is in progress, but aren't taught how to pursue a happy, healthy or sustainable way of living. And we are learning that what we wanted for the future when we were 12 was ideal and innocent. Today I'm no longer a child, but I'm worried about what kind of environment my children will grow up in. I know change is possible, because I am changing, still figuring out what I think. I am still deciding how to live my life. The challenges are great, but if we accept individual responsibility and make sustainable choices, we will rise to the challenges, and we will become part of the positive tide of change.
[ [ [ 0, 14, 15 ], [ 3, 23, 25 ], [ 3, 26, 26 ], [ 14, 5, 6 ] ], [ [ 1, 2, 3 ] ], [ [ 1, 7, 10 ] ], [ [ 1, 16, 19 ] ], [ [ 3, 6, 11 ] ], [ [ 3, 11, 11 ] ], [ [ 3, 15, 16 ] ], [ [ 3, 15, 20 ] ], [ [ 3, 18, 20 ] ], [ [ 3, 19, 19 ], [ 20, 16, 16 ] ], [ [ 4, 1, 1 ] ], [ [ 4, 9, 9 ], [ 4, 18, 18 ] ], [ [ 4, 13, 13 ] ], [ [ 4, 23, 24 ] ], [ [ 4, 29, 30 ] ], [ [ 5, 0, 0 ] ], [ [ 6, 0, 0 ], [ 6, 1, 1 ], [ 6, 0, 1 ], [ 0, 1, 1 ], [ 0, 11, 11 ], [ 4, 2, 2 ], [ 5, 3, 3 ], [ 5, 10, 10 ], [ 6, 3, 3 ], [ 6, 10, 10 ], [ 6, 16, 16 ], [ 6, 19, 19 ] ], [ [ 6, 16, 17 ] ], [ [ 6, 19, 20 ] ], [ [ 8, 3, 4 ] ], [ [ 9, 0, 3 ], [ 10, 7, 9 ] ], [ [ 9, 2, 3 ], [ 1, 14, 14 ], [ 2, 10, 10 ], [ 10, 9, 9 ] ], [ [ 10, 12, 13 ] ], [ [ 11, 0, 0 ] ], [ [ 11, 2, 5 ] ], [ [ 11, 5, 5 ] ], [ [ 11, 20, 23 ] ], [ [ 12, 0, 18 ] ], [ [ 12, 18, 18 ] ], [ [ 12, 6, 6 ] ], [ [ 12, 9, 18 ] ], [ [ 12, 12, 18 ] ], [ [ 12, 12, 14 ] ], [ [ 15, 2, 4 ] ], [ [ 15, 15, 15 ] ], [ [ 15, 17, 21 ] ], [ [ 15, 21, 21 ] ], [ [ 15, 19, 19 ] ], [ [ 15, 17, 17 ] ], [ [ 15, 23, 23 ] ], [ [ 16, 5, 5 ] ], [ [ 17, 4, 5 ] ], [ [ 17, 8, 8 ] ], [ [ 17, 17, 25 ] ], [ [ 17, 25, 25 ] ], [ [ 18, 5, 10 ] ], [ [ 18, 9, 10 ] ], [ [ 18, 14, 14 ], [ 1, 10, 10 ] ], [ [ 20, 0, 0 ] ], [ [ 20, 13, 22 ] ], [ [ 20, 17, 18 ] ], [ [ 20, 17, 17 ], [ 21, 15, 15 ], [ 22, 7, 7 ], [ 22, 0, 0 ], [ 21, 0, 0 ], [ 20, 1, 1 ], [ 20, 9, 9 ], [ 15, 6, 6 ], [ 14, 1, 1 ], [ 12, 0, 0 ], [ 11, 8, 8 ], [ 11, 16, 16 ], [ 1, 0, 0 ], [ 1, 2, 2 ], [ 1, 12, 12 ], [ 2, 1, 1 ], [ 2, 8, 8 ], [ 3, 2, 2 ], [ 6, 8, 8 ], [ 8, 0, 0 ], [ 10, 0, 0 ], [ 10, 4, 4 ], [ 10, 12, 12 ], [ 2, 4, 5 ], [ 21, 7, 7 ] ], [ [ 21, 2, 2 ], [ 23, 33, 33 ] ], [ [ 21, 14, 16 ] ], [ [ 22, 4, 8 ] ], [ [ 22, 7, 8 ] ], [ [ 23, 0, 1 ], [ 23, 20, 21 ] ], [ [ 23, 9, 10 ] ], [ [ 23, 13, 14 ] ], [ [ 23, 24, 24 ], [ 23, 16, 16 ], [ 23, 7, 7 ], [ 18, 1, 1 ], [ 18, 6, 6 ], [ 18, 12, 12 ], [ 17, 0, 0 ], [ 16, 0, 0 ], [ 15, 11, 11 ], [ 6, 5, 5 ], [ 5, 12, 12 ], [ 4, 23, 23 ], [ 4, 4, 4 ] ], [ [ 23, 27, 33 ] ], [ [ 23, 29, 33 ] ], [ [ 8, 7, 9 ] ], [ [ 3, 19, 20 ] ], [ [ 3, 16, 16 ] ], [ [ 5, 8, 15 ] ], [ [ 10, 16, 17 ] ], [ [ 11, 12, 14 ] ], [ [ 12, 3, 4 ] ], [ [ 17, 14, 25 ] ], [ [ 20, 5, 6 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36137
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Charles) (NNP Babbage)) (VP (VBD was) (VP (VBN born) (ADVP (RB too) (RB soon)))) (. .)))" }, "speaker": null, "text": "Charles Babbage was born too soon.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 7, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Charles", "misc": "", "start_char": 0, "text": "Charles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 15, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Babbage", "misc": "", "start_char": 8, "text": "Babbage", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 19, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 16, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 24, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "bear", "misc": "", "start_char": 20, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 28, "feats": null, "head": 6, "id": 5, "lemma": "too", "misc": "", "start_char": 25, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 33, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "soon", "misc": "", "start_char": 29, "text": "soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 35, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 34, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD hoped) (S (VP (TO to) (VP (VB invent) (NP (DT a) (NN calculator)))))) (. .)))" }, "speaker": null, "text": "He hoped to invent a calculator.", "tokens": [ { "deprel": "nsubj", "end_char": 38, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 36, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 44, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "hope", "misc": "", "start_char": 39, "text": "hoped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 47, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 45, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 54, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "invent", "misc": "", "start_char": 48, "text": "invent", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 56, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 55, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 67, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "calculator", "misc": "", "start_char": 57, "text": "calculator", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 68, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NP (DT the) (NN technology)) (PP (IN of) (NP (PRP$ his) (NN time)))) (VP (VBD was) (ADJP (RB too) (JJ simple))) (. .)))" }, "speaker": null, "text": "But the technology of his time was too simple.", "tokens": [ { "deprel": "cc", "end_char": 73, "feats": null, "head": 9, "id": 1, "lemma": "but", "misc": "", "start_char": 70, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 77, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 74, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 88, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "technology", "misc": "", "start_char": 78, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 91, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 89, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 95, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "his", "misc": "", "start_char": 92, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 100, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "time", "misc": "", "start_char": 96, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 104, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 101, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 108, "feats": null, "head": 9, "id": 8, "lemma": "too", "misc": "", "start_char": 105, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 115, "feats": "Degree=Pos", "head": 0, "id": 9, "lemma": "simple", "misc": "", "start_char": 109, "text": "simple", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 117, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 116, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NNP Babbage)) (VP (MD could) (RB not) (VP (VB make) (S (NP (PRP$ his) (NN dream)) (VP (VB come) (ADJP (JJ true)))))) (. .)))" }, "speaker": null, "text": "Babbage could not make his dream come true.", "tokens": [ { "deprel": "nsubj", "end_char": 125, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Babbage", "misc": "", "start_char": 118, "text": "Babbage", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 131, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "could", "misc": "", "start_char": 126, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 135, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 132, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 140, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "make", "misc": "", "start_char": 136, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 144, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "his", "misc": "", "start_char": 141, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 150, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "dream", "misc": "", "start_char": 145, "text": "dream", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 155, "feats": "VerbForm=Inf", "head": 4, "id": 7, "lemma": "come", "misc": "", "start_char": 151, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 160, "feats": "Degree=Pos", "head": 7, "id": 8, "lemma": "true", "misc": "", "start_char": 156, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 162, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 161, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 164, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 163, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PDT All) (PRP$ his) (NN life)) (, ,) (NP (NNP Baggage)) (VP (VBD was) (ADJP (JJ interested) (PP (IN in) (NP (CC n) (NFP _____))))) (. .)))" }, "speaker": null, "text": "All his life, Baggage was interested in n _____.", "tokens": [ { "deprel": "det:predet", "end_char": 168, "feats": null, "head": 3, "id": 1, "lemma": "all", "misc": "", "start_char": 165, "text": "All", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 172, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "his", "misc": "", "start_char": 169, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "dislocated", "end_char": 177, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "life", "misc": "", "start_char": 173, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 179, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 178, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 187, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "Baggage", "misc": "", "start_char": 180, "text": "Baggage", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 191, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 188, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 202, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "interested", "misc": "", "start_char": 192, "text": "interested", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 205, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 203, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 207, "feats": null, "head": 7, "id": 9, "lemma": "and", "misc": "", "start_char": 206, "text": "n", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 213, "feats": null, "head": 7, "id": 10, "lemma": "_____", "misc": "", "start_char": 208, "text": "_____", "upos": "PUNCT", "xpos": "NFP" }, { "deprel": "punct", "end_char": 215, "feats": null, "head": 7, "id": 11, "lemma": ".", "misc": "", "start_char": 214, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (NP (PRP he)) (VP (MD could) (VP (VB find) (PRT (RP out)) (WHADVP (WRB how) (IN f) (NFP _____) (S (NP (NP (DT a) (NN pig) (POS 's)) (NN heart)) (VP (VBZ beats) (CC or) (VP (VB make) (S (NP (DT a) (NN table)) (VP (TO to) (VP (VB calculate) (SBAR (WHNP (WHNP (WRB how) (JJ much)) (NN wood)) (S (NP (DT a) (NN man)) (VP (MD could) (VP (VBN saw) (PP (IN in) (NP (CD 10) (NNS hours)))))))))))))))) (. .)))" }, "speaker": null, "text": "For example, he could find out how f _____ a pig's heart beats or make a table to calculate how much wood a man could saw in 10 hours.", "tokens": [ { "deprel": "case", "end_char": 219, "feats": null, "head": 2, "id": 1, "lemma": "for", "misc": "", "start_char": 216, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 227, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "example", "misc": "", "start_char": 220, "text": "example", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 229, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 228, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 232, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 4, "lemma": "he", "misc": "", "start_char": 230, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 238, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "could", "misc": "", "start_char": 233, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 243, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "find", "misc": "", "start_char": 239, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 247, "feats": null, "head": 6, "id": 7, "lemma": "out", "misc": "", "start_char": 244, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 251, "feats": "PronType=Int", "head": 15, "id": 8, "lemma": "how", "misc": "", "start_char": 248, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 253, "feats": null, "head": 15, "id": 9, "lemma": "for", "misc": "", "start_char": 252, "text": "f", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 259, "feats": null, "head": 15, "id": 10, "lemma": "_____", "misc": "", "start_char": 254, "text": "_____", "upos": "PUNCT", "xpos": "NFP" }, { "deprel": "det", "end_char": 261, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 260, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 265, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "pig", "misc": "", "start_char": 262, "text": "pig", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 268, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 266, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 274, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "heart", "misc": "", "start_char": 269, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 280, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 15, "lemma": "beat", "misc": "", "start_char": 275, "text": "beats", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "cc", "end_char": 283, "feats": null, "head": 17, "id": 16, "lemma": "or", "misc": "", "start_char": 281, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 288, "feats": "VerbForm=Inf", "head": 15, "id": 17, "lemma": "make", "misc": "", "start_char": 284, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 290, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 18, "lemma": "a", "misc": "", "start_char": 289, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 296, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "table", "misc": "", "start_char": 291, "text": "table", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 299, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 297, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 309, "feats": "VerbForm=Inf", "head": 17, "id": 21, "lemma": "calculate", "misc": "", "start_char": 300, "text": "calculate", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 313, "feats": "PronType=Int", "head": 23, "id": 22, "lemma": "how", "misc": "", "start_char": 310, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "amod", "end_char": 318, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "much", "misc": "", "start_char": 314, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 323, "feats": "Number=Sing", "head": 28, "id": 24, "lemma": "wood", "misc": "", "start_char": 319, "text": "wood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 325, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 25, "lemma": "a", "misc": "", "start_char": 324, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 329, "feats": "Number=Sing", "head": 28, "id": 26, "lemma": "man", "misc": "", "start_char": 326, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 335, "feats": "VerbForm=Fin", "head": 28, "id": 27, "lemma": "could", "misc": "", "start_char": 330, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 339, "feats": "Tense=Past|VerbForm=Inf", "head": 21, "id": 28, "lemma": "see", "misc": "", "start_char": 336, "text": "saw", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 342, "feats": null, "head": 31, "id": 29, "lemma": "in", "misc": "", "start_char": 340, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 345, "feats": "NumForm=Digit|NumType=Card", "head": 31, "id": 30, "lemma": "10", "misc": "", "start_char": 343, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 351, "feats": "Number=Plur", "head": 28, "id": 31, "lemma": "hour", "misc": "", "start_char": 346, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 353, "feats": null, "head": 6, "id": 32, "lemma": ".", "misc": "", "start_char": 352, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 355, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 354, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NNP Baggage)) (VP (VBD was) (ADVP (RB also)) (NP (DT an) (NN inventor))) (. .)))" }, "speaker": null, "text": "Baggage was also an inventor.", "tokens": [ { "deprel": "nsubj", "end_char": 363, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Baggage", "misc": "", "start_char": 356, "text": "Baggage", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 367, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 364, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 372, "feats": null, "head": 5, "id": 3, "lemma": "also", "misc": "", "start_char": 368, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 375, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 373, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 384, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "inventor", "misc": "", "start_char": 376, "text": "inventor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 386, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 385, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN Around) (NP (CD 1830))) (, ,) (NP (PRP he)) (VP (VBD decided) (S (VP (TO to) (VP (VP (VB d) (NP (NFP _____))) (CC and) (VP (VB build) (NP (NP (DT a) (NN machine)) (PP (IN for) (S (VP (VBG doing) (NP (JJ simple) (JJ mathematical) (NNS calculations))))))))))) (. .)))" }, "speaker": null, "text": "Around 1830, he decided to d _____ and build a machine for doing simple mathematical calculations.", "tokens": [ { "deprel": "case", "end_char": 393, "feats": null, "head": 2, "id": 1, "lemma": "around", "misc": "", "start_char": 387, "text": "Around", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 398, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 2, "lemma": "1830", "misc": "", "start_char": 394, "text": "1830", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 400, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 399, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 403, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "he", "misc": "", "start_char": 401, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 411, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "decide", "misc": "", "start_char": 404, "text": "decided", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 414, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 412, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 416, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "would", "misc": "", "start_char": 415, "text": "d", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 422, "feats": null, "head": 10, "id": 8, "lemma": "_____", "misc": "", "start_char": 417, "text": "_____", "upos": "PUNCT", "xpos": "NFP" }, { "deprel": "cc", "end_char": 426, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 423, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 432, "feats": "VerbForm=Inf", "head": 7, "id": 10, "lemma": "build", "misc": "", "start_char": 427, "text": "build", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 434, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 433, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 442, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "machine", "misc": "", "start_char": 435, "text": "machine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 446, "feats": null, "head": 14, "id": 13, "lemma": "for", "misc": "", "start_char": 443, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 452, "feats": "VerbForm=Ger", "head": 10, "id": 14, "lemma": "do", "misc": "", "start_char": 447, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 459, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "simple", "misc": "", "start_char": 453, "text": "simple", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 472, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "mathematical", "misc": "", "start_char": 460, "text": "mathematical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 485, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "calculation", "misc": "", "start_char": 473, "text": "calculations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 487, "feats": null, "head": 5, "id": 18, "lemma": ".", "misc": "", "start_char": 486, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD called) (NP (DT this) (NN machine)) (S (NP (DT the) (NNP Difference) (NNP Engine)))) (. .)))" }, "speaker": null, "text": "He called this machine the Difference Engine.", "tokens": [ { "deprel": "nsubj", "end_char": 490, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 488, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 497, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "call", "misc": "", "start_char": 491, "text": "called", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 502, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 3, "lemma": "this", "misc": "", "start_char": 498, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 510, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "machine", "misc": "", "start_char": 503, "text": "machine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 514, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 511, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 525, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Difference", "misc": "", "start_char": 515, "text": "Difference", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 532, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "engine", "misc": "", "start_char": 526, "text": "Engine", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 534, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 533, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 536, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 535, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (VP (VBG Making) (S (NP (NP (DT the) (NN machine)) (S (NP (DT The) (NN Difference)) (NNP Machinewas))) (ADJP (RB very) (JJ big) (CC and) (JJ difficult) (SBAR (S (VP (TO to) (VP (VB make)))))))) (. .)))" }, "speaker": null, "text": "Making the machine The Difference Machinewas very big and difficult to make.", "tokens": [ { "deprel": "root", "end_char": 543, "feats": "VerbForm=Ger", "head": 0, "id": 1, "lemma": "make", "misc": "", "start_char": 537, "text": "Making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 547, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 544, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 555, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "machine", "misc": "", "start_char": 548, "text": "machine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 559, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 556, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 570, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "difference", "misc": "", "start_char": 560, "text": "Difference", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 581, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "Machinewas", "misc": "", "start_char": 571, "text": "Machinewas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 586, "feats": null, "head": 8, "id": 7, "lemma": "very", "misc": "", "start_char": 582, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 590, "feats": "Degree=Pos", "head": 1, "id": 8, "lemma": "big", "misc": "", "start_char": 587, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 594, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 591, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 604, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "difficult", "misc": "", "start_char": 595, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 607, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 605, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 612, "feats": "VerbForm=Inf", "head": 8, "id": 12, "lemma": "make", "misc": "", "start_char": 608, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 614, "feats": null, "head": 1, "id": 13, "lemma": ".", "misc": "", "start_char": 613, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (VP (VBN made) (PP (IN of) (NP (NP (CD two) (NNS tons)) (PP (IN of) (NP (NN steel) (CC and) (NNS gears))))))) (. .)))" }, "speaker": null, "text": "It was made of two tons of steel and gears.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 617, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 615, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 621, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 618, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 626, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "make", "misc": "", "start_char": 622, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 629, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 627, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 633, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "two", "misc": "", "start_char": 630, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 638, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "ton", "misc": "", "start_char": 634, "text": "tons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 641, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 639, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 647, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "steel", "misc": "", "start_char": 642, "text": "steel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 651, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 648, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 657, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "gear", "misc": "", "start_char": 652, "text": "gears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 659, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 658, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (NP (PRP he)) (VP (VBD was) (VP (VBG building) (NP (DT this) (NN h) (NNP _____machine)))))) (, ,) (NP (PRP he)) (VP (VBD had) (NP (NP (DT an) (NN idea)) (PP (IN for) (NP (DT a) (JJ new) (NN machine))))) (. .)))" }, "speaker": null, "text": "While he was building this h _____machine, he had an idea for a new machine.", "tokens": [ { "deprel": "mark", "end_char": 665, "feats": null, "head": 4, "id": 1, "lemma": "while", "misc": "", "start_char": 660, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 668, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "he", "misc": "", "start_char": 666, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 672, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 669, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 681, "feats": "Tense=Pres|VerbForm=Part", "head": 10, "id": 4, "lemma": "build", "misc": "", "start_char": 673, "text": "building", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 686, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 5, "lemma": "this", "misc": "", "start_char": 682, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 688, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "h", "misc": "", "start_char": 687, "text": "h", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 701, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "_____machine", "misc": "", "start_char": 689, "text": "_____machine", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 703, "feats": null, "head": 4, "id": 8, "lemma": ",", "misc": "", "start_char": 702, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 706, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "misc": "", "start_char": 704, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 710, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "have", "misc": "", "start_char": 707, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 713, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 711, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 718, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "idea", "misc": "", "start_char": 714, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 722, "feats": null, "head": 16, "id": 13, "lemma": "for", "misc": "", "start_char": 719, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 724, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 14, "lemma": "a", "misc": "", "start_char": 723, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 728, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "new", "misc": "", "start_char": 725, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 736, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "machine", "misc": "", "start_char": 729, "text": "machine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 738, "feats": null, "head": 10, "id": 17, "lemma": ".", "misc": "", "start_char": 737, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (DT This) (NN one)) (VP (MD would) (VP (VB do) (NP (NP (DT all) (NNS kinds)) (PP (IN of) (NP (NNS calculations)))))) (. .)))" }, "speaker": null, "text": "This one would do all kinds of calculations.", "tokens": [ { "deprel": "det", "end_char": 743, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 739, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 747, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "one", "misc": "", "start_char": 744, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 753, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "would", "misc": "", "start_char": 748, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 756, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "do", "misc": "", "start_char": 754, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 760, "feats": null, "head": 6, "id": 5, "lemma": "all", "misc": "", "start_char": 757, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 766, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "kind", "misc": "", "start_char": 761, "text": "kinds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 769, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 767, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 782, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "calculation", "misc": "", "start_char": 770, "text": "calculations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 784, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 783, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD called) (NP (PRP it)) (S (NP (DT the) (NNP Analytical) (NNP Engine)))) (. .)))" }, "speaker": null, "text": "He called it the Analytical Engine.", "tokens": [ { "deprel": "nsubj", "end_char": 787, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 785, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 794, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "call", "misc": "", "start_char": 788, "text": "called", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 797, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "it", "misc": "", "start_char": 795, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 801, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 798, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 812, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "analytical", "misc": "", "start_char": 802, "text": "Analytical", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 819, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "engine", "misc": "", "start_char": 813, "text": "Engine", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 821, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 820, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (NP (NP (DT the) (NN start)) (PP (IN of) (NP (DT the) (JJ modern) (NN computer))))) (. .)))" }, "speaker": null, "text": "It was the start of the modern computer.", "tokens": [ { "deprel": "nsubj", "end_char": 824, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 822, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 828, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 825, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 832, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 829, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 838, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "start", "misc": "", "start_char": 833, "text": "start", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 841, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 839, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 845, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 842, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 852, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "modern", "misc": "", "start_char": 846, "text": "modern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 861, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "computer", "misc": "", "start_char": 853, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 863, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 862, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NNP Babbage)) (VP (VBD used) (PRT (RP up)) (NP (NP (PDT all) (PRP$ his) (NN money) (NN b)) (PRN (NFP _____) (S (NP (PRP he)) (VP (MD could) (VP (VB complete) (NP (DT either) (NN machine)))))))) (. .)))" }, "speaker": null, "text": "But Babbage used up all his money b _____ he could complete either machine.", "tokens": [ { "deprel": "cc", "end_char": 867, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 864, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 875, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Babbage", "misc": "", "start_char": 868, "text": "Babbage", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 880, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "use", "misc": "", "start_char": 876, "text": "used", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 883, "feats": null, "head": 3, "id": 4, "lemma": "up", "misc": "", "start_char": 881, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "det:predet", "end_char": 887, "feats": null, "head": 8, "id": 5, "lemma": "all", "misc": "", "start_char": 884, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 891, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 6, "lemma": "his", "misc": "", "start_char": 888, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 897, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "money", "misc": "", "start_char": 892, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 899, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "benefit", "misc": "", "start_char": 898, "text": "b", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 905, "feats": null, "head": 3, "id": 9, "lemma": "_____", "misc": "", "start_char": 900, "text": "_____", "upos": "PUNCT", "xpos": "NFP" }, { "deprel": "nsubj", "end_char": 908, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "he", "misc": "", "start_char": 906, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 914, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "could", "misc": "", "start_char": 909, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 923, "feats": "VerbForm=Inf", "head": 3, "id": 12, "lemma": "complete", "misc": "", "start_char": 915, "text": "complete", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 930, "feats": null, "head": 14, "id": 13, "lemma": "either", "misc": "", "start_char": 924, "text": "either", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 938, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "machine", "misc": "", "start_char": 931, "text": "machine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 940, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 939, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 942, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 941, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Re-inventing) (NP (DT the) (NNP Engine)) (PP (IN In) (NP (CD 1854))))) (, ,) (NP (CD two) (JJ Swedish) (NNS inventors)) (VP (VBD built) (NP (DT a) (VBG working) (JJ mechanical) (NN calculator))) (. .)))" }, "speaker": null, "text": "Re-inventing the Engine In 1854, two Swedish inventors built a working mechanical calculator.", "tokens": [ { "deprel": "advcl", "end_char": 955, "feats": "VerbForm=Ger", "head": 10, "id": 1, "lemma": "re-invent", "misc": "", "start_char": 943, "text": "Re-inventing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 959, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 956, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 966, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "engine", "misc": "", "start_char": 960, "text": "Engine", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 969, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 967, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 974, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 5, "lemma": "1854", "misc": "", "start_char": 970, "text": "1854", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 976, "feats": null, "head": 1, "id": 6, "lemma": ",", "misc": "", "start_char": 975, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 980, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 7, "lemma": "two", "misc": "", "start_char": 977, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 988, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "Swedish", "misc": "", "start_char": 981, "text": "Swedish", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 998, "feats": "Number=Plur", "head": 10, "id": 9, "lemma": "inventor", "misc": "", "start_char": 989, "text": "inventors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1004, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "build", "misc": "", "start_char": 999, "text": "built", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1006, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 11, "lemma": "a", "misc": "", "start_char": 1005, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1014, "feats": "VerbForm=Ger", "head": 14, "id": 12, "lemma": "work", "misc": "", "start_char": 1007, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1025, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "mechanical", "misc": "", "start_char": 1015, "text": "mechanical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1036, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "calculator", "misc": "", "start_char": 1026, "text": "calculator", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1038, "feats": null, "head": 10, "id": 15, "lemma": ".", "misc": "", "start_char": 1037, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (VP (NN b) (NFP _____on) (NP (DT the) (NNP Difference) (NNP Engine)))) (. .)))" }, "speaker": null, "text": "It was b _____on the Difference Engine.", "tokens": [ { "deprel": "nsubj", "end_char": 1041, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1039, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1045, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1042, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1047, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "benefit", "misc": "", "start_char": 1046, "text": "b", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1055, "feats": null, "head": 3, "id": 4, "lemma": "_____on", "misc": "", "start_char": 1048, "text": "_____on", "upos": "PUNCT", "xpos": "NFP" }, { "deprel": "det", "end_char": 1059, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1056, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1070, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Difference", "misc": "", "start_char": 1060, "text": "Difference", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 1077, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "engine", "misc": "", "start_char": 1071, "text": "Engine", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1079, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 1078, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (DT This) (NN machine)) (VP (VBD was) (ADJP (JJ able) (S (VP (TO to) (VP (VB print) (PRT (RP out)) (NP (NP (JJ different) (NNS kinds)) (PP (IN of) (NP (NNS forms) (CC and) (NNS tables))))))))) (. .)))" }, "speaker": null, "text": "This machine was able to print out different kinds of forms and tables.", "tokens": [ { "deprel": "det", "end_char": 1084, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 1080, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1092, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "machine", "misc": "", "start_char": 1085, "text": "machine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1096, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1093, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1101, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "able", "misc": "", "start_char": 1097, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1104, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1102, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1110, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "print", "misc": "", "start_char": 1105, "text": "print", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1114, "feats": null, "head": 6, "id": 7, "lemma": "out", "misc": "", "start_char": 1111, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "amod", "end_char": 1124, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "different", "misc": "", "start_char": 1115, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1130, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "kind", "misc": "", "start_char": 1125, "text": "kinds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1133, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 1131, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1139, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "form", "misc": "", "start_char": 1134, "text": "forms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1143, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1140, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1150, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "table", "misc": "", "start_char": 1144, "text": "tables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1152, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 1151, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (ADJP (RB very) (JJ accurate))) (. .)))" }, "speaker": null, "text": "It was very accurate.", "tokens": [ { "deprel": "nsubj", "end_char": 1155, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 1153, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1159, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1156, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1164, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 1160, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1173, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "accurate", "misc": "", "start_char": 1165, "text": "accurate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1175, "feats": null, "head": 4, "id": 5, "lemma": ".", "misc": "", "start_char": 1174, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1177, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1176, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (NNP Babbage)) (VP (VBD was) (NP (NP (DT the) (JJ first) (NN person)) (SBAR (S (VP (TO to) (VP (VB come) (PRT (RP up)) (PP (IN with) (NP (NP (DT the) (NN idea)) (PP (IN of) (NP (NNS computers))))))))))) (. .)))" }, "speaker": null, "text": "Babbage was the first person to come up with the idea of computers.", "tokens": [ { "deprel": "nsubj", "end_char": 1185, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Babbage", "misc": "", "start_char": 1178, "text": "Babbage", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1189, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1186, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1193, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1190, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1199, "feats": "Degree=Pos|NumType=Ord", "head": 5, "id": 4, "lemma": "first", "misc": "", "start_char": 1194, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1206, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "person", "misc": "", "start_char": 1200, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1209, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1207, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1214, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "come", "misc": "", "start_char": 1210, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1217, "feats": null, "head": 7, "id": 8, "lemma": "up", "misc": "", "start_char": 1215, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1222, "feats": null, "head": 11, "id": 9, "lemma": "with", "misc": "", "start_char": 1218, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1226, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1223, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1231, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "idea", "misc": "", "start_char": 1227, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1234, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 1232, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1244, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "computer", "misc": "", "start_char": 1235, "text": "computers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1246, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 1245, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP he)) (VP (VBZ is) (ADJP (ADJP (RBR more) (JJ famous)) (NP (NN today)) (SBAR (IN than) (S (NP (PRP he)) (VP (VBP w) (NFP _____) (PP (IN in) (NP (PRP$ his) (NN day)))))))) (. .)))" }, "speaker": null, "text": "And he is more famous today than he w _____ in his day.", "tokens": [ { "deprel": "cc", "end_char": 1250, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 1247, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1253, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "he", "misc": "", "start_char": 1251, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1256, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1254, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1261, "feats": "Degree=Cmp", "head": 5, "id": 4, "lemma": "more", "misc": "", "start_char": 1257, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "root", "end_char": 1268, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "famous", "misc": "", "start_char": 1262, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 1274, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "today", "misc": "", "start_char": 1269, "text": "today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1279, "feats": null, "head": 9, "id": 7, "lemma": "than", "misc": "", "start_char": 1275, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1282, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 1280, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1284, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 9, "lemma": "with", "misc": "", "start_char": 1283, "text": "w", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1290, "feats": null, "head": 13, "id": 10, "lemma": "_____", "misc": "", "start_char": 1285, "text": "_____", "upos": "PUNCT", "xpos": "NFP" }, { "deprel": "case", "end_char": 1293, "feats": null, "head": 13, "id": 11, "lemma": "in", "misc": "", "start_char": 1291, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1297, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "his", "misc": "", "start_char": 1294, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1301, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "day", "misc": "", "start_char": 1298, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1303, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 1302, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Charles Babbage was born too soon. He hoped to invent a calculator. But the technology of his time was too simple. Babbage could not make his dream come true. All his life, Baggage was interested in n _____. For example, he could find out how f _____ a pig's heart beats or make a table to calculate how much wood a man could saw in 10 hours. Baggage was also an inventor. Around 1830, he decided to d _____ and build a machine for doing simple mathematical calculations. He called this machine the Difference Engine. Making the machine The Difference Machinewas very big and difficult to make. It was made of two tons of steel and gears. While he was building this h _____machine, he had an idea for a new machine. This one would do all kinds of calculations. He called it the Analytical Engine. It was the start of the modern computer. But Babbage used up all his money b _____ he could complete either machine. Re-inventing the Engine In 1854, two Swedish inventors built a working mechanical calculator. It was b _____on the Difference Engine. This machine was able to print out different kinds of forms and tables. It was very accurate. Babbage was the first person to come up with the idea of computers. And he is more famous today than he w _____ in his day.
[ [ [ 2, 1, 5 ] ], [ [ 3, 4, 5 ] ], [ [ 5, 0, 2 ] ], [ [ 6, 1, 1 ] ], [ [ 6, 10, 13 ] ], [ [ 6, 17, 18 ] ], [ [ 6, 29, 30 ] ], [ [ 8, 3, 4 ], [ 14, 1, 1 ], [ 5, 4, 4 ], [ 1, 0, 0 ], [ 0, 0, 1 ], [ 2, 4, 4 ], [ 3, 4, 4 ], [ 6, 3, 3 ], [ 8, 0, 0 ], [ 10, 0, 0 ], [ 9, 3, 3 ], [ 5, 1, 1 ], [ 3, 0, 0 ], [ 18, 1, 1 ], [ 25, 0, 0 ], [ 18, 5, 5 ], [ 18, 9, 9 ], [ 26, 7, 7 ], [ 26, 11, 11 ], [ 26, 1, 1 ], [ 16, 0, 0 ], [ 14, 8, 8 ] ], [ [ 9, 1, 1 ] ], [ [ 9, 13, 16 ] ], [ [ 13, 4, 9 ] ], [ [ 13, 7, 9 ] ], [ [ 13, 7, 7 ] ], [ [ 14, 13, 15 ], [ 15, 0, 1 ], [ 17, 0, 0 ], [ 16, 3, 5 ], [ 16, 2, 2 ], [ 17, 2, 7 ] ], [ [ 15, 4, 7 ] ], [ [ 15, 7, 7 ] ], [ [ 17, 5, 7 ] ], [ [ 18, 4, 6 ] ], [ [ 20, 0, 2 ] ], [ [ 20, 4, 4 ] ], [ [ 20, 6, 8 ] ], [ [ 22, 12, 12 ] ], [ [ 22, 10, 10 ] ], [ [ 22, 10, 12 ] ], [ [ 25, 2, 4 ] ], [ [ 25, 9, 12 ] ], [ [ 25, 12, 12 ] ], [ [ 26, 11, 12 ], [ 2, 4, 5 ] ], [ [ 26, 5, 5 ] ], [ [ 6, 10, 12 ] ], [ [ 6, 21, 30 ] ], [ [ 6, 24, 25 ] ], [ [ 12, 0, 5 ] ], [ [ 13, 9, 9 ] ], [ [ 14, 10, 11 ] ], [ [ 21, 0, 0 ], [ 20, 10, 13 ], [ 22, 0, 1 ], [ 18, 12, 13 ], [ 23, 0, 0 ] ], [ [ 6, 7, 30 ] ], [ [ 9, 14, 16 ] ], [ [ 22, 7, 12 ] ], [ [ 20, 1, 2 ], [ 21, 4, 6 ], [ 12, 1, 2 ], [ 12, 3, 5 ], [ 9, 10, 16 ], [ 10, 4, 6 ], [ 10, 2, 3 ], [ 10, 2, 6 ], [ 13, 0, 0 ], [ 14, 4, 6 ] ], [ [ 1, 4, 5 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36138
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (DT some) (JJ new) (NNS drivers)) (VP (VBG going) (ADVP (RB back) (PP (IN to) (NP (NN school))))))) (. .)))" }, "speaker": null, "text": "There are some new drivers going back to school.", "tokens": [ { "deprel": "expl", "end_char": 5, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 0, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 9, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 6, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 14, "feats": null, "head": 5, "id": 3, "lemma": "some", "misc": "", "start_char": 10, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 18, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "new", "misc": "", "start_char": 15, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 26, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "driver", "misc": "", "start_char": 19, "text": "drivers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 32, "feats": "VerbForm=Ger", "head": 5, "id": 6, "lemma": "go", "misc": "", "start_char": 27, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 37, "feats": null, "head": 6, "id": 7, "lemma": "back", "misc": "", "start_char": 33, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 40, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 38, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 47, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "school", "misc": "", "start_char": 41, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 49, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 48, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Teens)) (SBAR (WHNP (WP who)) (S (VP (VBP have) (ADVP (RB recently)) (VP (VBN gotten) (NP (NP (PRP$ their) (NN driver) (POS 's)) (NNS licenses))))))) (VP (MD may) (VP (VB be) (VP (VBG taking) (NP (DT the) (NN wheel)) (PP (IN to) (NP (NN school))) (NP (DT this) (NN fall))))) (. .)))" }, "speaker": null, "text": "Teens who have recently gotten their driver's licenses may be taking the wheel to school this fall.", "tokens": [ { "deprel": "nsubj", "end_char": 55, "feats": "Number=Plur", "head": 12, "id": 1, "lemma": "teen", "misc": "", "start_char": 50, "text": "Teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 59, "feats": "PronType=Rel", "head": 5, "id": 2, "lemma": "who", "misc": "", "start_char": 56, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 64, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "have", "misc": "", "start_char": 60, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 73, "feats": null, "head": 5, "id": 4, "lemma": "recently", "misc": "", "start_char": 65, "text": "recently", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 80, "feats": "Tense=Past|VerbForm=Part", "head": 1, "id": 5, "lemma": "get", "misc": "", "start_char": 74, "text": "gotten", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod:poss", "end_char": 86, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "their", "misc": "", "start_char": 81, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 93, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "driver", "misc": "", "start_char": 87, "text": "driver", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 96, "feats": null, "head": 7, "id": 8, "lemma": "'s", "misc": "", "start_char": 94, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 105, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "license", "misc": "", "start_char": 97, "text": "licenses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 109, "feats": "VerbForm=Fin", "head": 12, "id": 10, "lemma": "may", "misc": "", "start_char": 106, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 112, "feats": "VerbForm=Inf", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 110, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 119, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 12, "lemma": "take", "misc": "", "start_char": 113, "text": "taking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 123, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 120, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 129, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "wheel", "misc": "", "start_char": 124, "text": "wheel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 132, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 130, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 139, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "school", "misc": "", "start_char": 133, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 144, "feats": "Number=Sing|PronType=Dem", "head": 18, "id": 17, "lemma": "this", "misc": "", "start_char": 140, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 149, "feats": "Number=Sing", "head": 12, "id": 18, "lemma": "fall", "misc": "", "start_char": 145, "text": "fall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 151, "feats": null, "head": 12, "id": 19, "lemma": ".", "misc": "", "start_char": 150, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (ADVP (RB However)) (, ,) (NP (NNS parents)) (VP (VBP fear) (SBAR (WHADVP (WRB when)) (S (NP (PRP$ their) (NN teen)) (VP (VBZ starts) (S (VP (VBG driving))))))) (. .)))" }, "speaker": null, "text": "However, parents fear when their teen starts driving.", "tokens": [ { "deprel": "advmod", "end_char": 159, "feats": null, "head": 4, "id": 1, "lemma": "however", "misc": "", "start_char": 152, "text": "However", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 161, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 160, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 169, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "parent", "misc": "", "start_char": 162, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 174, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "fear", "misc": "", "start_char": 170, "text": "fear", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 179, "feats": "PronType=Int", "head": 8, "id": 5, "lemma": "when", "misc": "", "start_char": 175, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 185, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "their", "misc": "", "start_char": 180, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 190, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "teen", "misc": "", "start_char": 186, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 197, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 8, "lemma": "start", "misc": "", "start_char": 191, "text": "starts", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 205, "feats": "VerbForm=Ger", "head": 8, "id": 9, "lemma": "drive", "misc": "", "start_char": 198, "text": "driving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 207, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 206, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (S (CC And) (NP (PRP it)) (VP (VBZ turns) (PRT (RP out)) (SBAR (IN that) (S (NP (JJ such) (JJ parental) (NNS fears)) (VP (VBP are) (ADJP (VBN justified))))))) (, ,) (RB so) (S (NP (NP (PRP it))) (VP (VBZ 's) (ADJP (JJ worth) (S (VP (VBG reviewing) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB keep) (NP (PRP$ your) (NN teen)) (S (ADJP (JJ safe))) (SBAR (IN while) (S (NP (PRP he) (CC or) (PRP she)) (VP (VBZ is) (PP (IN behind) (NP (DT the) (NN wheel))))))))))))))) (. .)))" }, "speaker": null, "text": "And it turns out that such parental fears are justified, so it's worth reviewing how to keep your teen safe while he or she is behind the wheel.", "tokens": [ { "deprel": "cc", "end_char": 211, "feats": null, "head": 3, "id": 1, "lemma": "and", "misc": "", "start_char": 208, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 214, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "it", "misc": "", "start_char": 212, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 220, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "turn", "misc": "", "start_char": 215, "text": "turns", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 224, "feats": null, "head": 3, "id": 4, "lemma": "out", "misc": "", "start_char": 221, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 229, "feats": null, "head": 10, "id": 5, "lemma": "that", "misc": "", "start_char": 225, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 234, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "such", "misc": "", "start_char": 230, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 243, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "parental", "misc": "", "start_char": 235, "text": "parental", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 249, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "fear", "misc": "", "start_char": 244, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 253, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 250, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "csubj", "end_char": 263, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 10, "lemma": "justify", "misc": "", "start_char": 254, "text": "justified", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 265, "feats": null, "head": 15, "id": 11, "lemma": ",", "misc": "", "start_char": 264, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 268, "feats": null, "head": 15, "id": 12, "lemma": "so", "misc": "", "start_char": 266, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "expl", "end_char": 271, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "it", "misc": "", "start_char": 269, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 274, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 272, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "parataxis", "end_char": 280, "feats": "Degree=Pos", "head": 3, "id": 15, "lemma": "worth", "misc": "", "start_char": 275, "text": "worth", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 290, "feats": "VerbForm=Ger", "head": 15, "id": 16, "lemma": "review", "misc": "", "start_char": 281, "text": "reviewing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 294, "feats": "PronType=Int", "head": 16, "id": 17, "lemma": "how", "misc": "", "start_char": 291, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 297, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 295, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 302, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "keep", "misc": "", "start_char": 298, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 307, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "your", "misc": "", "start_char": 303, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 312, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "teen", "misc": "", "start_char": 308, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 317, "feats": "Degree=Pos", "head": 19, "id": 22, "lemma": "safe", "misc": "", "start_char": 313, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 323, "feats": null, "head": 30, "id": 23, "lemma": "while", "misc": "", "start_char": 318, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 326, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 30, "id": 24, "lemma": "he", "misc": "", "start_char": 324, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 329, "feats": null, "head": 26, "id": 25, "lemma": "or", "misc": "", "start_char": 327, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 333, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 26, "lemma": "she", "misc": "", "start_char": 330, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 336, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 30, "id": 27, "lemma": "be", "misc": "", "start_char": 334, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 343, "feats": null, "head": 30, "id": 28, "lemma": "behind", "misc": "", "start_char": 337, "text": "behind", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 347, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 29, "lemma": "the", "misc": "", "start_char": 344, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 353, "feats": "Number=Sing", "head": 19, "id": 30, "lemma": "wheel", "misc": "", "start_char": 348, "text": "wheel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 355, "feats": null, "head": 3, "id": 31, "lemma": ".", "misc": "", "start_char": 354, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 357, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 356, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NML (NN Motor) (NN vehicle)) (NNS crashes)) (VP (VBP are) (NP (NP (DT the) (VBG leading) (NN cause)) (PP (IN of) (NP (NN death))) (PP (IN among) (NP (NNP US) (NNS teens))))) (. .)))" }, "speaker": null, "text": "Motor vehicle crashes are the leading cause of death among US teens.", "tokens": [ { "deprel": "compound", "end_char": 363, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "motor", "misc": "", "start_char": 358, "text": "Motor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 371, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "vehicle", "misc": "", "start_char": 364, "text": "vehicle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 379, "feats": "Number=Plur", "head": 7, "id": 3, "lemma": "crash", "misc": "", "start_char": 372, "text": "crashes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 383, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 4, "lemma": "be", "misc": "", "start_char": 380, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 387, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 384, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 395, "feats": "VerbForm=Ger", "head": 7, "id": 6, "lemma": "lead", "misc": "", "start_char": 388, "text": "leading", "upos": "VERB", "xpos": "VBG" }, { "deprel": "root", "end_char": 401, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "cause", "misc": "", "start_char": 396, "text": "cause", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 404, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 402, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 410, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "death", "misc": "", "start_char": 405, "text": "death", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 416, "feats": null, "head": 12, "id": 10, "lemma": "among", "misc": "", "start_char": 411, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 419, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "US", "misc": "", "start_char": 417, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 425, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "teen", "misc": "", "start_char": 420, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 427, "feats": null, "head": 7, "id": 13, "lemma": ".", "misc": "", "start_char": 426, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Drivers)) (ADJP (NP (QP (CD 16) (IN to) (CD 19)) (NNS years)) (JJ old))) (VP (VBP are) (PP (IN at) (NP (NP (DT the) (JJS greatest) (NN risk)) (PP (IN of) (NP (NNS crashes)))))) (. .)))" }, "speaker": null, "text": "Drivers 16 to 19 years old are at the greatest risk of crashes.", "tokens": [ { "deprel": "nsubj", "end_char": 435, "feats": "Number=Plur", "head": 11, "id": 1, "lemma": "driver", "misc": "", "start_char": 428, "text": "Drivers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nummod", "end_char": 438, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 2, "lemma": "16", "misc": "", "start_char": 436, "text": "16", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 441, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 439, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 444, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 4, "lemma": "19", "misc": "", "start_char": 442, "text": "19", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 450, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "year", "misc": "", "start_char": 445, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "amod", "end_char": 454, "feats": "Degree=Pos", "head": 1, "id": 6, "lemma": "old", "misc": "", "start_char": 451, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 458, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 7, "lemma": "be", "misc": "", "start_char": 455, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 461, "feats": null, "head": 11, "id": 8, "lemma": "at", "misc": "", "start_char": 459, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 465, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 462, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 474, "feats": "Degree=Sup", "head": 11, "id": 10, "lemma": "great", "misc": "", "start_char": 466, "text": "greatest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "root", "end_char": 479, "feats": "Number=Sing", "head": 0, "id": 11, "lemma": "risk", "misc": "", "start_char": 475, "text": "risk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 482, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 480, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 490, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "crash", "misc": "", "start_char": 483, "text": "crashes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 492, "feats": null, "head": 11, "id": 14, "lemma": ".", "misc": "", "start_char": 491, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NN fact))) (, ,) (NP (PRP$ their) (NN risk)) (VP (VBZ is) (ADJP (ADJP (QP (CD 4) (NNS times)) (JJR greater)) (PP (IN than) (NP (NP (DT that)) (PP (IN of) (NP (JJR older) (NNS drivers))))))) (. .)))" }, "speaker": null, "text": "In fact, their risk is 4 times greater than that of older drivers.", "tokens": [ { "deprel": "case", "end_char": 495, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 493, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 500, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "fact", "misc": "", "start_char": 496, "text": "fact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 502, "feats": null, "head": 9, "id": 3, "lemma": ",", "misc": "", "start_char": 501, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 508, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "their", "misc": "", "start_char": 503, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 513, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "risk", "misc": "", "start_char": 509, "text": "risk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 516, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 6, "lemma": "be", "misc": "", "start_char": 514, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 518, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "4", "misc": "", "start_char": 517, "text": "4", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 524, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "time", "misc": "", "start_char": 519, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 532, "feats": "Degree=Cmp", "head": 0, "id": 9, "lemma": "great", "misc": "", "start_char": 525, "text": "greater", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 537, "feats": null, "head": 11, "id": 10, "lemma": "than", "misc": "", "start_char": 533, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 542, "feats": "Number=Sing|PronType=Dem", "head": 9, "id": 11, "lemma": "that", "misc": "", "start_char": 538, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 545, "feats": null, "head": 14, "id": 12, "lemma": "of", "misc": "", "start_char": 543, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 551, "feats": "Degree=Cmp", "head": 14, "id": 13, "lemma": "old", "misc": "", "start_char": 546, "text": "older", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nmod", "end_char": 559, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "driver", "misc": "", "start_char": 552, "text": "drivers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 561, "feats": null, "head": 9, "id": 15, "lemma": ".", "misc": "", "start_char": 560, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS teens)) (PP (IN at) (NP (DT the) (JJS greatest) (NN risk)))) (VP (VBP are) (NP (NP (NP (DT those)) (SBAR (WHNP (WP who)) (S (VP (VBP are) (ADJP (JJ male)))))) (, ,) (NP (NP (DT those)) (VP (VBG carrying) (NP (JJ other) (JJ teenage) (NNS passengers)) (PP (IN in) (NP (DT the) (NN car))))) (, ,) (CC and) (NP (NP (DT those)) (ADVP (RB still)) (PP (IN in) (NP (NP (PRP$ their) (JJ first) (NN year)) (PP (IN of) (NP (NN driving)))))))) (. .)))" }, "speaker": null, "text": "The teens at the greatest risk are those who are male, those carrying other teenage passengers in the car, and those still in their first year of driving.", "tokens": [ { "deprel": "det", "end_char": 565, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 562, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 571, "feats": "Number=Plur", "head": 8, "id": 2, "lemma": "teen", "misc": "", "start_char": 566, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 574, "feats": null, "head": 6, "id": 3, "lemma": "at", "misc": "", "start_char": 572, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 578, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 575, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 587, "feats": "Degree=Sup", "head": 6, "id": 5, "lemma": "great", "misc": "", "start_char": 579, "text": "greatest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nmod", "end_char": 592, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "risk", "misc": "", "start_char": 588, "text": "risk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 596, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 593, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 602, "feats": "Number=Plur|PronType=Dem", "head": 0, "id": 8, "lemma": "that", "misc": "", "start_char": 597, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 606, "feats": "PronType=Rel", "head": 11, "id": 9, "lemma": "who", "misc": "", "start_char": 603, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 610, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 607, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 615, "feats": "Degree=Pos", "head": 8, "id": 11, "lemma": "male", "misc": "", "start_char": 611, "text": "male", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 617, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 616, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 623, "feats": "Number=Plur|PronType=Dem", "head": 8, "id": 13, "lemma": "that", "misc": "", "start_char": 618, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "acl", "end_char": 632, "feats": "VerbForm=Ger", "head": 13, "id": 14, "lemma": "carry", "misc": "", "start_char": 624, "text": "carrying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 638, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "other", "misc": "", "start_char": 633, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 646, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "teenage", "misc": "", "start_char": 639, "text": "teenage", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 657, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "passenger", "misc": "", "start_char": 647, "text": "passengers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 660, "feats": null, "head": 20, "id": 18, "lemma": "in", "misc": "", "start_char": 658, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 664, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 661, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 668, "feats": "Number=Sing", "head": 14, "id": 20, "lemma": "car", "misc": "", "start_char": 665, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 670, "feats": null, "head": 23, "id": 21, "lemma": ",", "misc": "", "start_char": 669, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 674, "feats": null, "head": 23, "id": 22, "lemma": "and", "misc": "", "start_char": 671, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 680, "feats": "Number=Plur|PronType=Dem", "head": 8, "id": 23, "lemma": "that", "misc": "", "start_char": 675, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "advmod", "end_char": 686, "feats": null, "head": 23, "id": 24, "lemma": "still", "misc": "", "start_char": 681, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 689, "feats": null, "head": 28, "id": 25, "lemma": "in", "misc": "", "start_char": 687, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 695, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 28, "id": 26, "lemma": "their", "misc": "", "start_char": 690, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 701, "feats": "Degree=Pos|NumType=Ord", "head": 28, "id": 27, "lemma": "first", "misc": "", "start_char": 696, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 706, "feats": "Number=Sing", "head": 23, "id": 28, "lemma": "year", "misc": "", "start_char": 702, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 709, "feats": null, "head": 30, "id": 29, "lemma": "of", "misc": "", "start_char": 707, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 717, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "driving", "misc": "", "start_char": 710, "text": "driving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 719, "feats": null, "head": 8, "id": 31, "lemma": ".", "misc": "", "start_char": 718, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (QP (RB Nearly) (CD 50)) (NN percent)) (PP (IN of) (NP (NP (NN teen) (NNS deaths)) (ADJP (JJ related) (PP (IN to) (NP (NN automobile) (NNS crashes))))))) (VP (VBP happen) (PP (IN on) (NP (NP (NNPS Fridays) (, ,) (NNPS Saturdays) (, ,) (CC or) (NNPS Sundays)) (PP (IN between) (NP (NP (DT the) (NNS hours)) (PP (IN of) (NP (NP (CD 3) (NN pm)) (CC and) (NP (NN midnight))))))))) (. .)))" }, "speaker": null, "text": "Nearly 50 percent of teen deaths related to automobile crashes happen on Fridays, Saturdays, or Sundays between the hours of 3 pm and midnight.", "tokens": [ { "deprel": "advmod", "end_char": 726, "feats": null, "head": 2, "id": 1, "lemma": "nearly", "misc": "", "start_char": 720, "text": "Nearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 729, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 2, "lemma": "50", "misc": "", "start_char": 727, "text": "50", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 737, "feats": "Number=Sing", "head": 11, "id": 3, "lemma": "percent", "misc": "", "start_char": 730, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 740, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 738, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 745, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "teen", "misc": "", "start_char": 741, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 752, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "death", "misc": "", "start_char": 746, "text": "deaths", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "amod", "end_char": 760, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "related", "misc": "", "start_char": 753, "text": "related", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 763, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 761, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 774, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "automobile", "misc": "", "start_char": 764, "text": "automobile", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 782, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "crash", "misc": "", "start_char": 775, "text": "crashes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 789, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "happen", "misc": "", "start_char": 783, "text": "happen", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 792, "feats": null, "head": 13, "id": 12, "lemma": "on", "misc": "", "start_char": 790, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 800, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "Friday", "misc": "", "start_char": 793, "text": "Fridays", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 802, "feats": null, "head": 15, "id": 14, "lemma": ",", "misc": "", "start_char": 801, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 812, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "Saturday", "misc": "", "start_char": 803, "text": "Saturdays", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 814, "feats": null, "head": 18, "id": 16, "lemma": ",", "misc": "", "start_char": 813, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 817, "feats": null, "head": 18, "id": 17, "lemma": "or", "misc": "", "start_char": 815, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 825, "feats": "Number=Plur", "head": 13, "id": 18, "lemma": "Sunday", "misc": "", "start_char": 818, "text": "Sundays", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 833, "feats": null, "head": 21, "id": 19, "lemma": "between", "misc": "", "start_char": 826, "text": "between", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 837, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 834, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 843, "feats": "Number=Plur", "head": 11, "id": 21, "lemma": "hour", "misc": "", "start_char": 838, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 846, "feats": null, "head": 23, "id": 22, "lemma": "of", "misc": "", "start_char": 844, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 848, "feats": "NumForm=Digit|NumType=Card", "head": 21, "id": 23, "lemma": "3", "misc": "", "start_char": 847, "text": "3", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:tmod", "end_char": 851, "feats": "Number=Sing", "head": 23, "id": 24, "lemma": "p.m.", "misc": "", "start_char": 849, "text": "pm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 855, "feats": null, "head": 26, "id": 25, "lemma": "and", "misc": "", "start_char": 852, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 864, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "midnight", "misc": "", "start_char": 856, "text": "midnight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 866, "feats": null, "head": 11, "id": 27, "lemma": ".", "misc": "", "start_char": 865, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 868, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 867, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (SBARQ (WHADVP (WRB Why)) (SQ (VBP are) (NP (NP (NNS teens)) (PP (IN at) (NP (NP (JJR higher) (NN risk)) (PP (IN of) (NP (NML (NN motor) (NN vehicle)) (NNS crashes))))))) (. ?)))" }, "speaker": null, "text": "Why are teens at higher risk of motor vehicle crashes?", "tokens": [ { "deprel": "advmod", "end_char": 872, "feats": "PronType=Int", "head": 6, "id": 1, "lemma": "why", "misc": "", "start_char": 869, "text": "Why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "cop", "end_char": 876, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 873, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 882, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "teen", "misc": "", "start_char": 877, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 885, "feats": null, "head": 6, "id": 4, "lemma": "at", "misc": "", "start_char": 883, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 892, "feats": "Degree=Cmp", "head": 6, "id": 5, "lemma": "high", "misc": "", "start_char": 886, "text": "higher", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "root", "end_char": 897, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "risk", "misc": "", "start_char": 893, "text": "risk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 900, "feats": null, "head": 10, "id": 7, "lemma": "of", "misc": "", "start_char": 898, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 906, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "motor", "misc": "", "start_char": 901, "text": "motor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 914, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "vehicle", "misc": "", "start_char": 907, "text": "vehicle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 922, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "crash", "misc": "", "start_char": 915, "text": "crashes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 924, "feats": null, "head": 6, "id": 11, "lemma": "?", "misc": "", "start_char": 923, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 926, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 925, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NP (NN Development) (. .)))" }, "speaker": null, "text": "Development.", "tokens": [ { "deprel": "root", "end_char": 938, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "development", "misc": "", "start_char": 927, "text": "Development", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 940, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 939, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NNS Teens)) (VP (VP (VBP have) (RB n't) (ADVP (RB completely)) (VP (VBN matured) (ADVP (RB mentally)))) (CC and) (VP (VBP have) (NP (JJR greater) (NN risktaking) (NNS behaviors))) (, ,) (SBAR (ADVP (RB possibly)) (IN because) (S (NP (PRP they)) (VP (VBP tend) (S (VP (TO to) (VP (VB underestimate) (NP (NP (DT the) (NN risk)) (VP (VBN associated) (PP (IN with) (NP (DT a) (JJ particular) (NN behavior)))))))))))) (. .)))" }, "speaker": null, "text": "Teens haven't completely matured mentally and have greater risktaking behaviors, possibly because they tend to underestimate the risk associated with a particular behavior.", "tokens": [ { "deprel": "nsubj", "end_char": 946, "feats": "Number=Plur", "head": 5, "id": 1, "lemma": "teen", "misc": "", "start_char": 941, "text": "Teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 951, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "have", "misc": "", "start_char": 947, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 955, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 952, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 966, "feats": null, "head": 5, "id": 4, "lemma": "completely", "misc": "", "start_char": 956, "text": "completely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 974, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 5, "lemma": "mature", "misc": "", "start_char": 967, "text": "matured", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 983, "feats": null, "head": 5, "id": 6, "lemma": "mentally", "misc": "", "start_char": 975, "text": "mentally", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 987, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 984, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 992, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 8, "lemma": "have", "misc": "", "start_char": 988, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1000, "feats": "Degree=Cmp", "head": 11, "id": 9, "lemma": "great", "misc": "", "start_char": 993, "text": "greater", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "compound", "end_char": 1011, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "risktaking", "misc": "", "start_char": 1001, "text": "risktaking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1021, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "behavior", "misc": "", "start_char": 1012, "text": "behaviors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1023, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 1022, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1032, "feats": null, "head": 16, "id": 13, "lemma": "possibly", "misc": "", "start_char": 1024, "text": "possibly", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1040, "feats": null, "head": 16, "id": 14, "lemma": "because", "misc": "", "start_char": 1033, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1045, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 16, "id": 15, "lemma": "they", "misc": "", "start_char": 1041, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1050, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 16, "lemma": "tend", "misc": "", "start_char": 1046, "text": "tend", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1053, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 1051, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1067, "feats": "VerbForm=Inf", "head": 16, "id": 18, "lemma": "underestimate", "misc": "", "start_char": 1054, "text": "underestimate", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1071, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 1068, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1076, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "risk", "misc": "", "start_char": 1072, "text": "risk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1087, "feats": "Tense=Past|VerbForm=Part", "head": 20, "id": 21, "lemma": "associate", "misc": "", "start_char": 1077, "text": "associated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1092, "feats": null, "head": 25, "id": 22, "lemma": "with", "misc": "", "start_char": 1088, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1094, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 23, "lemma": "a", "misc": "", "start_char": 1093, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1105, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "particular", "misc": "", "start_char": 1095, "text": "particular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1114, "feats": "Number=Sing", "head": 21, "id": 25, "lemma": "behavior", "misc": "", "start_char": 1106, "text": "behavior", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1116, "feats": null, "head": 5, "id": 26, "lemma": ".", "misc": "", "start_char": 1115, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NNS Teens)) (ADVP (RB also)) (VP (VBP have) (NP (DT a) (JJR greater) (NN tendency) (S (VP (VP (TO to) (VP (VB speed))) (CC and) (VP (TO to) (VP (VB drive) (ADVP (RB too) (RB close) (PP (IN to) (NP (NP (DT the) (NNS cars)) (PP (IN in) (NP (NP (NN front)) (PP (IN of) (NP (PRP them)))))))))))))) (. .)))" }, "speaker": null, "text": "Teens also have a greater tendency to speed and to drive too close to the cars in front of them.", "tokens": [ { "deprel": "nsubj", "end_char": 1122, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "teen", "misc": "", "start_char": 1117, "text": "Teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1127, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 1123, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1132, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 1128, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1134, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1133, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1142, "feats": "Degree=Cmp", "head": 6, "id": 5, "lemma": "great", "misc": "", "start_char": 1135, "text": "greater", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1151, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "tendency", "misc": "", "start_char": 1143, "text": "tendency", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1154, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1152, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1160, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "speed", "misc": "", "start_char": 1155, "text": "speed", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 1164, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 1161, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1167, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1165, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 1173, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "drive", "misc": "", "start_char": 1168, "text": "drive", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1177, "feats": null, "head": 13, "id": 12, "lemma": "too", "misc": "", "start_char": 1174, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1183, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "close", "misc": "", "start_char": 1178, "text": "close", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1186, "feats": null, "head": 16, "id": 14, "lemma": "to", "misc": "", "start_char": 1184, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1190, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1187, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1195, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "car", "misc": "", "start_char": 1191, "text": "cars", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1198, "feats": null, "head": 18, "id": 17, "lemma": "in", "misc": "", "start_char": 1196, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1204, "feats": "Number=Sing", "head": 11, "id": 18, "lemma": "front", "misc": "", "start_char": 1199, "text": "front", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1207, "feats": null, "head": 20, "id": 19, "lemma": "of", "misc": "", "start_char": 1205, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1212, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 20, "lemma": "they", "misc": "", "start_char": 1208, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1214, "feats": null, "head": 3, "id": 21, "lemma": ".", "misc": "", "start_char": 1213, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1216, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1215, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NP (DT No) (NNS seatbelts) (. .)))" }, "speaker": null, "text": "No seatbelts.", "tokens": [ { "deprel": "det", "end_char": 1219, "feats": null, "head": 2, "id": 1, "lemma": "no", "misc": "", "start_char": 1217, "text": "No", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1229, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "seatbelt", "misc": "", "start_char": 1220, "text": "seatbelts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1231, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 1230, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NNS Teens)) (VP (VBP have) (NP (NP (DT the) (JJS lowest) (NN rate)) (PP (IN of) (NP (NP (NN seatbelt) (NN use)) (PP (IN among) (NP (DT all) (NN driving) (NNS groups))))))) (. .)))" }, "speaker": null, "text": "Teens have the lowest rate of seatbelt use among all driving groups.", "tokens": [ { "deprel": "nsubj", "end_char": 1237, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "teen", "misc": "", "start_char": 1232, "text": "Teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1242, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "have", "misc": "", "start_char": 1238, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1246, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1243, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1253, "feats": "Degree=Sup", "head": 5, "id": 4, "lemma": "low", "misc": "", "start_char": 1247, "text": "lowest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 1258, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "rate", "misc": "", "start_char": 1254, "text": "rate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1261, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 1259, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1270, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "seatbelt", "misc": "", "start_char": 1262, "text": "seatbelt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1274, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "use", "misc": "", "start_char": 1271, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1280, "feats": null, "head": 12, "id": 9, "lemma": "among", "misc": "", "start_char": 1275, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1284, "feats": "PronType=Tot", "head": 12, "id": 10, "lemma": "all", "misc": "", "start_char": 1281, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1292, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "driving", "misc": "", "start_char": 1285, "text": "driving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1299, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "group", "misc": "", "start_char": 1293, "text": "groups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1301, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 1300, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1303, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1302, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NP (NN Alcohol) (. .)))" }, "speaker": null, "text": "Alcohol.", "tokens": [ { "deprel": "root", "end_char": 1311, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "alcohol", "misc": "", "start_char": 1304, "text": "Alcohol", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1313, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 1312, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (NP (QP (DT A) (JJS least) (CD 25)) (NN percent)) (PP (IN of) (NP (NP (NML (NN motor) (NN vehicle)) (NNS deaths)) (PP (IN in) (NP (NNS teens)))))) (VP (VBP are) (ADJP (JJ related) (PP (IN to) (S (VP (NN drinking) (NP (NN alcohol))))))) (. .)))" }, "speaker": null, "text": "A least 25 percent of motor vehicle deaths in teens are related to drinking alcohol.", "tokens": [ { "deprel": "det", "end_char": 1315, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 1314, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1321, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "least", "misc": "", "start_char": 1316, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nummod", "end_char": 1324, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 3, "lemma": "25", "misc": "", "start_char": 1322, "text": "25", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1332, "feats": "Number=Sing", "head": 12, "id": 4, "lemma": "percent", "misc": "", "start_char": 1325, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1335, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 1333, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1341, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "motor", "misc": "", "start_char": 1336, "text": "motor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1349, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "vehicle", "misc": "", "start_char": 1342, "text": "vehicle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1356, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "death", "misc": "", "start_char": 1350, "text": "deaths", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1359, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 1357, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1365, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "teen", "misc": "", "start_char": 1360, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1369, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1366, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1377, "feats": "Degree=Pos", "head": 0, "id": 12, "lemma": "related", "misc": "", "start_char": 1370, "text": "related", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1380, "feats": null, "head": 15, "id": 13, "lemma": "to", "misc": "", "start_char": 1378, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "compound", "end_char": 1389, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "drinking", "misc": "", "start_char": 1381, "text": "drinking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1397, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "alcohol", "misc": "", "start_char": 1390, "text": "alcohol", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1399, "feats": null, "head": 12, "id": 16, "lemma": ".", "misc": "", "start_char": 1398, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1401, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1400, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NP (JJ Technological) (NNS distractions)) (NP (NP (NNS .Cellphones)) (, ,) (NP (NN texting)) (, ,) (NP (NN MP3) (NNS players)) (, ,) (CC and) (NP (DT the) (NN like)))) (VP (MD can) (RB all) (VP (VB distract) (NP (NNS drivers)) (ADVP (RB greatly)) (, --) (SBARQ (CC and) (ADVP (WHNP (WHNP (WP who)) (JJR more)) (PP (IN than) (NP (NNS teenagers))))))) (. ?)))" }, "speaker": null, "text": "Technological distractions .Cellphones, texting, MP3 players, and the like can all distract drivers greatly--and who more than teenagers?", "tokens": [ { "deprel": "amod", "end_char": 1415, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "technological", "misc": "", "start_char": 1402, "text": "Technological", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1428, "feats": "Number=Plur", "head": 15, "id": 2, "lemma": "distraction", "misc": "", "start_char": 1416, "text": "distractions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1440, "feats": "Number=Plur", "head": 15, "id": 3, "lemma": "bcellphone", "misc": "", "start_char": 1429, "text": ".Cellphones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1442, "feats": null, "head": 5, "id": 4, "lemma": ",", "misc": "", "start_char": 1441, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1450, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "texting", "misc": "", "start_char": 1443, "text": "texting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1452, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 1451, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1456, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "MP3", "misc": "", "start_char": 1453, "text": "MP3", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1464, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "player", "misc": "", "start_char": 1457, "text": "players", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1466, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 1465, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1470, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 1467, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1474, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1471, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1479, "feats": "Number=Sing", "head": 3, "id": 12, "lemma": "like", "misc": "", "start_char": 1475, "text": "like", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1483, "feats": "VerbForm=Fin", "head": 15, "id": 13, "lemma": "can", "misc": "", "start_char": 1480, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1487, "feats": null, "head": 15, "id": 14, "lemma": "all", "misc": "", "start_char": 1484, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1496, "feats": "VerbForm=Inf", "head": 0, "id": 15, "lemma": "distract", "misc": "", "start_char": 1488, "text": "distract", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1504, "feats": "Number=Plur", "head": 15, "id": 16, "lemma": "driver", "misc": "", "start_char": 1497, "text": "drivers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1512, "feats": null, "head": 15, "id": 17, "lemma": "greatly", "misc": "", "start_char": 1505, "text": "greatly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1515, "feats": null, "head": 15, "id": 18, "lemma": "--", "misc": "", "start_char": 1513, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1519, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 1516, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1523, "feats": "PronType=Rel", "head": 21, "id": 20, "lemma": "who", "misc": "", "start_char": 1520, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "conj", "end_char": 1528, "feats": "Degree=Cmp", "head": 15, "id": 21, "lemma": "more", "misc": "", "start_char": 1524, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 1533, "feats": null, "head": 23, "id": 22, "lemma": "than", "misc": "", "start_char": 1529, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1543, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "teenager", "misc": "", "start_char": 1534, "text": "teenagers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1545, "feats": null, "head": 15, "id": 24, "lemma": "?", "misc": "", "start_char": 1544, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1547, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1546, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (VP (VP (VB Be) (ADJP (JJ aware) (PP (IN of) (NP (NP (PRP$ your) (NN teen) (POS 's)) (NN driving) (NNS practices))))) (CC and) (VP (VB discuss) (NP (JJ safe) (NN driving) (NNS habits)) (SBAR (WHADVP (WRB when)) (S (NP (NNS opportunities)) (VP (VBP present) (NP (PRP themselves))))))) (. .)))" }, "speaker": null, "text": "Be aware of your teen's driving practices and discuss safe driving habits when opportunities present themselves.", "tokens": [ { "deprel": "cop", "end_char": 1550, "feats": "Mood=Imp|VerbForm=Fin", "head": 2, "id": 1, "lemma": "be", "misc": "", "start_char": 1548, "text": "Be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1556, "feats": "Degree=Pos", "head": 0, "id": 2, "lemma": "aware", "misc": "", "start_char": 1551, "text": "aware", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1559, "feats": null, "head": 8, "id": 3, "lemma": "of", "misc": "", "start_char": 1557, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1564, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "your", "misc": "", "start_char": 1560, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 1569, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "teen", "misc": "", "start_char": 1565, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1572, "feats": null, "head": 5, "id": 6, "lemma": "'s", "misc": "", "start_char": 1570, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 1580, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "driving", "misc": "", "start_char": 1573, "text": "driving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1590, "feats": "Number=Plur", "head": 2, "id": 8, "lemma": "practice", "misc": "", "start_char": 1581, "text": "practices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1594, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1591, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1602, "feats": "Mood=Imp|VerbForm=Fin", "head": 2, "id": 10, "lemma": "discuss", "misc": "", "start_char": 1595, "text": "discuss", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1607, "feats": "Degree=Pos", "head": 13, "id": 11, "lemma": "safe", "misc": "", "start_char": 1603, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1615, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "driving", "misc": "", "start_char": 1608, "text": "driving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1622, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "habit", "misc": "", "start_char": 1616, "text": "habits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1627, "feats": "PronType=Int", "head": 16, "id": 14, "lemma": "when", "misc": "", "start_char": 1623, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1641, "feats": "Number=Plur", "head": 16, "id": 15, "lemma": "opportunity", "misc": "", "start_char": 1628, "text": "opportunities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 1649, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 16, "lemma": "present", "misc": "", "start_char": 1642, "text": "present", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1660, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 16, "id": 17, "lemma": "themselves", "misc": "", "start_char": 1650, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1662, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 1661, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (VP (VB Check) (PRT (RP out)) (NP (NP (DT the) (NNS applications) (CC and) (NNS devices)) (ADJP (RB now) (JJ available) (PP (IN for) (S (VP (VBG restricting) (NP (NP (NP (PRP$ your) (NN teen) (POS 's)) (NN use)) (PP (IN of) (NP (NN technology)))) (SBAR (IN while) (S (VP (VBG driving)))))))))) (. .)))" }, "speaker": null, "text": "Check out the applications and devices now available for restricting your teen's use of technology while driving.", "tokens": [ { "deprel": "root", "end_char": 1668, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "check", "misc": "", "start_char": 1663, "text": "Check", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1672, "feats": null, "head": 1, "id": 2, "lemma": "out", "misc": "", "start_char": 1669, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1676, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1673, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1689, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "application", "misc": "", "start_char": 1677, "text": "applications", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1693, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1690, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1701, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "device", "misc": "", "start_char": 1694, "text": "devices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1705, "feats": null, "head": 8, "id": 7, "lemma": "now", "misc": "", "start_char": 1702, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1715, "feats": "Degree=Pos", "head": 4, "id": 8, "lemma": "available", "misc": "", "start_char": 1706, "text": "available", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1719, "feats": null, "head": 10, "id": 9, "lemma": "for", "misc": "", "start_char": 1716, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1731, "feats": "VerbForm=Ger", "head": 8, "id": 10, "lemma": "restrict", "misc": "", "start_char": 1720, "text": "restricting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1736, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "your", "misc": "", "start_char": 1732, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 1741, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "teen", "misc": "", "start_char": 1737, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1744, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 1742, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 1748, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "use", "misc": "", "start_char": 1745, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1751, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 1749, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1762, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "technology", "misc": "", "start_char": 1752, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1768, "feats": null, "head": 18, "id": 17, "lemma": "while", "misc": "", "start_char": 1763, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1776, "feats": "VerbForm=Ger", "head": 10, "id": 18, "lemma": "drive", "misc": "", "start_char": 1769, "text": "driving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1778, "feats": null, "head": 1, "id": 19, "lemma": ".", "misc": "", "start_char": 1777, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (DT Some) (NNS applications)) (VP (VBP alert) (NP (PRP you)) (PP (IN to) (NP (NP (DT the) (NN danger)) (SBAR (WHADVP (WRB when)) (S (NP (PRP$ your) (NN teen)) (VP (VBZ is) (VP (VBG texting) (SBAR (IN while) (S (NP (DT the) (NN vehicle)) (VP (VBZ is) (VP (VBG moving)))))))))))) (. .)))" }, "speaker": null, "text": "Some applications alert you to the danger when your teen is texting while the vehicle is moving.", "tokens": [ { "deprel": "det", "end_char": 1783, "feats": null, "head": 2, "id": 1, "lemma": "some", "misc": "", "start_char": 1779, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1796, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "application", "misc": "", "start_char": 1784, "text": "applications", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1802, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "alert", "misc": "", "start_char": 1797, "text": "alert", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1806, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 3, "id": 4, "lemma": "you", "misc": "", "start_char": 1803, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1809, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 1807, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1813, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1810, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1820, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "danger", "misc": "", "start_char": 1814, "text": "danger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1825, "feats": "PronType=Int", "head": 12, "id": 8, "lemma": "when", "misc": "", "start_char": 1821, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 1830, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "your", "misc": "", "start_char": 1826, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1835, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "teen", "misc": "", "start_char": 1831, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1838, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1836, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl", "end_char": 1846, "feats": "Tense=Pres|VerbForm=Part", "head": 7, "id": 12, "lemma": "texting", "misc": "", "start_char": 1839, "text": "texting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1852, "feats": null, "head": 17, "id": 13, "lemma": "while", "misc": "", "start_char": 1847, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1856, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 1853, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1864, "feats": "Number=Sing", "head": 17, "id": 15, "lemma": "vehicle", "misc": "", "start_char": 1857, "text": "vehicle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1867, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1865, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1874, "feats": "Tense=Pres|VerbForm=Part", "head": 12, "id": 17, "lemma": "move", "misc": "", "start_char": 1868, "text": "moving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1876, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 1875, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (S (NP (DT Another) (NN device)) (VP (VBZ blocks) (NP (ADJP (JJ incoming) (CC and) (JJ outgoing)) (NNS texts)) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NN car)) (VP (VBZ is) (VP (VBG running))))))) (, --) (S (NP (JJ incoming) (NNS messages)) (VP (VBP get) (NP (NP (DT an) (JJ automatic) (NN reply)) (-LRB- -LRB-) (NP (NN eg))))) (. .)))" }, "speaker": null, "text": "Another device blocks incoming and outgoing texts when the car is running--incoming messages get an automatic reply (eg.", "tokens": [ { "deprel": "det", "end_char": 1884, "feats": null, "head": 2, "id": 1, "lemma": "another", "misc": "", "start_char": 1877, "text": "Another", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1891, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "device", "misc": "", "start_char": 1885, "text": "device", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1898, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "block", "misc": "", "start_char": 1892, "text": "blocks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 1907, "feats": "Degree=Pos", "head": 7, "id": 4, "lemma": "incoming", "misc": "", "start_char": 1899, "text": "incoming", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1911, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1908, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1920, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "outgoing", "misc": "", "start_char": 1912, "text": "outgoing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1926, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "text", "misc": "", "start_char": 1921, "text": "texts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1931, "feats": "PronType=Int", "head": 12, "id": 8, "lemma": "when", "misc": "", "start_char": 1927, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1935, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1932, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1939, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "car", "misc": "", "start_char": 1936, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1942, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1940, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1950, "feats": "Tense=Pres|VerbForm=Part", "head": 3, "id": 12, "lemma": "run", "misc": "", "start_char": 1943, "text": "running", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1953, "feats": null, "head": 3, "id": 13, "lemma": "--", "misc": "", "start_char": 1951, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1962, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "incoming", "misc": "", "start_char": 1954, "text": "incoming", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1971, "feats": "Number=Plur", "head": 16, "id": 15, "lemma": "message", "misc": "", "start_char": 1963, "text": "messages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "parataxis", "end_char": 1975, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 16, "lemma": "get", "misc": "", "start_char": 1972, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1978, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 17, "lemma": "a", "misc": "", "start_char": 1976, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1988, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "automatic", "misc": "", "start_char": 1979, "text": "automatic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1994, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "reply", "misc": "", "start_char": 1989, "text": "reply", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1996, "feats": null, "head": 21, "id": 20, "lemma": "(", "misc": "", "start_char": 1995, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "parataxis", "end_char": 1999, "feats": "Number=Sing", "head": 16, "id": 21, "lemma": "eg", "misc": "", "start_char": 1997, "text": "eg", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2001, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 2000, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP I)) (VP (VBP 'm) (VP (VBG driving) (ADVP (RB right) (RB now))))) ('' '') (-RRB- -RRB-) (, ,) (CC and) (S (NP (NN phone) (NNS calls)) (VP (VBP go) (ADVP (RB directly)) (PP (IN to) (NP (NN voicemail))))) (. .)))" }, "speaker": null, "text": "\"I'm driving right now\"), and phone calls go directly to voicemail.", "tokens": [ { "deprel": "punct", "end_char": 2004, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 2002, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 2006, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 2005, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2009, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 2007, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 2017, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "drive", "misc": "", "start_char": 2010, "text": "driving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 2023, "feats": null, "head": 6, "id": 5, "lemma": "right", "misc": "", "start_char": 2018, "text": "right", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 2027, "feats": null, "head": 4, "id": 6, "lemma": "now", "misc": "", "start_char": 2024, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2030, "feats": null, "head": 4, "id": 7, "lemma": "''", "misc": "", "start_char": 2028, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 2032, "feats": null, "head": 4, "id": 8, "lemma": ")", "misc": "", "start_char": 2031, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 2034, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 2033, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 2038, "feats": null, "head": 13, "id": 10, "lemma": "and", "misc": "", "start_char": 2035, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 2044, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "phone", "misc": "", "start_char": 2039, "text": "phone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2050, "feats": "Number=Plur", "head": 13, "id": 12, "lemma": "call", "misc": "", "start_char": 2045, "text": "calls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 2053, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 13, "lemma": "go", "misc": "", "start_char": 2051, "text": "go", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 2062, "feats": null, "head": 13, "id": 14, "lemma": "directly", "misc": "", "start_char": 2054, "text": "directly", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 2065, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 2063, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2075, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "voicemail", "misc": "", "start_char": 2066, "text": "voicemail", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2077, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 2076, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD can) (ADVP (RB also)) (VP (VB get) (NP (NNS notifications)) (SBAR (IN if) (S (NP (PRP$ your) (NN teen)) (VP (VBZ tries) (S (VP (TO to) (VP (VB shut) (PRT (RP off)) (NP (DT the) (NN program)))))))))) (. .)))" }, "speaker": null, "text": "You can also get notifications if your teen tries to shut off the program.", "tokens": [ { "deprel": "nsubj", "end_char": 2081, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 1, "lemma": "you", "misc": "", "start_char": 2078, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2085, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 2082, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 2090, "feats": null, "head": 4, "id": 3, "lemma": "also", "misc": "", "start_char": 2086, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 2094, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "get", "misc": "", "start_char": 2091, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2108, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "notification", "misc": "", "start_char": 2095, "text": "notifications", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 2111, "feats": null, "head": 9, "id": 6, "lemma": "if", "misc": "", "start_char": 2109, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2116, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "your", "misc": "", "start_char": 2112, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 2121, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "teen", "misc": "", "start_char": 2117, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 2127, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 9, "lemma": "try", "misc": "", "start_char": 2122, "text": "tries", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 2130, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 2128, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2135, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "shut", "misc": "", "start_char": 2131, "text": "shut", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 2139, "feats": null, "head": 11, "id": 12, "lemma": "off", "misc": "", "start_char": 2136, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 2143, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 2140, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2151, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "program", "misc": "", "start_char": 2144, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2153, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 2152, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (ADVP (RB also)) (NP (NP (NN GPS) (NNS programs)) (SBAR (WHNP (WDT that)) (S (VP (VBP let) (S (NP (PRP you)) (VP (VB know) (NP (NP (PRP$ your) (JJ new) (NN driver) (POS 's)) (NNS whereabouts)) (PP (IN at) (NP (DT all) (NNS times)))))))))) (. .)))" }, "speaker": null, "text": "There are also GPS programs that let you know your new driver's whereabouts at all times.", "tokens": [ { "deprel": "expl", "end_char": 2159, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 2154, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 2163, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 2160, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 2168, "feats": null, "head": 2, "id": 3, "lemma": "also", "misc": "", "start_char": 2164, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 2172, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "GPS", "misc": "", "start_char": 2169, "text": "GPS", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2181, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "program", "misc": "", "start_char": 2173, "text": "programs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 2186, "feats": "PronType=Rel", "head": 7, "id": 6, "lemma": "that", "misc": "", "start_char": 2182, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 2190, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 7, "lemma": "let", "misc": "", "start_char": 2187, "text": "let", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 2194, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 7, "id": 8, "lemma": "you", "misc": "", "start_char": 2191, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 2199, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "know", "misc": "", "start_char": 2195, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 2204, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 12, "id": 10, "lemma": "your", "misc": "", "start_char": 2200, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 2208, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "new", "misc": "", "start_char": 2205, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod:poss", "end_char": 2215, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "driver", "misc": "", "start_char": 2209, "text": "driver", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2218, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 2216, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 2230, "feats": "Number=Plur", "head": 9, "id": 14, "lemma": "whereabouts", "misc": "", "start_char": 2219, "text": "whereabouts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2233, "feats": null, "head": 17, "id": 15, "lemma": "at", "misc": "", "start_char": 2231, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2237, "feats": null, "head": 17, "id": 16, "lemma": "all", "misc": "", "start_char": 2234, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2243, "feats": "Number=Plur", "head": 9, "id": 17, "lemma": "time", "misc": "", "start_char": 2238, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2245, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 2244, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (ADVP (DT All) (PP (IN in) (NP (DT all)))) (, ,) (NP (PRP you)) (VP (MD ca) (RB n't) (VP (VB be) (ADJP (RB too) (JJ cautious)) (SBAR (WHADVP (WRB when)) (S (VP (VBG teaching) (NP (PRP$ your) (NN teen)) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB be) (ADJP (JJ safe)) (PP (IN on) (NP (DT the) (NN road)))))))))))) (. .)))" }, "speaker": null, "text": "All in all, you can't be too cautious when teaching your teen how to be safe on the road.", "tokens": [ { "deprel": "obl:npmod", "end_char": 2249, "feats": null, "head": 10, "id": 1, "lemma": "all", "misc": "", "start_char": 2246, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 2252, "feats": null, "head": 3, "id": 2, "lemma": "in", "misc": "", "start_char": 2250, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2256, "feats": null, "head": 1, "id": 3, "lemma": "all", "misc": "", "start_char": 2253, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 2258, "feats": null, "head": 10, "id": 4, "lemma": ",", "misc": "", "start_char": 2257, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 2262, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 10, "id": 5, "lemma": "you", "misc": "", "start_char": 2259, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2265, "feats": "VerbForm=Fin", "head": 10, "id": 6, "lemma": "can", "misc": "", "start_char": 2263, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 2269, "feats": null, "head": 10, "id": 7, "lemma": "not", "misc": "", "start_char": 2266, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 2272, "feats": "VerbForm=Inf", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 2270, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 2276, "feats": null, "head": 10, "id": 9, "lemma": "too", "misc": "", "start_char": 2273, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 2285, "feats": "Degree=Pos", "head": 0, "id": 10, "lemma": "cautious", "misc": "", "start_char": 2277, "text": "cautious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 2290, "feats": "PronType=Int", "head": 12, "id": 11, "lemma": "when", "misc": "", "start_char": 2286, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advcl", "end_char": 2299, "feats": "VerbForm=Ger", "head": 10, "id": 12, "lemma": "teach", "misc": "", "start_char": 2291, "text": "teaching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 2304, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "your", "misc": "", "start_char": 2300, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "iobj", "end_char": 2309, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "teen", "misc": "", "start_char": 2305, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 2313, "feats": "PronType=Int", "head": 18, "id": 15, "lemma": "how", "misc": "", "start_char": 2310, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 2316, "feats": null, "head": 18, "id": 16, "lemma": "to", "misc": "", "start_char": 2314, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 2319, "feats": "VerbForm=Inf", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 2317, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 2324, "feats": "Degree=Pos", "head": 12, "id": 18, "lemma": "safe", "misc": "", "start_char": 2320, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 2327, "feats": null, "head": 21, "id": 19, "lemma": "on", "misc": "", "start_char": 2325, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2331, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 2328, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2336, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "road", "misc": "", "start_char": 2332, "text": "road", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2338, "feats": null, "head": 10, "id": 22, "lemma": ".", "misc": "", "start_char": 2337, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
There are some new drivers going back to school. Teens who have recently gotten their driver's licenses may be taking the wheel to school this fall. However, parents fear when their teen starts driving. And it turns out that such parental fears are justified, so it's worth reviewing how to keep your teen safe while he or she is behind the wheel. Motor vehicle crashes are the leading cause of death among US teens. Drivers 16 to 19 years old are at the greatest risk of crashes. In fact, their risk is 4 times greater than that of older drivers. The teens at the greatest risk are those who are male, those carrying other teenage passengers in the car, and those still in their first year of driving. Nearly 50 percent of teen deaths related to automobile crashes happen on Fridays, Saturdays, or Sundays between the hours of 3 pm and midnight. Why are teens at higher risk of motor vehicle crashes? Development. Teens haven't completely matured mentally and have greater risktaking behaviors, possibly because they tend to underestimate the risk associated with a particular behavior. Teens also have a greater tendency to speed and to drive too close to the cars in front of them. No seatbelts. Teens have the lowest rate of seatbelt use among all driving groups. Alcohol. A least 25 percent of motor vehicle deaths in teens are related to drinking alcohol. Technological distractions .Cellphones, texting, MP3 players, and the like can all distract drivers greatly--and who more than teenagers? Be aware of your teen's driving practices and discuss safe driving habits when opportunities present themselves. Check out the applications and devices now available for restricting your teen's use of technology while driving. Some applications alert you to the danger when your teen is texting while the vehicle is moving. Another device blocks incoming and outgoing texts when the car is running--incoming messages get an automatic reply (eg. "I'm driving right now"), and phone calls go directly to voicemail. You can also get notifications if your teen tries to shut off the program. There are also GPS programs that let you know your new driver's whereabouts at all times. All in all, you can't be too cautious when teaching your teen how to be safe on the road.
[ [ [ 0, 2, 4 ] ], [ [ 0, 8, 8 ], [ 1, 15, 15 ] ], [ [ 1, 0, 8 ], [ 1, 5, 5 ], [ 26, 10, 12 ], [ 3, 19, 20 ], [ 3, 23, 25 ], [ 25, 3, 5 ], [ 27, 8, 9 ], [ 30, 6, 7 ], [ 31, 9, 12 ], [ 32, 12, 13 ], [ 25, 16, 16 ], [ 14, 14, 14 ], [ 11, 2, 2 ], [ 14, 0, 0 ], [ 15, 0, 0 ], [ 15, 19, 19 ], [ 18, 0, 0 ], [ 23, 22, 22 ] ], [ [ 1, 5, 8 ] ], [ [ 1, 6, 7 ] ], [ [ 1, 12, 13 ], [ 3, 28, 29 ] ], [ [ 1, 16, 17 ] ], [ [ 2, 5, 6 ] ], [ [ 2, 5, 5 ], [ 2, 2, 2 ] ], [ [ 3, 5, 7 ] ], [ [ 3, 25, 25 ] ], [ [ 3, 23, 23 ] ], [ [ 5, 0, 2 ], [ 5, 4, 11 ], [ 11, 7, 9 ] ], [ [ 5, 8, 11 ] ], [ [ 5, 10, 11 ] ], [ [ 5, 10, 10 ] ], [ [ 6, 0, 5 ], [ 7, 3, 3 ] ], [ [ 6, 1, 4 ] ], [ [ 6, 8, 12 ] ], [ [ 6, 12, 12 ] ], [ [ 7, 1, 1 ] ], [ [ 7, 3, 4 ] ], [ [ 7, 6, 7 ] ], [ [ 7, 10, 13 ] ], [ [ 7, 12, 13 ] ], [ [ 8, 0, 5 ], [ 8, 7, 29 ] ], [ [ 8, 3, 5 ] ], [ [ 8, 12, 19 ] ], [ [ 8, 14, 16 ] ], [ [ 8, 18, 19 ] ], [ [ 8, 22, 29 ], [ 8, 25, 25 ] ], [ [ 8, 25, 29 ] ], [ [ 8, 29, 29 ] ], [ [ 9, 8, 9 ] ], [ [ 9, 12, 17 ] ], [ [ 9, 17, 17 ] ], [ [ 9, 14, 14 ] ], [ [ 9, 12, 12 ] ], [ [ 9, 19, 25 ] ], [ [ 9, 19, 23 ] ], [ [ 9, 22, 23 ] ], [ [ 9, 25, 25 ] ], [ [ 11, 4, 9 ] ], [ [ 13, 0, 0 ] ], [ [ 14, 22, 24 ] ], [ [ 15, 3, 5 ] ], [ [ 15, 14, 19 ] ], [ [ 15, 17, 19 ] ], [ [ 17, 0, 1 ] ], [ [ 18, 2, 7 ] ], [ [ 18, 6, 7 ] ], [ [ 18, 6, 6 ] ], [ [ 18, 9, 11 ] ], [ [ 20, 0, 0 ], [ 21, 14, 14 ] ], [ [ 21, 0, 9 ] ], [ [ 21, 13, 14 ] ], [ [ 23, 0, 1 ], [ 23, 2, 11 ] ], [ [ 23, 2, 2 ] ], [ [ 23, 4, 4 ] ], [ [ 23, 6, 7 ] ], [ [ 23, 10, 11 ] ], [ [ 23, 0, 11 ] ], [ [ 23, 15, 15 ] ], [ [ 25, 3, 7 ] ], [ [ 25, 10, 12 ] ], [ [ 26, 2, 3 ] ], [ [ 26, 5, 5 ] ], [ [ 26, 2, 5 ] ], [ [ 26, 6, 6 ], [ 29, 5, 5 ] ], [ [ 26, 10, 15 ] ], [ [ 26, 15, 15 ] ], [ [ 27, 0, 1 ] ], [ [ 27, 5, 6 ] ], [ [ 27, 13, 14 ], [ 28, 8, 9 ] ], [ [ 28, 13, 14 ] ], [ [ 28, 16, 18 ] ], [ [ 29, 1, 1 ] ], [ [ 29, 10, 11 ] ], [ [ 29, 10, 10 ] ], [ [ 29, 15, 15 ] ], [ [ 30, 4, 4 ] ], [ [ 30, 12, 13 ] ], [ [ 31, 9, 13 ] ], [ [ 31, 15, 16 ] ], [ [ 32, 19, 20 ] ], [ [ 2, 8, 8 ] ], [ [ 3, 15, 15 ] ], [ [ 25, 14, 14 ] ], [ [ 8, 7, 10 ] ], [ [ 9, 1, 5 ] ], [ [ 9, 4, 5 ] ], [ [ 14, 9, 10 ] ], [ [ 14, 10, 10 ] ], [ [ 14, 18, 19 ] ], [ [ 21, 5, 5 ], [ 11, 7, 7 ], [ 5, 0, 0 ] ], [ [ 21, 5, 9 ] ], [ [ 21, 5, 7 ] ], [ [ 5, 0, 1 ], [ 11, 7, 8 ], [ 21, 5, 6 ] ], [ [ 23, 6, 6 ] ], [ [ 31, 9, 9 ], [ 31, 7, 7 ], [ 32, 4, 4 ], [ 32, 12, 12 ], [ 30, 0, 0 ], [ 30, 6, 6 ], [ 27, 3, 3 ], [ 3, 19, 19 ], [ 25, 3, 3 ], [ 26, 10, 10 ], [ 27, 8, 8 ] ], [ [ 26, 9, 15 ] ], [ [ 26, 17, 17 ] ], [ [ 28, 0, 6 ] ], [ [ 28, 2, 3 ] ], [ [ 28, 5, 6 ] ], [ [ 28, 2, 6 ] ], [ [ 31, 3, 4 ] ], [ [ 31, 3, 3 ] ], [ [ 32, 11, 20 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36139
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP like) (S (VP (VBG watching) (NP (NN TV)) (ADVP (RB very) (RB much)) (SBAR (IN for) (S (NP (PRP I)) (VP (VBP think) (SBAR (S (NP (PRP it)) (VP (VBZ has) (NP (JJ many) (NNS advantages))))))))))) (. .)))" }, "speaker": null, "text": "I like watching TV very much for I think it has many advantages.", "tokens": [ { "deprel": "nsubj", "end_char": 1, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 0, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 6, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "like", "misc": "", "start_char": 2, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 15, "feats": "VerbForm=Ger", "head": 2, "id": 3, "lemma": "watch", "misc": "", "start_char": 7, "text": "watching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 18, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "TV", "misc": "", "start_char": 16, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 23, "feats": null, "head": 6, "id": 5, "lemma": "very", "misc": "", "start_char": 19, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 28, "feats": "Degree=Pos", "head": 3, "id": 6, "lemma": "much", "misc": "", "start_char": 24, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 32, "feats": null, "head": 9, "id": 7, "lemma": "for", "misc": "", "start_char": 29, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 34, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 33, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 9, "lemma": "think", "misc": "", "start_char": 35, "text": "think", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 43, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "it", "misc": "", "start_char": 41, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 47, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 11, "lemma": "have", "misc": "", "start_char": 44, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 52, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "many", "misc": "", "start_char": 48, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 63, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "advantage", "misc": "", "start_char": 53, "text": "advantages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 65, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 64, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (ADVP (RB First) (PP (IN of) (NP (DT all)))) (, ,) (S (VP (VBG watching) (SBAR (S (NP (NN TV)) (VP (VBZ is) (NP (DT a) (JJ good) (NN rest))))))) (. .)))" }, "speaker": null, "text": "First of all, watching TV is a good rest.", "tokens": [ { "deprel": "advmod", "end_char": 71, "feats": "NumType=Ord", "head": 10, "id": 1, "lemma": "first", "misc": "", "start_char": 66, "text": "First", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 74, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 72, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 78, "feats": null, "head": 1, "id": 3, "lemma": "all", "misc": "", "start_char": 75, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 80, "feats": null, "head": 10, "id": 4, "lemma": ",", "misc": "", "start_char": 79, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "csubj", "end_char": 89, "feats": "VerbForm=Ger", "head": 10, "id": 5, "lemma": "watch", "misc": "", "start_char": 81, "text": "watching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 92, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "TV", "misc": "", "start_char": 90, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 95, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 7, "lemma": "be", "misc": "", "start_char": 93, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 97, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 96, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 102, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "good", "misc": "", "start_char": 98, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 107, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "rest", "misc": "", "start_char": 103, "text": "rest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 109, "feats": null, "head": 10, "id": 11, "lemma": ".", "misc": "", "start_char": 108, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (NP (DT a) (NN day)) (PP (IN of) (NP (JJ hard) (NN work))))) (, ,) (NP (PRP we)) (VP (VBP need) (NP (DT a) (JJ good) (NN rest))) (. .)))" }, "speaker": null, "text": "After a day of hard work, we need a good rest.", "tokens": [ { "deprel": "case", "end_char": 115, "feats": null, "head": 3, "id": 1, "lemma": "after", "misc": "", "start_char": 110, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 117, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 116, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 121, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "day", "misc": "", "start_char": 118, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 124, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 122, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 129, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "hard", "misc": "", "start_char": 125, "text": "hard", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 134, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "work", "misc": "", "start_char": 130, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 136, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 135, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 139, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "we", "misc": "", "start_char": 137, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 144, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "need", "misc": "", "start_char": 140, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 146, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 145, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 151, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "good", "misc": "", "start_char": 147, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 156, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "rest", "misc": "", "start_char": 152, "text": "rest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 158, "feats": null, "head": 9, "id": 13, "lemma": ".", "misc": "", "start_char": 157, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Watching) (NP (NN TV)))) (VP (MD can) (VP (VB make) (S (NP (NP (PRP$ our) (NN mind)) (CC and) (NP (NN body))) (ADJP (RB not) (JJ tired)) (NP (DT any) (JJR more))) (PP (IN because) (IN of) (NP (DT the) (JJ pleasant) (NML (NN music) (CC and) (NN TV)) (NNS plays))))) (. .)))" }, "speaker": null, "text": "Watching TV can make our mind and body not tired any more because of the pleasant music and TV plays.", "tokens": [ { "deprel": "csubj", "end_char": 167, "feats": "VerbForm=Ger", "head": 4, "id": 1, "lemma": "watch", "misc": "", "start_char": 159, "text": "Watching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 170, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "TV", "misc": "", "start_char": 168, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 174, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 171, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 179, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "make", "misc": "", "start_char": 175, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 183, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "our", "misc": "", "start_char": 180, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 188, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "mind", "misc": "", "start_char": 184, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 192, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 189, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 197, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "body", "misc": "", "start_char": 193, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 201, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 198, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 207, "feats": "Degree=Pos", "head": 4, "id": 10, "lemma": "tired", "misc": "", "start_char": 202, "text": "tired", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "det", "end_char": 211, "feats": null, "head": 12, "id": 11, "lemma": "any", "misc": "", "start_char": 208, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 216, "feats": "Degree=Cmp", "head": 10, "id": 12, "lemma": "more", "misc": "", "start_char": 212, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 224, "feats": null, "head": 17, "id": 13, "lemma": "because", "misc": "", "start_char": 217, "text": "because", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 227, "feats": null, "head": 13, "id": 14, "lemma": "of", "misc": "", "start_char": 225, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 231, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 228, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 240, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "pleasant", "misc": "", "start_char": 232, "text": "pleasant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 246, "feats": "Number=Sing", "head": 4, "id": 17, "lemma": "music", "misc": "", "start_char": 241, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 250, "feats": null, "head": 20, "id": 18, "lemma": "and", "misc": "", "start_char": 247, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 253, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "TV", "misc": "", "start_char": 251, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 259, "feats": "Number=Plur", "head": 17, "id": 20, "lemma": "play", "misc": "", "start_char": 254, "text": "plays", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 261, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 260, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 263, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 262, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Besides)) (, ,) (S (VP (VBG watching) (SBAR (S (NP (NN TV)) (VP (VBZ is) (ADJP (JJ entertaining))))))) (. .)))" }, "speaker": null, "text": "Besides, watching TV is entertaining.", "tokens": [ { "deprel": "advmod", "end_char": 271, "feats": null, "head": 6, "id": 1, "lemma": "besides", "misc": "", "start_char": 264, "text": "Besides", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 273, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 272, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "csubj", "end_char": 282, "feats": "VerbForm=Ger", "head": 6, "id": 3, "lemma": "watch", "misc": "", "start_char": 274, "text": "watching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 285, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "TV", "misc": "", "start_char": 283, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 288, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 286, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 301, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "entertaining", "misc": "", "start_char": 289, "text": "entertaining", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 303, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 302, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (JJ many) (NNS kinds)) (PP (IN of) (NP (NN entertainment))) (, ,) (PP (JJ such) (IN as) (NP (NP (NNS sports) (NNS activities)) (, ,) (NP (VBG singing)) (CC and) (NP (NN dancing) (NNS concerts)) (, ,) (NP (NNS plays)) (CC and) (NP (NP (NNS films)) (PP (ADVP (RB all)) (IN over) (NP (DT the) (NN world))))))) (PP (IN at) (NP (DT every) (NN time)))) (. .)))" }, "speaker": null, "text": "There are many kinds of entertainment, such as sports activities, singing and dancing concerts, plays and films all over the world at every time.", "tokens": [ { "deprel": "expl", "end_char": 309, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 304, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 313, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 310, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 318, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "many", "misc": "", "start_char": 314, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 324, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "kind", "misc": "", "start_char": 319, "text": "kinds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 327, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 325, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 341, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "entertainment", "misc": "", "start_char": 328, "text": "entertainment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 343, "feats": null, "head": 11, "id": 7, "lemma": ",", "misc": "", "start_char": 342, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 348, "feats": "Degree=Pos", "head": 11, "id": 8, "lemma": "such", "misc": "", "start_char": 344, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 351, "feats": null, "head": 8, "id": 9, "lemma": "as", "misc": "", "start_char": 349, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 358, "feats": "Number=Plur", "head": 11, "id": 10, "lemma": "sport", "misc": "", "start_char": 352, "text": "sports", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod", "end_char": 369, "feats": "Number=Plur", "head": 4, "id": 11, "lemma": "activity", "misc": "", "start_char": 359, "text": "activities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 371, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 370, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 379, "feats": "VerbForm=Ger", "head": 11, "id": 13, "lemma": "sing", "misc": "", "start_char": 372, "text": "singing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cc", "end_char": 383, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 380, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 391, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "dancing", "misc": "", "start_char": 384, "text": "dancing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 400, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "concert", "misc": "", "start_char": 392, "text": "concerts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 402, "feats": null, "head": 18, "id": 17, "lemma": ",", "misc": "", "start_char": 401, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 408, "feats": "Number=Plur", "head": 11, "id": 18, "lemma": "play", "misc": "", "start_char": 403, "text": "plays", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 412, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 409, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 418, "feats": "Number=Plur", "head": 11, "id": 20, "lemma": "film", "misc": "", "start_char": 413, "text": "films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 422, "feats": null, "head": 24, "id": 21, "lemma": "all", "misc": "", "start_char": 419, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 427, "feats": null, "head": 24, "id": 22, "lemma": "over", "misc": "", "start_char": 423, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 431, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 23, "lemma": "the", "misc": "", "start_char": 428, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 437, "feats": "Number=Sing", "head": 11, "id": 24, "lemma": "world", "misc": "", "start_char": 432, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 440, "feats": null, "head": 27, "id": 25, "lemma": "at", "misc": "", "start_char": 438, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 446, "feats": "PronType=Tot", "head": 27, "id": 26, "lemma": "every", "misc": "", "start_char": 441, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 451, "feats": "Number=Sing", "head": 24, "id": 27, "lemma": "time", "misc": "", "start_char": 447, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 453, "feats": null, "head": 2, "id": 28, "lemma": ".", "misc": "", "start_char": 452, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBZ 's) (RB not) (ADJP (JJ possible)) (SBAR (IN for) (S (NP (PRP us)) (VP (TO to) (VP (VB go) (PP (IN to) (NP (DT every) (NN place))) (S (VP (TO to) (VP (VB enjoy) (NP (PDT all) (DT the) (NNS activities)) (PP (IN within) (NP (DT a) (JJ short) (NN time))))))))))) (. .)))" }, "speaker": null, "text": "It's not possible for us to go to every place to enjoy all the activities within a short time.", "tokens": [ { "deprel": "expl", "end_char": 456, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 454, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 459, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 457, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 463, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 460, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 472, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "possible", "misc": "", "start_char": 464, "text": "possible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 476, "feats": null, "head": 8, "id": 5, "lemma": "for", "misc": "", "start_char": 473, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 479, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 8, "id": 6, "lemma": "we", "misc": "", "start_char": 477, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 482, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 480, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 485, "feats": "VerbForm=Inf", "head": 4, "id": 8, "lemma": "go", "misc": "", "start_char": 483, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 488, "feats": null, "head": 11, "id": 9, "lemma": "to", "misc": "", "start_char": 486, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 494, "feats": "PronType=Tot", "head": 11, "id": 10, "lemma": "every", "misc": "", "start_char": 489, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 500, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "place", "misc": "", "start_char": 495, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 503, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 501, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 509, "feats": "VerbForm=Inf", "head": 8, "id": 13, "lemma": "enjoy", "misc": "", "start_char": 504, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "det:predet", "end_char": 513, "feats": null, "head": 16, "id": 14, "lemma": "all", "misc": "", "start_char": 510, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 517, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 514, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 528, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "activity", "misc": "", "start_char": 518, "text": "activities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 535, "feats": null, "head": 20, "id": 17, "lemma": "within", "misc": "", "start_char": 529, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 537, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 536, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 543, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "short", "misc": "", "start_char": 538, "text": "short", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 548, "feats": "Number=Sing", "head": 13, "id": 20, "lemma": "time", "misc": "", "start_char": 544, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 550, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 549, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP need) (NP (QP (ADVP (IN at) (JJS least)) (RB over) (CD ten)) (NNS hours)) (S (VP (TO to) (VP (VB drive) (PP (IN from) (NP (NNP Queens) (NNP District))) (PP (IN to) (NP (NNP Manhattan) (NNP District))))))) (. .)))" }, "speaker": null, "text": "We need at least over ten hours to drive from Queens District to Manhattan District.", "tokens": [ { "deprel": "nsubj", "end_char": 553, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 551, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 558, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "need", "misc": "", "start_char": 554, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 561, "feats": null, "head": 4, "id": 3, "lemma": "at", "misc": "", "start_char": 559, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 567, "feats": "Degree=Sup", "head": 6, "id": 4, "lemma": "least", "misc": "", "start_char": 562, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "advmod", "end_char": 572, "feats": null, "head": 6, "id": 5, "lemma": "over", "misc": "", "start_char": 568, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 576, "feats": "NumForm=Word|NumType=Card", "head": 7, "id": 6, "lemma": "ten", "misc": "", "start_char": 573, "text": "ten", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 582, "feats": "Number=Plur", "head": 2, "id": 7, "lemma": "hour", "misc": "", "start_char": 577, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 585, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 583, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 591, "feats": "VerbForm=Inf", "head": 2, "id": 9, "lemma": "drive", "misc": "", "start_char": 586, "text": "drive", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 596, "feats": null, "head": 12, "id": 10, "lemma": "from", "misc": "", "start_char": 592, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 603, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Queens", "misc": "", "start_char": 597, "text": "Queens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 612, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "District", "misc": "", "start_char": 604, "text": "District", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 615, "feats": null, "head": 15, "id": 13, "lemma": "to", "misc": "", "start_char": 613, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 625, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Manhattan", "misc": "", "start_char": 616, "text": "Manhattan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 634, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "District", "misc": "", "start_char": 626, "text": "District", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 636, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 635, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (CC But) (PP (IN within) (NP (QP (RB just) (CD one)) (NN second))) (, ,) (NP (NN TV)) (VP (MD can) (VP (VB bring) (NP (PRP us)) (PP (IN from) (NP (NP (DT an) (NNP NBA) (NN game)) (PP (IN in) (NP (NNP New) (NNP York))))) (PP (IN to) (NP (NP (DT a) (NN fashion) (NN show)) (PP (IN in) (NP (NNP Paris))))) (PP (IN by) (S (VP (VBG changing) (NP (DT the) (NNS channels))))))) (. .)))" }, "speaker": null, "text": "But within just one second, TV can bring us from an NBA game in New York to a fashion show in Paris by changing the channels.", "tokens": [ { "deprel": "cc", "end_char": 640, "feats": null, "head": 9, "id": 1, "lemma": "but", "misc": "", "start_char": 637, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 647, "feats": null, "head": 5, "id": 2, "lemma": "within", "misc": "", "start_char": 641, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 652, "feats": null, "head": 4, "id": 3, "lemma": "just", "misc": "", "start_char": 648, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 656, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "one", "misc": "", "start_char": 653, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 663, "feats": "NumType=Ord|Number=Sing", "head": 9, "id": 5, "lemma": "second", "misc": "", "start_char": 657, "text": "second", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 665, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 664, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 668, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "TV", "misc": "", "start_char": 666, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 672, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "can", "misc": "", "start_char": 669, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 678, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "bring", "misc": "", "start_char": 673, "text": "bring", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 681, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 10, "lemma": "we", "misc": "", "start_char": 679, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 686, "feats": null, "head": 14, "id": 11, "lemma": "from", "misc": "", "start_char": 682, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 689, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 687, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 693, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "NBA", "misc": "", "start_char": 690, "text": "NBA", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 698, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "game", "misc": "", "start_char": 694, "text": "game", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 701, "feats": null, "head": 16, "id": 15, "lemma": "in", "misc": "", "start_char": 699, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 705, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "New", "misc": "", "start_char": 702, "text": "New", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 710, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "York", "misc": "", "start_char": 706, "text": "York", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 713, "feats": null, "head": 21, "id": 18, "lemma": "to", "misc": "", "start_char": 711, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 715, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 714, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 723, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "fashion", "misc": "", "start_char": 716, "text": "fashion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 728, "feats": "Number=Sing", "head": 9, "id": 21, "lemma": "show", "misc": "", "start_char": 724, "text": "show", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 731, "feats": null, "head": 23, "id": 22, "lemma": "in", "misc": "", "start_char": 729, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 737, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "Paris", "misc": "", "start_char": 732, "text": "Paris", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 740, "feats": null, "head": 25, "id": 24, "lemma": "by", "misc": "", "start_char": 738, "text": "by", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 749, "feats": "VerbForm=Ger", "head": 9, "id": 25, "lemma": "change", "misc": "", "start_char": 741, "text": "changing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 753, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 26, "lemma": "the", "misc": "", "start_char": 750, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 762, "feats": "Number=Plur", "head": 25, "id": 27, "lemma": "channel", "misc": "", "start_char": 754, "text": "channels", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 764, "feats": null, "head": 9, "id": 28, "lemma": ".", "misc": "", "start_char": 763, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 766, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 765, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (S (ADJP (RBS Most) (JJ important))) (, ,) (S (VP (VBG watching) (SBAR (S (NP (NN TV)) (VP (VBZ is) (ADJP (JJ educational))))))) (. .)))" }, "speaker": null, "text": "Most important, watching TV is educational.", "tokens": [ { "deprel": "advmod", "end_char": 771, "feats": "Degree=Sup", "head": 2, "id": 1, "lemma": "most", "misc": "", "start_char": 767, "text": "Most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "advcl", "end_char": 781, "feats": "Degree=Pos", "head": 7, "id": 2, "lemma": "important", "misc": "", "start_char": 772, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 783, "feats": null, "head": 7, "id": 3, "lemma": ",", "misc": "", "start_char": 782, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "csubj", "end_char": 792, "feats": "VerbForm=Ger", "head": 7, "id": 4, "lemma": "watch", "misc": "", "start_char": 784, "text": "watching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 795, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "TV", "misc": "", "start_char": 793, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 798, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 796, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 810, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "educational", "misc": "", "start_char": 799, "text": "educational", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 812, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 811, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP$ Our) (NNS children)) (VP (MD can) (VP (VP (VB learn) (NP (NP (DT every) (NN kind)) (PP (IN of) (NP (NNS subjects)))) (PP (IN through) (NP (DT the) (JJ educational) (NNS programs)))) (CC and) (NP (NP (DT the) (JJ special) (NNS reports)) (PP (IN on) (NP (NN TV))))))) (, ,) (CC and) (S (NP (NP (PRP it))) (VP (VBZ 's) (ADJP (JJ easy)) (SBAR (SBAR (IN for) (S (NP (PRP them)) (VP (TO to) (VP (VB learn) (NP (NNP Chinese)) (PP (IN from) (NP (NP (DT a) (JJ Chinese) (NN teacher)) (PP (IN in) (NP (NNP Beijing))))))))) (CC and) (VP (TO to) (VP (VB learn) (NP (NP (JJ Russian) (NNS lessons)) (PP (IN from) (NP (NP (DT a) (JJ Russian) (NN teacher)) (PP (IN in) (NP (NNP Moscow))))))))))) (. .)))" }, "speaker": null, "text": "Our children can learn every kind of subjects through the educational programs and the special reports on TV, and it's easy for them to learn Chinese from a Chinese teacher in Beijing and to learn Russian lessons from a Russian teacher in Moscow.", "tokens": [ { "deprel": "nmod:poss", "end_char": 816, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "our", "misc": "", "start_char": 813, "text": "Our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 825, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "child", "misc": "", "start_char": 817, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 829, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 826, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 835, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "learn", "misc": "", "start_char": 830, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 841, "feats": "PronType=Tot", "head": 6, "id": 5, "lemma": "every", "misc": "", "start_char": 836, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 846, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "kind", "misc": "", "start_char": 842, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 849, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 847, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 858, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "subject", "misc": "", "start_char": 850, "text": "subjects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 866, "feats": null, "head": 12, "id": 9, "lemma": "through", "misc": "", "start_char": 859, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 870, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 867, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 882, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "educational", "misc": "", "start_char": 871, "text": "educational", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 891, "feats": "Number=Plur", "head": 4, "id": 12, "lemma": "program", "misc": "", "start_char": 883, "text": "programs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 895, "feats": null, "head": 16, "id": 13, "lemma": "and", "misc": "", "start_char": 892, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 899, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 896, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 907, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "special", "misc": "", "start_char": 900, "text": "special", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 915, "feats": "Number=Plur", "head": 12, "id": 16, "lemma": "report", "misc": "", "start_char": 908, "text": "reports", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 918, "feats": null, "head": 18, "id": 17, "lemma": "on", "misc": "", "start_char": 916, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 921, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "TV", "misc": "", "start_char": 919, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 923, "feats": null, "head": 23, "id": 19, "lemma": ",", "misc": "", "start_char": 922, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 927, "feats": null, "head": 23, "id": 20, "lemma": "and", "misc": "", "start_char": 924, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 930, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 21, "lemma": "it", "misc": "", "start_char": 928, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 933, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 22, "lemma": "be", "misc": "", "start_char": 931, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 938, "feats": "Degree=Pos", "head": 4, "id": 23, "lemma": "easy", "misc": "", "start_char": 934, "text": "easy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 942, "feats": null, "head": 27, "id": 24, "lemma": "for", "misc": "", "start_char": 939, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 947, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 27, "id": 25, "lemma": "they", "misc": "", "start_char": 943, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 950, "feats": null, "head": 27, "id": 26, "lemma": "to", "misc": "", "start_char": 948, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 956, "feats": "VerbForm=Inf", "head": 23, "id": 27, "lemma": "learn", "misc": "", "start_char": 951, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 964, "feats": "Number=Sing", "head": 27, "id": 28, "lemma": "Chinese", "misc": "", "start_char": 957, "text": "Chinese", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 969, "feats": null, "head": 32, "id": 29, "lemma": "from", "misc": "", "start_char": 965, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 971, "feats": "Definite=Ind|PronType=Art", "head": 32, "id": 30, "lemma": "a", "misc": "", "start_char": 970, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 979, "feats": "Degree=Pos", "head": 32, "id": 31, "lemma": "Chinese", "misc": "", "start_char": 972, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 987, "feats": "Number=Sing", "head": 27, "id": 32, "lemma": "teacher", "misc": "", "start_char": 980, "text": "teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 990, "feats": null, "head": 34, "id": 33, "lemma": "in", "misc": "", "start_char": 988, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 998, "feats": "Number=Sing", "head": 32, "id": 34, "lemma": "Beijing", "misc": "", "start_char": 991, "text": "Beijing", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1002, "feats": null, "head": 37, "id": 35, "lemma": "and", "misc": "", "start_char": 999, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1005, "feats": null, "head": 37, "id": 36, "lemma": "to", "misc": "", "start_char": 1003, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 1011, "feats": "VerbForm=Inf", "head": 27, "id": 37, "lemma": "learn", "misc": "", "start_char": 1006, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1019, "feats": "Degree=Pos", "head": 39, "id": 38, "lemma": "Russian", "misc": "", "start_char": 1012, "text": "Russian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1027, "feats": "Number=Plur", "head": 37, "id": 39, "lemma": "lesson", "misc": "", "start_char": 1020, "text": "lessons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1032, "feats": null, "head": 43, "id": 40, "lemma": "from", "misc": "", "start_char": 1028, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1034, "feats": "Definite=Ind|PronType=Art", "head": 43, "id": 41, "lemma": "a", "misc": "", "start_char": 1033, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1042, "feats": "Degree=Pos", "head": 43, "id": 42, "lemma": "Russian", "misc": "", "start_char": 1035, "text": "Russian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1050, "feats": "Number=Sing", "head": 37, "id": 43, "lemma": "teacher", "misc": "", "start_char": 1043, "text": "teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1053, "feats": null, "head": 45, "id": 44, "lemma": "in", "misc": "", "start_char": 1051, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1060, "feats": "Number=Sing", "head": 43, "id": 45, "lemma": "Moscow", "misc": "", "start_char": 1054, "text": "Moscow", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1062, "feats": null, "head": 4, "id": 46, "lemma": ".", "misc": "", "start_char": 1061, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (RB Even) (PRP we)) (VP (MD can) (VP (VB learn) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB behave) (ADVP (RB well)) (PP (IN from) (NP (DT the) (NN TV) (NNS plays))))))))) (. .)))" }, "speaker": null, "text": "Even we can learn how to behave well from the TV plays.", "tokens": [ { "deprel": "advmod", "end_char": 1067, "feats": null, "head": 2, "id": 1, "lemma": "even", "misc": "", "start_char": 1063, "text": "Even", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1070, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 1068, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1074, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 1071, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1080, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "learn", "misc": "", "start_char": 1075, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1084, "feats": "PronType=Int", "head": 4, "id": 5, "lemma": "how", "misc": "", "start_char": 1081, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 1087, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1085, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1094, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "behave", "misc": "", "start_char": 1088, "text": "behave", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1099, "feats": "Degree=Pos", "head": 7, "id": 8, "lemma": "well", "misc": "", "start_char": 1095, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1104, "feats": null, "head": 12, "id": 9, "lemma": "from", "misc": "", "start_char": 1100, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1108, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 1105, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1111, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "TV", "misc": "", "start_char": 1109, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1117, "feats": "Number=Plur", "head": 7, "id": 12, "lemma": "play", "misc": "", "start_char": 1112, "text": "plays", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1119, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 1118, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Meanwhile)) (, ,) (NP (DT a) (NN teacher)) (VP (MD can) (VP (VB teach) (NP (NP (NNS millions)) (PP (IN of) (NP (NNS students)))) (PP (IN without) (NP (DT a) (JJ huge) (NN classroom))))) (. .)))" }, "speaker": null, "text": "Meanwhile, a teacher can teach millions of students without a huge classroom.", "tokens": [ { "deprel": "advmod", "end_char": 1129, "feats": null, "head": 6, "id": 1, "lemma": "meanwhile", "misc": "", "start_char": 1120, "text": "Meanwhile", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1131, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 1130, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1133, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 1132, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1141, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "teacher", "misc": "", "start_char": 1134, "text": "teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1145, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "can", "misc": "", "start_char": 1142, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1151, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "teach", "misc": "", "start_char": 1146, "text": "teach", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1160, "feats": "Number=Plur", "head": 6, "id": 7, "lemma": "million", "misc": "", "start_char": 1152, "text": "millions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1163, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 1161, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1172, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "student", "misc": "", "start_char": 1164, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1180, "feats": null, "head": 13, "id": 10, "lemma": "without", "misc": "", "start_char": 1173, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1182, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 1181, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1187, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "huge", "misc": "", "start_char": 1183, "text": "huge", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1197, "feats": "Number=Sing", "head": 6, "id": 13, "lemma": "classroom", "misc": "", "start_char": 1188, "text": "classroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1199, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 1198, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
I like watching TV very much for I think it has many advantages. First of all, watching TV is a good rest. After a day of hard work, we need a good rest. Watching TV can make our mind and body not tired any more because of the pleasant music and TV plays. Besides, watching TV is entertaining. There are many kinds of entertainment, such as sports activities, singing and dancing concerts, plays and films all over the world at every time. It's not possible for us to go to every place to enjoy all the activities within a short time. We need at least over ten hours to drive from Queens District to Manhattan District. But within just one second, TV can bring us from an NBA game in New York to a fashion show in Paris by changing the channels. Most important, watching TV is educational. Our children can learn every kind of subjects through the educational programs and the special reports on TV, and it's easy for them to learn Chinese from a Chinese teacher in Beijing and to learn Russian lessons from a Russian teacher in Moscow. Even we can learn how to behave well from the TV plays. Meanwhile, a teacher can teach millions of students without a huge classroom.
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 11, 12 ] ], [ [ 2, 1, 5 ] ], [ [ 2, 4, 5 ] ], [ [ 3, 0, 1 ], [ 1, 4, 5 ], [ 1, 7, 9 ], [ 2, 9, 11 ], [ 0, 2, 3 ], [ 5, 2, 3 ], [ 11, 3, 4 ] ], [ [ 3, 4, 7 ] ], [ [ 3, 14, 19 ] ], [ [ 6, 2, 5 ] ], [ [ 6, 9, 10 ] ], [ [ 6, 17, 17 ] ], [ [ 6, 19, 19 ] ], [ [ 6, 9, 19 ] ], [ [ 6, 9, 9 ] ], [ [ 6, 20, 23 ] ], [ [ 6, 25, 26 ] ], [ [ 7, 9, 10 ] ], [ [ 7, 13, 15 ] ], [ [ 7, 17, 19 ] ], [ [ 8, 5, 6 ] ], [ [ 8, 10, 11 ] ], [ [ 8, 13, 14 ] ], [ [ 9, 3, 4 ] ], [ [ 9, 11, 16 ] ], [ [ 9, 15, 16 ] ], [ [ 9, 18, 22 ] ], [ [ 9, 22, 22 ] ], [ [ 9, 24, 26 ] ], [ [ 9, 25, 26 ] ], [ [ 12, 0, 1 ], [ 12, 24, 24 ] ], [ [ 12, 4, 7 ] ], [ [ 12, 7, 7 ] ], [ [ 12, 17, 17 ], [ 13, 10, 10 ], [ 5, 3, 3 ], [ 0, 3, 3 ], [ 1, 5, 5 ], [ 3, 1, 1 ], [ 9, 6, 6 ], [ 11, 4, 4 ] ], [ [ 12, 27, 27 ] ], [ [ 12, 29, 33 ] ], [ [ 12, 33, 33 ] ], [ [ 12, 40, 44 ] ], [ [ 12, 44, 44 ] ], [ [ 13, 1, 1 ], [ 12, 0, 0 ], [ 9, 9, 9 ], [ 8, 0, 0 ], [ 7, 5, 5 ], [ 2, 7, 7 ], [ 3, 4, 4 ] ], [ [ 13, 9, 11 ] ], [ [ 14, 2, 3 ] ], [ [ 14, 6, 8 ] ], [ [ 14, 8, 8 ] ], [ [ 14, 10, 12 ] ], [ [ 0, 9, 9 ] ], [ [ 1, 2, 2 ] ], [ [ 3, 18, 19 ] ], [ [ 3, 14, 16 ] ], [ [ 6, 12, 15 ] ], [ [ 12, 9, 11 ] ], [ [ 12, 13, 15 ] ], [ [ 12, 9, 15 ] ], [ [ 12, 37, 38 ] ], [ [ 5, 5, 5 ], [ 6, 5, 5 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36140
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (JJ Cross-country) (NN skiing)) (VP (MD can) (VP (VB be) (VP (VBN enjoyed) (PP (IN by) (NP (NP (DT a) (JJ wide) (NN range)) (PP (IN of) (NP (NNS students))) (, ,) (PP (PP (IN from) (NP (DT the) (JJS youngest) (NNS kindergartners))) (PP (IN to) (NP (DT those) (JJ secondary) (NNS students))))))))) (. .)))" }, "speaker": null, "text": "Cross-country skiing can be enjoyed by a wide range of students, from the youngest kindergartners to those secondary students.", "tokens": [ { "deprel": "amod", "end_char": 13, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Cross-country", "misc": "", "start_char": 0, "text": "Cross-country", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 20, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "ski", "misc": "", "start_char": 14, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 24, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "can", "misc": "", "start_char": 21, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 27, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 25, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 35, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "enjoy", "misc": "", "start_char": 28, "text": "enjoyed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 38, "feats": null, "head": 9, "id": 6, "lemma": "by", "misc": "", "start_char": 36, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 40, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 39, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 45, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "wide", "misc": "", "start_char": 41, "text": "wide", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:agent", "end_char": 51, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "range", "misc": "", "start_char": 46, "text": "range", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 52, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 63, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "student", "misc": "", "start_char": 55, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 65, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 64, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 70, "feats": null, "head": 16, "id": 13, "lemma": "from", "misc": "", "start_char": 66, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 74, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 71, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 83, "feats": "Degree=Sup", "head": 16, "id": 15, "lemma": "young", "misc": "", "start_char": 75, "text": "youngest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 98, "feats": "Number=Plur", "head": 5, "id": 16, "lemma": "kindergartner", "misc": "", "start_char": 84, "text": "kindergartners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 101, "feats": null, "head": 20, "id": 17, "lemma": "to", "misc": "", "start_char": 99, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 107, "feats": "Number=Plur|PronType=Dem", "head": 20, "id": 18, "lemma": "that", "misc": "", "start_char": 102, "text": "those", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 117, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "secondary", "misc": "", "start_char": 108, "text": "secondary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 126, "feats": "Number=Plur", "head": 16, "id": 20, "lemma": "student", "misc": "", "start_char": 118, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 128, "feats": null, "head": 5, "id": 21, "lemma": ".", "misc": "", "start_char": 127, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (ADVP (RB really)) (NP (DT a) (JJ fun) (NN activity)) (, ,) (S (VP (VBG providing) (NP (NNS students)) (NP (DT a) (JJ gentle) (NN workout)) (ADVP (RB outside) (PP (IN in) (NP (NN winter))))))) (. .)))" }, "speaker": null, "text": "It is really a fun activity, providing students a gentle workout outside in winter.", "tokens": [ { "deprel": "nsubj", "end_char": 131, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 129, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 134, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 132, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 141, "feats": null, "head": 6, "id": 3, "lemma": "really", "misc": "", "start_char": 135, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 143, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 142, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 147, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "fun", "misc": "", "start_char": 144, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 156, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "activity", "misc": "", "start_char": 148, "text": "activity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 158, "feats": null, "head": 6, "id": 7, "lemma": ",", "misc": "", "start_char": 157, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 168, "feats": "VerbForm=Ger", "head": 6, "id": 8, "lemma": "provide", "misc": "", "start_char": 159, "text": "providing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "iobj", "end_char": 177, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "student", "misc": "", "start_char": 169, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 179, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 178, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 186, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "gentle", "misc": "", "start_char": 180, "text": "gentle", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 194, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "workout", "misc": "", "start_char": 187, "text": "workout", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 202, "feats": null, "head": 8, "id": 13, "lemma": "outside", "misc": "", "start_char": 195, "text": "outside", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 205, "feats": null, "head": 15, "id": 14, "lemma": "in", "misc": "", "start_char": 203, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 212, "feats": "Number=Sing", "head": 8, "id": 15, "lemma": "winter", "misc": "", "start_char": 206, "text": "winter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 214, "feats": null, "head": 6, "id": 16, "lemma": ".", "misc": "", "start_char": 213, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (VP (VBG having) (NP (NN fun))))) (, ,) (NP (NNS students)) (VP (MD can) (VP (VB gain) (NP (ADJP (JJ physical) (CC and) (JJ mental)) (NNS benefits)))) (. .)))" }, "speaker": null, "text": "While having fun, students can gain physical and mental benefits.", "tokens": [ { "deprel": "mark", "end_char": 220, "feats": null, "head": 2, "id": 1, "lemma": "while", "misc": "", "start_char": 215, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 227, "feats": "VerbForm=Ger", "head": 7, "id": 2, "lemma": "have", "misc": "", "start_char": 221, "text": "having", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 231, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "fun", "misc": "", "start_char": 228, "text": "fun", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 233, "feats": null, "head": 2, "id": 4, "lemma": ",", "misc": "", "start_char": 232, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 242, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "student", "misc": "", "start_char": 234, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 246, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "can", "misc": "", "start_char": 243, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 251, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "gain", "misc": "", "start_char": 247, "text": "gain", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 260, "feats": "Degree=Pos", "head": 11, "id": 8, "lemma": "physical", "misc": "", "start_char": 252, "text": "physical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 264, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 261, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 271, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "mental", "misc": "", "start_char": 265, "text": "mental", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 280, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "benefit", "misc": "", "start_char": 272, "text": "benefits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 282, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 281, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 284, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 283, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJ physical) (NNS benefits)) (PP (IN of) (NP (NN cross-country) (NN skiing)))) (VP (VBP are) (ADJP (RB well) (VBN known))) (. .)))" }, "speaker": null, "text": "The physical benefits of cross-country skiing are well known.", "tokens": [ { "deprel": "det", "end_char": 288, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 285, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 297, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "physical", "misc": "", "start_char": 289, "text": "physical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 306, "feats": "Number=Plur", "head": 9, "id": 3, "lemma": "benefit", "misc": "", "start_char": 298, "text": "benefits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 309, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 307, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 323, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "cross-country", "misc": "", "start_char": 310, "text": "cross-country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 330, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "ski", "misc": "", "start_char": 324, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 334, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 331, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 339, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "well", "misc": "", "start_char": 335, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 345, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 9, "lemma": "know", "misc": "", "start_char": 340, "text": "known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 347, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 346, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP we)) (VP (VBP look) (PP (IN at) (NP (NML (JJ Olympic) (JJ cross-) (NN country)) (NNS skiers)))))) (, ,) (NP (PRP we)) (VP (MD can) (VP (VB see) (NP (NP (DT the) (JJ positive) (NNS effects)) (PP (IN on) (NP (NP (DT the) (NN body)) (SBAR (WHNP (WDT that)) (S (VP (VBP result) (PP (IN from) (S (VP (NN training) (PP (IN for) (NP (NN cross-country) (NN skiing)))))))))))))) (. .)))" }, "speaker": null, "text": "If we look at Olympic cross- country skiers, we can see the positive effects on the body that result from training for cross-country skiing.", "tokens": [ { "deprel": "mark", "end_char": 350, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 348, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 353, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 351, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 358, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 12, "id": 3, "lemma": "look", "misc": "", "start_char": 354, "text": "look", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 361, "feats": null, "head": 8, "id": 4, "lemma": "at", "misc": "", "start_char": 359, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 369, "feats": "Degree=Pos", "head": 8, "id": 5, "lemma": "Olympic", "misc": "", "start_char": 362, "text": "Olympic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 376, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "cross-", "misc": "", "start_char": 370, "text": "cross-", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 384, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "country", "misc": "", "start_char": 377, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 391, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "skier", "misc": "", "start_char": 385, "text": "skiers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 393, "feats": null, "head": 3, "id": 9, "lemma": ",", "misc": "", "start_char": 392, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 396, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 12, "id": 10, "lemma": "we", "misc": "", "start_char": 394, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 400, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "can", "misc": "", "start_char": 397, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 404, "feats": "VerbForm=Inf", "head": 0, "id": 12, "lemma": "see", "misc": "", "start_char": 401, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 408, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 405, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 417, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "positive", "misc": "", "start_char": 409, "text": "positive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 425, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "effect", "misc": "", "start_char": 418, "text": "effects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 428, "feats": null, "head": 18, "id": 16, "lemma": "on", "misc": "", "start_char": 426, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 432, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 429, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 437, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "body", "misc": "", "start_char": 433, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 442, "feats": "PronType=Rel", "head": 20, "id": 19, "lemma": "that", "misc": "", "start_char": 438, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 449, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 20, "lemma": "result", "misc": "", "start_char": 443, "text": "result", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 454, "feats": null, "head": 22, "id": 21, "lemma": "from", "misc": "", "start_char": 450, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 463, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "training", "misc": "", "start_char": 455, "text": "training", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 467, "feats": null, "head": 25, "id": 23, "lemma": "for", "misc": "", "start_char": 464, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 481, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "cross-country", "misc": "", "start_char": 468, "text": "cross-country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 488, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "ski", "misc": "", "start_char": 482, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 490, "feats": null, "head": 12, "id": 26, "lemma": ".", "misc": "", "start_char": 489, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (JJ average) (JJS best) (JJ female) (JJ cross-country) (NN skier)) (VP (VBZ carries) (NP (NML (CD 11) (NN percent)) (NN body) (NN fat)))) (, ,) (CC and) (S (NP (JJS best) (JJ male) (NNS skiers)) (VP (VBP carry) (NP (CD 5) (NN percent)))) (. .)))" }, "speaker": null, "text": "The average best female cross-country skier carries 11 percent body fat, and best male skiers carry 5 percent.", "tokens": [ { "deprel": "det", "end_char": 494, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 1, "lemma": "the", "misc": "", "start_char": 491, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 502, "feats": "Degree=Pos", "head": 6, "id": 2, "lemma": "average", "misc": "", "start_char": 495, "text": "average", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 507, "feats": "Degree=Sup", "head": 6, "id": 3, "lemma": "good", "misc": "", "start_char": 503, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "amod", "end_char": 514, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "female", "misc": "", "start_char": 508, "text": "female", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 528, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "cross-country", "misc": "", "start_char": 515, "text": "cross-country", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 534, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "skier", "misc": "", "start_char": 529, "text": "skier", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 542, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "carry", "misc": "", "start_char": 535, "text": "carries", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 545, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 8, "lemma": "11", "misc": "", "start_char": 543, "text": "11", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:npmod", "end_char": 553, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "percent", "misc": "", "start_char": 546, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 558, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "body", "misc": "", "start_char": 554, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 562, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "fat", "misc": "", "start_char": 559, "text": "fat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 564, "feats": null, "head": 17, "id": 12, "lemma": ",", "misc": "", "start_char": 563, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 568, "feats": null, "head": 17, "id": 13, "lemma": "and", "misc": "", "start_char": 565, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 573, "feats": "Degree=Sup", "head": 16, "id": 14, "lemma": "good", "misc": "", "start_char": 569, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "amod", "end_char": 578, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "male", "misc": "", "start_char": 574, "text": "male", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 585, "feats": "Number=Plur", "head": 17, "id": 16, "lemma": "skier", "misc": "", "start_char": 579, "text": "skiers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 591, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 17, "lemma": "carry", "misc": "", "start_char": 586, "text": "carry", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 593, "feats": "NumForm=Digit|NumType=Card", "head": 19, "id": 18, "lemma": "5", "misc": "", "start_char": 592, "text": "5", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 601, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "percent", "misc": "", "start_char": 594, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 603, "feats": null, "head": 7, "id": 20, "lemma": ".", "misc": "", "start_char": 602, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT These) (NNS percentages)) (VP (VBP are) (PP (ADVP (RB well)) (IN below) (NP (NP (DT the) (NN average)) (PP (IN for) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP are) (VP (VBN considered) (S (VP (TO to) (VP (VB be) (NP (NP (NP (JJ athletic-17) (NN percent)) (PP (IN for) (NP (NNS females)))) (CC and) (NP (NP (CD 10) (NN percent)) (PP (IN for) (NP (NNS males))))))))))))))))) (. .)))" }, "speaker": null, "text": "These percentages are well below the average for people who are considered to be athletic-17 percent for females and 10 percent for males.", "tokens": [ { "deprel": "det", "end_char": 609, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 604, "text": "These", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 621, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "percentage", "misc": "", "start_char": 610, "text": "percentages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 625, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 622, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 630, "feats": "Degree=Pos", "head": 7, "id": 4, "lemma": "well", "misc": "", "start_char": 626, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 636, "feats": null, "head": 7, "id": 5, "lemma": "below", "misc": "", "start_char": 631, "text": "below", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 640, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 637, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 648, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "average", "misc": "", "start_char": 641, "text": "average", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 652, "feats": null, "head": 9, "id": 8, "lemma": "for", "misc": "", "start_char": 649, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 659, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "person", "misc": "", "start_char": 653, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj:pass", "end_char": 663, "feats": "PronType=Rel", "head": 12, "id": 10, "lemma": "who", "misc": "", "start_char": 660, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux:pass", "end_char": 667, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 664, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 678, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 9, "id": 12, "lemma": "consider", "misc": "", "start_char": 668, "text": "considered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 681, "feats": null, "head": 16, "id": 13, "lemma": "to", "misc": "", "start_char": 679, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 684, "feats": "VerbForm=Inf", "head": 16, "id": 14, "lemma": "be", "misc": "", "start_char": 682, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "amod", "end_char": 696, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "athletic-17", "misc": "", "start_char": 685, "text": "athletic-17", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 704, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "percent", "misc": "", "start_char": 697, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 708, "feats": null, "head": 18, "id": 17, "lemma": "for", "misc": "", "start_char": 705, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 716, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "female", "misc": "", "start_char": 709, "text": "females", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 720, "feats": null, "head": 21, "id": 19, "lemma": "and", "misc": "", "start_char": 717, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 723, "feats": "NumForm=Digit|NumType=Card", "head": 21, "id": 20, "lemma": "10", "misc": "", "start_char": 721, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 731, "feats": "Number=Sing", "head": 16, "id": 21, "lemma": "percent", "misc": "", "start_char": 724, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 735, "feats": null, "head": 23, "id": 22, "lemma": "for", "misc": "", "start_char": 732, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 741, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "male", "misc": "", "start_char": 736, "text": "males", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 743, "feats": null, "head": 7, "id": 24, "lemma": ".", "misc": "", "start_char": 742, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NP (NP (NP (DT The) (JJ high) (NN number)) (PP (IN of) (NP (NNS calories)))) (VP (VBN burned) (SBAR (IN while) (S (NP (NN skiing)) (VP (VBZ helps) (S (VP (TO to) (VP (VB keep) (NP (NNS skiers)) (S (ADJP (JJ slim))) (PP (IN in) (NP (DT a) (ADJP (JJ healthy) (CC and) (JJ attractive)) (NN way)))))))))) (. .)))" }, "speaker": null, "text": "The high number of calories burned while skiing helps to keep skiers slim in a healthy and attractive way.", "tokens": [ { "deprel": "det", "end_char": 747, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 744, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 752, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "high", "misc": "", "start_char": 748, "text": "high", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 759, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "number", "misc": "", "start_char": 753, "text": "number", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 762, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 760, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 771, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "calorie", "misc": "", "start_char": 763, "text": "calories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 778, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 6, "lemma": "burn", "misc": "", "start_char": 772, "text": "burned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 784, "feats": null, "head": 8, "id": 7, "lemma": "while", "misc": "", "start_char": 779, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 791, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "ski", "misc": "", "start_char": 785, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 797, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "help", "misc": "", "start_char": 792, "text": "helps", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 800, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 798, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 805, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "keep", "misc": "", "start_char": 801, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 812, "feats": "Number=Plur", "head": 11, "id": 12, "lemma": "skier", "misc": "", "start_char": 806, "text": "skiers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 817, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "slim", "misc": "", "start_char": 813, "text": "slim", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 820, "feats": null, "head": 19, "id": 14, "lemma": "in", "misc": "", "start_char": 818, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 822, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 15, "lemma": "a", "misc": "", "start_char": 821, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 830, "feats": "Degree=Pos", "head": 19, "id": 16, "lemma": "healthy", "misc": "", "start_char": 823, "text": "healthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 834, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 831, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 845, "feats": "Degree=Pos", "head": 16, "id": 18, "lemma": "attractive", "misc": "", "start_char": 835, "text": "attractive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 849, "feats": "Number=Sing", "head": 13, "id": 19, "lemma": "way", "misc": "", "start_char": 846, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 851, "feats": null, "head": 9, "id": 20, "lemma": ".", "misc": "", "start_char": 850, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 853, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 852, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NN Cross-country) (NN skiing)) (VP (VBZ is) (ADVP (RB also)) (NP (NP (DT an) (JJ efficient) (NN way)) (SBAR (S (VP (TO to) (VP (VB exercise) (NP (NP (DT a) (JJ large) (NN number)) (PP (IN of) (NP (NNS muscles)))) (PP (IN at) (ADVP (RB once))))))))) (. .)))" }, "speaker": null, "text": "Cross-country skiing is also an efficient way to exercise a large number of muscles at once.", "tokens": [ { "deprel": "compound", "end_char": 867, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "cross-country", "misc": "", "start_char": 854, "text": "Cross-country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 874, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "ski", "misc": "", "start_char": 868, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 877, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 875, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 882, "feats": null, "head": 7, "id": 4, "lemma": "also", "misc": "", "start_char": 878, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 885, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 883, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 895, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "efficient", "misc": "", "start_char": 886, "text": "efficient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 899, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "way", "misc": "", "start_char": 896, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 902, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 900, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 911, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "exercise", "misc": "", "start_char": 903, "text": "exercise", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 913, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 912, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 919, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "large", "misc": "", "start_char": 914, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 926, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "number", "misc": "", "start_char": 920, "text": "number", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 929, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 927, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 937, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "muscle", "misc": "", "start_char": 930, "text": "muscles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 940, "feats": null, "head": 16, "id": 15, "lemma": "at", "misc": "", "start_char": 938, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 945, "feats": "NumType=Mult", "head": 9, "id": 16, "lemma": "once", "misc": "", "start_char": 941, "text": "once", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 947, "feats": null, "head": 7, "id": 17, "lemma": ".", "misc": "", "start_char": 946, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Because) (S (NP (NNS skiers)) (VP (VBP use) (NP (NN ski) (NNS poles)) (PP (IN as) (NP (NP (DT a) (NN means)) (PP (IN of) (NP (NN propulsion)))))))) (, ,) (NP (NP (DT the) (NN force)) (SBAR (WHNP (WDT that)) (S (VP (VBZ drives) (NP (NNS skiers)) (ADVP (RB forward)))))) (, ,) (NP (DT the) (JJ upper) (NN body)) (VP (VBZ gets) (NP (ADJP (RB much) (JJR more)) (PP (IN of) (NP (NN workout))))) (. .)))" }, "speaker": null, "text": "Because skiers use ski poles as a means of propulsion, the force that drives skiers forward, the upper body gets much more of workout.", "tokens": [ { "deprel": "mark", "end_char": 955, "feats": null, "head": 3, "id": 1, "lemma": "because", "misc": "", "start_char": 948, "text": "Because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 962, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "skier", "misc": "", "start_char": 956, "text": "skiers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 966, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 3, "lemma": "use", "misc": "", "start_char": 963, "text": "use", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 970, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "ski", "misc": "", "start_char": 967, "text": "ski", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 976, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "pole", "misc": "", "start_char": 971, "text": "poles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 979, "feats": null, "head": 8, "id": 6, "lemma": "as", "misc": "", "start_char": 977, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 981, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 980, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 987, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "means", "misc": "", "start_char": 982, "text": "means", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 990, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 988, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1001, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "propulsion", "misc": "", "start_char": 991, "text": "propulsion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1003, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 1002, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1007, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1004, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "dislocated", "end_char": 1013, "feats": "Number=Sing", "head": 22, "id": 13, "lemma": "force", "misc": "", "start_char": 1008, "text": "force", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1018, "feats": "PronType=Rel", "head": 15, "id": 14, "lemma": "that", "misc": "", "start_char": 1014, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1025, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 15, "lemma": "drive", "misc": "", "start_char": 1019, "text": "drives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1032, "feats": "Number=Plur", "head": 15, "id": 16, "lemma": "skier", "misc": "", "start_char": 1026, "text": "skiers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1040, "feats": null, "head": 15, "id": 17, "lemma": "forward", "misc": "", "start_char": 1033, "text": "forward", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1042, "feats": null, "head": 3, "id": 18, "lemma": ",", "misc": "", "start_char": 1041, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1046, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 1043, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1052, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "upper", "misc": "", "start_char": 1047, "text": "upper", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1057, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "body", "misc": "", "start_char": 1053, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1062, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 22, "lemma": "get", "misc": "", "start_char": 1058, "text": "gets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1067, "feats": null, "head": 24, "id": 23, "lemma": "much", "misc": "", "start_char": 1063, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 1072, "feats": "Degree=Cmp", "head": 22, "id": 24, "lemma": "more", "misc": "", "start_char": 1068, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 1075, "feats": null, "head": 26, "id": 25, "lemma": "of", "misc": "", "start_char": 1073, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1083, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "workout", "misc": "", "start_char": 1076, "text": "workout", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1085, "feats": null, "head": 22, "id": 27, "lemma": ".", "misc": "", "start_char": 1084, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (ADVP (IN Of) (NN course)) (, ,) (NP (DT the) (NN leg) (NNS muscles)) (ADVP (RB also)) (VP (VBP do) (NP (PRP$ their) (JJ fair) (NN share))) (. .)))" }, "speaker": null, "text": "Of course, the leg muscles also do their fair share.", "tokens": [ { "deprel": "advmod", "end_char": 1088, "feats": null, "head": 8, "id": 1, "lemma": "of", "misc": "", "start_char": 1086, "text": "Of", "upos": "ADV", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1095, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "course", "misc": "", "start_char": 1089, "text": "course", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1097, "feats": null, "head": 8, "id": 3, "lemma": ",", "misc": "", "start_char": 1096, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1101, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 1098, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1105, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "leg", "misc": "", "start_char": 1102, "text": "leg", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1113, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "muscle", "misc": "", "start_char": 1106, "text": "muscles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1118, "feats": null, "head": 8, "id": 7, "lemma": "also", "misc": "", "start_char": 1114, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1121, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "do", "misc": "", "start_char": 1119, "text": "do", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1127, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 9, "lemma": "their", "misc": "", "start_char": 1122, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1132, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "fair", "misc": "", "start_char": 1128, "text": "fair", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1138, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "share", "misc": "", "start_char": 1133, "text": "share", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1140, "feats": null, "head": 8, "id": 12, "lemma": ".", "misc": "", "start_char": 1139, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS People)) (SBAR (WHNP (WP who)) (S (VP (VBP use) (NP (NN cross-country) (NN skiing)) (PP (IN as) (NP (DT a) (NN workout))) (PP (IN over) (NP (JJ several) (NNS weeks))))))) (VP (MD will) (VP (VB discover) (SBAR (IN that) (S (NP (NP (DT the) (NNS muscles)) (PP (IN of) (NP (PRP$ their) (JJ entire) (NN body)))) (VP (NN increase) (PP (IN in) (NP (NN strength)))))))) (. .)))" }, "speaker": null, "text": "People who use cross-country skiing as a workout over several weeks will discover that the muscles of their entire body increase in strength.", "tokens": [ { "deprel": "nsubj", "end_char": 1147, "feats": "Number=Plur", "head": 13, "id": 1, "lemma": "person", "misc": "", "start_char": 1141, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1151, "feats": "PronType=Rel", "head": 3, "id": 2, "lemma": "who", "misc": "", "start_char": 1148, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 1155, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 3, "lemma": "use", "misc": "", "start_char": 1152, "text": "use", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 1169, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "cross-country", "misc": "", "start_char": 1156, "text": "cross-country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1176, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "ski", "misc": "", "start_char": 1170, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1179, "feats": null, "head": 8, "id": 6, "lemma": "as", "misc": "", "start_char": 1177, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1181, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 1180, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1189, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "workout", "misc": "", "start_char": 1182, "text": "workout", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1194, "feats": null, "head": 11, "id": 9, "lemma": "over", "misc": "", "start_char": 1190, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1202, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "several", "misc": "", "start_char": 1195, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1208, "feats": "Number=Plur", "head": 3, "id": 11, "lemma": "week", "misc": "", "start_char": 1203, "text": "weeks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1213, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "will", "misc": "", "start_char": 1209, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1222, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "discover", "misc": "", "start_char": 1214, "text": "discover", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1227, "feats": null, "head": 16, "id": 14, "lemma": "that", "misc": "", "start_char": 1223, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1231, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1228, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1239, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "muscle", "misc": "", "start_char": 1232, "text": "muscles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1242, "feats": null, "head": 21, "id": 17, "lemma": "of", "misc": "", "start_char": 1240, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1248, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 18, "lemma": "their", "misc": "", "start_char": 1243, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1255, "feats": "Degree=Pos", "head": 21, "id": 19, "lemma": "entire", "misc": "", "start_char": 1249, "text": "entire", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1260, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "body", "misc": "", "start_char": 1256, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1269, "feats": "Number=Sing", "head": 16, "id": 21, "lemma": "increase", "misc": "", "start_char": 1261, "text": "increase", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1272, "feats": null, "head": 23, "id": 22, "lemma": "in", "misc": "", "start_char": 1270, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1281, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "strength", "misc": "", "start_char": 1273, "text": "strength", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1283, "feats": null, "head": 13, "id": 24, "lemma": ".", "misc": "", "start_char": 1282, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1285, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1284, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NP (JJ Cross-country) (NN skiing)) (PP (IN on) (NP (DT a) (JJ regular) (NN basis)))) (VP (VBZ has) (NP (NP (DT a) (JJ tremendous) (NN effect)) (PP (IN on) (NP (NP (DT a) (NN person) (POS 's)) (JJ cardiovascular) (NN system))))) (. .)))" }, "speaker": null, "text": "Cross-country skiing on a regular basis has a tremendous effect on a person's cardiovascular system.", "tokens": [ { "deprel": "amod", "end_char": 1299, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Cross-country", "misc": "", "start_char": 1286, "text": "Cross-country", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1306, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "ski", "misc": "", "start_char": 1300, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1309, "feats": null, "head": 6, "id": 3, "lemma": "on", "misc": "", "start_char": 1307, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1311, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1310, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1319, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "regular", "misc": "", "start_char": 1312, "text": "regular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1325, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "basis", "misc": "", "start_char": 1320, "text": "basis", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1329, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "have", "misc": "", "start_char": 1326, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1331, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 1330, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1342, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "tremendous", "misc": "", "start_char": 1332, "text": "tremendous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1349, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "effect", "misc": "", "start_char": 1343, "text": "effect", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1352, "feats": null, "head": 16, "id": 11, "lemma": "on", "misc": "", "start_char": 1350, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1354, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 1353, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1361, "feats": "Number=Sing", "head": 16, "id": 13, "lemma": "person", "misc": "", "start_char": 1355, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1364, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 1362, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1379, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "cardiovascular", "misc": "", "start_char": 1365, "text": "cardiovascular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1386, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "system", "misc": "", "start_char": 1380, "text": "system", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1388, "feats": null, "head": 7, "id": 17, "lemma": ".", "misc": "", "start_char": 1387, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NP (NN addition)) (PP (IN to) (S (VP (VBG gaining) (NP (NP (NN strength)) (PP (IN in) (NP (NP (DT the) (NNS muscles)) (PP (IN of) (NP (DT the) (ADJP (JJ upper) (CC and) (JJR lower)) (NN body))))))))))) (, ,) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP use) (NP (NN cross-country) (NN skiing)) (PP (IN as) (NP (DT a) (NN workout) (NN method))) (PP (IN over) (NP (JJ several) (NNS weeks))))))) (VP (MD will) (ADVP (RB also)) (VP (VB discover) (SBAR (IN that) (S (NP (PRP$ their) (NN heart)) (VP (VBZ is) (ADJP (JJR stronger))))))) (. .)))" }, "speaker": null, "text": "In addition to gaining strength in the muscles of the upper and lower body, people who use cross-country skiing as a workout method over several weeks will also discover that their heart is stronger.", "tokens": [ { "deprel": "case", "end_char": 1391, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 1389, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1400, "feats": "Number=Sing", "head": 30, "id": 2, "lemma": "addition", "misc": "", "start_char": 1392, "text": "addition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1403, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 1401, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1411, "feats": "VerbForm=Ger", "head": 2, "id": 4, "lemma": "gain", "misc": "", "start_char": 1404, "text": "gaining", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1420, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "strength", "misc": "", "start_char": 1412, "text": "strength", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1423, "feats": null, "head": 8, "id": 6, "lemma": "in", "misc": "", "start_char": 1421, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1427, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1424, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1435, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "muscle", "misc": "", "start_char": 1428, "text": "muscles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1438, "feats": null, "head": 14, "id": 9, "lemma": "of", "misc": "", "start_char": 1436, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1442, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 10, "lemma": "the", "misc": "", "start_char": 1439, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1448, "feats": "Degree=Pos", "head": 14, "id": 11, "lemma": "upper", "misc": "", "start_char": 1443, "text": "upper", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1452, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1449, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1458, "feats": "Degree=Cmp", "head": 11, "id": 13, "lemma": "low", "misc": "", "start_char": 1453, "text": "lower", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nmod", "end_char": 1463, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "body", "misc": "", "start_char": 1459, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1465, "feats": null, "head": 30, "id": 15, "lemma": ",", "misc": "", "start_char": 1464, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1472, "feats": "Number=Plur", "head": 30, "id": 16, "lemma": "person", "misc": "", "start_char": 1466, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1476, "feats": "PronType=Rel", "head": 18, "id": 17, "lemma": "who", "misc": "", "start_char": 1473, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 1480, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 18, "lemma": "use", "misc": "", "start_char": 1477, "text": "use", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 1494, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "cross-country", "misc": "", "start_char": 1481, "text": "cross-country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1501, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "ski", "misc": "", "start_char": 1495, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1504, "feats": null, "head": 24, "id": 21, "lemma": "as", "misc": "", "start_char": 1502, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1506, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 1505, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1514, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "workout", "misc": "", "start_char": 1507, "text": "workout", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1521, "feats": "Number=Sing", "head": 18, "id": 24, "lemma": "method", "misc": "", "start_char": 1515, "text": "method", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1526, "feats": null, "head": 27, "id": 25, "lemma": "over", "misc": "", "start_char": 1522, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1534, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "several", "misc": "", "start_char": 1527, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1540, "feats": "Number=Plur", "head": 24, "id": 27, "lemma": "week", "misc": "", "start_char": 1535, "text": "weeks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1545, "feats": "VerbForm=Fin", "head": 30, "id": 28, "lemma": "will", "misc": "", "start_char": 1541, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1550, "feats": null, "head": 30, "id": 29, "lemma": "also", "misc": "", "start_char": 1546, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1559, "feats": "VerbForm=Inf", "head": 0, "id": 30, "lemma": "discover", "misc": "", "start_char": 1551, "text": "discover", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1564, "feats": null, "head": 35, "id": 31, "lemma": "that", "misc": "", "start_char": 1560, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1570, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 33, "id": 32, "lemma": "their", "misc": "", "start_char": 1565, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1576, "feats": "Number=Sing", "head": 35, "id": 33, "lemma": "heart", "misc": "", "start_char": 1571, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1579, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 35, "id": 34, "lemma": "be", "misc": "", "start_char": 1577, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 1588, "feats": "Degree=Cmp", "head": 30, "id": 35, "lemma": "strong", "misc": "", "start_char": 1580, "text": "stronger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 1590, "feats": null, "head": 30, "id": 36, "lemma": ".", "misc": "", "start_char": 1589, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (JJ strong) (NN heart) (NNS pumps)) (ADVP (RBR more) (RB efficiently)) (, ,) (S (VP (VBG sending) (PRT (RP out)) (NP (JJR more) (NN blood)) (PP (IN to) (NP (DT the) (NNS muscles))) (PP (IN with) (NP (DT each) (NN contraction))))) (. .)))" }, "speaker": null, "text": "A strong heart pumps more efficiently, sending out more blood to the muscles with each contraction.", "tokens": [ { "deprel": "det", "end_char": 1592, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 1, "lemma": "a", "misc": "", "start_char": 1591, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1599, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "strong", "misc": "", "start_char": 1593, "text": "strong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1605, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "heart", "misc": "", "start_char": 1600, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1611, "feats": "Number=Plur", "head": 0, "id": 4, "lemma": "pump", "misc": "", "start_char": 1606, "text": "pumps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1616, "feats": "Degree=Cmp", "head": 6, "id": 5, "lemma": "more", "misc": "", "start_char": 1612, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 1628, "feats": null, "head": 4, "id": 6, "lemma": "efficiently", "misc": "", "start_char": 1617, "text": "efficiently", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1630, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 1629, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 1638, "feats": "VerbForm=Ger", "head": 4, "id": 8, "lemma": "send", "misc": "", "start_char": 1631, "text": "sending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 1642, "feats": null, "head": 8, "id": 9, "lemma": "out", "misc": "", "start_char": 1639, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "amod", "end_char": 1647, "feats": "Degree=Cmp", "head": 11, "id": 10, "lemma": "more", "misc": "", "start_char": 1643, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1653, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "blood", "misc": "", "start_char": 1648, "text": "blood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1656, "feats": null, "head": 14, "id": 12, "lemma": "to", "misc": "", "start_char": 1654, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1660, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1657, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1668, "feats": "Number=Plur", "head": 8, "id": 14, "lemma": "muscle", "misc": "", "start_char": 1661, "text": "muscles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1673, "feats": null, "head": 17, "id": 15, "lemma": "with", "misc": "", "start_char": 1669, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1678, "feats": null, "head": 17, "id": 16, "lemma": "each", "misc": "", "start_char": 1674, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1690, "feats": "Number=Sing", "head": 8, "id": 17, "lemma": "contraction", "misc": "", "start_char": 1679, "text": "contraction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1692, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 1691, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (PP (IN Through) (NP (NP (NNS weeks)) (PP (IN of) (NP (NN skiing))))) (, ,) (NP (NNS people)) (ADVP (RB often)) (VP (VBP discover) (SBAR (IN that) (S (NP (PRP$ their) (NN resting) (NN heart) (NN rate)) (VP (VBZ has) (VP (VBN decreased)))))) (. .)))" }, "speaker": null, "text": "Through weeks of skiing, people often discover that their resting heart rate has decreased.", "tokens": [ { "deprel": "case", "end_char": 1700, "feats": null, "head": 2, "id": 1, "lemma": "through", "misc": "", "start_char": 1693, "text": "Through", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1706, "feats": "Number=Plur", "head": 8, "id": 2, "lemma": "week", "misc": "", "start_char": 1701, "text": "weeks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1709, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1707, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1716, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "ski", "misc": "", "start_char": 1710, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1718, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 1717, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1725, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "person", "misc": "", "start_char": 1719, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1731, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "often", "misc": "", "start_char": 1726, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1740, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "discover", "misc": "", "start_char": 1732, "text": "discover", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1745, "feats": null, "head": 15, "id": 9, "lemma": "that", "misc": "", "start_char": 1741, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1751, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 10, "lemma": "their", "misc": "", "start_char": 1746, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1759, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "resting", "misc": "", "start_char": 1752, "text": "resting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1765, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "heart", "misc": "", "start_char": 1760, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1770, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "rate", "misc": "", "start_char": 1766, "text": "rate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1774, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "have", "misc": "", "start_char": 1771, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 1784, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 15, "lemma": "decrease", "misc": "", "start_char": 1775, "text": "decreased", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1786, "feats": null, "head": 8, "id": 16, "lemma": ".", "misc": "", "start_char": 1785, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (ADJP (RB Highly) (VBN trained)) (JJ Olympic) (NN cross-country) (NNS skiers)) (VP (VBP have) (VP (VBG resting) (NP (NP (NN heart) (NNS rates)) (PP (IN between) (NP (QP (CD 28) (CC and) (CD 40)) (NNS beats)))) (PP (IN per) (NP (NN minute))))) (. .)))" }, "speaker": null, "text": "Highly trained Olympic cross-country skiers have resting heart rates between 28 and 40 beats per minute.", "tokens": [ { "deprel": "advmod", "end_char": 1793, "feats": null, "head": 2, "id": 1, "lemma": "highly", "misc": "", "start_char": 1787, "text": "Highly", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1801, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 2, "lemma": "train", "misc": "", "start_char": 1794, "text": "trained", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 1809, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "Olympic", "misc": "", "start_char": 1802, "text": "Olympic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1823, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "cross-country", "misc": "", "start_char": 1810, "text": "cross-country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1830, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "skier", "misc": "", "start_char": 1824, "text": "skiers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1835, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "have", "misc": "", "start_char": 1831, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 1843, "feats": "Tense=Pres|VerbForm=Part", "head": 6, "id": 7, "lemma": "rest", "misc": "", "start_char": 1836, "text": "resting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 1849, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "heart", "misc": "", "start_char": 1844, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1855, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "rate", "misc": "", "start_char": 1850, "text": "rates", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1863, "feats": null, "head": 11, "id": 10, "lemma": "between", "misc": "", "start_char": 1856, "text": "between", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1866, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 11, "lemma": "28", "misc": "", "start_char": 1864, "text": "28", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1870, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1867, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1873, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 13, "lemma": "40", "misc": "", "start_char": 1871, "text": "40", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1879, "feats": "Number=Plur", "head": 7, "id": 14, "lemma": "beat", "misc": "", "start_char": 1874, "text": "beats", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1883, "feats": null, "head": 16, "id": 15, "lemma": "per", "misc": "", "start_char": 1880, "text": "per", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1890, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "minute", "misc": "", "start_char": 1884, "text": "minute", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1892, "feats": null, "head": 6, "id": 17, "lemma": ".", "misc": "", "start_char": 1891, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (VP (VB Compare) (NP (DT that)) (PP (IN to) (NP (NP (DT the) (NN resting) (NN heart) (NN rate)) (PP (IN of) (NP (NP (DT the) (JJ average) (NN person)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (NP (QP (CD 60) (IN to) (CD 80)) (NNS beats)) (PP (IN per) (NP (NN minute))))))))))) (. !)))" }, "speaker": null, "text": "Compare that to the resting heart rate of the average person, which is 60 to 80 beats per minute!", "tokens": [ { "deprel": "root", "end_char": 1900, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "compare", "misc": "", "start_char": 1893, "text": "Compare", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1905, "feats": "Number=Sing|PronType=Dem", "head": 1, "id": 2, "lemma": "that", "misc": "", "start_char": 1901, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 1908, "feats": null, "head": 7, "id": 3, "lemma": "to", "misc": "", "start_char": 1906, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1912, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 4, "lemma": "the", "misc": "", "start_char": 1909, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1920, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "resting", "misc": "", "start_char": 1913, "text": "resting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1926, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "heart", "misc": "", "start_char": 1921, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1931, "feats": "Number=Sing", "head": 1, "id": 7, "lemma": "rate", "misc": "", "start_char": 1927, "text": "rate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1934, "feats": null, "head": 11, "id": 8, "lemma": "of", "misc": "", "start_char": 1932, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1938, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 1935, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1946, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "average", "misc": "", "start_char": 1939, "text": "average", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1953, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "person", "misc": "", "start_char": 1947, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1955, "feats": null, "head": 11, "id": 12, "lemma": ",", "misc": "", "start_char": 1954, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1961, "feats": "PronType=Rel", "head": 18, "id": 13, "lemma": "which", "misc": "", "start_char": 1956, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 1964, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 14, "lemma": "be", "misc": "", "start_char": 1962, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 1967, "feats": "NumForm=Digit|NumType=Card", "head": 18, "id": 15, "lemma": "60", "misc": "", "start_char": 1965, "text": "60", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1970, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1968, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1973, "feats": "NumForm=Digit|NumType=Card", "head": 15, "id": 17, "lemma": "80", "misc": "", "start_char": 1971, "text": "80", "upos": "NUM", "xpos": "CD" }, { "deprel": "acl:relcl", "end_char": 1979, "feats": "Number=Plur", "head": 11, "id": 18, "lemma": "beat", "misc": "", "start_char": 1974, "text": "beats", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1983, "feats": null, "head": 20, "id": 19, "lemma": "per", "misc": "", "start_char": 1980, "text": "per", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1990, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "minute", "misc": "", "start_char": 1984, "text": "minute", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1992, "feats": null, "head": 1, "id": 21, "lemma": "!", "misc": "", "start_char": 1991, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1994, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1993, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS benefits)) (PP (IN of) (NP (NN cross-country) (NN skiing)))) (VP (VBP extend) (PP (IN beyond) (NP (JJ overall) (JJ general) (NN health)))) (. .)))" }, "speaker": null, "text": "The benefits of cross-country skiing extend beyond overall general health.", "tokens": [ { "deprel": "det", "end_char": 1998, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1995, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2007, "feats": "Number=Plur", "head": 6, "id": 2, "lemma": "benefit", "misc": "", "start_char": 1999, "text": "benefits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2010, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 2008, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 2024, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "cross-country", "misc": "", "start_char": 2011, "text": "cross-country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 2031, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "ski", "misc": "", "start_char": 2025, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 2038, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "extend", "misc": "", "start_char": 2032, "text": "extend", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 2045, "feats": null, "head": 10, "id": 7, "lemma": "beyond", "misc": "", "start_char": 2039, "text": "beyond", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2053, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "overall", "misc": "", "start_char": 2046, "text": "overall", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 2061, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "general", "misc": "", "start_char": 2054, "text": "general", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2068, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "health", "misc": "", "start_char": 2062, "text": "health", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2070, "feats": null, "head": 6, "id": 11, "lemma": ".", "misc": "", "start_char": 2069, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN lot)) (PP (IN of) (NP (NN evidence)))) (VP (VBZ exists) (S (VP (VBG indicating) (SBAR (IN that) (S (NP (JJ regular) (JJ physical) (NN activity)) (VP (VBZ increases) (NP (NP (DT the) (NN release)) (PP (IN of) (NP (NP (NN mood-lifting) (NNS endorphins)) (PP (IN in) (NP (DT the) (NN body)))))))))))) (. .)))" }, "speaker": null, "text": "A lot of evidence exists indicating that regular physical activity increases the release of mood-lifting endorphins in the body.", "tokens": [ { "deprel": "det", "end_char": 2072, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 2071, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2076, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "lot", "misc": "", "start_char": 2073, "text": "lot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2079, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 2077, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2088, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "evidence", "misc": "", "start_char": 2080, "text": "evidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 2095, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "exist", "misc": "", "start_char": 2089, "text": "exists", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 2106, "feats": "VerbForm=Ger", "head": 5, "id": 6, "lemma": "indicate", "misc": "", "start_char": 2096, "text": "indicating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 2111, "feats": null, "head": 11, "id": 7, "lemma": "that", "misc": "", "start_char": 2107, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 2119, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "regular", "misc": "", "start_char": 2112, "text": "regular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 2128, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "physical", "misc": "", "start_char": 2120, "text": "physical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 2137, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "activity", "misc": "", "start_char": 2129, "text": "activity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 2147, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 11, "lemma": "increase", "misc": "", "start_char": 2138, "text": "increases", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 2151, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 2148, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2159, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "release", "misc": "", "start_char": 2152, "text": "release", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2162, "feats": null, "head": 16, "id": 14, "lemma": "of", "misc": "", "start_char": 2160, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 2175, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "mood-lifting", "misc": "", "start_char": 2163, "text": "mood-lifting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 2186, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "endorphin", "misc": "", "start_char": 2176, "text": "endorphins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2189, "feats": null, "head": 19, "id": 17, "lemma": "in", "misc": "", "start_char": 2187, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2193, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 2190, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 2198, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "body", "misc": "", "start_char": 2194, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2200, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 2199, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (S (PP (IN After) (NP (NP (CD one)) (PP (IN of) (NP (DT the) (ADJP (JJ energetic) (CC and) (JJ fun)) (NN skiing) (NNS lessons))))) (, ,) (NP (NNS students)) (VP (MD will) (VP (VB be) (VP (VBG smiling) (CC and) (VBG laughing))))) (: ;) (S (NP (PRP they)) (VP (MD will) (VP (VB be) (UCP (ADJP (JJ relaxed)) (CC and) (PP (IN in) (NP (NP (DT a) (JJR better) (NN mood)) (PP (IN than) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBD started) (NP (NN class)))))))))))) (. .)))" }, "speaker": null, "text": "After one of the energetic and fun skiing lessons, students will be smiling and laughing; they will be relaxed and in a better mood than when they started class.", "tokens": [ { "deprel": "case", "end_char": 2206, "feats": null, "head": 2, "id": 1, "lemma": "after", "misc": "", "start_char": 2201, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2210, "feats": "NumForm=Word|NumType=Card", "head": 14, "id": 2, "lemma": "one", "misc": "", "start_char": 2207, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 2213, "feats": null, "head": 9, "id": 3, "lemma": "of", "misc": "", "start_char": 2211, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2217, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 4, "lemma": "the", "misc": "", "start_char": 2214, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2227, "feats": "Degree=Pos", "head": 9, "id": 5, "lemma": "energetic", "misc": "", "start_char": 2218, "text": "energetic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 2231, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 2228, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2235, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "fun", "misc": "", "start_char": 2232, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 2242, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "ski", "misc": "", "start_char": 2236, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 2250, "feats": "Number=Plur", "head": 2, "id": 9, "lemma": "lesson", "misc": "", "start_char": 2243, "text": "lessons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2252, "feats": null, "head": 2, "id": 10, "lemma": ",", "misc": "", "start_char": 2251, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 2261, "feats": "Number=Plur", "head": 14, "id": 11, "lemma": "student", "misc": "", "start_char": 2253, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 2266, "feats": "VerbForm=Fin", "head": 14, "id": 12, "lemma": "will", "misc": "", "start_char": 2262, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 2269, "feats": "VerbForm=Inf", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 2267, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 2277, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 14, "lemma": "smile", "misc": "", "start_char": 2270, "text": "smiling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cc", "end_char": 2281, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 2278, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2290, "feats": "Tense=Pres|VerbForm=Part", "head": 14, "id": 16, "lemma": "laugh", "misc": "", "start_char": 2282, "text": "laughing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 2292, "feats": null, "head": 21, "id": 17, "lemma": ";", "misc": "", "start_char": 2291, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 2297, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 21, "id": 18, "lemma": "they", "misc": "", "start_char": 2293, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2302, "feats": "VerbForm=Fin", "head": 21, "id": 19, "lemma": "will", "misc": "", "start_char": 2298, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 2305, "feats": "VerbForm=Inf", "head": 21, "id": 20, "lemma": "be", "misc": "", "start_char": 2303, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "parataxis", "end_char": 2313, "feats": "Degree=Pos", "head": 14, "id": 21, "lemma": "relaxed", "misc": "", "start_char": 2306, "text": "relaxed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 2317, "feats": null, "head": 26, "id": 22, "lemma": "and", "misc": "", "start_char": 2314, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 2320, "feats": null, "head": 26, "id": 23, "lemma": "in", "misc": "", "start_char": 2318, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2322, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 24, "lemma": "a", "misc": "", "start_char": 2321, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2329, "feats": "Degree=Cmp", "head": 26, "id": 25, "lemma": "good", "misc": "", "start_char": 2323, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "conj", "end_char": 2334, "feats": "Number=Sing", "head": 21, "id": 26, "lemma": "mood", "misc": "", "start_char": 2330, "text": "mood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2339, "feats": null, "head": 30, "id": 27, "lemma": "than", "misc": "", "start_char": 2335, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 2344, "feats": "PronType=Int", "head": 30, "id": 28, "lemma": "when", "misc": "", "start_char": 2340, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 2349, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 30, "id": 29, "lemma": "they", "misc": "", "start_char": 2345, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 2357, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 26, "id": 30, "lemma": "start", "misc": "", "start_char": 2350, "text": "started", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 2363, "feats": "Number=Sing", "head": 30, "id": 31, "lemma": "class", "misc": "", "start_char": 2358, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2365, "feats": null, "head": 14, "id": 32, "lemma": ".", "misc": "", "start_char": 2364, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (NNS Students)) (VP (MD will) (VP (VB leave) (NP (NN class)) (PP (IN with) (NP (NP (DT a) (NN sense)) (PP (IN of) (NP (NN accomplishment))))) (, ,) (S (VP (VBG knowing) (SBAR (IN that) (S (NP (PRP they)) (VP (VBP have) (VP (VBN developed) (NP (JJ new) (NNS skills)) (PP (IN in) (NP (DT a) (JJ fun) (NN activity))))))))))) (. .)))" }, "speaker": null, "text": "Students will leave class with a sense of accomplishment, knowing that they have developed new skills in a fun activity.", "tokens": [ { "deprel": "nsubj", "end_char": 2374, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "student", "misc": "", "start_char": 2366, "text": "Students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 2379, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 2375, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 2385, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "leave", "misc": "", "start_char": 2380, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2391, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "class", "misc": "", "start_char": 2386, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2396, "feats": null, "head": 7, "id": 5, "lemma": "with", "misc": "", "start_char": 2392, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2398, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 2397, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2404, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "sense", "misc": "", "start_char": 2399, "text": "sense", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2407, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 2405, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2422, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "accomplishment", "misc": "", "start_char": 2408, "text": "accomplishment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2424, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 2423, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 2432, "feats": "VerbForm=Ger", "head": 3, "id": 11, "lemma": "know", "misc": "", "start_char": 2425, "text": "knowing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 2437, "feats": null, "head": 15, "id": 12, "lemma": "that", "misc": "", "start_char": 2433, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2442, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "they", "misc": "", "start_char": 2438, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2447, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "have", "misc": "", "start_char": 2443, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 2457, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 15, "lemma": "develop", "misc": "", "start_char": 2448, "text": "developed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 2461, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "new", "misc": "", "start_char": 2458, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2468, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "skill", "misc": "", "start_char": 2462, "text": "skills", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2471, "feats": null, "head": 21, "id": 18, "lemma": "in", "misc": "", "start_char": 2469, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2473, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 2472, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2477, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "fun", "misc": "", "start_char": 2474, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2486, "feats": "Number=Sing", "head": 15, "id": 21, "lemma": "activity", "misc": "", "start_char": 2478, "text": "activity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2488, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 2487, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2490, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2489, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (NN Cross-country) (NN skiing)) (VP (VBZ is) (NP (NP (DT a) (JJ great) (NN way)) (SBAR (S (VP (TO to) (VP (VB work) (NP (DT the) (JJ total) (NN body)))))))) (. .)))" }, "speaker": null, "text": "Cross-country skiing is a great way to work the total body.", "tokens": [ { "deprel": "compound", "end_char": 2504, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "cross-country", "misc": "", "start_char": 2491, "text": "Cross-country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2511, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "ski", "misc": "", "start_char": 2505, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 2514, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 2512, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 2516, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 2515, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2522, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "great", "misc": "", "start_char": 2517, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 2526, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "way", "misc": "", "start_char": 2523, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2529, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 2527, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 2534, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "work", "misc": "", "start_char": 2530, "text": "work", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2538, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 2535, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2544, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "total", "misc": "", "start_char": 2539, "text": "total", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2549, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "body", "misc": "", "start_char": 2545, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2551, "feats": null, "head": 6, "id": 12, "lemma": ".", "misc": "", "start_char": 2550, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (NP (ADJP (JJR more) (CC and) (JJR more)) (NNS students)) (VP (VBP are) (VP (VBG taking) (NP (NN part)) (PP (IN in) (NP (DT this) (NN exercise))) (ADVP (RB outside)) (PP (IN during) (NP (DT the) (NN winter) (NNS months))))) (. .)))" }, "speaker": null, "text": "Now more and more students are taking part in this exercise outside during the winter months.", "tokens": [ { "deprel": "advmod", "end_char": 2555, "feats": null, "head": 7, "id": 1, "lemma": "now", "misc": "", "start_char": 2552, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 2560, "feats": "Degree=Cmp", "head": 5, "id": 2, "lemma": "more", "misc": "", "start_char": 2556, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "cc", "end_char": 2564, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 2561, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2569, "feats": "Degree=Cmp", "head": 2, "id": 4, "lemma": "more", "misc": "", "start_char": 2565, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 2578, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "student", "misc": "", "start_char": 2570, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 2582, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 2579, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 2589, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 7, "lemma": "take", "misc": "", "start_char": 2583, "text": "taking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 2594, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "part", "misc": "", "start_char": 2590, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2597, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 2595, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2602, "feats": "Number=Sing|PronType=Dem", "head": 11, "id": 10, "lemma": "this", "misc": "", "start_char": 2598, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2611, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "exercise", "misc": "", "start_char": 2603, "text": "exercise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 2619, "feats": null, "head": 7, "id": 12, "lemma": "outside", "misc": "", "start_char": 2612, "text": "outside", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 2626, "feats": null, "head": 16, "id": 13, "lemma": "during", "misc": "", "start_char": 2620, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2630, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 2627, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 2637, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "winter", "misc": "", "start_char": 2631, "text": "winter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 2644, "feats": "Number=Plur", "head": 7, "id": 16, "lemma": "month", "misc": "", "start_char": 2638, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2646, "feats": null, "head": 7, "id": 17, "lemma": ".", "misc": "", "start_char": 2645, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP are) (VP (VP (VBG enjoying) (NP (PRP it))) (CC and) (VP (VBG benefiting) (PP (IN from) (NP (PRP it)))))) (. !)))" }, "speaker": null, "text": "They are enjoying it and benefiting from it!", "tokens": [ { "deprel": "nsubj", "end_char": 2651, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 2647, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2655, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 2652, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 2664, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "enjoy", "misc": "", "start_char": 2656, "text": "enjoying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 2667, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "it", "misc": "", "start_char": 2665, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 2671, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 2668, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2682, "feats": "Tense=Pres|VerbForm=Part", "head": 3, "id": 6, "lemma": "benefit", "misc": "", "start_char": 2672, "text": "benefiting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 2687, "feats": null, "head": 8, "id": 7, "lemma": "from", "misc": "", "start_char": 2683, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2690, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 8, "lemma": "it", "misc": "", "start_char": 2688, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 2692, "feats": null, "head": 3, "id": 9, "lemma": "!", "misc": "", "start_char": 2691, "text": "!", "upos": "PUNCT", "xpos": "." } ] } ]
Cross-country skiing can be enjoyed by a wide range of students, from the youngest kindergartners to those secondary students. It is really a fun activity, providing students a gentle workout outside in winter. While having fun, students can gain physical and mental benefits. The physical benefits of cross-country skiing are well known. If we look at Olympic cross- country skiers, we can see the positive effects on the body that result from training for cross-country skiing. The average best female cross-country skier carries 11 percent body fat, and best male skiers carry 5 percent. These percentages are well below the average for people who are considered to be athletic-17 percent for females and 10 percent for males. The high number of calories burned while skiing helps to keep skiers slim in a healthy and attractive way. Cross-country skiing is also an efficient way to exercise a large number of muscles at once. Because skiers use ski poles as a means of propulsion, the force that drives skiers forward, the upper body gets much more of workout. Of course, the leg muscles also do their fair share. People who use cross-country skiing as a workout over several weeks will discover that the muscles of their entire body increase in strength. Cross-country skiing on a regular basis has a tremendous effect on a person's cardiovascular system. In addition to gaining strength in the muscles of the upper and lower body, people who use cross-country skiing as a workout method over several weeks will also discover that their heart is stronger. A strong heart pumps more efficiently, sending out more blood to the muscles with each contraction. Through weeks of skiing, people often discover that their resting heart rate has decreased. Highly trained Olympic cross-country skiers have resting heart rates between 28 and 40 beats per minute. Compare that to the resting heart rate of the average person, which is 60 to 80 beats per minute! The benefits of cross-country skiing extend beyond overall general health. A lot of evidence exists indicating that regular physical activity increases the release of mood-lifting endorphins in the body. After one of the energetic and fun skiing lessons, students will be smiling and laughing; they will be relaxed and in a better mood than when they started class. Students will leave class with a sense of accomplishment, knowing that they have developed new skills in a fun activity. Cross-country skiing is a great way to work the total body. Now more and more students are taking part in this exercise outside during the winter months. They are enjoying it and benefiting from it!
[ [ [ 0, 6, 10 ] ], [ [ 0, 13, 15 ] ], [ [ 1, 3, 5 ], [ 1, 0, 0 ] ], [ [ 1, 9, 14 ] ], [ [ 2, 1, 2 ] ], [ [ 2, 2, 2 ] ], [ [ 4, 0, 5 ] ], [ [ 5, 1, 1 ], [ 5, 9, 9 ] ], [ [ 5, 4, 7 ] ], [ [ 5, 12, 14 ] ], [ [ 5, 21, 24 ] ], [ [ 6, 7, 9 ] ], [ [ 6, 17, 18 ] ], [ [ 7, 0, 1 ] ], [ [ 7, 5, 6 ] ], [ [ 7, 8, 22 ] ], [ [ 7, 14, 17 ] ], [ [ 7, 19, 22 ] ], [ [ 7, 22, 22 ] ], [ [ 8, 14, 18 ] ], [ [ 10, 9, 13 ] ], [ [ 10, 13, 13 ] ], [ [ 11, 6, 9 ], [ 11, 3, 4 ] ], [ [ 11, 9, 9 ] ], [ [ 11, 11, 16 ] ], [ [ 11, 18, 20 ] ], [ [ 11, 22, 25 ] ], [ [ 11, 25, 25 ] ], [ [ 11, 15, 15 ], [ 11, 1, 1 ], [ 8, 11, 11 ], [ 6, 0, 5 ] ], [ [ 12, 4, 4 ] ], [ [ 12, 8, 10 ] ], [ [ 13, 22, 22 ], [ 16, 4, 4 ] ], [ [ 15, 3, 5 ] ], [ [ 15, 7, 15 ] ], [ [ 15, 11, 15 ] ], [ [ 15, 11, 13 ] ], [ [ 16, 3, 4 ] ], [ [ 16, 6, 13 ] ], [ [ 16, 9, 13 ] ], [ [ 16, 21, 23 ] ], [ [ 16, 24, 26 ], [ 13, 8, 10 ] ], [ [ 16, 31, 32 ] ], [ [ 16, 31, 31 ], [ 16, 15, 26 ], [ 13, 0, 10 ], [ 13, 17, 17 ] ], [ [ 17, 7, 10 ] ], [ [ 17, 9, 10 ] ], [ [ 17, 12, 16 ] ], [ [ 17, 15, 16 ] ], [ [ 18, 1, 3 ] ], [ [ 18, 9, 12 ] ], [ [ 19, 7, 8 ] ], [ [ 18, 9, 9 ], [ 18, 5, 5 ] ], [ [ 20, 3, 10 ] ], [ [ 20, 8, 10 ] ], [ [ 22, 0, 4 ] ], [ [ 23, 0, 3 ] ], [ [ 23, 3, 3 ] ], [ [ 23, 7, 9 ] ], [ [ 23, 11, 18 ] ], [ [ 23, 14, 18 ] ], [ [ 23, 17, 18 ], [ 27, 8, 10 ] ], [ [ 24, 17, 17 ], [ 24, 28, 28 ], [ 25, 12, 12 ], [ 25, 0, 0 ], [ 24, 10, 10 ], [ 2, 4, 4 ], [ 1, 8, 8 ], [ 0, 10, 10 ], [ 0, 17, 19 ] ], [ [ 24, 23, 25 ] ], [ [ 25, 5, 8 ] ], [ [ 25, 8, 8 ] ], [ [ 25, 15, 16 ] ], [ [ 25, 18, 20 ] ], [ [ 28, 0, 0 ] ], [ [ 28, 1, 4 ], [ 29, 0, 0 ] ], [ [ 28, 13, 15 ] ], [ [ 2, 7, 10 ] ], [ [ 7, 17, 17 ] ], [ [ 19, 7, 7 ], [ 18, 11, 11 ], [ 17, 0, 2 ], [ 20, 5, 5 ] ], [ [ 28, 14, 14 ], [ 1, 14, 14 ] ], [ [ 5, 16, 24 ] ], [ [ 6, 13, 15 ] ], [ [ 7, 14, 22 ] ], [ [ 8, 0, 7 ] ], [ [ 8, 4, 7 ] ], [ [ 12, 1, 1 ] ], [ [ 13, 14, 19 ] ], [ [ 13, 17, 19 ] ], [ [ 16, 1, 1 ] ], [ [ 16, 22, 22 ] ], [ [ 10, 4, 6 ] ], [ [ 19, 0, 4 ] ], [ [ 19, 2, 2 ] ], [ [ 19, 14, 15 ], [ 20, 18, 19 ] ], [ [ 19, 10, 13 ] ], [ [ 20, 14, 17 ] ], [ [ 22, 7, 9 ] ], [ [ 23, 5, 5 ] ], [ [ 24, 1, 8 ] ], [ [ 24, 7, 7 ], [ 29, 3, 3 ], [ 28, 9, 10 ], [ 18, 3, 3 ], [ 13, 6, 7 ], [ 8, 7, 7 ], [ 0, 0, 1 ], [ 4, 4, 5 ], [ 5, 23, 24 ], [ 10, 0, 1 ], [ 13, 3, 4 ], [ 15, 0, 5 ], [ 16, 18, 19 ], [ 22, 3, 4 ], [ 27, 0, 1 ], [ 29, 7, 7 ], [ 27, 3, 5 ] ], [ [ 24, 3, 8 ] ], [ [ 25, 3, 3 ], [ 24, 30, 30 ] ], [ [ 28, 7, 7 ] ], [ [ 12, 3, 5 ], [ 12, 8, 8 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36141
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT All) (NML (NNP Kent) (NNP County)) (NNS teens)) (PP (IN in) (NP (NP (NNS grades)) (ADVP (CD 6-12))))) (VP (VBP are) (VP (VBN invited) (S (VP (TO to) (VP (VB enter) (NP (NP (NNS films)) (PP (IN in) (NP (DT the) (NML (NNP Kent) (NNP County)) (NML (NNP Teen) (NNP Film)) (NNP Festival))))))))) (. .)))" }, "speaker": null, "text": "All Kent County teens in grades 6-12 are invited to enter films in the Kent County Teen Film Festival.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": null, "head": 4, "id": 1, "lemma": "all", "misc": "", "start_char": 0, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Kent", "misc": "", "start_char": 4, "text": "Kent", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 15, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "County", "misc": "", "start_char": 9, "text": "County", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj:pass", "end_char": 21, "feats": "Number=Plur", "head": 9, "id": 4, "lemma": "teen", "misc": "", "start_char": 16, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 24, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 22, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 31, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "grade", "misc": "", "start_char": 25, "text": "grades", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nummod", "end_char": 36, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 7, "lemma": "6-12", "misc": "", "start_char": 32, "text": "6-12", "upos": "NUM", "xpos": "CD" }, { "deprel": "aux:pass", "end_char": 40, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 37, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 48, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 9, "lemma": "invite", "misc": "", "start_char": 41, "text": "invited", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 51, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 49, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 57, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "enter", "misc": "", "start_char": 52, "text": "enter", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 63, "feats": "Number=Plur", "head": 11, "id": 12, "lemma": "film", "misc": "", "start_char": 58, "text": "films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 66, "feats": null, "head": 19, "id": 13, "lemma": "in", "misc": "", "start_char": 64, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 70, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 14, "lemma": "the", "misc": "", "start_char": 67, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 75, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "Kent", "misc": "", "start_char": 71, "text": "Kent", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 82, "feats": "Number=Sing", "head": 19, "id": 16, "lemma": "County", "misc": "", "start_char": 76, "text": "County", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 87, "feats": "Number=Sing", "head": 19, "id": 17, "lemma": "Teen", "misc": "", "start_char": 83, "text": "Teen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 92, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "Film", "misc": "", "start_char": 88, "text": "Film", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 101, "feats": "Number=Sing", "head": 11, "id": 19, "lemma": "Festival", "misc": "", "start_char": 93, "text": "Festival", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 103, "feats": null, "head": 9, "id": 20, "lemma": ".", "misc": "", "start_char": 102, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN jury)) (VP (MD will) (VP (VB review) (NP (NP (NP (DT all) (VBN submitted) (NNS entries)) (CC and) (NP (JJ select) (NNS films))) (SBAR (S (VP (TO to) (VP (VB be) (VP (VBN screened) (PP (IN at) (NP (DT the) (NNP Festival))))))))))) (. .)))" }, "speaker": null, "text": "A jury will review all submitted entries and select films to be screened at the Festival.", "tokens": [ { "deprel": "det", "end_char": 105, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 104, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 110, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "jury", "misc": "", "start_char": 106, "text": "jury", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 115, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "will", "misc": "", "start_char": 111, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 122, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "review", "misc": "", "start_char": 116, "text": "review", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 126, "feats": null, "head": 7, "id": 5, "lemma": "all", "misc": "", "start_char": 123, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 136, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 6, "lemma": "submit", "misc": "", "start_char": 127, "text": "submitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 144, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "entry", "misc": "", "start_char": 137, "text": "entries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 148, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 145, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 155, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "select", "misc": "", "start_char": 149, "text": "select", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 161, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "film", "misc": "", "start_char": 156, "text": "films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 164, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 162, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 167, "feats": "VerbForm=Inf", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 165, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advcl", "end_char": 176, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 13, "lemma": "screen", "misc": "", "start_char": 168, "text": "screened", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 179, "feats": null, "head": 16, "id": 14, "lemma": "at", "misc": "", "start_char": 177, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 183, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 180, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 192, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "Festival", "misc": "", "start_char": 184, "text": "Festival", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 194, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 193, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NML (NNP Kent) (NNP County)) (NML (NNP Teen) (NNP Film)) (NNP Festival)) (VP (VBZ is) (ADJP (JJ free) (CC and) (JJ open) (PP (IN to) (NP (DT the) (NN public)))) (, ,) (ADVP (RB so))) (UH please) (VP (VB join) (NP (PRP us)) (PP (IN at) (NP (NP (NP (CD 10:30)) (NN a.) (NN m.)) (PP (IN on) (NP (NP (NNP February) (CD 25) (, ,) (CD 2017)) (PP (IN at) (NP (NN celebration)))))))) (. !)))" }, "speaker": null, "text": "The Kent County Teen Film Festival is free and open to the public, so please join us at 10:30 a. m. on February 25, 2017 at celebration!", "tokens": [ { "deprel": "det", "end_char": 198, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 1, "lemma": "the", "misc": "", "start_char": 195, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 203, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Kent", "misc": "", "start_char": 199, "text": "Kent", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 210, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "County", "misc": "", "start_char": 204, "text": "County", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 215, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Teen", "misc": "", "start_char": 211, "text": "Teen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 220, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Film", "misc": "", "start_char": 216, "text": "Film", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 229, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "Festival", "misc": "", "start_char": 221, "text": "Festival", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 232, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 230, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 237, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "free", "misc": "", "start_char": 233, "text": "free", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 241, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 238, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 246, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "open", "misc": "", "start_char": 242, "text": "open", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 249, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 247, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 253, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 250, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 260, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "public", "misc": "", "start_char": 254, "text": "public", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 262, "feats": null, "head": 8, "id": 14, "lemma": ",", "misc": "", "start_char": 261, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 265, "feats": null, "head": 17, "id": 15, "lemma": "so", "misc": "", "start_char": 263, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "discourse", "end_char": 272, "feats": null, "head": 17, "id": 16, "lemma": "please", "misc": "", "start_char": 266, "text": "please", "upos": "INTJ", "xpos": "UH" }, { "deprel": "parataxis", "end_char": 277, "feats": "Mood=Imp|VerbForm=Fin", "head": 8, "id": 17, "lemma": "join", "misc": "", "start_char": 273, "text": "join", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 280, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 17, "id": 18, "lemma": "we", "misc": "", "start_char": 278, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 283, "feats": null, "head": 20, "id": 19, "lemma": "at", "misc": "", "start_char": 281, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 289, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 20, "lemma": "10:30", "misc": "", "start_char": 284, "text": "10:30", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 292, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "a.", "misc": "", "start_char": 290, "text": "a.", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 295, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "marry", "misc": "", "start_char": 293, "text": "m.", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 298, "feats": null, "head": 25, "id": 23, "lemma": "on", "misc": "", "start_char": 296, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 307, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "February", "misc": "", "start_char": 299, "text": "February", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 310, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 25, "lemma": "25", "misc": "", "start_char": 308, "text": "25", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 312, "feats": null, "head": 27, "id": 26, "lemma": ",", "misc": "", "start_char": 311, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:tmod", "end_char": 317, "feats": "NumForm=Digit|NumType=Card", "head": 25, "id": 27, "lemma": "2017", "misc": "", "start_char": 313, "text": "2017", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 320, "feats": null, "head": 29, "id": 28, "lemma": "at", "misc": "", "start_char": 318, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 332, "feats": "Number=Sing", "head": 17, "id": 29, "lemma": "celebration", "misc": "", "start_char": 321, "text": "celebration", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 334, "feats": null, "head": 8, "id": 30, "lemma": "!", "misc": "", "start_char": 333, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 336, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 335, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NP (JJ Official) (NNS Rules) (: :)))" }, "speaker": null, "text": "Official Rules:", "tokens": [ { "deprel": "amod", "end_char": 345, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Official", "misc": "", "start_char": 337, "text": "Official", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 351, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "rule", "misc": "", "start_char": 346, "text": "Rules", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 353, "feats": null, "head": 2, "id": 3, "lemma": ":", "misc": "", "start_char": 352, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 355, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 354, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (JJ ●All) (JJ short) (NNS films)) (VP (MD must) (VP (VB be) (VP (VBN written) (, ,) (S (VP (VBN directed) (CC and) (VBN edited) (PP (IN by) (NP (NP (NNS teens)) (PP (IN in) (NP (NNS grades) (CD 6-12)))))))))) (. .)))" }, "speaker": null, "text": "●All short films must be written, directed and edited by teens in grades 6-12.", "tokens": [ { "deprel": "amod", "end_char": 360, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "●All", "misc": "", "start_char": 356, "text": "●All", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 366, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "short", "misc": "", "start_char": 361, "text": "short", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 372, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "film", "misc": "", "start_char": 367, "text": "films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 377, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "must", "misc": "", "start_char": 373, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 380, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 378, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 388, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "write", "misc": "", "start_char": 381, "text": "written", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 390, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 389, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 399, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 8, "lemma": "direct", "misc": "", "start_char": 391, "text": "directed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cc", "end_char": 403, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 400, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 410, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 10, "lemma": "edit", "misc": "", "start_char": 404, "text": "edited", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 413, "feats": null, "head": 12, "id": 11, "lemma": "by", "misc": "", "start_char": 411, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl:agent", "end_char": 419, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "teen", "misc": "", "start_char": 414, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 422, "feats": null, "head": 14, "id": 13, "lemma": "in", "misc": "", "start_char": 420, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 429, "feats": "Number=Plur", "head": 6, "id": 14, "lemma": "grade", "misc": "", "start_char": 423, "text": "grades", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nummod", "end_char": 434, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 15, "lemma": "6-12", "misc": "", "start_char": 430, "text": "6-12", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 436, "feats": null, "head": 6, "id": 16, "lemma": ".", "misc": "", "start_char": 435, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 438, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 437, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT ●The) (NN filmmaker/) (NN director)) (VP (MD must) (VP (VB be) (NP (NP (DT a) (NN resident)) (PP (IN of) (NP (NP (NNP Kent) (NNP County)) (, ,) (NP (NNP Michigan))))))) (. .)))" }, "speaker": null, "text": "●The filmmaker/ director must be a resident of Kent County, Michigan.", "tokens": [ { "deprel": "det", "end_char": 443, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "●the", "misc": "", "start_char": 439, "text": "●The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 454, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "filmmaker/", "misc": "", "start_char": 444, "text": "filmmaker/", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 463, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "director", "misc": "", "start_char": 455, "text": "director", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 468, "feats": "VerbForm=Fin", "head": 7, "id": 4, "lemma": "must", "misc": "", "start_char": 464, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 471, "feats": "VerbForm=Inf", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 469, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 473, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 472, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 482, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "resident", "misc": "", "start_char": 474, "text": "resident", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 485, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 483, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 490, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Kent", "misc": "", "start_char": 486, "text": "Kent", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 497, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "County", "misc": "", "start_char": 491, "text": "County", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 499, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 498, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 508, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Michigan", "misc": "", "start_char": 500, "text": "Michigan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 510, "feats": null, "head": 7, "id": 13, "lemma": ".", "misc": "", "start_char": 509, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 512, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 511, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (JJ ●All) (NNS entries)) (VP (VP (MD must) (VP (VB be) (VP (VBN teen-produced)))) (, ,) (CC and) (VP (MD may) (VP (VB be) (NP (CC either) (NP (DT a) (NN group) (NN project)) (CC or) (NP (JJ individual) (NN work)))))) (. .)))" }, "speaker": null, "text": "●All entries must be teen-produced, and may be either a group project or individual work.", "tokens": [ { "deprel": "amod", "end_char": 517, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "●All", "misc": "", "start_char": 513, "text": "●All", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 525, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "entry", "misc": "", "start_char": 518, "text": "entries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 530, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "must", "misc": "", "start_char": 526, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 533, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 531, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 547, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "teen-produce", "misc": "", "start_char": 534, "text": "teen-produced", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 549, "feats": null, "head": 13, "id": 6, "lemma": ",", "misc": "", "start_char": 548, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 553, "feats": null, "head": 13, "id": 7, "lemma": "and", "misc": "", "start_char": 550, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 557, "feats": "VerbForm=Fin", "head": 13, "id": 8, "lemma": "may", "misc": "", "start_char": 554, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 560, "feats": "VerbForm=Inf", "head": 13, "id": 9, "lemma": "be", "misc": "", "start_char": 558, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "cc:preconj", "end_char": 567, "feats": null, "head": 13, "id": 10, "lemma": "either", "misc": "", "start_char": 561, "text": "either", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 569, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 568, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 575, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "group", "misc": "", "start_char": 570, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 583, "feats": "Number=Sing", "head": 5, "id": 13, "lemma": "project", "misc": "", "start_char": 576, "text": "project", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 586, "feats": null, "head": 16, "id": 14, "lemma": "or", "misc": "", "start_char": 584, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 597, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "individual", "misc": "", "start_char": 587, "text": "individual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 602, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "work", "misc": "", "start_char": 598, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 604, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 603, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 606, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 605, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (NNS ●Films)) (VP (MD must) (VP (VB be) (NP (NP (QP (RB no) (JJR more) (IN than) (CD 10)) (NNS minutes)) (PP (IN in) (NP (NN length)))))) (. .)))" }, "speaker": null, "text": "●Films must be no more than 10 minutes in length.", "tokens": [ { "deprel": "nsubj", "end_char": 613, "feats": "Number=Plur", "head": 8, "id": 1, "lemma": "●Films", "misc": "", "start_char": 607, "text": "●Films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 618, "feats": "VerbForm=Fin", "head": 8, "id": 2, "lemma": "must", "misc": "", "start_char": 614, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 621, "feats": "VerbForm=Inf", "head": 8, "id": 3, "lemma": "be", "misc": "", "start_char": 619, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 624, "feats": null, "head": 5, "id": 4, "lemma": "no", "misc": "", "start_char": 622, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 629, "feats": "Degree=Cmp", "head": 7, "id": 5, "lemma": "more", "misc": "", "start_char": 625, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 634, "feats": null, "head": 5, "id": 6, "lemma": "than", "misc": "", "start_char": 630, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 637, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "10", "misc": "", "start_char": 635, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "root", "end_char": 645, "feats": "Number=Plur", "head": 0, "id": 8, "lemma": "minute", "misc": "", "start_char": 638, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 648, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 646, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 655, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "length", "misc": "", "start_char": 649, "text": "length", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 657, "feats": null, "head": 8, "id": 11, "lemma": ".", "misc": "", "start_char": 656, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 659, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 658, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NP (NN Submission) (NNS Requirements) (: :)))" }, "speaker": null, "text": "Submission Requirements:", "tokens": [ { "deprel": "compound", "end_char": 670, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "submission", "misc": "", "start_char": 660, "text": "Submission", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 683, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "requirement", "misc": "", "start_char": 671, "text": "Requirements", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 685, "feats": null, "head": 2, "id": 3, "lemma": ":", "misc": "", "start_char": 684, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 687, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 686, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD must) (VP (VB fill) (PRT (RP out)) (NP (DT an) (NN entry) (NN form)) (PP (IN for) (NP (NP (DT every) (NN film)) (SBAR (S (NP (PRP you)) (VP (VBP submit) (PP (IN to) (NP (DT the) (NN festival)))))))))) (. .)))" }, "speaker": null, "text": "You must fill out an entry form for every film you submit to the festival.", "tokens": [ { "deprel": "nsubj", "end_char": 691, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 688, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 696, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "must", "misc": "", "start_char": 692, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 701, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "fill", "misc": "", "start_char": 697, "text": "fill", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 705, "feats": null, "head": 3, "id": 4, "lemma": "out", "misc": "", "start_char": 702, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 708, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 706, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 714, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "entry", "misc": "", "start_char": 709, "text": "entry", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 719, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "form", "misc": "", "start_char": 715, "text": "form", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 723, "feats": null, "head": 10, "id": 8, "lemma": "for", "misc": "", "start_char": 720, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 729, "feats": null, "head": 10, "id": 9, "lemma": "every", "misc": "", "start_char": 724, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 734, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "film", "misc": "", "start_char": 730, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 738, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 11, "lemma": "you", "misc": "", "start_char": 735, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 745, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 10, "id": 12, "lemma": "submit", "misc": "", "start_char": 739, "text": "submit", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 748, "feats": null, "head": 15, "id": 13, "lemma": "to", "misc": "", "start_char": 746, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 752, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 749, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 761, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "festival", "misc": "", "start_char": 753, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 763, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 762, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Forms)) (ADVP (RB together) (PP (IN with) (NP (DT the) (NNS films))))) (VP (MD must) (VP (VB be) (VP (VP (VBN submitted) (S (UCP (PP (PP (IN by) (NP (NNP January) (CD 20) (, ,) (CD 2017))) (PP (IN to) (NP (DT any) (NNP KDL) (NN branch)))) (CC or) (VP (VBN mailed) (PP (IN to)))))) (: ;) (NP (NNP KDL) (NNP Cascade) (NNP Township) (NNP Branch))))) (. .)))" }, "speaker": null, "text": "Forms together with the films must be submitted by January 20, 2017 to any KDL branch or mailed to; KDL Cascade Township Branch.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 769, "feats": "Number=Plur", "head": 8, "id": 1, "lemma": "form", "misc": "", "start_char": 764, "text": "Forms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 778, "feats": null, "head": 1, "id": 2, "lemma": "together", "misc": "", "start_char": 770, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 783, "feats": null, "head": 5, "id": 3, "lemma": "with", "misc": "", "start_char": 779, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 787, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 784, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 793, "feats": "Number=Plur", "head": 1, "id": 5, "lemma": "film", "misc": "", "start_char": 788, "text": "films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 798, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "must", "misc": "", "start_char": 794, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 801, "feats": "VerbForm=Inf", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 799, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 811, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 8, "lemma": "submit", "misc": "", "start_char": 802, "text": "submitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 814, "feats": null, "head": 11, "id": 9, "lemma": "by", "misc": "", "start_char": 812, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 822, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "January", "misc": "", "start_char": 815, "text": "January", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 825, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 11, "lemma": "20", "misc": "", "start_char": 823, "text": "20", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 827, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 826, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:tmod", "end_char": 832, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 13, "lemma": "2017", "misc": "", "start_char": 828, "text": "2017", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 835, "feats": null, "head": 17, "id": 14, "lemma": "to", "misc": "", "start_char": 833, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 839, "feats": null, "head": 17, "id": 15, "lemma": "any", "misc": "", "start_char": 836, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 843, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "KDL", "misc": "", "start_char": 840, "text": "KDL", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 850, "feats": "Number=Sing", "head": 8, "id": 17, "lemma": "branch", "misc": "", "start_char": 844, "text": "branch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 853, "feats": null, "head": 19, "id": 18, "lemma": "or", "misc": "", "start_char": 851, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 860, "feats": "Tense=Past|VerbForm=Part", "head": 17, "id": 19, "lemma": "mail", "misc": "", "start_char": 854, "text": "mailed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 863, "feats": null, "head": 19, "id": 20, "lemma": "to", "misc": "", "start_char": 861, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 865, "feats": null, "head": 25, "id": 21, "lemma": ";", "misc": "", "start_char": 864, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "compound", "end_char": 869, "feats": "Number=Sing", "head": 25, "id": 22, "lemma": "KDL", "misc": "", "start_char": 866, "text": "KDL", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 877, "feats": "Number=Sing", "head": 25, "id": 23, "lemma": "Cascade", "misc": "", "start_char": 870, "text": "Cascade", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 886, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "Township", "misc": "", "start_char": 878, "text": "Township", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 893, "feats": "Number=Sing", "head": 19, "id": 25, "lemma": "branch", "misc": "", "start_char": 887, "text": "Branch", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 895, "feats": null, "head": 8, "id": 26, "lemma": ".", "misc": "", "start_char": 894, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 897, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 896, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NP (NN Judging) (CC &) (NNS Awards) (: :)))" }, "speaker": null, "text": "Judging & Awards:", "tokens": [ { "deprel": "root", "end_char": 905, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "judge", "misc": "", "start_char": 898, "text": "Judging", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 907, "feats": null, "head": 3, "id": 2, "lemma": "&", "misc": "", "start_char": 906, "text": "&", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 914, "feats": "Number=Plur", "head": 1, "id": 3, "lemma": "award", "misc": "", "start_char": 908, "text": "Awards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 916, "feats": null, "head": 1, "id": 4, "lemma": ":", "misc": "", "start_char": 915, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 918, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 917, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (DT All) (NNS films)) (VP (MD will) (VP (VB be) (VP (VBN previewed) (PP (IN by) (NP (NP (NP (DT a) (NN jury)) (VP (VBN made) (PRT (RP up)) (PP (IN of) (NP (NP (JJ select) (NNS individuals)) (, ,) (PP (VBG including) (CC but) (RB not) (VBN limited) (PP (IN to))))))) (: ;) (NP (NML (NNP Kent) (NNP District) (NNP Library)) (NN staff)) (, ,) (NP (NN teen) (NNS volunteers)) (CC and) (NP (NML (NNP Kent) (NNP District) (NNP Library)) (NN staff)) (, ,) (NP (NN teen) (NNS volunteers)) (CC and) (NP (NML (NNP Kent) (NNP County)) (NN community) (NNS members))))))) (. .)))" }, "speaker": null, "text": "All films will be previewed by a jury made up of select individuals, including but not limited to; Kent District Library staff, teen volunteers and Kent District Library staff, teen volunteers and Kent County community members.", "tokens": [ { "deprel": "det", "end_char": 922, "feats": null, "head": 2, "id": 1, "lemma": "all", "misc": "", "start_char": 919, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 928, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "film", "misc": "", "start_char": 923, "text": "films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 933, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "will", "misc": "", "start_char": 929, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 936, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 934, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 946, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "preview", "misc": "", "start_char": 937, "text": "previewed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 949, "feats": null, "head": 8, "id": 6, "lemma": "by", "misc": "", "start_char": 947, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 951, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 950, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 956, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "jury", "misc": "", "start_char": 952, "text": "jury", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 961, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 9, "lemma": "make", "misc": "", "start_char": 957, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 964, "feats": null, "head": 9, "id": 10, "lemma": "up", "misc": "", "start_char": 962, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 967, "feats": null, "head": 13, "id": 11, "lemma": "of", "misc": "", "start_char": 965, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 974, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "select", "misc": "", "start_char": 968, "text": "select", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 986, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "individual", "misc": "", "start_char": 975, "text": "individuals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 988, "feats": null, "head": 13, "id": 14, "lemma": ",", "misc": "", "start_char": 987, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 998, "feats": "VerbForm=Ger", "head": 13, "id": 15, "lemma": "include", "misc": "", "start_char": 989, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cc", "end_char": 1002, "feats": null, "head": 18, "id": 16, "lemma": "but", "misc": "", "start_char": 999, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1006, "feats": null, "head": 18, "id": 17, "lemma": "not", "misc": "", "start_char": 1003, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1014, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 18, "lemma": "limit", "misc": "", "start_char": 1007, "text": "limited", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 1017, "feats": null, "head": 18, "id": 19, "lemma": "to", "misc": "", "start_char": 1015, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1019, "feats": null, "head": 24, "id": 20, "lemma": ";", "misc": "", "start_char": 1018, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "compound", "end_char": 1024, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "Kent", "misc": "", "start_char": 1020, "text": "Kent", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1033, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "District", "misc": "", "start_char": 1025, "text": "District", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1041, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "Library", "misc": "", "start_char": 1034, "text": "Library", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1047, "feats": "Number=Sing", "head": 13, "id": 24, "lemma": "staff", "misc": "", "start_char": 1042, "text": "staff", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1049, "feats": null, "head": 27, "id": 25, "lemma": ",", "misc": "", "start_char": 1048, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1054, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "teen", "misc": "", "start_char": 1050, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1065, "feats": "Number=Plur", "head": 24, "id": 27, "lemma": "volunteer", "misc": "", "start_char": 1055, "text": "volunteers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1069, "feats": null, "head": 32, "id": 28, "lemma": "and", "misc": "", "start_char": 1066, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1074, "feats": "Number=Sing", "head": 32, "id": 29, "lemma": "Kent", "misc": "", "start_char": 1070, "text": "Kent", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1083, "feats": "Number=Sing", "head": 31, "id": 30, "lemma": "District", "misc": "", "start_char": 1075, "text": "District", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1091, "feats": "Number=Sing", "head": 32, "id": 31, "lemma": "Library", "misc": "", "start_char": 1084, "text": "Library", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1097, "feats": "Number=Sing", "head": 24, "id": 32, "lemma": "staff", "misc": "", "start_char": 1092, "text": "staff", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1099, "feats": null, "head": 35, "id": 33, "lemma": ",", "misc": "", "start_char": 1098, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1104, "feats": "Number=Sing", "head": 35, "id": 34, "lemma": "teen", "misc": "", "start_char": 1100, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1115, "feats": "Number=Plur", "head": 24, "id": 35, "lemma": "volunteer", "misc": "", "start_char": 1105, "text": "volunteers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1119, "feats": null, "head": 40, "id": 36, "lemma": "and", "misc": "", "start_char": 1116, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1124, "feats": "Number=Sing", "head": 38, "id": 37, "lemma": "Kent", "misc": "", "start_char": 1120, "text": "Kent", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1131, "feats": "Number=Sing", "head": 40, "id": 38, "lemma": "County", "misc": "", "start_char": 1125, "text": "County", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1141, "feats": "Number=Sing", "head": 40, "id": 39, "lemma": "community", "misc": "", "start_char": 1132, "text": "community", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1149, "feats": "Number=Plur", "head": 24, "id": 40, "lemma": "member", "misc": "", "start_char": 1142, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1151, "feats": null, "head": 5, "id": 41, "lemma": ".", "misc": "", "start_char": 1150, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (NN Library) (NN staff)) (VP (MD will) (VP (VB inform) (NP (DT all) (NNS entrants)) (PP (IN via) (NP (NN email))) (PP (IN by) (NP (NNP February) (CD 10) (, ,) (CD 2017))) (PP (IN as) (PP (IN to) (S (SBAR (IN whether) (CC or) (RB not)) (NP (PRP$ their) (NN film)) (VP (MD will) (VP (VB be) (VP (VBN shown))))))))) (. .)))" }, "speaker": null, "text": "Library staff will inform all entrants via email by February 10, 2017 as to whether or not their film will be shown.", "tokens": [ { "deprel": "compound", "end_char": 1159, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Library", "misc": "", "start_char": 1152, "text": "Library", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1165, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "staff", "misc": "", "start_char": 1160, "text": "staff", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1170, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "will", "misc": "", "start_char": 1166, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1177, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "inform", "misc": "", "start_char": 1171, "text": "inform", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1181, "feats": null, "head": 6, "id": 5, "lemma": "all", "misc": "", "start_char": 1178, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1190, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "entrant", "misc": "", "start_char": 1182, "text": "entrants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1194, "feats": null, "head": 8, "id": 7, "lemma": "via", "misc": "", "start_char": 1191, "text": "via", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1200, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "email", "misc": "", "start_char": 1195, "text": "email", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1203, "feats": null, "head": 11, "id": 9, "lemma": "by", "misc": "", "start_char": 1201, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1212, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "February", "misc": "", "start_char": 1204, "text": "February", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1215, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 11, "lemma": "10", "misc": "", "start_char": 1213, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1217, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 1216, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:tmod", "end_char": 1222, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 13, "lemma": "2017", "misc": "", "start_char": 1218, "text": "2017", "upos": "NUM", "xpos": "CD" }, { "deprel": "mark", "end_char": 1225, "feats": null, "head": 23, "id": 14, "lemma": "as", "misc": "", "start_char": 1223, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1228, "feats": null, "head": 14, "id": 15, "lemma": "to", "misc": "", "start_char": 1226, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "mark", "end_char": 1236, "feats": null, "head": 23, "id": 16, "lemma": "whether", "misc": "", "start_char": 1229, "text": "whether", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1239, "feats": null, "head": 16, "id": 17, "lemma": "or", "misc": "", "start_char": 1237, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "fixed", "end_char": 1243, "feats": null, "head": 16, "id": 18, "lemma": "not", "misc": "", "start_char": 1240, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 1249, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "their", "misc": "", "start_char": 1244, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj:pass", "end_char": 1254, "feats": "Number=Sing", "head": 23, "id": 20, "lemma": "film", "misc": "", "start_char": 1250, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1259, "feats": "VerbForm=Fin", "head": 23, "id": 21, "lemma": "will", "misc": "", "start_char": 1255, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1262, "feats": "VerbForm=Inf", "head": 23, "id": 22, "lemma": "be", "misc": "", "start_char": 1260, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advcl", "end_char": 1268, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 23, "lemma": "show", "misc": "", "start_char": 1263, "text": "shown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1270, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 1269, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1272, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1271, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (NNS Prizes)) (VP (MD will) (VP (VB be) (VP (VBN awarded) (PP (IN for) (NP (NP (DT the) (JJS best) (NNS films)) (PP (IN in) (NP (JJ various) (NNS categories)))))))) (. .)))" }, "speaker": null, "text": "Prizes will be awarded for the best films in various categories.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1279, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "prize", "misc": "", "start_char": 1273, "text": "Prizes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1284, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "will", "misc": "", "start_char": 1280, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1287, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1285, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1295, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "award", "misc": "", "start_char": 1288, "text": "awarded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1299, "feats": null, "head": 8, "id": 5, "lemma": "for", "misc": "", "start_char": 1296, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1303, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1300, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1308, "feats": "Degree=Sup", "head": 8, "id": 7, "lemma": "good", "misc": "", "start_char": 1304, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 1314, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "film", "misc": "", "start_char": 1309, "text": "films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1317, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 1315, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1325, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "various", "misc": "", "start_char": 1318, "text": "various", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1336, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "category", "misc": "", "start_char": 1326, "text": "categories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1338, "feats": null, "head": 4, "id": 12, "lemma": ".", "misc": "", "start_char": 1337, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (DT These) (NNS prizes)) (VP (VBP include) (NP (NP (NNP Celebration) (NNP Cinema)) (CC and) (NP (NNP Apple) (NML (NML (NN gift) (NNS cards)) (CC and) (NML (NN film) (NN camp))) (NNS scholarships)))) (. .)))" }, "speaker": null, "text": "These prizes include Celebration Cinema and Apple gift cards and film camp scholarships.", "tokens": [ { "deprel": "det", "end_char": 1344, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 1339, "text": "These", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1351, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "prize", "misc": "", "start_char": 1345, "text": "prizes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1359, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "include", "misc": "", "start_char": 1352, "text": "include", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 1371, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Celebration", "misc": "", "start_char": 1360, "text": "Celebration", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1378, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "cinema", "misc": "", "start_char": 1372, "text": "Cinema", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1382, "feats": null, "head": 9, "id": 6, "lemma": "and", "misc": "", "start_char": 1379, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1388, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "Apple", "misc": "", "start_char": 1383, "text": "Apple", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1393, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "gift", "misc": "", "start_char": 1389, "text": "gift", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1399, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "card", "misc": "", "start_char": 1394, "text": "cards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1403, "feats": null, "head": 13, "id": 10, "lemma": "and", "misc": "", "start_char": 1400, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1408, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "film", "misc": "", "start_char": 1404, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1413, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "camp", "misc": "", "start_char": 1409, "text": "camp", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1426, "feats": "Number=Plur", "head": 5, "id": 13, "lemma": "scholarship", "misc": "", "start_char": 1414, "text": "scholarships", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1428, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 1427, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
All Kent County teens in grades 6-12 are invited to enter films in the Kent County Teen Film Festival. A jury will review all submitted entries and select films to be screened at the Festival. The Kent County Teen Film Festival is free and open to the public, so please join us at 10:30 a. m. on February 25, 2017 at celebration! Official Rules: ●All short films must be written, directed and edited by teens in grades 6-12. ●The filmmaker/ director must be a resident of Kent County, Michigan. ●All entries must be teen-produced, and may be either a group project or individual work. ●Films must be no more than 10 minutes in length. Submission Requirements: You must fill out an entry form for every film you submit to the festival. Forms together with the films must be submitted by January 20, 2017 to any KDL branch or mailed to; KDL Cascade Township Branch. Judging & Awards: All films will be previewed by a jury made up of select individuals, including but not limited to; Kent District Library staff, teen volunteers and Kent District Library staff, teen volunteers and Kent County community members. Library staff will inform all entrants via email by February 10, 2017 as to whether or not their film will be shown. Prizes will be awarded for the best films in various categories. These prizes include Celebration Cinema and Apple gift cards and film camp scholarships.
[ [ [ 1, 0, 1 ] ], [ [ 1, 4, 6 ] ], [ [ 2, 11, 12 ] ], [ [ 2, 17, 17 ] ], [ [ 2, 23, 26 ] ], [ [ 4, 0, 1 ] ], [ [ 6, 0, 2 ] ], [ [ 6, 11, 14 ] ], [ [ 6, 13, 14 ] ], [ [ 8, 0, 2 ] ], [ [ 8, 5, 11 ] ], [ [ 8, 11, 11 ] ], [ [ 10, 0, 1 ] ], [ [ 10, 10, 15 ] ], [ [ 10, 14, 15 ] ], [ [ 10, 10, 12 ] ], [ [ 10, 11, 11 ] ], [ [ 12, 3, 9 ] ], [ [ 12, 9, 9 ] ], [ [ 14, 0, 1 ] ], [ [ 14, 0, 0 ] ], [ [ 16, 0, 0 ], [ 16, 10, 10 ] ], [ [ 16, 13, 14 ], [ 1, 14, 15 ], [ 0, 13, 18 ], [ 2, 0, 5 ] ], [ [ 17, 0, 0 ] ], [ [ 17, 0, 4 ] ], [ [ 17, 9, 12 ] ], [ [ 17, 14, 16 ] ], [ [ 19, 0, 2 ] ], [ [ 19, 2, 2 ] ], [ [ 19, 0, 0 ] ], [ [ 21, 0, 1 ] ], [ [ 21, 6, 12 ] ], [ [ 21, 25, 26 ], [ 21, 33, 34 ] ], [ [ 21, 36, 39 ] ], [ [ 21, 25, 31 ] ], [ [ 21, 33, 39 ] ], [ [ 17, 21, 21 ], [ 17, 15, 15 ], [ 21, 20, 22 ], [ 21, 28, 30 ] ], [ [ 22, 4, 5 ] ], [ [ 22, 9, 12 ] ], [ [ 22, 18, 19 ] ], [ [ 22, 18, 18 ], [ 22, 0, 1 ], [ 21, 20, 23 ], [ 21, 28, 31 ] ], [ [ 24, 9, 10 ] ], [ [ 25, 0, 1 ], [ 24, 0, 0 ] ], [ [ 25, 3, 4 ] ], [ [ 25, 6, 8 ] ], [ [ 25, 10, 12 ] ], [ [ 25, 3, 12 ] ], [ [ 24, 5, 10 ] ], [ [ 25, 6, 6 ] ], [ [ 25, 7, 7 ] ], [ [ 25, 10, 10 ], [ 17, 3, 4 ], [ 12, 0, 0 ], [ 0, 11, 11 ], [ 1, 9, 9 ] ], [ [ 17, 21, 24 ] ], [ [ 21, 12, 12 ] ], [ [ 2, 19, 26 ] ], [ [ 16, 4, 9 ] ], [ [ 16, 8, 9 ] ], [ [ 8, 8, 11 ] ], [ [ 8, 8, 9 ], [ 0, 14, 15 ], [ 0, 1, 2 ], [ 2, 1, 2 ], [ 21, 36, 37 ] ], [ [ 22, 4, 7 ] ], [ [ 25, 3, 3 ] ], [ [ 25, 11, 11 ] ], [ [ 0, 0, 6 ] ], [ [ 0, 5, 6 ] ], [ [ 2, 28, 28 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36142
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBD were) (NP (VBG smiling) (NNS children)) (NP (PDT all) (DT the) (NN way))) (. .)))" }, "speaker": null, "text": "There were smiling children all the way.", "tokens": [ { "deprel": "expl", "end_char": 5, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 0, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 6, "text": "were", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 18, "feats": "VerbForm=Ger", "head": 4, "id": 3, "lemma": "smile", "misc": "", "start_char": 11, "text": "smiling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nsubj", "end_char": 27, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "child", "misc": "", "start_char": 19, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det:predet", "end_char": 31, "feats": null, "head": 7, "id": 5, "lemma": "all", "misc": "", "start_char": 28, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 35, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 32, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 39, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "way", "misc": "", "start_char": 36, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 41, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 40, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Clearly)) (NP (PRP they)) (VP (VBD knew) (PP (IN at) (SBAR (WHNP (WDT what) (NN time)) (S (NP (DT the) (NN train)) (VP (VBD passed) (NP (PRP$ their) (NNS homes)))))))) (CC and) (S (NP (PRP they)) (VP (VBD made) (S (NP (NP (PRP it))) (NP (PRP$ their) (NN business)) (VP (TO to) (VP (VP (VB stand) (PP (IN along) (NP (DT the) (NN railway)))) (, ,) (VP (NN wave) (S (VP (TO to) (VP (VP (VB complete) (NP (NNS strangers))) (CC and) (VP (VB cheer) (NP (PRP them)) (PRT (RP up)) (SBAR (IN as) (S (NP (PRP they)) (VP (VBD rushed) (PP (IN towards) (NP (NNP Penang)))))))))))))))) (. .)))" }, "speaker": null, "text": "Clearly they knew at what time the train passed their homes and they made it their business to stand along the railway, wave to complete strangers and cheer them up as they rushed towards Penang.", "tokens": [ { "deprel": "advmod", "end_char": 49, "feats": null, "head": 3, "id": 1, "lemma": "clearly", "misc": "", "start_char": 42, "text": "Clearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 54, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "they", "misc": "", "start_char": 50, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 59, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "know", "misc": "", "start_char": 55, "text": "knew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 62, "feats": null, "head": 6, "id": 4, "lemma": "at", "misc": "", "start_char": 60, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 67, "feats": "PronType=Int", "head": 6, "id": 5, "lemma": "what", "misc": "", "start_char": 63, "text": "what", "upos": "DET", "xpos": "WDT" }, { "deprel": "obl", "end_char": 72, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "time", "misc": "", "start_char": 68, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 76, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 73, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 82, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "train", "misc": "", "start_char": 77, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 89, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 9, "lemma": "pass", "misc": "", "start_char": 83, "text": "passed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 95, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "their", "misc": "", "start_char": 90, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 101, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "home", "misc": "", "start_char": 96, "text": "homes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 105, "feats": null, "head": 14, "id": 12, "lemma": "and", "misc": "", "start_char": 102, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 110, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "they", "misc": "", "start_char": 106, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 115, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 14, "lemma": "make", "misc": "", "start_char": 111, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 118, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "it", "misc": "", "start_char": 116, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nmod:poss", "end_char": 124, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "their", "misc": "", "start_char": 119, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "xcomp", "end_char": 133, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "business", "misc": "", "start_char": 125, "text": "business", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 136, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 134, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 142, "feats": "VerbForm=Inf", "head": 14, "id": 19, "lemma": "stand", "misc": "", "start_char": 137, "text": "stand", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 148, "feats": null, "head": 22, "id": 20, "lemma": "along", "misc": "", "start_char": 143, "text": "along", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 152, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 149, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 160, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "railway", "misc": "", "start_char": 153, "text": "railway", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 162, "feats": null, "head": 24, "id": 23, "lemma": ",", "misc": "", "start_char": 161, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 167, "feats": "Number=Sing", "head": 19, "id": 24, "lemma": "wave", "misc": "", "start_char": 163, "text": "wave", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 170, "feats": null, "head": 26, "id": 25, "lemma": "to", "misc": "", "start_char": 168, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 179, "feats": "VerbForm=Inf", "head": 24, "id": 26, "lemma": "complete", "misc": "", "start_char": 171, "text": "complete", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 189, "feats": "Number=Plur", "head": 26, "id": 27, "lemma": "stranger", "misc": "", "start_char": 180, "text": "strangers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 193, "feats": null, "head": 29, "id": 28, "lemma": "and", "misc": "", "start_char": 190, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 199, "feats": "VerbForm=Inf", "head": 19, "id": 29, "lemma": "cheer", "misc": "", "start_char": 194, "text": "cheer", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 204, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 29, "id": 30, "lemma": "they", "misc": "", "start_char": 200, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 207, "feats": null, "head": 29, "id": 31, "lemma": "up", "misc": "", "start_char": 205, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 210, "feats": null, "head": 34, "id": 32, "lemma": "as", "misc": "", "start_char": 208, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 215, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 34, "id": 33, "lemma": "they", "misc": "", "start_char": 211, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 222, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 29, "id": 34, "lemma": "rush", "misc": "", "start_char": 216, "text": "rushed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 230, "feats": null, "head": 36, "id": 35, "lemma": "towards", "misc": "", "start_char": 223, "text": "towards", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 237, "feats": "Number=Sing", "head": 34, "id": 36, "lemma": "Penang", "misc": "", "start_char": 231, "text": "Penang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 239, "feats": null, "head": 3, "id": 37, "lemma": ".", "misc": "", "start_char": 238, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Often)) (NP (JJ whole) (NNS families)) (VP (VP (VBD stood) (PP (IN outside) (NP (PRP$ their) (NNS homes)))) (CC and) (VP (VBD waved) (CC and) (VBD smiled) (SBAR (IN as) (IN if) (S (NP (NP (DT those)) (PP (IN on) (NP (DT the) (NNS trains)))) (VP (VBD were) (NP (PRP$ their) (JJ favorite) (NNS relatives))))))) (. .)))" }, "speaker": null, "text": "Often whole families stood outside their homes and waved and smiled as if those on the trains were their favorite relatives.", "tokens": [ { "deprel": "advmod", "end_char": 245, "feats": null, "head": 4, "id": 1, "lemma": "often", "misc": "", "start_char": 240, "text": "Often", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 251, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "whole", "misc": "", "start_char": 246, "text": "whole", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 260, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "family", "misc": "", "start_char": 252, "text": "families", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 266, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "stand", "misc": "", "start_char": 261, "text": "stood", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 274, "feats": null, "head": 7, "id": 5, "lemma": "outside", "misc": "", "start_char": 267, "text": "outside", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 280, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "their", "misc": "", "start_char": 275, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 286, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "home", "misc": "", "start_char": 281, "text": "homes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 290, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 287, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 296, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "wave", "misc": "", "start_char": 291, "text": "waved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 300, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 297, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 307, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 11, "lemma": "smile", "misc": "", "start_char": 301, "text": "smiled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 310, "feats": null, "head": 21, "id": 12, "lemma": "as", "misc": "", "start_char": 308, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 313, "feats": null, "head": 12, "id": 13, "lemma": "if", "misc": "", "start_char": 311, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 319, "feats": "Number=Plur|PronType=Dem", "head": 21, "id": 14, "lemma": "that", "misc": "", "start_char": 314, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 322, "feats": null, "head": 17, "id": 15, "lemma": "on", "misc": "", "start_char": 320, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 326, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 323, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 333, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "train", "misc": "", "start_char": 327, "text": "trains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 338, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 18, "lemma": "be", "misc": "", "start_char": 334, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 344, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 19, "lemma": "their", "misc": "", "start_char": 339, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 353, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "favorite", "misc": "", "start_char": 345, "text": "favorite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 363, "feats": "Number=Plur", "head": 9, "id": 21, "lemma": "relative", "misc": "", "start_char": 354, "text": "relatives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 365, "feats": null, "head": 4, "id": 22, "lemma": ".", "misc": "", "start_char": 364, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (NP (NP (DT the) (JJ simple) (NN village) (NNS people)) (PP (IN of) (NP (NNP Malaysia))))) (. .)))" }, "speaker": null, "text": "This is the simple village people of Malaysia.", "tokens": [ { "deprel": "nsubj", "end_char": 370, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 1, "lemma": "this", "misc": "", "start_char": 366, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 373, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 371, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 377, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 374, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 384, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "simple", "misc": "", "start_char": 378, "text": "simple", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 392, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "village", "misc": "", "start_char": 385, "text": "village", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 399, "feats": "Number=Plur", "head": 0, "id": 6, "lemma": "person", "misc": "", "start_char": 393, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 402, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 400, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 411, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Malaysia", "misc": "", "start_char": 403, "text": "Malaysia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 413, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 412, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD was) (VP (VBN moved))) (. .)))" }, "speaker": null, "text": "I was moved.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 415, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 414, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 419, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 416, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 425, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "move", "misc": "", "start_char": 420, "text": "moved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 427, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 426, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 429, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 428, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBD had) (ADVP (RB always)) (VP (VBN traveled) (PP (IN to) (NP (NNP Malaysia))) (PP (IN by) (NP (NN plane) (CC or) (NN car)))))) (, ,) (RB so) (S (NP (DT this)) (VP (VBD was) (NP (NP (DT the) (JJ first) (NN time)) (SBAR (S (NP (PRP I)) (VP (VBD was) (PP (IN on) (NP (DT a) (NN train))))))))) (. .)))" }, "speaker": null, "text": "I had always traveled to Malaysia by plane or car, so this was the first time I was on a train.", "tokens": [ { "deprel": "nsubj", "end_char": 431, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 430, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 435, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "have", "misc": "", "start_char": 432, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 442, "feats": null, "head": 4, "id": 3, "lemma": "always", "misc": "", "start_char": 436, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 451, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "travel", "misc": "", "start_char": 443, "text": "traveled", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 454, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 452, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 463, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Malaysia", "misc": "", "start_char": 455, "text": "Malaysia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 466, "feats": null, "head": 8, "id": 7, "lemma": "by", "misc": "", "start_char": 464, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 472, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "plane", "misc": "", "start_char": 467, "text": "plane", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 475, "feats": null, "head": 10, "id": 9, "lemma": "or", "misc": "", "start_char": 473, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 479, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "car", "misc": "", "start_char": 476, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 481, "feats": null, "head": 17, "id": 11, "lemma": ",", "misc": "", "start_char": 480, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 484, "feats": null, "head": 17, "id": 12, "lemma": "so", "misc": "", "start_char": 482, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 489, "feats": "Number=Sing|PronType=Dem", "head": 17, "id": 13, "lemma": "this", "misc": "", "start_char": 485, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 493, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 14, "lemma": "be", "misc": "", "start_char": 490, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 497, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 494, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 503, "feats": "Degree=Pos|NumType=Ord", "head": 17, "id": 16, "lemma": "first", "misc": "", "start_char": 498, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "parataxis", "end_char": 508, "feats": "Number=Sing", "head": 4, "id": 17, "lemma": "time", "misc": "", "start_char": 504, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 510, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 22, "id": 18, "lemma": "I", "misc": "", "start_char": 509, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 514, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 19, "lemma": "be", "misc": "", "start_char": 511, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 517, "feats": null, "head": 22, "id": 20, "lemma": "on", "misc": "", "start_char": 515, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 519, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 21, "lemma": "a", "misc": "", "start_char": 518, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "acl:relcl", "end_char": 525, "feats": "Number=Sing", "head": 17, "id": 22, "lemma": "train", "misc": "", "start_char": 520, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 527, "feats": null, "head": 4, "id": 23, "lemma": ".", "misc": "", "start_char": 526, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD did) (RB not) (ADVP (RB particularly)) (VP (VB relish) (NP (DT the) (JJ long) (NN train) (NN journey)))) (CC and) (VP (VBD had) (VP (VBN brought) (ADVP (RB along)) (NP (NP (DT a) (CD dozen) (NNS magazines)) (SBAR (S (VP (TO to) (VP (VB read) (CC and) (VB reread))))))))) (. .)))" }, "speaker": null, "text": "I did not particularly relish the long train journey and had brought along a dozen magazines to read and reread.", "tokens": [ { "deprel": "nsubj", "end_char": 529, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 1, "lemma": "I", "misc": "", "start_char": 528, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 533, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 2, "lemma": "do", "misc": "", "start_char": 530, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 537, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 534, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 550, "feats": null, "head": 5, "id": 4, "lemma": "particularly", "misc": "", "start_char": 538, "text": "particularly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 557, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "relish", "misc": "", "start_char": 551, "text": "relish", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 561, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 6, "lemma": "the", "misc": "", "start_char": 558, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 566, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "long", "misc": "", "start_char": 562, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 572, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "train", "misc": "", "start_char": 567, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 580, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "journey", "misc": "", "start_char": 573, "text": "journey", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 584, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 581, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 588, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "have", "misc": "", "start_char": 585, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 596, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 12, "lemma": "bring", "misc": "", "start_char": 589, "text": "brought", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 602, "feats": null, "head": 12, "id": 13, "lemma": "along", "misc": "", "start_char": 597, "text": "along", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 604, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 603, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 610, "feats": "NumForm=Word|NumType=Card", "head": 16, "id": 15, "lemma": "dozen", "misc": "", "start_char": 605, "text": "dozen", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 620, "feats": "Number=Plur", "head": 12, "id": 16, "lemma": "magazine", "misc": "", "start_char": 611, "text": "magazines", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 623, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 621, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 628, "feats": "VerbForm=Inf", "head": 12, "id": 18, "lemma": "read", "misc": "", "start_char": 624, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 632, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 629, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 639, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "reread", "misc": "", "start_char": 633, "text": "reread", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 641, "feats": null, "head": 5, "id": 21, "lemma": ".", "misc": "", "start_char": 640, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD looked) (PP (IN about) (NP (DT the) (NN train)))) (. .)))" }, "speaker": null, "text": "I looked about the train.", "tokens": [ { "deprel": "nsubj", "end_char": 643, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 642, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 650, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "look", "misc": "", "start_char": 644, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 656, "feats": null, "head": 5, "id": 3, "lemma": "about", "misc": "", "start_char": 651, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 660, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 657, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 666, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "train", "misc": "", "start_char": 661, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 668, "feats": null, "head": 2, "id": 6, "lemma": ".", "misc": "", "start_char": 667, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBD was) (RB not) (NP (CD one) (JJ familiar) (NN face))) (. .)))" }, "speaker": null, "text": "There was not one familiar face.", "tokens": [ { "deprel": "expl", "end_char": 674, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 669, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 678, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 675, "text": "was", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 682, "feats": null, "head": 2, "id": 3, "lemma": "not", "misc": "", "start_char": 679, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "nummod", "end_char": 686, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 4, "lemma": "one", "misc": "", "start_char": 683, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 695, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "familiar", "misc": "", "start_char": 687, "text": "familiar", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 700, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "face", "misc": "", "start_char": 696, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 702, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 701, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD sighed)) (CC and) (VP (VBD sat) (PRT (RP down)) (S (VP (TO to) (VP (VB read) (NP (PRP$ my) (NNS Economics))))))) (. .)))" }, "speaker": null, "text": "I sighed and sat down to read my Economics.", "tokens": [ { "deprel": "nsubj", "end_char": 704, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 703, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 711, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "sigh", "misc": "", "start_char": 705, "text": "sighed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 715, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 712, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 719, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 4, "lemma": "sit", "misc": "", "start_char": 716, "text": "sat", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 724, "feats": null, "head": 4, "id": 5, "lemma": "down", "misc": "", "start_char": 720, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 727, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 725, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 732, "feats": "VerbForm=Inf", "head": 4, "id": 7, "lemma": "read", "misc": "", "start_char": 728, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 735, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "my", "misc": "", "start_char": 733, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 745, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "economics", "misc": "", "start_char": 736, "text": "Economics", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 747, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 746, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 749, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 748, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (RB not) (ADVP (RB long)) (SBAR (IN before) (S (NP (DT the) (NN train)) (VP (VBD was) (UCP (PP (IN across) (NP (DT the) (NNP Causeway))) (CC and) (PP (IN in) (NP (NNP Malaysia)))))))) (. .)))" }, "speaker": null, "text": "It was not long before the train was across the Causeway and in Malaysia.", "tokens": [ { "deprel": "nsubj", "end_char": 752, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 750, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 756, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 753, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 760, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 757, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 765, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "long", "misc": "", "start_char": 761, "text": "long", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 772, "feats": null, "head": 11, "id": 5, "lemma": "before", "misc": "", "start_char": 766, "text": "before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 776, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 773, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 782, "feats": "Number=Sing", "head": 11, "id": 7, "lemma": "train", "misc": "", "start_char": 777, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 786, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 783, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 793, "feats": null, "head": 11, "id": 9, "lemma": "across", "misc": "", "start_char": 787, "text": "across", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 797, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 794, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 806, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "Causeway", "misc": "", "start_char": 798, "text": "Causeway", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 810, "feats": null, "head": 14, "id": 12, "lemma": "and", "misc": "", "start_char": 807, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 813, "feats": null, "head": 14, "id": 13, "lemma": "in", "misc": "", "start_char": 811, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "conj", "end_char": 822, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "Malaysia", "misc": "", "start_char": 814, "text": "Malaysia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 824, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 823, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Johore) (NNP Baru)) (VP (VBD was) (NP (NP (RB just) (DT another) (NN city)) (PP (IN like) (NP (NNP Singapore)))))) (, ,) (RB so) (S (NP (PRP I)) (VP (VBD was) (ADJP (JJ tired) (PP (IN of) (S (VP (VBG looking) (PP (IN at) (NP (NP (DT the) (NNS crowds)) (PP (IN of) (NP (NNS people))))) (SBAR (IN as) (S (NP (PRP they)) (VP (VBD hurried) (ADVP (RB past))))))))))) (. .)))" }, "speaker": null, "text": "Johore Baru was just another city like Singapore, so I was tired of looking at the crowds of people as they hurried past.", "tokens": [ { "deprel": "compound", "end_char": 831, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Johore", "misc": "", "start_char": 825, "text": "Johore", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 836, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "Baru", "misc": "", "start_char": 832, "text": "Baru", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 840, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 837, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 845, "feats": null, "head": 6, "id": 4, "lemma": "just", "misc": "", "start_char": 841, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 853, "feats": null, "head": 6, "id": 5, "lemma": "another", "misc": "", "start_char": 846, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 858, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "city", "misc": "", "start_char": 854, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 863, "feats": null, "head": 8, "id": 7, "lemma": "like", "misc": "", "start_char": 859, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 873, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Singapore", "misc": "", "start_char": 864, "text": "Singapore", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 875, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 874, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 878, "feats": null, "head": 13, "id": 10, "lemma": "so", "misc": "", "start_char": 876, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 880, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 11, "lemma": "I", "misc": "", "start_char": 879, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 884, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 881, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "parataxis", "end_char": 890, "feats": "Degree=Pos", "head": 6, "id": 13, "lemma": "tired", "misc": "", "start_char": 885, "text": "tired", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 893, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 891, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 901, "feats": "VerbForm=Ger", "head": 13, "id": 15, "lemma": "look", "misc": "", "start_char": 894, "text": "looking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 904, "feats": null, "head": 18, "id": 16, "lemma": "at", "misc": "", "start_char": 902, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 908, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 905, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 915, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "crowd", "misc": "", "start_char": 909, "text": "crowds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 918, "feats": null, "head": 20, "id": 19, "lemma": "of", "misc": "", "start_char": 916, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 925, "feats": "Number=Plur", "head": 18, "id": 20, "lemma": "person", "misc": "", "start_char": 919, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 928, "feats": null, "head": 23, "id": 21, "lemma": "as", "misc": "", "start_char": 926, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 933, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 23, "id": 22, "lemma": "they", "misc": "", "start_char": 929, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 941, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 23, "lemma": "hurry", "misc": "", "start_char": 934, "text": "hurried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 946, "feats": null, "head": 23, "id": 24, "lemma": "past", "misc": "", "start_char": 942, "text": "past", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 948, "feats": null, "head": 6, "id": 25, "lemma": ".", "misc": "", "start_char": 947, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (PRP we)) (VP (VBD went) (PP (IN beyond) (NP (DT the) (NN city)))))) (, ,) (NP (PRP I)) (VP (VBD watched) (NP (NP (DT the) (JJ straight) (NNS rows)) (PP (IN of) (NP (NP (NN rubber) (NNS trees) (CC and) (NNS miles) (CC and) (NNS miles)) (PP (IN of) (NP (NN green))))))) (. .)))" }, "speaker": null, "text": "As we went beyond the city, I watched the straight rows of rubber trees and miles and miles of green.", "tokens": [ { "deprel": "mark", "end_char": 951, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 949, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 954, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 952, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 959, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 9, "id": 3, "lemma": "go", "misc": "", "start_char": 955, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 966, "feats": null, "head": 6, "id": 4, "lemma": "beyond", "misc": "", "start_char": 960, "text": "beyond", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 970, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 967, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 975, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "city", "misc": "", "start_char": 971, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 977, "feats": null, "head": 3, "id": 7, "lemma": ",", "misc": "", "start_char": 976, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 979, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 978, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 987, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "watch", "misc": "", "start_char": 980, "text": "watched", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 991, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 988, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1000, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "straight", "misc": "", "start_char": 992, "text": "straight", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1005, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "row", "misc": "", "start_char": 1001, "text": "rows", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1008, "feats": null, "head": 15, "id": 13, "lemma": "of", "misc": "", "start_char": 1006, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1015, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "rubber", "misc": "", "start_char": 1009, "text": "rubber", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1021, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "tree", "misc": "", "start_char": 1016, "text": "trees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1025, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 1022, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1031, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "mile", "misc": "", "start_char": 1026, "text": "miles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1035, "feats": null, "head": 19, "id": 18, "lemma": "and", "misc": "", "start_char": 1032, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1041, "feats": "Number=Plur", "head": 17, "id": 19, "lemma": "mile", "misc": "", "start_char": 1036, "text": "miles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1044, "feats": null, "head": 21, "id": 20, "lemma": "of", "misc": "", "start_char": 1042, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1050, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "green", "misc": "", "start_char": 1045, "text": "green", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1052, "feats": null, "head": 9, "id": 22, "lemma": ".", "misc": "", "start_char": 1051, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (DT the) (JJ first) (NN village)) (VP (VBD came) (PP (IN into) (NP (NN sight)))) (. .)))" }, "speaker": null, "text": "Then the first village came into sight.", "tokens": [ { "deprel": "advmod", "end_char": 1057, "feats": "PronType=Dem", "head": 5, "id": 1, "lemma": "then", "misc": "", "start_char": 1053, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1061, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 1058, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1067, "feats": "Degree=Pos|NumType=Ord", "head": 4, "id": 3, "lemma": "first", "misc": "", "start_char": 1062, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1075, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "village", "misc": "", "start_char": 1068, "text": "village", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1080, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "come", "misc": "", "start_char": 1076, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1085, "feats": null, "head": 7, "id": 6, "lemma": "into", "misc": "", "start_char": 1081, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1091, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "sight", "misc": "", "start_char": 1086, "text": "sight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1093, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 1092, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Immediately)) (NP (PRP I)) (VP (VBD came) (ADJP (JJ alive)))) (: ;) (S (NP (PRP I)) (VP (VBD decided) (S (VP (TO to) (VP (VB wave) (ADVP (RB back))))))) (. .)))" }, "speaker": null, "text": "Immediately I came alive; I decided to wave back.", "tokens": [ { "deprel": "advmod", "end_char": 1105, "feats": null, "head": 3, "id": 1, "lemma": "immediately", "misc": "", "start_char": 1094, "text": "Immediately", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1107, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 1106, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1112, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "come", "misc": "", "start_char": 1108, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1118, "feats": "Degree=Pos", "head": 3, "id": 4, "lemma": "alive", "misc": "", "start_char": 1113, "text": "alive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1120, "feats": null, "head": 3, "id": 5, "lemma": ";", "misc": "", "start_char": 1119, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 1122, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 1121, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 1130, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "decide", "misc": "", "start_char": 1123, "text": "decided", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1133, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1131, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1138, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "wave", "misc": "", "start_char": 1134, "text": "wave", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1143, "feats": null, "head": 9, "id": 10, "lemma": "back", "misc": "", "start_char": 1139, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1145, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 1144, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1147, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1146, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (PP (IN From) (ADVP (RB then))) (PP (IN on) (NP (PRP$ my) (NN journey))) (VP (VBD became) (ADJP (JJ interesting))) (. .)))" }, "speaker": null, "text": "From then on my journey became interesting.", "tokens": [ { "deprel": "case", "end_char": 1152, "feats": null, "head": 2, "id": 1, "lemma": "from", "misc": "", "start_char": 1148, "text": "From", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1157, "feats": "PronType=Dem", "head": 6, "id": 2, "lemma": "then", "misc": "", "start_char": 1153, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1160, "feats": null, "head": 5, "id": 3, "lemma": "on", "misc": "", "start_char": 1158, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1163, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "my", "misc": "", "start_char": 1161, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1171, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "journey", "misc": "", "start_char": 1164, "text": "journey", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1178, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "become", "misc": "", "start_char": 1172, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1190, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "interesting", "misc": "", "start_char": 1179, "text": "interesting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1192, "feats": null, "head": 6, "id": 8, "lemma": ".", "misc": "", "start_char": 1191, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD threw) (NP (PRP$ my) (NNS magazines)) (PP (IN into) (NP (DT the) (NN waste) (NN basket)))) (CC and) (VP (VBD decided) (S (VP (TO to) (VP (VB join) (PP (IN in) (NP (JJ Malaysian) (NN life)))))))) (. .)))" }, "speaker": null, "text": "I threw my magazines into the waste basket and decided to join in Malaysian life.", "tokens": [ { "deprel": "nsubj", "end_char": 1194, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1193, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1200, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "throw", "misc": "", "start_char": 1195, "text": "threw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 1203, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "my", "misc": "", "start_char": 1201, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1213, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "magazine", "misc": "", "start_char": 1204, "text": "magazines", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1218, "feats": null, "head": 8, "id": 5, "lemma": "into", "misc": "", "start_char": 1214, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1222, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1219, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1228, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "waste", "misc": "", "start_char": 1223, "text": "waste", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1235, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "basket", "misc": "", "start_char": 1229, "text": "basket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1239, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1236, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1247, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 10, "lemma": "decide", "misc": "", "start_char": 1240, "text": "decided", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1250, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 1248, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1255, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "join", "misc": "", "start_char": 1251, "text": "join", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1258, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 1256, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1268, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "Malaysian", "misc": "", "start_char": 1259, "text": "Malaysian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1273, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "life", "misc": "", "start_char": 1269, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1275, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 1274, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (NN everything)) (VP (VBD came) (ADJP (JJ alive))) (. .)))" }, "speaker": null, "text": "Then everything came alive.", "tokens": [ { "deprel": "advmod", "end_char": 1280, "feats": "PronType=Dem", "head": 3, "id": 1, "lemma": "then", "misc": "", "start_char": 1276, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1291, "feats": "Number=Sing|PronType=Tot", "head": 3, "id": 2, "lemma": "everything", "misc": "", "start_char": 1281, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "root", "end_char": 1296, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "come", "misc": "", "start_char": 1292, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1302, "feats": "Degree=Pos", "head": 3, "id": 4, "lemma": "alive", "misc": "", "start_char": 1297, "text": "alive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1304, "feats": null, "head": 3, "id": 5, "lemma": ".", "misc": "", "start_char": 1303, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS mountains)) (VP (VBD seemed) (S (VP (TO to) (VP (VB speak) (PP (IN to) (NP (PRP me))))))) (. .)))" }, "speaker": null, "text": "The mountains seemed to speak to me.", "tokens": [ { "deprel": "det", "end_char": 1308, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1305, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1318, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "mountain", "misc": "", "start_char": 1309, "text": "mountains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1325, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "seem", "misc": "", "start_char": 1319, "text": "seemed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1328, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1326, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1334, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "speak", "misc": "", "start_char": 1329, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1337, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1335, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1340, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 7, "lemma": "I", "misc": "", "start_char": 1338, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1342, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 1341, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (RB Even) (DT the) (NNS trees)) (VP (VBD were) (VP (VBG smiling))) (. .)))" }, "speaker": null, "text": "Even the trees were smiling.", "tokens": [ { "deprel": "advmod", "end_char": 1347, "feats": null, "head": 3, "id": 1, "lemma": "even", "misc": "", "start_char": 1343, "text": "Even", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1351, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1348, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1357, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "tree", "misc": "", "start_char": 1352, "text": "trees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1362, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1358, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1370, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 5, "lemma": "smile", "misc": "", "start_char": 1363, "text": "smiling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1372, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 1371, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD stared) (PP (IN at) (NP (NN everything))) (SBAR (IN as) (IN if) (S (NP (PRP I)) (VP (VBD was) (VP (VBG looking) (PP (IN at) (NP (PRP it))) (PP (IN for) (NP (DT the) (JJ first) (NN time)))))))) (. .)))" }, "speaker": null, "text": "I stared at everything as if I was looking at it for the first time.", "tokens": [ { "deprel": "nsubj", "end_char": 1374, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1373, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1381, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "stare", "misc": "", "start_char": 1375, "text": "stared", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1384, "feats": null, "head": 4, "id": 3, "lemma": "at", "misc": "", "start_char": 1382, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1395, "feats": "Number=Sing|PronType=Tot", "head": 2, "id": 4, "lemma": "everything", "misc": "", "start_char": 1385, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "mark", "end_char": 1398, "feats": null, "head": 9, "id": 5, "lemma": "as", "misc": "", "start_char": 1396, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1401, "feats": null, "head": 5, "id": 6, "lemma": "if", "misc": "", "start_char": 1399, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1403, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 7, "lemma": "I", "misc": "", "start_char": 1402, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1407, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1404, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1415, "feats": "Tense=Pres|VerbForm=Part", "head": 2, "id": 9, "lemma": "look", "misc": "", "start_char": 1408, "text": "looking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1418, "feats": null, "head": 11, "id": 10, "lemma": "at", "misc": "", "start_char": 1416, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1421, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 11, "lemma": "it", "misc": "", "start_char": 1419, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1425, "feats": null, "head": 15, "id": 12, "lemma": "for", "misc": "", "start_char": 1422, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1429, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 1426, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1435, "feats": "Degree=Pos|NumType=Ord", "head": 15, "id": 14, "lemma": "first", "misc": "", "start_char": 1430, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1440, "feats": "Number=Sing", "head": 9, "id": 15, "lemma": "time", "misc": "", "start_char": 1436, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1442, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 1441, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1444, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1443, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN day)) (VP (VBD passed) (ADVP (RB fast)))) (CC and) (S (NP (PRP I)) (ADVP (RB even)) (VP (VBD forgot) (S (VP (TO to) (VP (VB have) (NP (PRP$ my) (NN lunch))))) (SBAR (IN until) (S (NP (PRP I)) (VP (VBD felt) (ADJP (JJ hungry))))))) (. .)))" }, "speaker": null, "text": "The day passed fast and I even forgot to have my lunch until I felt hungry.", "tokens": [ { "deprel": "det", "end_char": 1448, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1445, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1452, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "day", "misc": "", "start_char": 1449, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1459, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "pass", "misc": "", "start_char": 1453, "text": "passed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1464, "feats": "Degree=Pos", "head": 3, "id": 4, "lemma": "fast", "misc": "", "start_char": 1460, "text": "fast", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1468, "feats": null, "head": 8, "id": 5, "lemma": "and", "misc": "", "start_char": 1465, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1470, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 6, "lemma": "I", "misc": "", "start_char": 1469, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1475, "feats": null, "head": 8, "id": 7, "lemma": "even", "misc": "", "start_char": 1471, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1482, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 8, "lemma": "forget", "misc": "", "start_char": 1476, "text": "forgot", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1485, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 1483, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1490, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "have", "misc": "", "start_char": 1486, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1493, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "my", "misc": "", "start_char": 1491, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1499, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "lunch", "misc": "", "start_char": 1494, "text": "lunch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1505, "feats": null, "head": 15, "id": 13, "lemma": "until", "misc": "", "start_char": 1500, "text": "until", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1507, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 15, "id": 14, "lemma": "I", "misc": "", "start_char": 1506, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1512, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 10, "id": 15, "lemma": "feel", "misc": "", "start_char": 1508, "text": "felt", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1519, "feats": "Degree=Pos", "head": 15, "id": 16, "lemma": "hungry", "misc": "", "start_char": 1513, "text": "hungry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1521, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 1520, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD looked) (PP (IN at) (NP (PRP$ my) (NN watch)))) (CC and) (VP (VBD was) (ADJP (JJ surprised) (SBAR (IN that) (S (NP (PRP it)) (VP (VBD was) (NP (CD 3:00) (NN pm)))))))) (. .)))" }, "speaker": null, "text": "I looked at my watch and was surprised that it was 3:00 pm.", "tokens": [ { "deprel": "nsubj", "end_char": 1523, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1522, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1530, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "look", "misc": "", "start_char": 1524, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1533, "feats": null, "head": 5, "id": 3, "lemma": "at", "misc": "", "start_char": 1531, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1536, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "my", "misc": "", "start_char": 1534, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1542, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "watch", "misc": "", "start_char": 1537, "text": "watch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1546, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 1543, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 1550, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1547, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 1560, "feats": "Degree=Pos", "head": 2, "id": 8, "lemma": "surprised", "misc": "", "start_char": 1551, "text": "surprised", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1565, "feats": null, "head": 13, "id": 9, "lemma": "that", "misc": "", "start_char": 1561, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1568, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 10, "lemma": "it", "misc": "", "start_char": 1566, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1572, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 1569, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 1577, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 12, "lemma": "3:00", "misc": "", "start_char": 1573, "text": "3:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "ccomp", "end_char": 1580, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "p.m.", "misc": "", "start_char": 1578, "text": "pm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1582, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 1581, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Soon)) (NP (DT the) (NN train)) (VP (VBD pulled) (PRT (RP up)) (PP (IN at) (NP (NNP Butterworth)))) (. .)))" }, "speaker": null, "text": "Soon the train pulled up at Butterworth.", "tokens": [ { "deprel": "advmod", "end_char": 1587, "feats": "Degree=Pos", "head": 4, "id": 1, "lemma": "soon", "misc": "", "start_char": 1583, "text": "Soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1591, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1588, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1597, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "train", "misc": "", "start_char": 1592, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1604, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "pull", "misc": "", "start_char": 1598, "text": "pulled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1607, "feats": null, "head": 4, "id": 5, "lemma": "up", "misc": "", "start_char": 1605, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1610, "feats": null, "head": 7, "id": 6, "lemma": "at", "misc": "", "start_char": 1608, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1622, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "Butterworth", "misc": "", "start_char": 1611, "text": "Butterworth", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1624, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 1623, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD looked) (PP (IN at) (NP (NP (DT the) (NNS people)) (PP (ADVP (RB all)) (IN around) (NP (PRP me)))))) (. .)))" }, "speaker": null, "text": "I looked at the people all around me.", "tokens": [ { "deprel": "nsubj", "end_char": 1626, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1625, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1633, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "look", "misc": "", "start_char": 1627, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1636, "feats": null, "head": 5, "id": 3, "lemma": "at", "misc": "", "start_char": 1634, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1640, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1637, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1647, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "person", "misc": "", "start_char": 1641, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1651, "feats": null, "head": 8, "id": 6, "lemma": "all", "misc": "", "start_char": 1648, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1658, "feats": null, "head": 8, "id": 7, "lemma": "around", "misc": "", "start_char": 1652, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1661, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 8, "lemma": "I", "misc": "", "start_char": 1659, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1663, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 1662, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP They)) (NP (DT all))) (VP (VBD looked) (ADJP (JJ beautiful))) (. .)))" }, "speaker": null, "text": "They all looked beautiful.", "tokens": [ { "deprel": "nsubj", "end_char": 1668, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 1664, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 1672, "feats": null, "head": 1, "id": 2, "lemma": "all", "misc": "", "start_char": 1669, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1679, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "look", "misc": "", "start_char": 1673, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1689, "feats": "Degree=Pos", "head": 3, "id": 4, "lemma": "beautiful", "misc": "", "start_char": 1680, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1691, "feats": null, "head": 3, "id": 5, "lemma": ".", "misc": "", "start_char": 1690, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP$ my) (NN uncle)) (VP (VBD arrived) (PP (IN with) (NP (DT a) (NN smile)))))) (, ,) (NP (PRP I)) (VP (VBD threw) (NP (PRP$ my) (NNS arms)) (PP (IN around) (NP (PRP him))) (S (VP (TO to) (VP (VB give) (NP (PRP him)) (NP (DT a) (JJ warm) (NN hug)))))) (. .)))" }, "speaker": null, "text": "When my uncle arrived with a smile, I threw my arms around him to give him a warm hug.", "tokens": [ { "deprel": "advmod", "end_char": 1696, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "when", "misc": "", "start_char": 1692, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 1699, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "my", "misc": "", "start_char": 1697, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1705, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "uncle", "misc": "", "start_char": 1700, "text": "uncle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1713, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 4, "lemma": "arrive", "misc": "", "start_char": 1706, "text": "arrived", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1718, "feats": null, "head": 7, "id": 5, "lemma": "with", "misc": "", "start_char": 1714, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1720, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 1719, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1726, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "smile", "misc": "", "start_char": 1721, "text": "smile", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1728, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 1727, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1730, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "I", "misc": "", "start_char": 1729, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1736, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "throw", "misc": "", "start_char": 1731, "text": "threw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 1739, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "my", "misc": "", "start_char": 1737, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1744, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "arm", "misc": "", "start_char": 1740, "text": "arms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1751, "feats": null, "head": 14, "id": 13, "lemma": "around", "misc": "", "start_char": 1745, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1755, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 14, "lemma": "he", "misc": "", "start_char": 1752, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1758, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 1756, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1763, "feats": "VerbForm=Inf", "head": 10, "id": 16, "lemma": "give", "misc": "", "start_char": 1759, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 1767, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 17, "lemma": "he", "misc": "", "start_char": 1764, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 1769, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 1768, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1774, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "warm", "misc": "", "start_char": 1770, "text": "warm", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1778, "feats": "Number=Sing", "head": 16, "id": 20, "lemma": "hug", "misc": "", "start_char": 1775, "text": "hug", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1780, "feats": null, "head": 10, "id": 21, "lemma": ".", "misc": "", "start_char": 1779, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD had) (ADVP (RB never)) (VP (VBN done) (NP (DT this)) (ADVP (RB before)))) (. .)))" }, "speaker": null, "text": "I had never done this before.", "tokens": [ { "deprel": "nsubj", "end_char": 1782, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 1781, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1786, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "have", "misc": "", "start_char": 1783, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1792, "feats": null, "head": 4, "id": 3, "lemma": "never", "misc": "", "start_char": 1787, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1797, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "do", "misc": "", "start_char": 1793, "text": "done", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 1802, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 5, "lemma": "this", "misc": "", "start_char": 1798, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1809, "feats": null, "head": 4, "id": 6, "lemma": "before", "misc": "", "start_char": 1803, "text": "before", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1811, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 1810, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VBD seemed) (S (ADJP (JJ surprised))))) (CC and) (S (ADVP (RB then)) (NP (PRP$ his) (JJ weather-beaten) (NN face)) (VP (VBD warmed) (PRT (RP up)) (PP (IN with) (NP (DT a) (JJ huge) (NN smile))))) (. .)))" }, "speaker": null, "text": "He seemed surprised and then his weather-beaten face warmed up with a huge smile.", "tokens": [ { "deprel": "nsubj", "end_char": 1814, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1812, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1821, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "seem", "misc": "", "start_char": 1815, "text": "seemed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1831, "feats": "Degree=Pos", "head": 2, "id": 3, "lemma": "surprised", "misc": "", "start_char": 1822, "text": "surprised", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1835, "feats": null, "head": 9, "id": 4, "lemma": "and", "misc": "", "start_char": 1832, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1840, "feats": "PronType=Dem", "head": 9, "id": 5, "lemma": "then", "misc": "", "start_char": 1836, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 1844, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 6, "lemma": "his", "misc": "", "start_char": 1841, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1859, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "weather-beaten", "misc": "", "start_char": 1845, "text": "weather-beaten", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1864, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "face", "misc": "", "start_char": 1860, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1871, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "warm", "misc": "", "start_char": 1865, "text": "warmed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1874, "feats": null, "head": 9, "id": 10, "lemma": "up", "misc": "", "start_char": 1872, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1879, "feats": null, "head": 14, "id": 11, "lemma": "with", "misc": "", "start_char": 1875, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1881, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 1880, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1886, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "huge", "misc": "", "start_char": 1882, "text": "huge", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1892, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "smile", "misc": "", "start_char": 1887, "text": "smile", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1894, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 1893, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBD walked) (NP (NN arm)) (PP (IN in) (NP (NN arm))) (PP (IN to) (NP (PRP$ his) (NN car)))) (. .)))" }, "speaker": null, "text": "We walked arm in arm to his car.", "tokens": [ { "deprel": "nsubj", "end_char": 1897, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 1895, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1904, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "walk", "misc": "", "start_char": 1898, "text": "walked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1908, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "arm", "misc": "", "start_char": 1905, "text": "arm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1911, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 1909, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1915, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "arm", "misc": "", "start_char": 1912, "text": "arm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1918, "feats": null, "head": 8, "id": 6, "lemma": "to", "misc": "", "start_char": 1916, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1922, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 1919, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1926, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "car", "misc": "", "start_char": 1923, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1928, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 1927, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1930, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1929, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD looked) (ADVP (RB forward)) (PP (IN to) (NP (DT the) (NN return) (NN journey)))) (. .)))" }, "speaker": null, "text": "I looked forward to the return journey.", "tokens": [ { "deprel": "nsubj", "end_char": 1932, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1931, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1939, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "look", "misc": "", "start_char": 1933, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1947, "feats": null, "head": 2, "id": 3, "lemma": "forward", "misc": "", "start_char": 1940, "text": "forward", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1950, "feats": null, "head": 7, "id": 4, "lemma": "to", "misc": "", "start_char": 1948, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1954, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1951, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1961, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "return", "misc": "", "start_char": 1955, "text": "return", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1969, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "journey", "misc": "", "start_char": 1962, "text": "journey", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1971, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 1970, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
There were smiling children all the way. Clearly they knew at what time the train passed their homes and they made it their business to stand along the railway, wave to complete strangers and cheer them up as they rushed towards Penang. Often whole families stood outside their homes and waved and smiled as if those on the trains were their favorite relatives. This is the simple village people of Malaysia. I was moved. I had always traveled to Malaysia by plane or car, so this was the first time I was on a train. I did not particularly relish the long train journey and had brought along a dozen magazines to read and reread. I looked about the train. There was not one familiar face. I sighed and sat down to read my Economics. It was not long before the train was across the Causeway and in Malaysia. Johore Baru was just another city like Singapore, so I was tired of looking at the crowds of people as they hurried past. As we went beyond the city, I watched the straight rows of rubber trees and miles and miles of green. Then the first village came into sight. Immediately I came alive; I decided to wave back. From then on my journey became interesting. I threw my magazines into the waste basket and decided to join in Malaysian life. Then everything came alive. The mountains seemed to speak to me. Even the trees were smiling. I stared at everything as if I was looking at it for the first time. The day passed fast and I even forgot to have my lunch until I felt hungry. I looked at my watch and was surprised that it was 3:00 pm. Soon the train pulled up at Butterworth. I looked at the people all around me. They all looked beautiful. When my uncle arrived with a smile, I threw my arms around him to give him a warm hug. I had never done this before. He seemed surprised and then his weather-beaten face warmed up with a huge smile. We walked arm in arm to his car. I looked forward to the return journey.
[ [ [ 0, 5, 6 ] ], [ [ 1, 1, 1 ], [ 0, 2, 3 ], [ 1, 9, 9 ], [ 1, 12, 12 ], [ 1, 15, 15 ] ], [ [ 1, 4, 10 ] ], [ [ 1, 6, 7 ], [ 2, 15, 16 ] ], [ [ 1, 9, 10 ], [ 2, 5, 6 ] ], [ [ 1, 14, 14 ], [ 1, 15, 16 ] ], [ [ 1, 20, 21 ] ], [ [ 1, 25, 26 ], [ 1, 29, 29 ], [ 1, 32, 32 ] ], [ [ 1, 35, 35 ] ], [ [ 2, 1, 2 ], [ 2, 5, 5 ], [ 2, 18, 18 ] ], [ [ 2, 18, 20 ] ], [ [ 3, 0, 0 ], [ 3, 2, 7 ] ], [ [ 3, 7, 7 ], [ 6, 5, 5 ], [ 12, 13, 13 ] ], [ [ 6, 7, 9 ] ], [ [ 6, 9, 9 ] ], [ [ 6, 7, 7 ] ], [ [ 6, 12, 12 ], [ 6, 14, 21 ] ], [ [ 6, 20, 21 ], [ 27, 1, 2 ], [ 8, 3, 4 ], [ 12, 5, 6 ] ], [ [ 7, 5, 8 ] ], [ [ 7, 7, 7 ] ], [ [ 7, 13, 15 ] ], [ [ 9, 3, 5 ] ], [ [ 10, 7, 8 ] ], [ [ 12, 9, 10 ] ], [ [ 13, 7, 7 ] ], [ [ 13, 14, 23 ] ], [ [ 13, 16, 19 ] ], [ [ 13, 19, 19 ], [ 13, 21, 21 ] ], [ [ 14, 1, 1 ] ], [ [ 15, 1, 3 ] ], [ [ 15, 6, 6 ] ], [ [ 14, 4, 5 ], [ 13, 0, 1 ] ], [ [ 14, 9, 14 ] ], [ [ 14, 13, 14 ] ], [ [ 14, 16, 20 ] ], [ [ 14, 20, 20 ] ], [ [ 14, 9, 20 ] ], [ [ 18, 3, 4 ] ], [ [ 18, 1, 1 ] ], [ [ 20, 1, 1 ], [ 23, 3, 3 ], [ 23, 10, 10 ] ], [ [ 21, 0, 1 ] ], [ [ 19, 5, 7 ] ], [ [ 19, 13, 14 ] ], [ [ 22, 1, 2 ] ], [ [ 23, 12, 14 ] ], [ [ 25, 0, 1 ] ], [ [ 25, 10, 11 ] ], [ [ 26, 3, 4 ] ], [ [ 26, 11, 12 ] ], [ [ 27, 6, 6 ] ], [ [ 30, 1, 2 ], [ 30, 13, 13 ], [ 30, 16, 16 ], [ 32, 0, 0 ], [ 32, 5, 5 ], [ 33, 6, 6 ] ], [ [ 30, 1, 1 ], [ 28, 0, 0 ], [ 21, 6, 6 ], [ 23, 6, 6 ], [ 23, 0, 0 ], [ 14, 7, 7 ], [ 16, 5, 5 ], [ 16, 1, 1 ], [ 13, 10, 10 ], [ 10, 7, 7 ], [ 4, 0, 0 ], [ 6, 0, 0 ], [ 8, 0, 0 ], [ 10, 0, 0 ], [ 7, 0, 0 ], [ 6, 17, 17 ], [ 18, 3, 3 ], [ 19, 0, 0 ], [ 19, 2, 2 ], [ 25, 5, 5 ], [ 26, 0, 0 ], [ 25, 10, 10 ], [ 25, 13, 13 ], [ 26, 3, 3 ], [ 28, 7, 7 ], [ 30, 8, 8 ], [ 30, 10, 10 ], [ 31, 0, 0 ], [ 35, 0, 0 ] ], [ [ 30, 5, 6 ] ], [ [ 30, 10, 11 ] ], [ [ 30, 17, 19 ] ], [ [ 33, 0, 0 ] ], [ [ 31, 4, 4 ] ], [ [ 31, 5, 5 ] ], [ [ 33, 2, 2 ], [ 33, 4, 4 ] ], [ [ 33, 6, 7 ] ], [ [ 32, 5, 7 ] ], [ [ 32, 11, 13 ] ], [ [ 35, 4, 6 ] ], [ [ 2, 13, 16 ] ], [ [ 15, 0, 0 ] ], [ [ 19, 2, 3 ] ], [ [ 20, 0, 0 ] ], [ [ 32, 4, 4 ] ], [ [ 14, 13, 13 ] ], [ [ 13, 4, 5 ] ], [ [ 28, 3, 4 ], [ 28, 5, 5 ], [ 29, 1, 1 ], [ 29, 0, 0 ], [ 29, 0, 1 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36143
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (NP (CD One) (NNP Halloween)) (NP (DT a) (JJ little) (NN boy))) (CC and) (NP (PRP$ his) (NN friend))) (VP (VBD went) (ADVP (RB out)) (PP (IN for) (NP (NP (DT a) (JJ fun) (NN night)) (PP (IN of) (NP (NN trick-or-treating)))))) (. .)))" }, "speaker": null, "text": "One Halloween a little boy and his friend went out for a fun night of trick-or-treating.", "tokens": [ { "deprel": "nummod", "end_char": 3, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "one", "misc": "", "start_char": 0, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 13, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "Halloween", "misc": "", "start_char": 4, "text": "Halloween", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "det", "end_char": 15, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 14, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 22, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "little", "misc": "", "start_char": 16, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 26, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "boy", "misc": "", "start_char": 23, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 30, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 27, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 34, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 31, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 41, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "friend", "misc": "", "start_char": 35, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "go", "misc": "", "start_char": 42, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 50, "feats": null, "head": 9, "id": 10, "lemma": "out", "misc": "", "start_char": 47, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 14, "id": 11, "lemma": "for", "misc": "", "start_char": 51, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 56, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 55, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 60, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "fun", "misc": "", "start_char": 57, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 66, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "night", "misc": "", "start_char": 61, "text": "night", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 69, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 67, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 87, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "trick-or-treating", "misc": "", "start_char": 70, "text": "trick-or-treating", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 89, "feats": null, "head": 9, "id": 17, "lemma": ".", "misc": "", "start_char": 88, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (ADVP (JJ first))) (NP (NN everything)) (VP (VBD was) (ADJP (JJ great))) (. .)))" }, "speaker": null, "text": "At first everything was great.", "tokens": [ { "deprel": "case", "end_char": 92, "feats": null, "head": 2, "id": 1, "lemma": "at", "misc": "", "start_char": 90, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 98, "feats": "Degree=Pos|NumType=Ord", "head": 5, "id": 2, "lemma": "first", "misc": "", "start_char": 93, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 109, "feats": "Number=Sing|PronType=Tot", "head": 5, "id": 3, "lemma": "everything", "misc": "", "start_char": 99, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "cop", "end_char": 113, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 110, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 119, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "great", "misc": "", "start_char": 114, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 121, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 120, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP They)) (VP (VBD were) (VP (VBG getting) (NP (NP (NNS lots)) (PP (IN of) (NP (NN candy)))) (SBAR (IN as) (S (NP (PRP they)) (VP (VBD went) (PP (IN from) (NP (NN house))) (PP (IN to) (NP (NN house))))))))) (, ,) (CC but) (S (ADVP (RB then)) (NP (PRP they)) (VP (VBD saw) (NP (NP (DT a) (NN house)) (SBAR (WHNP (WDT which)) (S (NP (PRP they)) (VP (VBD had) (RB n't) (VP (VBN been) (PP (IN to)) (ADVP (RB before))))))))) (. .)))" }, "speaker": null, "text": "They were getting lots of candy as they went from house to house, but then they saw a house which they hadn't been to before.", "tokens": [ { "deprel": "nsubj", "end_char": 126, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 122, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 131, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 127, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 139, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "get", "misc": "", "start_char": 132, "text": "getting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 144, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "lot", "misc": "", "start_char": 140, "text": "lots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 147, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 145, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 153, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "candy", "misc": "", "start_char": 148, "text": "candy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 156, "feats": null, "head": 9, "id": 7, "lemma": "as", "misc": "", "start_char": 154, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 161, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "they", "misc": "", "start_char": 157, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 166, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "go", "misc": "", "start_char": 162, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 171, "feats": null, "head": 11, "id": 10, "lemma": "from", "misc": "", "start_char": 167, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 177, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "house", "misc": "", "start_char": 172, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 180, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 178, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 186, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "house", "misc": "", "start_char": 181, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 188, "feats": null, "head": 18, "id": 14, "lemma": ",", "misc": "", "start_char": 187, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 192, "feats": null, "head": 18, "id": 15, "lemma": "but", "misc": "", "start_char": 189, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 197, "feats": "PronType=Dem", "head": 18, "id": 16, "lemma": "then", "misc": "", "start_char": 193, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 202, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "they", "misc": "", "start_char": 198, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 206, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 18, "lemma": "see", "misc": "", "start_char": 203, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 208, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 19, "lemma": "a", "misc": "", "start_char": 207, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 214, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "house", "misc": "", "start_char": 209, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 220, "feats": "PronType=Rel", "head": 20, "id": 21, "lemma": "which", "misc": "", "start_char": 215, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 225, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 21, "id": 22, "lemma": "they", "misc": "", "start_char": 221, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 229, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 23, "lemma": "have", "misc": "", "start_char": 226, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 233, "feats": null, "head": 26, "id": 24, "lemma": "not", "misc": "", "start_char": 230, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 238, "feats": "Tense=Past|VerbForm=Part", "head": 21, "id": 25, "lemma": "be", "misc": "", "start_char": 234, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "case", "end_char": 241, "feats": null, "head": 21, "id": 26, "lemma": "to", "misc": "", "start_char": 239, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 248, "feats": null, "head": 21, "id": 27, "lemma": "before", "misc": "", "start_char": 242, "text": "before", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 250, "feats": null, "head": 3, "id": 28, "lemma": ".", "misc": "", "start_char": 249, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (NP (DT a) (ADJP (RB very) (JJ spooky)) (NN house))) (. .)))" }, "speaker": null, "text": "It was a very spooky house.", "tokens": [ { "deprel": "nsubj", "end_char": 253, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 251, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 257, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 254, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 259, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 258, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 264, "feats": null, "head": 5, "id": 4, "lemma": "very", "misc": "", "start_char": 260, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 271, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "spooky", "misc": "", "start_char": 265, "text": "spooky", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 277, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "house", "misc": "", "start_char": 272, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 279, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 278, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Being) (ADJP (JJ young) (CC and) (JJ brave)))) (, ,) (NP (PRP they)) (VP (VBD decided) (S (VP (TO to) (VP (VB go) (ADVP (RB up) (PP (IN to) (NP (DT the) (NN door) (CC and) (VB knock)))))))) (. .)))" }, "speaker": null, "text": "Being young and brave, they decided to go up to the door and knock.", "tokens": [ { "deprel": "cop", "end_char": 285, "feats": "VerbForm=Ger", "head": 2, "id": 1, "lemma": "be", "misc": "", "start_char": 280, "text": "Being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 291, "feats": "Degree=Pos", "head": 7, "id": 2, "lemma": "young", "misc": "", "start_char": 286, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 295, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 292, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 301, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "brave", "misc": "", "start_char": 296, "text": "brave", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 303, "feats": null, "head": 7, "id": 5, "lemma": ",", "misc": "", "start_char": 302, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 308, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "they", "misc": "", "start_char": 304, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 316, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "decide", "misc": "", "start_char": 309, "text": "decided", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 319, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 317, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 322, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "go", "misc": "", "start_char": 320, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 325, "feats": null, "head": 9, "id": 10, "lemma": "up", "misc": "", "start_char": 323, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 328, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 326, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 332, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 329, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 337, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "door", "misc": "", "start_char": 333, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 341, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 338, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 347, "feats": "VerbForm=Inf", "head": 9, "id": 15, "lemma": "knock", "misc": "", "start_char": 342, "text": "knock", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 349, "feats": null, "head": 7, "id": 16, "lemma": ".", "misc": "", "start_char": 348, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (ADVP (IN After) (DT all)) (, ,) (NP (JJ scary) (NNS houses)) (VP (MD might) (VP (VB have) (NP (DT the) (JJS best) (NN candy)))) (. !)))" }, "speaker": null, "text": "After all, scary houses might have the best candy!", "tokens": [ { "deprel": "case", "end_char": 355, "feats": null, "head": 2, "id": 1, "lemma": "after", "misc": "", "start_char": 350, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 359, "feats": null, "head": 7, "id": 2, "lemma": "all", "misc": "", "start_char": 356, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 361, "feats": null, "head": 7, "id": 3, "lemma": ",", "misc": "", "start_char": 360, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 367, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "scary", "misc": "", "start_char": 362, "text": "scary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 374, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "house", "misc": "", "start_char": 368, "text": "houses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 380, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "might", "misc": "", "start_char": 375, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 385, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "have", "misc": "", "start_char": 381, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 389, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 386, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 394, "feats": "Degree=Sup", "head": 10, "id": 9, "lemma": "good", "misc": "", "start_char": 390, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 400, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "candy", "misc": "", "start_char": 395, "text": "candy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 402, "feats": null, "head": 7, "id": 11, "lemma": "!", "misc": "", "start_char": 401, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 404, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 403, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (PRP they)) (VP (VBD walked) (PP (IN up) (NP (DT the) (JJ long) (NN winding) (NN path)))))) (, ,) (NP (PRP they)) (VP (VBD saw) (NP (NP (NNS things)) (SBAR (WHNP (WDT that)) (S (VP (VBD chilled) (NP (PRP them)) (PP (IN to) (NP (DT the) (NN bone)))))))) (. !)))" }, "speaker": null, "text": "As they walked up the long winding path, they saw things that chilled them to the bone!", "tokens": [ { "deprel": "mark", "end_char": 407, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 405, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 412, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "they", "misc": "", "start_char": 408, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 419, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 3, "lemma": "walk", "misc": "", "start_char": 413, "text": "walked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 422, "feats": null, "head": 8, "id": 4, "lemma": "up", "misc": "", "start_char": 420, "text": "up", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 426, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 5, "lemma": "the", "misc": "", "start_char": 423, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 431, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "long", "misc": "", "start_char": 427, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 439, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "wind", "misc": "", "start_char": 432, "text": "winding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 444, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "path", "misc": "", "start_char": 440, "text": "path", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 446, "feats": null, "head": 3, "id": 9, "lemma": ",", "misc": "", "start_char": 445, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 451, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "they", "misc": "", "start_char": 447, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 455, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "see", "misc": "", "start_char": 452, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 462, "feats": "Number=Plur", "head": 11, "id": 12, "lemma": "thing", "misc": "", "start_char": 456, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 467, "feats": "PronType=Rel", "head": 14, "id": 13, "lemma": "that", "misc": "", "start_char": 463, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 475, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 14, "lemma": "chill", "misc": "", "start_char": 468, "text": "chilled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 480, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "they", "misc": "", "start_char": 476, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 483, "feats": null, "head": 18, "id": 16, "lemma": "to", "misc": "", "start_char": 481, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 487, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 484, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 492, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "bone", "misc": "", "start_char": 488, "text": "bone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 494, "feats": null, "head": 11, "id": 19, "lemma": "!", "misc": "", "start_char": 493, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBD heard) (NP (NP (NNS sounds)) (SBAR (WHNP (WDT that)) (S (VP (VBD frightened) (NP (PRP them))))))) (. .)))" }, "speaker": null, "text": "They heard sounds that frightened them.", "tokens": [ { "deprel": "nsubj", "end_char": 499, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 495, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 505, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "hear", "misc": "", "start_char": 500, "text": "heard", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 512, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "sound", "misc": "", "start_char": 506, "text": "sounds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 517, "feats": "PronType=Rel", "head": 5, "id": 4, "lemma": "that", "misc": "", "start_char": 513, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 528, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 5, "lemma": "frighten", "misc": "", "start_char": 518, "text": "frightened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 533, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 6, "lemma": "they", "misc": "", "start_char": 529, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 535, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 534, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Maybe)) (NP (PRP they)) (VP (MD should) (VP (VB turn) (PRT (RB back)))) (. .)))" }, "speaker": null, "text": "Maybe they should turn back.", "tokens": [ { "deprel": "advmod", "end_char": 541, "feats": null, "head": 4, "id": 1, "lemma": "maybe", "misc": "", "start_char": 536, "text": "Maybe", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 546, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "they", "misc": "", "start_char": 542, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 553, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "should", "misc": "", "start_char": 547, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 558, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "turn", "misc": "", "start_char": 554, "text": "turn", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 563, "feats": null, "head": 4, "id": 5, "lemma": "back", "misc": "", "start_char": 559, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 565, "feats": null, "head": 4, "id": 6, "lemma": ".", "misc": "", "start_char": 564, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (DT the) (JJ little) (NNS boys)) (, ,) (S (VP (VBG being) (ADJP (RB very) (JJ brave)))) (, ,) (ADVP (RB just)) (VP (VBD wanted) (S (VP (TO to) (VP (VB see) (SBAR (WHNP (WP what)) (S (VP (VBD was) (PP (IN in) (NP (DT that) (NN house))))))))) (, ,) (SBAR (RB so) (S (NP (PRP they)) (VP (VP (VBD went) (PRT (RP on))) (, ,) (RB not) (VP (VBN deterred) (PP (IN by) (NP (NP (DT the) (NNS things)) (SBAR (S (NP (PRP they)) (VP (VBD heard) (CC or) (VBD saw))))))))))) (. .)))" }, "speaker": null, "text": "But the little boys, being very brave, just wanted to see what was in that house, so they went on, not deterred by the things they heard or saw.", "tokens": [ { "deprel": "cc", "end_char": 569, "feats": null, "head": 11, "id": 1, "lemma": "but", "misc": "", "start_char": 566, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 573, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 570, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 580, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "little", "misc": "", "start_char": 574, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 585, "feats": "Number=Plur", "head": 11, "id": 4, "lemma": "boy", "misc": "", "start_char": 581, "text": "boys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 587, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 586, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 593, "feats": "VerbForm=Ger", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 588, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 598, "feats": null, "head": 8, "id": 7, "lemma": "very", "misc": "", "start_char": 594, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 604, "feats": "Degree=Pos", "head": 11, "id": 8, "lemma": "brave", "misc": "", "start_char": 599, "text": "brave", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 606, "feats": null, "head": 8, "id": 9, "lemma": ",", "misc": "", "start_char": 605, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 611, "feats": null, "head": 11, "id": 10, "lemma": "just", "misc": "", "start_char": 607, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 618, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "want", "misc": "", "start_char": 612, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 621, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 619, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 625, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "see", "misc": "", "start_char": 622, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 630, "feats": "PronType=Rel", "head": 13, "id": 14, "lemma": "what", "misc": "", "start_char": 626, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 634, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 15, "lemma": "be", "misc": "", "start_char": 631, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 637, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 635, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 642, "feats": "Number=Sing|PronType=Dem", "head": 18, "id": 17, "lemma": "that", "misc": "", "start_char": 638, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 648, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "house", "misc": "", "start_char": 643, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 650, "feats": null, "head": 22, "id": 19, "lemma": ",", "misc": "", "start_char": 649, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 653, "feats": null, "head": 22, "id": 20, "lemma": "so", "misc": "", "start_char": 651, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 658, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 22, "id": 21, "lemma": "they", "misc": "", "start_char": 654, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 663, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 22, "lemma": "go", "misc": "", "start_char": 659, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 666, "feats": null, "head": 22, "id": 23, "lemma": "on", "misc": "", "start_char": 664, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 668, "feats": null, "head": 26, "id": 24, "lemma": ",", "misc": "", "start_char": 667, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 672, "feats": null, "head": 26, "id": 25, "lemma": "not", "misc": "", "start_char": 669, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 681, "feats": "Tense=Past|VerbForm=Part", "head": 22, "id": 26, "lemma": "deter", "misc": "", "start_char": 673, "text": "deterred", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 684, "feats": null, "head": 29, "id": 27, "lemma": "by", "misc": "", "start_char": 682, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 688, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 28, "lemma": "the", "misc": "", "start_char": 685, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 695, "feats": "Number=Plur", "head": 26, "id": 29, "lemma": "thing", "misc": "", "start_char": 689, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 700, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 31, "id": 30, "lemma": "they", "misc": "", "start_char": 696, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 706, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 29, "id": 31, "lemma": "hear", "misc": "", "start_char": 701, "text": "heard", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 709, "feats": null, "head": 33, "id": 32, "lemma": "or", "misc": "", "start_char": 707, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 713, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 31, "id": 33, "lemma": "see", "misc": "", "start_char": 710, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 715, "feats": null, "head": 11, "id": 34, "lemma": ".", "misc": "", "start_char": 714, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (PRP they)) (ADVP (RB slowly)) (VP (VBD made) (NP (PRP$ their) (NN way)) (PP (RB up) (PP (IN to) (NP (DT the) (NN door))))))) (, ,) (NP (PRP they)) (VP (VBD imagined) (SBAR (WHNP (WP what)) (S (VP (MD might) (VP (VB be) (ADVP (RB inside))))))) (. .)))" }, "speaker": null, "text": "As they slowly made their way up to the door, they imagined what might be inside.", "tokens": [ { "deprel": "mark", "end_char": 718, "feats": null, "head": 4, "id": 1, "lemma": "as", "misc": "", "start_char": 716, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 723, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "they", "misc": "", "start_char": 719, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 730, "feats": null, "head": 4, "id": 3, "lemma": "slowly", "misc": "", "start_char": 724, "text": "slowly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 735, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 4, "lemma": "make", "misc": "", "start_char": 731, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 741, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "their", "misc": "", "start_char": 736, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 745, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "way", "misc": "", "start_char": 742, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 748, "feats": null, "head": 4, "id": 7, "lemma": "up", "misc": "", "start_char": 746, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 751, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 749, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 755, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 752, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 760, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "door", "misc": "", "start_char": 756, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 762, "feats": null, "head": 4, "id": 11, "lemma": ",", "misc": "", "start_char": 761, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 767, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 12, "lemma": "they", "misc": "", "start_char": 763, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 776, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 13, "lemma": "imagine", "misc": "", "start_char": 768, "text": "imagined", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 781, "feats": "PronType=Rel", "head": 13, "id": 14, "lemma": "what", "misc": "", "start_char": 777, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 787, "feats": "VerbForm=Fin", "head": 17, "id": 15, "lemma": "might", "misc": "", "start_char": 782, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 790, "feats": "VerbForm=Inf", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 788, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl:relcl", "end_char": 797, "feats": null, "head": 14, "id": 17, "lemma": "inside", "misc": "", "start_char": 791, "text": "inside", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 799, "feats": null, "head": 13, "id": 18, "lemma": ".", "misc": "", "start_char": 798, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Maybe)) (NP (PRP it)) (VP (MD would) (VP (VB be) (NP (NP (DT a) (NN witch)) (CC or) (ADVP (RB maybe)) (NP (DT a) (NN ghost))))) (. !)))" }, "speaker": null, "text": "Maybe it would be a witch or maybe a ghost!", "tokens": [ { "deprel": "advmod", "end_char": 805, "feats": null, "head": 6, "id": 1, "lemma": "maybe", "misc": "", "start_char": 800, "text": "Maybe", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 808, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 2, "lemma": "it", "misc": "", "start_char": 806, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 814, "feats": "VerbForm=Fin", "head": 6, "id": 3, "lemma": "would", "misc": "", "start_char": 809, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 817, "feats": "VerbForm=Inf", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 815, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 819, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 818, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 825, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "witch", "misc": "", "start_char": 820, "text": "witch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 828, "feats": null, "head": 10, "id": 7, "lemma": "or", "misc": "", "start_char": 826, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 834, "feats": null, "head": 10, "id": 8, "lemma": "maybe", "misc": "", "start_char": 829, "text": "maybe", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 836, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 835, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 842, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "ghost", "misc": "", "start_char": 837, "text": "ghost", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 844, "feats": null, "head": 6, "id": 11, "lemma": "!", "misc": "", "start_char": 843, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 846, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 845, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (S (VP (VBG knocking) (NP (JJ several) (NNS times))))) (, ,) (NP (DT the) (NN door)) (ADVP (RB slowly)) (VP (VBD creaked) (ADJP (JJ open))) (. .)))" }, "speaker": null, "text": "After knocking several times, the door slowly creaked open.", "tokens": [ { "deprel": "mark", "end_char": 852, "feats": null, "head": 2, "id": 1, "lemma": "after", "misc": "", "start_char": 847, "text": "After", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 861, "feats": "VerbForm=Ger", "head": 9, "id": 2, "lemma": "knock", "misc": "", "start_char": 853, "text": "knocking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 869, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "several", "misc": "", "start_char": 862, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 875, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "time", "misc": "", "start_char": 870, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 877, "feats": null, "head": 2, "id": 5, "lemma": ",", "misc": "", "start_char": 876, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 881, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 878, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 886, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "door", "misc": "", "start_char": 882, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 893, "feats": null, "head": 9, "id": 8, "lemma": "slowly", "misc": "", "start_char": 887, "text": "slowly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 901, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "creak", "misc": "", "start_char": 894, "text": "creaked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 906, "feats": "Degree=Pos", "head": 9, "id": 10, "lemma": "open", "misc": "", "start_char": 902, "text": "open", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 908, "feats": null, "head": 9, "id": 11, "lemma": ".", "misc": "", "start_char": 907, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (PP (IN To) (NP (PRP$ their) (NN surprise))) (, ,) (NP (DT a) (NN monster)) (ADVP (RB slowly)) (VP (VBD came) (PRT (RB out)) (S (VP (TO to) (VP (VB greet) (NP (PRP them)))))) (. .)))" }, "speaker": null, "text": "To their surprise, a monster slowly came out to greet them.", "tokens": [ { "deprel": "case", "end_char": 911, "feats": null, "head": 3, "id": 1, "lemma": "to", "misc": "", "start_char": 909, "text": "To", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 917, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "their", "misc": "", "start_char": 912, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 926, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "surprise", "misc": "", "start_char": 918, "text": "surprise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 928, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 927, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 930, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 929, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 938, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "monster", "misc": "", "start_char": 931, "text": "monster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 945, "feats": null, "head": 8, "id": 7, "lemma": "slowly", "misc": "", "start_char": 939, "text": "slowly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 950, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "come", "misc": "", "start_char": 946, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 954, "feats": null, "head": 8, "id": 9, "lemma": "out", "misc": "", "start_char": 951, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 957, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 955, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 963, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "greet", "misc": "", "start_char": 958, "text": "greet", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 968, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "they", "misc": "", "start_char": 964, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 970, "feats": null, "head": 8, "id": 13, "lemma": ".", "misc": "", "start_char": 969, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBD were) (ADJP (RB so) (JJ scared) (SBAR (IN that) (S (NP (PRP they)) (VP (MD could) (RB n't) (VP (VB move))))))) (. !)))" }, "speaker": null, "text": "They were so scared that they couldn't move!", "tokens": [ { "deprel": "nsubj", "end_char": 975, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "they", "misc": "", "start_char": 971, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 980, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 976, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 983, "feats": null, "head": 4, "id": 3, "lemma": "so", "misc": "", "start_char": 981, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 990, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "scared", "misc": "", "start_char": 984, "text": "scared", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 995, "feats": null, "head": 9, "id": 5, "lemma": "that", "misc": "", "start_char": 991, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1000, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 6, "lemma": "they", "misc": "", "start_char": 996, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1006, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "could", "misc": "", "start_char": 1001, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1010, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 1007, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1015, "feats": "VerbForm=Inf", "head": 4, "id": 9, "lemma": "move", "misc": "", "start_char": 1011, "text": "move", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1017, "feats": null, "head": 4, "id": 10, "lemma": "!", "misc": "", "start_char": 1016, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP What)) (SQ (MD could) (NP (PRP they)) (VP (VB do))) (. ?)))" }, "speaker": null, "text": "What could they do?", "tokens": [ { "deprel": "obj", "end_char": 1022, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "what", "misc": "", "start_char": 1018, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1028, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "could", "misc": "", "start_char": 1023, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 1033, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "they", "misc": "", "start_char": 1029, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1036, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "do", "misc": "", "start_char": 1034, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1038, "feats": null, "head": 4, "id": 5, "lemma": "?", "misc": "", "start_char": 1037, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (DT the) (JJ little) (NN boy)) (VP (VBD had) (NP (DT an) (NN idea))) (. .)))" }, "speaker": null, "text": "Then the little boy had an idea.", "tokens": [ { "deprel": "advmod", "end_char": 1043, "feats": "PronType=Dem", "head": 5, "id": 1, "lemma": "then", "misc": "", "start_char": 1039, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1047, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 1044, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1054, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "little", "misc": "", "start_char": 1048, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1058, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "boy", "misc": "", "start_char": 1055, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1062, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "have", "misc": "", "start_char": 1059, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1065, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 1063, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1070, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "idea", "misc": "", "start_char": 1066, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1072, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 1071, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD said) (, ,) (`` ``) (S (NP (NN Trick) (CC or) (VB treat)))) (. !) ('' '')))" }, "speaker": null, "text": "He said, \"Trick or treat!\"", "tokens": [ { "deprel": "nsubj", "end_char": 1075, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1073, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1080, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 1076, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1082, "feats": null, "head": 5, "id": 3, "lemma": ",", "misc": "", "start_char": 1081, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1085, "feats": null, "head": 5, "id": 4, "lemma": "``", "misc": "", "start_char": 1083, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "ccomp", "end_char": 1091, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "trick", "misc": "", "start_char": 1086, "text": "Trick", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1094, "feats": null, "head": 7, "id": 6, "lemma": "or", "misc": "", "start_char": 1092, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1100, "feats": "Mood=Imp|VerbForm=Fin", "head": 5, "id": 7, "lemma": "treat", "misc": "", "start_char": 1095, "text": "treat", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1102, "feats": null, "head": 2, "id": 8, "lemma": "!", "misc": "", "start_char": 1101, "text": "!", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1105, "feats": null, "head": 2, "id": 9, "lemma": "''", "misc": "", "start_char": 1103, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (RB Then) (NP (NP (DT the) (JJ big) (JJ scary) (NN monster)) (, ,) (PP (ADVP (RB much)) (IN to) (NP (DT the) (NN kids'surprise))) (, ,)) (VP (VP (VBD reached) (ADVP (RP over))) (CC and) (VP (VBD brought) (PRT (RP out)) (NP (NP (DT a) (JJ huge) (NN bowl)) (PP (IN of) (NP (NP (DT the) (JJS best) (NNS candies)) (SBAR (S (NP (PRP they)) (VP (VBD had) (ADVP (RB never)) (VP (VBN seen)))))))))) (. .)))" }, "speaker": null, "text": "Then the big scary monster, much to the kids'surprise, reached over and brought out a huge bowl of the best candies they had never seen.", "tokens": [ { "deprel": "advmod", "end_char": 1110, "feats": "PronType=Dem", "head": 12, "id": 1, "lemma": "then", "misc": "", "start_char": 1106, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1114, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 2, "lemma": "the", "misc": "", "start_char": 1111, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1118, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "big", "misc": "", "start_char": 1115, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1124, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "scary", "misc": "", "start_char": 1119, "text": "scary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1132, "feats": "Number=Sing", "head": 12, "id": 5, "lemma": "monster", "misc": "", "start_char": 1125, "text": "monster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1134, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 1133, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1139, "feats": null, "head": 5, "id": 7, "lemma": "much", "misc": "", "start_char": 1135, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1142, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 1140, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1146, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1143, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1160, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "kids'surprise", "misc": "", "start_char": 1147, "text": "kids'surprise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1162, "feats": null, "head": 5, "id": 11, "lemma": ",", "misc": "", "start_char": 1161, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1170, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "reach", "misc": "", "start_char": 1163, "text": "reached", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1175, "feats": null, "head": 12, "id": 13, "lemma": "over", "misc": "", "start_char": 1171, "text": "over", "upos": "ADP", "xpos": "RP" }, { "deprel": "cc", "end_char": 1179, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 1176, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1187, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 15, "lemma": "bring", "misc": "", "start_char": 1180, "text": "brought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1191, "feats": null, "head": 15, "id": 16, "lemma": "out", "misc": "", "start_char": 1188, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1193, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 17, "lemma": "a", "misc": "", "start_char": 1192, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1198, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "huge", "misc": "", "start_char": 1194, "text": "huge", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1203, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "bowl", "misc": "", "start_char": 1199, "text": "bowl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1206, "feats": null, "head": 23, "id": 20, "lemma": "of", "misc": "", "start_char": 1204, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1210, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 1207, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1215, "feats": "Degree=Sup", "head": 23, "id": 22, "lemma": "good", "misc": "", "start_char": 1211, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nmod", "end_char": 1223, "feats": "Number=Plur", "head": 19, "id": 23, "lemma": "candy", "misc": "", "start_char": 1216, "text": "candies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1228, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 27, "id": 24, "lemma": "they", "misc": "", "start_char": 1224, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1232, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 27, "id": 25, "lemma": "have", "misc": "", "start_char": 1229, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1238, "feats": null, "head": 27, "id": 26, "lemma": "never", "misc": "", "start_char": 1233, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1243, "feats": "Tense=Past|VerbForm=Part", "head": 23, "id": 27, "lemma": "see", "misc": "", "start_char": 1239, "text": "seen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1245, "feats": null, "head": 12, "id": 28, "lemma": ".", "misc": "", "start_char": 1244, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (INTJ (UH Wow)) (PRN (, ,) (S (NP (DT the) (NNS kids)) (VP (VBD thought))) (, ,)) (NP (DT this)) (VP (VBD was) (ADJP (JJ great))) (. !)))" }, "speaker": null, "text": "Wow, the kids thought, this was great!", "tokens": [ { "deprel": "discourse", "end_char": 1249, "feats": null, "head": 5, "id": 1, "lemma": "wow", "misc": "", "start_char": 1246, "text": "Wow", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 1251, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1250, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1255, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1252, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1260, "feats": "Number=Plur", "head": 5, "id": 4, "lemma": "kid", "misc": "", "start_char": 1256, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1268, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "think", "misc": "", "start_char": 1261, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1270, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 1269, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1275, "feats": "Number=Sing|PronType=Dem", "head": 9, "id": 7, "lemma": "this", "misc": "", "start_char": 1271, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1279, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1276, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "parataxis", "end_char": 1285, "feats": "Degree=Pos", "head": 5, "id": 9, "lemma": "great", "misc": "", "start_char": 1280, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1287, "feats": null, "head": 5, "id": 10, "lemma": "!", "misc": "", "start_char": 1286, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP It)) (VP (VBD turned) (PRT (RP out)) (SBAR (IN that) (S (NP (DT the) (NN house)) (VP (VBD was) (VP (VBN decorated) (PP (IN for) (NP (NNP Halloween))))))))) (, ,) (CC and) (S (NP (DT the) (JJ big) (JJ scary) (NN monster)) (VP (VBD was) (ADVP (RB just)) (VP (VBG wearing) (NP (DT a) (NN costume)) (, ,) (PP (ADVP (RB just)) (IN like) (NP (DT the) (NNS kids)))))) (. .)))" }, "speaker": null, "text": "It turned out that the house was decorated for Halloween, and the big scary monster was just wearing a costume, just like the kids.", "tokens": [ { "deprel": "expl", "end_char": 1290, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 1288, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1297, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "turn", "misc": "", "start_char": 1291, "text": "turned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1301, "feats": null, "head": 2, "id": 3, "lemma": "out", "misc": "", "start_char": 1298, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 1306, "feats": null, "head": 8, "id": 4, "lemma": "that", "misc": "", "start_char": 1302, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1310, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1307, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1316, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "house", "misc": "", "start_char": 1311, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1320, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1317, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "csubj", "end_char": 1330, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 8, "lemma": "decorate", "misc": "", "start_char": 1321, "text": "decorated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1334, "feats": null, "head": 10, "id": 9, "lemma": "for", "misc": "", "start_char": 1331, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1344, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Halloween", "misc": "", "start_char": 1335, "text": "Halloween", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1346, "feats": null, "head": 19, "id": 11, "lemma": ",", "misc": "", "start_char": 1345, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1350, "feats": null, "head": 19, "id": 12, "lemma": "and", "misc": "", "start_char": 1347, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1354, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 13, "lemma": "the", "misc": "", "start_char": 1351, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1358, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "big", "misc": "", "start_char": 1355, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1364, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "scary", "misc": "", "start_char": 1359, "text": "scary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1372, "feats": "Number=Sing", "head": 19, "id": 16, "lemma": "monster", "misc": "", "start_char": 1365, "text": "monster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1376, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 17, "lemma": "be", "misc": "", "start_char": 1373, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1381, "feats": null, "head": 19, "id": 18, "lemma": "just", "misc": "", "start_char": 1377, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1389, "feats": "Tense=Pres|VerbForm=Part", "head": 2, "id": 19, "lemma": "wear", "misc": "", "start_char": 1382, "text": "wearing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1391, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 20, "lemma": "a", "misc": "", "start_char": 1390, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1399, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "costume", "misc": "", "start_char": 1392, "text": "costume", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1401, "feats": null, "head": 26, "id": 22, "lemma": ",", "misc": "", "start_char": 1400, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1406, "feats": null, "head": 26, "id": 23, "lemma": "just", "misc": "", "start_char": 1402, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1411, "feats": null, "head": 26, "id": 24, "lemma": "like", "misc": "", "start_char": 1407, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1415, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 1412, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1420, "feats": "Number=Plur", "head": 19, "id": 26, "lemma": "kid", "misc": "", "start_char": 1416, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1422, "feats": null, "head": 2, "id": 27, "lemma": ".", "misc": "", "start_char": 1421, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Since) (S (NP (PRP they)) (VP (VP (VBD were) (NP (DT the) (JJ only) (NNS kids))) (, ,) (CC and) (VP (VBD were) (ADJP (JJ brave) (RB enough) (S (VP (TO to) (VP (VB go) (PP (IN to) (NP (DT the) (JJ scary) (NN house))))))))))) (, ,) (NP (PRP they)) (VP (MD could) (VP (VB take) (NP (NP (ADJP (RB as) (JJ much)) (NN candy)) (SBAR (IN as) (S (NP (PRP they)) (VP (VBD wanted))))))) (. .)))" }, "speaker": null, "text": "Since they were the only kids, and were brave enough to go to the scary house, they could take as much candy as they wanted.", "tokens": [ { "deprel": "mark", "end_char": 1428, "feats": null, "head": 6, "id": 1, "lemma": "since", "misc": "", "start_char": 1423, "text": "Since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1433, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 2, "lemma": "they", "misc": "", "start_char": 1429, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1438, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 1434, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1442, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 1439, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1447, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "only", "misc": "", "start_char": 1443, "text": "only", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 1452, "feats": "Number=Plur", "head": 21, "id": 6, "lemma": "kid", "misc": "", "start_char": 1448, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1454, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 1453, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1458, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 1455, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 1463, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1459, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 1469, "feats": "Degree=Pos", "head": 6, "id": 10, "lemma": "brave", "misc": "", "start_char": 1464, "text": "brave", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 1476, "feats": null, "head": 10, "id": 11, "lemma": "enough", "misc": "", "start_char": 1470, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1479, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1477, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1482, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "go", "misc": "", "start_char": 1480, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1485, "feats": null, "head": 17, "id": 14, "lemma": "to", "misc": "", "start_char": 1483, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1489, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 1486, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1495, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "scary", "misc": "", "start_char": 1490, "text": "scary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1501, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "house", "misc": "", "start_char": 1496, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1503, "feats": null, "head": 6, "id": 18, "lemma": ",", "misc": "", "start_char": 1502, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1508, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 21, "id": 19, "lemma": "they", "misc": "", "start_char": 1504, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1514, "feats": "VerbForm=Fin", "head": 21, "id": 20, "lemma": "could", "misc": "", "start_char": 1509, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1519, "feats": "VerbForm=Inf", "head": 0, "id": 21, "lemma": "take", "misc": "", "start_char": 1515, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1522, "feats": null, "head": 23, "id": 22, "lemma": "as", "misc": "", "start_char": 1520, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1527, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "much", "misc": "", "start_char": 1523, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1533, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "candy", "misc": "", "start_char": 1528, "text": "candy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1536, "feats": null, "head": 27, "id": 25, "lemma": "as", "misc": "", "start_char": 1534, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1541, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 27, "id": 26, "lemma": "they", "misc": "", "start_char": 1537, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1548, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 23, "id": 27, "lemma": "want", "misc": "", "start_char": 1542, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1550, "feats": null, "head": 21, "id": 28, "lemma": ".", "misc": "", "start_char": 1549, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
One Halloween a little boy and his friend went out for a fun night of trick-or-treating. At first everything was great. They were getting lots of candy as they went from house to house, but then they saw a house which they hadn't been to before. It was a very spooky house. Being young and brave, they decided to go up to the door and knock. After all, scary houses might have the best candy! As they walked up the long winding path, they saw things that chilled them to the bone! They heard sounds that frightened them. Maybe they should turn back. But the little boys, being very brave, just wanted to see what was in that house, so they went on, not deterred by the things they heard or saw. As they slowly made their way up to the door, they imagined what might be inside. Maybe it would be a witch or maybe a ghost! After knocking several times, the door slowly creaked open. To their surprise, a monster slowly came out to greet them. They were so scared that they couldn't move! What could they do? Then the little boy had an idea. He said, "Trick or treat!" Then the big scary monster, much to the kids'surprise, reached over and brought out a huge bowl of the best candies they had never seen. Wow, the kids thought, this was great! It turned out that the house was decorated for Halloween, and the big scary monster was just wearing a costume, just like the kids. Since they were the only kids, and were brave enough to go to the scary house, they could take as much candy as they wanted.
[ [ [ 0, 0, 1 ], [ 22, 9, 9 ] ], [ [ 0, 2, 4 ], [ 0, 6, 6 ], [ 18, 1, 3 ], [ 19, 0, 0 ] ], [ [ 0, 6, 7 ] ], [ [ 0, 2, 7 ], [ 2, 0, 0 ], [ 2, 7, 7 ], [ 2, 16, 16 ], [ 2, 21, 21 ], [ 4, 5, 5 ], [ 7, 1, 1 ], [ 7, 9, 9 ], [ 7, 14, 14 ], [ 8, 0, 0 ], [ 8, 5, 5 ], [ 9, 1, 1 ], [ 10, 1, 3 ], [ 10, 20, 20 ], [ 10, 29, 29 ], [ 11, 1, 1 ], [ 11, 4, 4 ], [ 11, 11, 11 ], [ 15, 1, 1 ], [ 15, 11, 11 ], [ 16, 5, 5 ], [ 16, 0, 0 ], [ 17, 2, 2 ], [ 20, 23, 23 ], [ 21, 2, 3 ], [ 22, 24, 25 ], [ 23, 1, 1 ], [ 23, 3, 5 ], [ 23, 18, 18 ], [ 23, 25, 25 ] ], [ [ 0, 11, 15 ] ], [ [ 0, 15, 15 ] ], [ [ 1, 2, 2 ] ], [ [ 2, 3, 5 ] ], [ [ 2, 5, 5 ], [ 23, 23, 23 ] ], [ [ 2, 10, 10 ], [ 2, 12, 12 ] ], [ [ 2, 15, 15 ], [ 18, 0, 0 ], [ 20, 0, 0 ] ], [ [ 4, 11, 12 ], [ 11, 8, 9 ], [ 14, 5, 6 ] ], [ [ 5, 3, 4 ] ], [ [ 5, 7, 9 ] ], [ [ 7, 4, 7 ] ], [ [ 7, 16, 17 ] ], [ [ 12, 4, 5 ] ], [ [ 12, 8, 9 ] ], [ [ 14, 2, 3 ] ], [ [ 15, 1, 2 ] ], [ [ 15, 4, 5 ], [ 20, 1, 4 ], [ 22, 12, 15 ] ], [ [ 18, 5, 6 ] ], [ [ 19, 4, 4 ] ], [ [ 19, 6, 6 ] ], [ [ 20, 8, 9 ] ], [ [ 21, 6, 6 ] ], [ [ 22, 19, 20 ] ], [ [ 2, 18, 26 ], [ 3, 0, 0 ], [ 3, 2, 5 ], [ 10, 16, 17 ], [ 22, 4, 5 ], [ 23, 14, 16 ] ], [ [ 7, 11, 17 ] ], [ [ 10, 13, 17 ] ], [ [ 10, 27, 32 ] ], [ [ 11, 4, 5 ] ], [ [ 11, 13, 16 ] ], [ [ 14, 1, 3 ] ], [ [ 20, 16, 26 ] ], [ [ 20, 20, 26 ] ], [ [ 23, 21, 26 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36144
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Geoff) (NNP Hoon)) (VP (VBZ is) (NP (NP (CD one)) (PP (IN of) (NP (NP (NN prefix)) (SYM =) (NP (NP (NNP st1) (NNP /Britain) (POS 's)) (ADJP (RBS most) (JJ experienced)) (NNS politicians)))))) (. .)))" }, "speaker": null, "text": "Geoff Hoon is one of prefix = st1 /Britain's most experienced politicians.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Geoff", "misc": "", "start_char": 0, "text": "Geoff", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 10, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Hoon", "misc": "", "start_char": 6, "text": "Hoon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 13, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 11, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 17, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 4, "lemma": "one", "misc": "", "start_char": 14, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 20, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 18, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 27, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "prefix", "misc": "", "start_char": 21, "text": "prefix", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 29, "feats": null, "head": 4, "id": 7, "lemma": "=", "misc": "", "start_char": 28, "text": "=", "upos": "SYM", "xpos": "SYM" }, { "deprel": "compound", "end_char": 33, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "st1", "misc": "", "start_char": 30, "text": "st1", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod:poss", "end_char": 42, "feats": "Number=Sing", "head": 13, "id": 9, "lemma": "/Britain", "misc": "", "start_char": 34, "text": "/Britain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 45, "feats": null, "head": 9, "id": 10, "lemma": "'s", "misc": "", "start_char": 43, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "advmod", "end_char": 50, "feats": "Degree=Sup", "head": 12, "id": 11, "lemma": "most", "misc": "", "start_char": 46, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 62, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "experienced", "misc": "", "start_char": 51, "text": "experienced", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 74, "feats": "Number=Plur", "head": 7, "id": 13, "lemma": "politician", "misc": "", "start_char": 63, "text": "politicians", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 76, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 75, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 78, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 77, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Mr) (NNP Hoon)) (VP (VBD joined) (NP (DT the) (NML (NNP Foreign) (CC and) (NNP Commonwealth)) (NN office)) (PP (IN in) (NP (NNP May) (CD 1999))) (PP (IN as) (NP (NP (NNP Minister)) (PP (IN of) (NP (NNP State))))) (PP (IN with) (NP (NP (NN responsibility)) (PP (IN for) (NP (NP (NNP Asia)) (, ,) (NP (DT the) (NNP Pacific)) (, ,) (NP (DT the) (NNP Middle) (NNP East)) (CC and) (NP (NNP North) (NNP Africa)))))))) (: ;) (S (NP (PRP he)) (VP (VBD was) (ADVP (RB then)) (VP (VBN made) (S (NP (NN Minister))) (PP (IN for) (NP (NNP Europe)))))) (. .)))" }, "speaker": null, "text": "Mr Hoon joined the Foreign and Commonwealth office in May 1999 as Minister of State with responsibility for Asia, the Pacific, the Middle East and North Africa; he was then made Minister for Europe.", "tokens": [ { "deprel": "nsubj", "end_char": 81, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Mr", "misc": "", "start_char": 79, "text": "Mr", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 86, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Hoon", "misc": "", "start_char": 82, "text": "Hoon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 93, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "join", "misc": "", "start_char": 87, "text": "joined", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 97, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 4, "lemma": "the", "misc": "", "start_char": 94, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 105, "feats": "Degree=Pos", "head": 8, "id": 5, "lemma": "foreign", "misc": "", "start_char": 98, "text": "Foreign", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "cc", "end_char": 109, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 106, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 122, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Commonwealth", "misc": "", "start_char": 110, "text": "Commonwealth", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 129, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "office", "misc": "", "start_char": 123, "text": "office", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 132, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 130, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 136, "feats": "Number=Sing", "head": 3, "id": 10, "lemma": "May", "misc": "", "start_char": 133, "text": "May", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 141, "feats": "NumForm=Digit|NumType=Card", "head": 10, "id": 11, "lemma": "1999", "misc": "", "start_char": 137, "text": "1999", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 144, "feats": null, "head": 13, "id": 12, "lemma": "as", "misc": "", "start_char": 142, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 153, "feats": "Number=Sing", "head": 3, "id": 13, "lemma": "Minister", "misc": "", "start_char": 145, "text": "Minister", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 156, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 154, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 162, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "State", "misc": "", "start_char": 157, "text": "State", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 167, "feats": null, "head": 17, "id": 16, "lemma": "with", "misc": "", "start_char": 163, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 182, "feats": "Number=Sing", "head": 3, "id": 17, "lemma": "responsibility", "misc": "", "start_char": 168, "text": "responsibility", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 186, "feats": null, "head": 19, "id": 18, "lemma": "for", "misc": "", "start_char": 183, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 191, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "Asia", "misc": "", "start_char": 187, "text": "Asia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 193, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 192, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 197, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 194, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 205, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "Pacific", "misc": "", "start_char": 198, "text": "Pacific", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 207, "feats": null, "head": 26, "id": 23, "lemma": ",", "misc": "", "start_char": 206, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 211, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 24, "lemma": "the", "misc": "", "start_char": 208, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 218, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "Middle", "misc": "", "start_char": 212, "text": "Middle", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "conj", "end_char": 223, "feats": "Number=Sing", "head": 19, "id": 26, "lemma": "East", "misc": "", "start_char": 219, "text": "East", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 227, "feats": null, "head": 29, "id": 27, "lemma": "and", "misc": "", "start_char": 224, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 233, "feats": "Number=Sing", "head": 29, "id": 28, "lemma": "North", "misc": "", "start_char": 228, "text": "North", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 240, "feats": "Number=Sing", "head": 19, "id": 29, "lemma": "Africa", "misc": "", "start_char": 234, "text": "Africa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 242, "feats": null, "head": 3, "id": 30, "lemma": ";", "misc": "", "start_char": 241, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj:pass", "end_char": 245, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 34, "id": 31, "lemma": "he", "misc": "", "start_char": 243, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 249, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 34, "id": 32, "lemma": "be", "misc": "", "start_char": 246, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 254, "feats": "PronType=Dem", "head": 34, "id": 33, "lemma": "then", "misc": "", "start_char": 250, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 259, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 34, "lemma": "make", "misc": "", "start_char": 255, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 268, "feats": "Number=Sing", "head": 34, "id": 35, "lemma": "minister", "misc": "", "start_char": 260, "text": "Minister", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 272, "feats": null, "head": 37, "id": 36, "lemma": "for", "misc": "", "start_char": 269, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 279, "feats": "Number=Sing", "head": 35, "id": 37, "lemma": "Europe", "misc": "", "start_char": 273, "text": "Europe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 281, "feats": null, "head": 3, "id": 38, "lemma": ".", "misc": "", "start_char": 280, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (ADVP (RBR Later)) (, ,) (PP (IN in) (NP (CD 1999))) (, ,) (NP (NNP Mr) (NNP Hoon)) (VP (VBD joined) (NP (NP (NNP Tony) (NNP Blair) (POS 's)) (NN Cabinet)) (PP (IN as) (NP (NP (NP (NNP Secretary)) (PP (IN of) (NP (NNP State))) (PP (IN for) (NP (NNP Defence)))) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (VBD oversaw) (NP (NP (CD four) (JJ major) (NNS deployments)) (PP (IN of) (NP (JJ British) (NNS troops))) (, ,) (PP (VBG including) (PP (IN to) (NP (NNP Iraq))))))))))) (. .)))" }, "speaker": null, "text": "Later, in 1999, Mr Hoon joined Tony Blair's Cabinet as Secretary of State for Defence, where he oversaw four major deployments of British troops, including to Iraq.", "tokens": [ { "deprel": "advmod", "end_char": 287, "feats": "Degree=Cmp", "head": 8, "id": 1, "lemma": "late", "misc": "", "start_char": 282, "text": "Later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "punct", "end_char": 289, "feats": null, "head": 8, "id": 2, "lemma": ",", "misc": "", "start_char": 288, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 292, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 290, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 297, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 4, "lemma": "1999", "misc": "", "start_char": 293, "text": "1999", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 299, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 298, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 302, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "Mr", "misc": "", "start_char": 300, "text": "Mr", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 307, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Hoon", "misc": "", "start_char": 303, "text": "Hoon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 314, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "join", "misc": "", "start_char": 308, "text": "joined", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 319, "feats": "Number=Sing", "head": 12, "id": 9, "lemma": "Tony", "misc": "", "start_char": 315, "text": "Tony", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 325, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "Blair", "misc": "", "start_char": 320, "text": "Blair", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 328, "feats": null, "head": 9, "id": 11, "lemma": "'s", "misc": "", "start_char": 326, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 336, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "cabinet", "misc": "", "start_char": 329, "text": "Cabinet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 339, "feats": null, "head": 14, "id": 13, "lemma": "as", "misc": "", "start_char": 337, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 349, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "Secretary", "misc": "", "start_char": 340, "text": "Secretary", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 352, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 350, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 358, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "State", "misc": "", "start_char": 353, "text": "State", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 362, "feats": null, "head": 18, "id": 17, "lemma": "for", "misc": "", "start_char": 359, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 370, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "Defence", "misc": "", "start_char": 363, "text": "Defence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 372, "feats": null, "head": 22, "id": 19, "lemma": ",", "misc": "", "start_char": 371, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 378, "feats": "PronType=Rel", "head": 22, "id": 20, "lemma": "where", "misc": "", "start_char": 373, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 381, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 21, "lemma": "he", "misc": "", "start_char": 379, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 389, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 22, "lemma": "oversee", "misc": "", "start_char": 382, "text": "oversaw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 394, "feats": "NumForm=Word|NumType=Card", "head": 25, "id": 23, "lemma": "four", "misc": "", "start_char": 390, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 400, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "major", "misc": "", "start_char": 395, "text": "major", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 412, "feats": "Number=Plur", "head": 22, "id": 25, "lemma": "deployment", "misc": "", "start_char": 401, "text": "deployments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 415, "feats": null, "head": 28, "id": 26, "lemma": "of", "misc": "", "start_char": 413, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 423, "feats": "Degree=Pos", "head": 28, "id": 27, "lemma": "British", "misc": "", "start_char": 416, "text": "British", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 430, "feats": "Number=Plur", "head": 25, "id": 28, "lemma": "troops", "misc": "", "start_char": 424, "text": "troops", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 432, "feats": null, "head": 25, "id": 29, "lemma": ",", "misc": "", "start_char": 431, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 442, "feats": "VerbForm=Ger", "head": 32, "id": 30, "lemma": "include", "misc": "", "start_char": 433, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 445, "feats": null, "head": 32, "id": 31, "lemma": "to", "misc": "", "start_char": 443, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 450, "feats": "Number=Sing", "head": 25, "id": 32, "lemma": "Iraq", "misc": "", "start_char": 446, "text": "Iraq", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 452, "feats": null, "head": 8, "id": 33, "lemma": ".", "misc": "", "start_char": 451, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (DT the) (CD 2005) (JJ general) (NN election))) (S (NP (PRP he)) (VP (VP (VBD became) (NP (NP (NN leader)) (PP (IN of) (NP (NP (DT the) (NNP House)) (PP (IN of) (NP (NNP Commons))))))) (CC and) (VP (NP (ADVP (RBR earlier)) (DT this) (NN year) (-LRB- -LRB-) (NP (CD 2006)) (-RRB- -RRB-)) (SBAR (S (NP (PRP he)) (VP (VBD was) (VP (VBN appointed) (PP (IN as) (NP (NP (NN Minister)) (PP (IN for) (NP (NNP Europe))))) (ADVP (RB again))))))))) (. .)))" }, "speaker": null, "text": "After the 2005 general election he became leader of the House of Commons and earlier this year (2006) he was appointed as Minister for Europe again.", "tokens": [ { "deprel": "case", "end_char": 458, "feats": null, "head": 5, "id": 1, "lemma": "after", "misc": "", "start_char": 453, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 462, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 2, "lemma": "the", "misc": "", "start_char": 459, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 467, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 3, "lemma": "2005", "misc": "", "start_char": 463, "text": "2005", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 475, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "general", "misc": "", "start_char": 468, "text": "general", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 484, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "election", "misc": "", "start_char": 476, "text": "election", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 487, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "misc": "", "start_char": 485, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 494, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "become", "misc": "", "start_char": 488, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 501, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "leader", "misc": "", "start_char": 495, "text": "leader", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 504, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 502, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 508, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 505, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 514, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "House", "misc": "", "start_char": 509, "text": "House", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 517, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 515, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 525, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "Commons", "misc": "", "start_char": 518, "text": "Commons", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 529, "feats": null, "head": 23, "id": 14, "lemma": "and", "misc": "", "start_char": 526, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 537, "feats": "Degree=Cmp", "head": 17, "id": 15, "lemma": "early", "misc": "", "start_char": 530, "text": "earlier", "upos": "ADV", "xpos": "RBR" }, { "deprel": "det", "end_char": 542, "feats": "Number=Sing|PronType=Dem", "head": 17, "id": 16, "lemma": "this", "misc": "", "start_char": 538, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 547, "feats": "Number=Sing", "head": 23, "id": 17, "lemma": "year", "misc": "", "start_char": 543, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 549, "feats": null, "head": 19, "id": 18, "lemma": "(", "misc": "", "start_char": 548, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 554, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 19, "lemma": "2006", "misc": "", "start_char": 550, "text": "2006", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 556, "feats": null, "head": 19, "id": 20, "lemma": ")", "misc": "", "start_char": 555, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "nsubj:pass", "end_char": 559, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 21, "lemma": "he", "misc": "", "start_char": 557, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 563, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 23, "id": 22, "lemma": "be", "misc": "", "start_char": 560, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 573, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 7, "id": 23, "lemma": "appoint", "misc": "", "start_char": 564, "text": "appointed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 576, "feats": null, "head": 25, "id": 24, "lemma": "as", "misc": "", "start_char": 574, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 585, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "minister", "misc": "", "start_char": 577, "text": "Minister", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 589, "feats": null, "head": 27, "id": 26, "lemma": "for", "misc": "", "start_char": 586, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 596, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "Europe", "misc": "", "start_char": 590, "text": "Europe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 602, "feats": null, "head": 23, "id": 28, "lemma": "again", "misc": "", "start_char": 597, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 604, "feats": null, "head": 7, "id": 29, "lemma": ".", "misc": "", "start_char": 603, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 606, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 605, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN On) (NP (NNP Friday) (NN 24thNovember))) (NP (NNP Mr) (NNP Horn)) (VP (VBZ is) (VP (VBG visiting) (NP (NNP Nottingham)) (S (VP (TO to) (VP (VB address) (NP (NNP Forum))))))) (. .)))" }, "speaker": null, "text": "On Friday 24thNovember Mr Horn is visiting Nottingham to address Forum.", "tokens": [ { "deprel": "case", "end_char": 609, "feats": null, "head": 3, "id": 1, "lemma": "on", "misc": "", "start_char": 607, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 616, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Friday", "misc": "", "start_char": 610, "text": "Friday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 629, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "24thNovember", "misc": "", "start_char": 617, "text": "24thNovember", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 632, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "Mr", "misc": "", "start_char": 630, "text": "Mr", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 637, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Horn", "misc": "", "start_char": 633, "text": "Horn", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 640, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 638, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 649, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 7, "lemma": "visit", "misc": "", "start_char": 641, "text": "visiting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 660, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "Nottingham", "misc": "", "start_char": 650, "text": "Nottingham", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 663, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 661, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 671, "feats": "VerbForm=Inf", "head": 7, "id": 10, "lemma": "address", "misc": "", "start_char": 664, "text": "address", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 677, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Forum", "misc": "", "start_char": 672, "text": "Forum", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 679, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 678, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (MD will) (VP (VP (VB speak) (PP (IN about) (NP (NP (PRP$ his) (NN experience)) (PP (IN in) (NP (DT the) (JJ public) (NN spotlight)))))) (, ,) (CC and) (VP (VB explain) (SBAR (WHNP (WHNP (WDT what) (NN life)) (PP (IN as) (NP (DT a) (NN Cabinet) (NN Minister)))) (S (VP (VBZ is) (ADVP (RB really) (UH like)))))))) (. .)))" }, "speaker": null, "text": "He will speak about his experience in the public spotlight, and explain what life as a Cabinet Minister is really like.", "tokens": [ { "deprel": "nsubj", "end_char": 682, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 680, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 687, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 683, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 693, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "speak", "misc": "", "start_char": 688, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 699, "feats": null, "head": 6, "id": 4, "lemma": "about", "misc": "", "start_char": 694, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 703, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "his", "misc": "", "start_char": 700, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 714, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "experience", "misc": "", "start_char": 704, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 717, "feats": null, "head": 10, "id": 7, "lemma": "in", "misc": "", "start_char": 715, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 721, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 718, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 728, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "public", "misc": "", "start_char": 722, "text": "public", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 738, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "spotlight", "misc": "", "start_char": 729, "text": "spotlight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 740, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 739, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 744, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 741, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 752, "feats": "VerbForm=Inf", "head": 3, "id": 13, "lemma": "explain", "misc": "", "start_char": 745, "text": "explain", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 757, "feats": "PronType=Int", "head": 15, "id": 14, "lemma": "what", "misc": "", "start_char": 753, "text": "what", "upos": "DET", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 762, "feats": "Number=Sing", "head": 22, "id": 15, "lemma": "life", "misc": "", "start_char": 758, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 765, "feats": null, "head": 19, "id": 16, "lemma": "as", "misc": "", "start_char": 763, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 767, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 17, "lemma": "a", "misc": "", "start_char": 766, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 775, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "cabinet", "misc": "", "start_char": 768, "text": "Cabinet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 784, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "minister", "misc": "", "start_char": 776, "text": "Minister", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 787, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 20, "lemma": "be", "misc": "", "start_char": 785, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 794, "feats": null, "head": 22, "id": 21, "lemma": "really", "misc": "", "start_char": 788, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 799, "feats": null, "head": 13, "id": 22, "lemma": "like", "misc": "", "start_char": 795, "text": "like", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 801, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 800, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 803, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 802, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (MD will) (VP (VB be) (NP (NP (DT an) (NN opportunity)) (PP (IN for) (NP (NP (NNS questions)) (PP (IN after) (NP (NP (DT the) (NN talk)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (ADJP (JJ open) (PP (IN to) (NP (NP (DT all) (NNS students) (CC and) (NNS staff)) (PP (IN at) (NP (NNP NottinghamUniversity)))))))))))))))) (. .)))" }, "speaker": null, "text": "There will be an opportunity for questions after the talk, which is open to all students and staff at NottinghamUniversity.", "tokens": [ { "deprel": "expl", "end_char": 809, "feats": null, "head": 3, "id": 1, "lemma": "there", "misc": "", "start_char": 804, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "aux", "end_char": 814, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 810, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 817, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "be", "misc": "", "start_char": 815, "text": "be", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 820, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 818, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 832, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "opportunity", "misc": "", "start_char": 821, "text": "opportunity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 836, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 833, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 846, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "question", "misc": "", "start_char": 837, "text": "questions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 852, "feats": null, "head": 10, "id": 8, "lemma": "after", "misc": "", "start_char": 847, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 856, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 853, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 861, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "talk", "misc": "", "start_char": 857, "text": "talk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 863, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 862, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 869, "feats": "PronType=Rel", "head": 14, "id": 12, "lemma": "which", "misc": "", "start_char": 864, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 872, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 870, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 877, "feats": "Degree=Pos", "head": 10, "id": 14, "lemma": "open", "misc": "", "start_char": 873, "text": "open", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 880, "feats": null, "head": 17, "id": 15, "lemma": "to", "misc": "", "start_char": 878, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 884, "feats": null, "head": 17, "id": 16, "lemma": "all", "misc": "", "start_char": 881, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 893, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "student", "misc": "", "start_char": 885, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 897, "feats": null, "head": 19, "id": 18, "lemma": "and", "misc": "", "start_char": 894, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 903, "feats": "Number=Plur", "head": 17, "id": 19, "lemma": "staff", "misc": "", "start_char": 898, "text": "staff", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 906, "feats": null, "head": 21, "id": 20, "lemma": "at", "misc": "", "start_char": 904, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 927, "feats": "Number=Sing", "head": 17, "id": 21, "lemma": "NottinghamUniversity", "misc": "", "start_char": 907, "text": "NottinghamUniversity", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 929, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 928, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (S (ADVP (UH Please)) (VP (VB arrive) (ADVP (RB early)) (SBAR (IN as) (S (NP (EX there)) (VP (VBP are) (NP (JJ limited) (NNS spaces))))))) (CC and) (S (NP (NN nobody)) (VP (MD will) (VP (VB be) (VP (VBN admitted) (SBAR (IN once) (S (NP (DT the) (NN event)) (VP (VBD had) (VP (VBN begun))))))))) (. .)))" }, "speaker": null, "text": "Please arrive early as there are limited spaces and nobody will be admitted once the event had begun.", "tokens": [ { "deprel": "discourse", "end_char": 936, "feats": null, "head": 2, "id": 1, "lemma": "please", "misc": "", "start_char": 930, "text": "Please", "upos": "INTJ", "xpos": "UH" }, { "deprel": "root", "end_char": 943, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 2, "lemma": "arrive", "misc": "", "start_char": 937, "text": "arrive", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 949, "feats": "Degree=Pos", "head": 2, "id": 3, "lemma": "early", "misc": "", "start_char": 944, "text": "early", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 952, "feats": null, "head": 6, "id": 4, "lemma": "as", "misc": "", "start_char": 950, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "expl", "end_char": 958, "feats": null, "head": 6, "id": 5, "lemma": "there", "misc": "", "start_char": 953, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "advcl", "end_char": 962, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "be", "misc": "", "start_char": 959, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 970, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "limited", "misc": "", "start_char": 963, "text": "limited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 977, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "space", "misc": "", "start_char": 971, "text": "spaces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 981, "feats": null, "head": 13, "id": 9, "lemma": "and", "misc": "", "start_char": 978, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 988, "feats": "Number=Sing|PronType=Neg", "head": 13, "id": 10, "lemma": "nobody", "misc": "", "start_char": 982, "text": "nobody", "upos": "PRON", "xpos": "NN" }, { "deprel": "aux", "end_char": 993, "feats": "VerbForm=Fin", "head": 13, "id": 11, "lemma": "will", "misc": "", "start_char": 989, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 996, "feats": "VerbForm=Inf", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 994, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 1005, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 13, "lemma": "admit", "misc": "", "start_char": 997, "text": "admitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1010, "feats": null, "head": 18, "id": 14, "lemma": "once", "misc": "", "start_char": 1006, "text": "once", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1014, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1011, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1020, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "event", "misc": "", "start_char": 1015, "text": "event", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1024, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 17, "lemma": "have", "misc": "", "start_char": 1021, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1030, "feats": "Tense=Past|VerbForm=Part", "head": 13, "id": 18, "lemma": "begin", "misc": "", "start_char": 1025, "text": "begun", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1032, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 1031, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1034, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1033, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NP (NNP FRIDAY) (NNP 24THNOVEMBER)))" }, "speaker": null, "text": "FRIDAY 24THNOVEMBER", "tokens": [ { "deprel": "root", "end_char": 1041, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "FRIDAY", "misc": "", "start_char": 1035, "text": "FRIDAY", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1054, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "24THNOVEMBER", "misc": "", "start_char": 1042, "text": "24THNOVEMBER", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1056, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1055, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NP (LS 4) (NN O'LOCK)))" }, "speaker": null, "text": "4 O'LOCK", "tokens": [ { "deprel": "dep", "end_char": 1058, "feats": null, "head": 2, "id": 1, "lemma": "4", "misc": "", "start_char": 1057, "text": "4", "upos": "X", "xpos": "LS" }, { "deprel": "root", "end_char": 1065, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "o'lock", "misc": "", "start_char": 1059, "text": "O'LOCK", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1067, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1066, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NP (NNP A48) (NNP SIR) (NNP CLIVE) (NNP GRANGER) (-LRB- -LRB-) (NN GEOGRAPHY) (CC &) (NN ECONOMICS) (-RRB- -RRB-)))" }, "speaker": null, "text": "A48 SIR CLIVE GRANGER (GEOGRAPHY & ECONOMICS)", "tokens": [ { "deprel": "root", "end_char": 1071, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "A48", "misc": "", "start_char": 1068, "text": "A48", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1075, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "SIR", "misc": "", "start_char": 1072, "text": "SIR", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1081, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "CLIVE", "misc": "", "start_char": 1076, "text": "CLIVE", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "list", "end_char": 1089, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "GRANGER", "misc": "", "start_char": 1082, "text": "GRANGER", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1091, "feats": null, "head": 6, "id": 5, "lemma": "(", "misc": "", "start_char": 1090, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 1101, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "geography", "misc": "", "start_char": 1092, "text": "GEOGRAPHY", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1103, "feats": null, "head": 8, "id": 7, "lemma": "&", "misc": "", "start_char": 1102, "text": "&", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1113, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "economics", "misc": "", "start_char": 1104, "text": "ECONOMICS", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1115, "feats": null, "head": 6, "id": 9, "lemma": ")", "misc": "", "start_char": 1114, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1117, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1116, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NP (JJ FREE) (NN ENTRY)))" }, "speaker": null, "text": "FREE ENTRY", "tokens": [ { "deprel": "amod", "end_char": 1122, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "free", "misc": "", "start_char": 1118, "text": "FREE", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1128, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "entry", "misc": "", "start_char": 1123, "text": "ENTRY", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1130, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1129, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NP (ADD www.nottingham.forum.org)))" }, "speaker": null, "text": "www.nottingham.forum.org", "tokens": [ { "deprel": "root", "end_char": 1155, "feats": null, "head": 0, "id": 1, "lemma": "www.nottingham.forum.org", "misc": "", "start_char": 1131, "text": "www.nottingham.forum.org", "upos": "X", "xpos": "ADD" } ] } ]
Geoff Hoon is one of prefix = st1 /Britain's most experienced politicians. Mr Hoon joined the Foreign and Commonwealth office in May 1999 as Minister of State with responsibility for Asia, the Pacific, the Middle East and North Africa; he was then made Minister for Europe. Later, in 1999, Mr Hoon joined Tony Blair's Cabinet as Secretary of State for Defence, where he oversaw four major deployments of British troops, including to Iraq. After the 2005 general election he became leader of the House of Commons and earlier this year (2006) he was appointed as Minister for Europe again. On Friday 24thNovember Mr Horn is visiting Nottingham to address Forum. He will speak about his experience in the public spotlight, and explain what life as a Cabinet Minister is really like. There will be an opportunity for questions after the talk, which is open to all students and staff at NottinghamUniversity. Please arrive early as there are limited spaces and nobody will be admitted once the event had begun. FRIDAY 24THNOVEMBER 4 O'LOCK A48 SIR CLIVE GRANGER (GEOGRAPHY & ECONOMICS) FREE ENTRY www.nottingham.forum.org
[ [ [ 0, 5, 12 ] ], [ [ 2, 3, 7 ] ], [ [ 2, 9, 10 ] ], [ [ 2, 16, 28 ] ], [ [ 2, 18, 18 ] ], [ [ 2, 20, 21 ] ], [ [ 2, 23, 25 ] ], [ [ 2, 27, 28 ] ], [ [ 2, 18, 28 ] ], [ [ 2, 32, 32 ] ], [ [ 3, 3, 3 ] ], [ [ 3, 8, 11 ] ], [ [ 3, 8, 10 ] ], [ [ 3, 22, 27 ] ], [ [ 3, 26, 27 ] ], [ [ 3, 26, 26 ], [ 0, 8, 9 ] ], [ [ 3, 31, 31 ] ], [ [ 4, 1, 2 ] ], [ [ 4, 3, 4 ] ], [ [ 4, 9, 12 ] ], [ [ 4, 26, 26 ], [ 2, 36, 36 ] ], [ [ 6, 1, 2 ], [ 12, 0, 1 ] ], [ [ 6, 7, 7 ] ], [ [ 6, 10, 10 ] ], [ [ 7, 4, 5 ] ], [ [ 7, 7, 9 ] ], [ [ 7, 13, 21 ] ], [ [ 7, 14, 14 ] ], [ [ 7, 16, 18 ], [ 7, 4, 4 ], [ 6, 3, 4 ], [ 4, 24, 26 ], [ 4, 20, 20 ], [ 4, 7, 12 ], [ 4, 5, 5 ], [ 3, 5, 6 ], [ 3, 20, 20 ], [ 2, 0, 1 ], [ 0, 0, 1 ], [ 0, 3, 12 ], [ 2, 12, 14 ], [ 2, 30, 30 ], [ 2, 34, 36 ], [ 7, 0, 0 ] ], [ [ 9, 6, 6 ] ], [ [ 9, 8, 9 ] ], [ [ 9, 20, 20 ] ], [ [ 10, 9, 9 ] ], [ [ 10, 14, 15 ] ], [ [ 14, 0, 1 ] ], [ [ 16, 0, 8 ] ], [ [ 18, 0, 1 ] ], [ [ 20, 0, 0 ] ], [ [ 2, 14, 14 ] ], [ [ 3, 13, 15 ] ], [ [ 3, 15, 15 ] ], [ [ 3, 17, 17 ] ], [ [ 4, 12, 12 ] ], [ [ 4, 15, 16 ], [ 4, 15, 19 ], [ 4, 17, 19 ] ], [ [ 9, 3, 6 ] ], [ [ 9, 15, 20 ] ], [ [ 10, 6, 7 ] ], [ [ 10, 6, 9 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36145
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Tracy) (NNP Caulkins)) (VP (VBZ is) (VP (VBN known) (PP (IN as) (NP (NP (DT the) (JJ first) (NNP American)) (SBAR (S (VP (TO to) (VP (VP (VB set) (NP (DT an) (JJ American) (NN record))) (CC and) (VP (VB win) (NP (DT an) (JJ American) (NN title)) (PP (IN in) (NP (NP (DT each)) (PP (IN of) (NP (NP (CD four) (NN swimming) (NNS strokes)) (: :) (NP (NN breaststroke) (, ,) (NN butterfly) (, ,) (NN backstroke) (, ,) (NN freestyle))))))))))))))) (. .)))" }, "speaker": null, "text": "Tracy Caulkins is known as the first American to set an American record and win an American title in each of four swimming strokes: breaststroke, butterfly, backstroke, freestyle.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 5, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Tracy", "misc": "", "start_char": 0, "text": "Tracy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 14, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Caulkin", "misc": "", "start_char": 6, "text": "Caulkins", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 17, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 15, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 23, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "know", "misc": "", "start_char": 18, "text": "known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 26, "feats": null, "head": 8, "id": 5, "lemma": "as", "misc": "", "start_char": 24, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 30, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 27, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 36, "feats": "Degree=Pos|NumType=Ord", "head": 8, "id": 7, "lemma": "first", "misc": "", "start_char": 31, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 45, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "American", "misc": "", "start_char": 37, "text": "American", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 48, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 46, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 52, "feats": "VerbForm=Inf", "head": 4, "id": 10, "lemma": "set", "misc": "", "start_char": 49, "text": "set", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 55, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 53, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 64, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "American", "misc": "", "start_char": 56, "text": "American", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 71, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "record", "misc": "", "start_char": 65, "text": "record", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 75, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 72, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 79, "feats": "VerbForm=Inf", "head": 10, "id": 15, "lemma": "win", "misc": "", "start_char": 76, "text": "win", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 82, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 80, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 91, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "American", "misc": "", "start_char": 83, "text": "American", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 97, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "title", "misc": "", "start_char": 92, "text": "title", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 100, "feats": null, "head": 20, "id": 19, "lemma": "in", "misc": "", "start_char": 98, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 105, "feats": null, "head": 15, "id": 20, "lemma": "each", "misc": "", "start_char": 101, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 108, "feats": null, "head": 24, "id": 21, "lemma": "of", "misc": "", "start_char": 106, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 113, "feats": "NumForm=Word|NumType=Card", "head": 24, "id": 22, "lemma": "four", "misc": "", "start_char": 109, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 122, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "swim", "misc": "", "start_char": 114, "text": "swimming", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 130, "feats": "Number=Plur", "head": 20, "id": 24, "lemma": "stroke", "misc": "", "start_char": 123, "text": "strokes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 132, "feats": null, "head": 26, "id": 25, "lemma": ":", "misc": "", "start_char": 131, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 145, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "breaststroke", "misc": "", "start_char": 133, "text": "breaststroke", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 147, "feats": null, "head": 28, "id": 27, "lemma": ",", "misc": "", "start_char": 146, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 157, "feats": "Number=Sing", "head": 26, "id": 28, "lemma": "butterfly", "misc": "", "start_char": 148, "text": "butterfly", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 159, "feats": null, "head": 30, "id": 29, "lemma": ",", "misc": "", "start_char": 158, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 170, "feats": "Number=Sing", "head": 26, "id": 30, "lemma": "backstroke", "misc": "", "start_char": 160, "text": "backstroke", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 172, "feats": null, "head": 32, "id": 31, "lemma": ",", "misc": "", "start_char": 171, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 182, "feats": "Number=Sing", "head": 26, "id": 32, "lemma": "freestyle", "misc": "", "start_char": 173, "text": "freestyle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 184, "feats": null, "head": 4, "id": 33, "lemma": ".", "misc": "", "start_char": 183, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 186, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 185, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NNP Tracy) (NNP Caulkins)) (VP (VP (VBD was) (VP (VBN born) (PP (IN in) (NP (NNP Minnesota))))) (CC and) (VP (VBD lived) (PP (IN in) (NP (NNP Iowa))) (SBAR (IN until) (S (NP (PRP she)) (VP (VBD was) (NP (CD six))))))) (. .)))" }, "speaker": null, "text": "Tracy Caulkins was born in Minnesota and lived in Iowa until she was six.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 192, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Tracy", "misc": "", "start_char": 187, "text": "Tracy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 201, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Caulkin", "misc": "", "start_char": 193, "text": "Caulkins", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 205, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 202, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 210, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "bear", "misc": "", "start_char": 206, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 213, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 211, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 223, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Minnesota", "misc": "", "start_char": 214, "text": "Minnesota", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 227, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 224, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 233, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 8, "lemma": "live", "misc": "", "start_char": 228, "text": "lived", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 236, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 234, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 241, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Iowa", "misc": "", "start_char": 237, "text": "Iowa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 247, "feats": null, "head": 14, "id": 11, "lemma": "until", "misc": "", "start_char": 242, "text": "until", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 251, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 12, "lemma": "she", "misc": "", "start_char": 248, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 255, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 252, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 259, "feats": "NumForm=Word|NumType=Card", "head": 8, "id": 14, "lemma": "six", "misc": "", "start_char": 256, "text": "six", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 261, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 260, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD began) (S (VP (VBG swimming))) (SBAR (WHADVP (WRB when)) (S (NP (PRP she)) (VP (VBD was) (NP (CD eight))))) (, ,) (SBAR (IN after) (S (NP (DT the) (NN family)) (VP (VBD had) (VP (VBN moved) (PP (IN to) (NP (NP (NNP Nashville)) (, ,) (NP (NNP Tennessee))))))))) (. .)))" }, "speaker": null, "text": "She began swimming when she was eight, after the family had moved to Nashville, Tennessee.", "tokens": [ { "deprel": "nsubj", "end_char": 265, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 262, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 271, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "begin", "misc": "", "start_char": 266, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 280, "feats": "VerbForm=Ger", "head": 2, "id": 3, "lemma": "swim", "misc": "", "start_char": 272, "text": "swimming", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 285, "feats": "PronType=Int", "head": 7, "id": 4, "lemma": "when", "misc": "", "start_char": 281, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 289, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "she", "misc": "", "start_char": 286, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 293, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 290, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 299, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 7, "lemma": "eight", "misc": "", "start_char": 294, "text": "eight", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 301, "feats": null, "head": 13, "id": 8, "lemma": ",", "misc": "", "start_char": 300, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 307, "feats": null, "head": 13, "id": 9, "lemma": "after", "misc": "", "start_char": 302, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 311, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 308, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 318, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "family", "misc": "", "start_char": 312, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 322, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "have", "misc": "", "start_char": 319, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 328, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 13, "lemma": "move", "misc": "", "start_char": 323, "text": "moved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 331, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 329, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 341, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "Nashville", "misc": "", "start_char": 332, "text": "Nashville", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 343, "feats": null, "head": 15, "id": 16, "lemma": ",", "misc": "", "start_char": 342, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 353, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "Tennessee", "misc": "", "start_char": 344, "text": "Tennessee", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 355, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 354, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (ADJP (JJ unwilling) (S (ADVP (IN at) (JJ first)) (VP (TO to) (VP (VP (VB swim) (PP (IN in) (NP (JJ cold) (NN water)))) (CC or) (VP (VB get) (S (NP (PRP$ her) (NN face)) (ADJP (JJ wet)))))))))) (, ,) (NP (PRP she)) (VP (VBD began) (S (VP (TO to) (VP (VB train) (PP (IN in) (NP (NN earnest))) (SBAR (IN as) (S (NP (PRP$ her) (NN talent)) (VP (VBD became) (ADJP (JJ clear))))))))) (. .)))" }, "speaker": null, "text": "While unwilling at first to swim in cold water or get her face wet, she began to train in earnest as her talent became clear.", "tokens": [ { "deprel": "mark", "end_char": 361, "feats": null, "head": 2, "id": 1, "lemma": "while", "misc": "", "start_char": 356, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 371, "feats": "Degree=Pos", "head": 17, "id": 2, "lemma": "unwilling", "misc": "", "start_char": 362, "text": "unwilling", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 374, "feats": null, "head": 4, "id": 3, "lemma": "at", "misc": "", "start_char": 372, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 380, "feats": "Degree=Pos|NumType=Ord", "head": 2, "id": 4, "lemma": "first", "misc": "", "start_char": 375, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 383, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 381, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 388, "feats": "VerbForm=Inf", "head": 2, "id": 6, "lemma": "swim", "misc": "", "start_char": 384, "text": "swim", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 391, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 389, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 396, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "cold", "misc": "", "start_char": 392, "text": "cold", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 402, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "water", "misc": "", "start_char": 397, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 405, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 403, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 409, "feats": "VerbForm=Inf", "head": 6, "id": 11, "lemma": "get", "misc": "", "start_char": 406, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 413, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "her", "misc": "", "start_char": 410, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 418, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "face", "misc": "", "start_char": 414, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 422, "feats": "Degree=Pos", "head": 11, "id": 14, "lemma": "wet", "misc": "", "start_char": 419, "text": "wet", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 424, "feats": null, "head": 2, "id": 15, "lemma": ",", "misc": "", "start_char": 423, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 428, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "she", "misc": "", "start_char": 425, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 434, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 17, "lemma": "begin", "misc": "", "start_char": 429, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 437, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 435, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 443, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "train", "misc": "", "start_char": 438, "text": "train", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 446, "feats": null, "head": 21, "id": 20, "lemma": "in", "misc": "", "start_char": 444, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 454, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "earnest", "misc": "", "start_char": 447, "text": "earnest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 457, "feats": null, "head": 25, "id": 22, "lemma": "as", "misc": "", "start_char": 455, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 461, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 24, "id": 23, "lemma": "her", "misc": "", "start_char": 458, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 468, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "talent", "misc": "", "start_char": 462, "text": "talent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 475, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 25, "lemma": "become", "misc": "", "start_char": 469, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 481, "feats": "Degree=Pos", "head": 25, "id": 26, "lemma": "clear", "misc": "", "start_char": 476, "text": "clear", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 483, "feats": null, "head": 17, "id": 27, "lemma": ".", "misc": "", "start_char": 482, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Though) (S (NP (PRP$ her) (NN father)) (VP (VBD worked) (PP (IN for) (NP (DT the) (JJ public) (NNS schools)))))) (, ,) (NP (DT the) (NN family)) (VP (VBD sent) (NP (PRP her)) (PP (IN to) (NP (DT a) (JJ private) (NN school))) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (JJ public) (NNS schools)) (VP (MD could) (RB not) (VP (VB accommodate) (NP (PRP$ her) (NN training) (NN schedule))))))) (. .)))" }, "speaker": null, "text": "Though her father worked for the public schools, the family sent her to a private school when the public schools could not accommodate her training schedule.", "tokens": [ { "deprel": "mark", "end_char": 490, "feats": null, "head": 4, "id": 1, "lemma": "though", "misc": "", "start_char": 484, "text": "Though", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 494, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "her", "misc": "", "start_char": 491, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 501, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "father", "misc": "", "start_char": 495, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 508, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 4, "lemma": "work", "misc": "", "start_char": 502, "text": "worked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 512, "feats": null, "head": 8, "id": 5, "lemma": "for", "misc": "", "start_char": 509, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 516, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 513, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 523, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "public", "misc": "", "start_char": 517, "text": "public", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 531, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "school", "misc": "", "start_char": 524, "text": "schools", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 533, "feats": null, "head": 4, "id": 9, "lemma": ",", "misc": "", "start_char": 532, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 537, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 534, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 544, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "family", "misc": "", "start_char": 538, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 549, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "send", "misc": "", "start_char": 545, "text": "sent", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 553, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 13, "lemma": "her", "misc": "", "start_char": 550, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 556, "feats": null, "head": 17, "id": 14, "lemma": "to", "misc": "", "start_char": 554, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 558, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 557, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 566, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "private", "misc": "", "start_char": 559, "text": "private", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 573, "feats": "Number=Sing", "head": 12, "id": 17, "lemma": "school", "misc": "", "start_char": 567, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 578, "feats": "PronType=Int", "head": 24, "id": 18, "lemma": "when", "misc": "", "start_char": 574, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 582, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 579, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 589, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "public", "misc": "", "start_char": 583, "text": "public", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 597, "feats": "Number=Plur", "head": 24, "id": 21, "lemma": "school", "misc": "", "start_char": 590, "text": "schools", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 603, "feats": "VerbForm=Fin", "head": 24, "id": 22, "lemma": "could", "misc": "", "start_char": 598, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 607, "feats": null, "head": 24, "id": 23, "lemma": "not", "misc": "", "start_char": 604, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 619, "feats": "VerbForm=Inf", "head": 12, "id": 24, "lemma": "accommodate", "misc": "", "start_char": 608, "text": "accommodate", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 623, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 27, "id": 25, "lemma": "her", "misc": "", "start_char": 620, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 632, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "training", "misc": "", "start_char": 624, "text": "training", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 641, "feats": "Number=Sing", "head": 24, "id": 27, "lemma": "schedule", "misc": "", "start_char": 633, "text": "schedule", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 643, "feats": null, "head": 12, "id": 28, "lemma": ".", "misc": "", "start_char": 642, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 645, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 644, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (NN age) (CD 13))) (, ,) (NP (NNP Tracy) (NNP Caulkins)) (VP (VP (VBD took) (NP (NN part)) (PP (IN in) (NP (NP (DT the) (NNS trials)) (PP (IN for) (NP (DT the) (CD 1976) (NNPS Olympics)))))) (, ,) (CC but) (VP (VBD did) (RB not) (VP (VB make) (NP (DT the) (NN team))))) (. .)))" }, "speaker": null, "text": "At age 13, Tracy Caulkins took part in the trials for the 1976 Olympics, but did not make the team.", "tokens": [ { "deprel": "case", "end_char": 648, "feats": null, "head": 2, "id": 1, "lemma": "at", "misc": "", "start_char": 646, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 652, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "age", "misc": "", "start_char": 649, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nummod", "end_char": 655, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 3, "lemma": "13", "misc": "", "start_char": 653, "text": "13", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 657, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 656, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 663, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "Tracy", "misc": "", "start_char": 658, "text": "Tracy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 672, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Caulkin", "misc": "", "start_char": 664, "text": "Caulkins", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 677, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "take", "misc": "", "start_char": 673, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 682, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "part", "misc": "", "start_char": 678, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 685, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 683, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 689, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 686, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 696, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "trial", "misc": "", "start_char": 690, "text": "trials", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 700, "feats": null, "head": 15, "id": 12, "lemma": "for", "misc": "", "start_char": 697, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 704, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 701, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 709, "feats": "NumForm=Digit|NumType=Card", "head": 15, "id": 14, "lemma": "1976", "misc": "", "start_char": 705, "text": "1976", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 718, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "Olympics", "misc": "", "start_char": 710, "text": "Olympics", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 720, "feats": null, "head": 20, "id": 16, "lemma": ",", "misc": "", "start_char": 719, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 724, "feats": null, "head": 20, "id": 17, "lemma": "but", "misc": "", "start_char": 721, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 728, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 18, "lemma": "do", "misc": "", "start_char": 725, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 732, "feats": null, "head": 20, "id": 19, "lemma": "not", "misc": "", "start_char": 729, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 737, "feats": "VerbForm=Inf", "head": 7, "id": 20, "lemma": "make", "misc": "", "start_char": 733, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 741, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 738, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 746, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "team", "misc": "", "start_char": 742, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 748, "feats": null, "head": 7, "id": 23, "lemma": ".", "misc": "", "start_char": 747, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VP (VBD continued) (S (VP (TO to) (VP (VB win) (NP (ADJP (JJ national) (CC and) (JJ international)) (NNS titles)))))) (, ,) (CC and) (VP (VBD was) (VP (VBN disappointed) (PP (IN in) (NP (NP (CD 1980)) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NNP U.S.)) (VP (VBD did) (RB n't) (VP (VB attend) (NP (DT the) (NNP Moscow) (NNPS Olympics))))))))))) (. .)))" }, "speaker": null, "text": "She continued to win national and international titles, and was disappointed in 1980 when the U.S. didn't attend the Moscow Olympics.", "tokens": [ { "deprel": "nsubj", "end_char": 752, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 749, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 762, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "continue", "misc": "", "start_char": 753, "text": "continued", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 765, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 763, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 769, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "win", "misc": "", "start_char": 766, "text": "win", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 778, "feats": "Degree=Pos", "head": 8, "id": 5, "lemma": "national", "misc": "", "start_char": 770, "text": "national", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 782, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 779, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 796, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "international", "misc": "", "start_char": 783, "text": "international", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 803, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "title", "misc": "", "start_char": 797, "text": "titles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 805, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 804, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 809, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 806, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux:pass", "end_char": 813, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 810, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 826, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 12, "lemma": "disappoint", "misc": "", "start_char": 814, "text": "disappointed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 829, "feats": null, "head": 14, "id": 13, "lemma": "in", "misc": "", "start_char": 827, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 834, "feats": "NumForm=Digit|NumType=Card", "head": 12, "id": 14, "lemma": "1980", "misc": "", "start_char": 830, "text": "1980", "upos": "NUM", "xpos": "CD" }, { "deprel": "advmod", "end_char": 839, "feats": "PronType=Int", "head": 20, "id": 15, "lemma": "when", "misc": "", "start_char": 835, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 843, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 840, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 848, "feats": "Number=Sing", "head": 20, "id": 17, "lemma": "U.S.", "misc": "", "start_char": 844, "text": "U.S.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 852, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 18, "lemma": "do", "misc": "", "start_char": 849, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 856, "feats": null, "head": 20, "id": 19, "lemma": "not", "misc": "", "start_char": 853, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 863, "feats": "VerbForm=Inf", "head": 12, "id": 20, "lemma": "attend", "misc": "", "start_char": 857, "text": "attend", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 867, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 864, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 874, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "Moscow", "misc": "", "start_char": 868, "text": "Moscow", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 883, "feats": "Number=Plur", "head": 20, "id": 23, "lemma": "Olympics", "misc": "", "start_char": 875, "text": "Olympics", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 885, "feats": null, "head": 2, "id": 24, "lemma": ".", "misc": "", "start_char": 884, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD continued) (S (VP (TO to) (VP (VB train) (CC and) (VB compete))))) (. .)))" }, "speaker": null, "text": "She continued to train and compete.", "tokens": [ { "deprel": "nsubj", "end_char": 889, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 886, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 899, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "continue", "misc": "", "start_char": 890, "text": "continued", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 902, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 900, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 908, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "train", "misc": "", "start_char": 903, "text": "train", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 912, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 909, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 920, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "compete", "misc": "", "start_char": 913, "text": "compete", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 922, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 921, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 924, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 923, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (CD 1981))) (, ,) (NP (NNP Tracy) (NNP Caulkins)) (VP (VBD began) (NP (NN college)) (, ,) (S (VP (VBG graduating) (PP (IN in) (NP (CD 1985)))))) (. .)))" }, "speaker": null, "text": "In 1981, Tracy Caulkins began college, graduating in 1985.", "tokens": [ { "deprel": "case", "end_char": 927, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 925, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 932, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 2, "lemma": "1981", "misc": "", "start_char": 928, "text": "1981", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 934, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 933, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 940, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Tracy", "misc": "", "start_char": 935, "text": "Tracy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 949, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Caulkin", "misc": "", "start_char": 941, "text": "Caulkins", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 955, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "begin", "misc": "", "start_char": 950, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 963, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "college", "misc": "", "start_char": 956, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 965, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 964, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 976, "feats": "VerbForm=Ger", "head": 6, "id": 9, "lemma": "graduate", "misc": "", "start_char": 966, "text": "graduating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 979, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 977, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 984, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 11, "lemma": "1985", "misc": "", "start_char": 980, "text": "1985", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 986, "feats": null, "head": 6, "id": 12, "lemma": ".", "misc": "", "start_char": 985, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NN college))) (, ,) (NP (PRP she)) (VP (VBD continued) (NP (VBG competing) (CC and) (NN training)) (, ,) (SBAR (IN though) (S (NP (PRP she)) (VP (VBD had) (VP (VBN slowed) (PRT (RP down)) (PP (IN from) (NP (PRP$ her) (NN peak) (NNS years)))))))) (. .)))" }, "speaker": null, "text": "In college, she continued competing and training, though she had slowed down from her peak years.", "tokens": [ { "deprel": "case", "end_char": 989, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 987, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 997, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "college", "misc": "", "start_char": 990, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 999, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 998, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1003, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "she", "misc": "", "start_char": 1000, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1013, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "continue", "misc": "", "start_char": 1004, "text": "continued", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1023, "feats": "VerbForm=Ger", "head": 5, "id": 6, "lemma": "compete", "misc": "", "start_char": 1014, "text": "competing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cc", "end_char": 1027, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1024, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1036, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "training", "misc": "", "start_char": 1028, "text": "training", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1038, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 1037, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1045, "feats": null, "head": 13, "id": 10, "lemma": "though", "misc": "", "start_char": 1039, "text": "though", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1049, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "she", "misc": "", "start_char": 1046, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1053, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "have", "misc": "", "start_char": 1050, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1060, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 13, "lemma": "slow", "misc": "", "start_char": 1054, "text": "slowed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 1065, "feats": null, "head": 13, "id": 14, "lemma": "down", "misc": "", "start_char": 1061, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1070, "feats": null, "head": 18, "id": 15, "lemma": "from", "misc": "", "start_char": 1066, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1074, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "her", "misc": "", "start_char": 1071, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1079, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "peak", "misc": "", "start_char": 1075, "text": "peak", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1085, "feats": "Number=Plur", "head": 13, "id": 18, "lemma": "year", "misc": "", "start_char": 1080, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1087, "feats": null, "head": 5, "id": 19, "lemma": ".", "misc": "", "start_char": 1086, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1089, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1088, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NNP Caulkins)) (VP (VP (VBD trained) (ADVP (RB especially) (RB hard)) (PP (IN for) (NP (DT the) (CD 1984) (NNPS Olympics)))) (, ,) (CC and) (CONJP (RB not) (RB only)) (VP (VBD made) (NP (DT the) (NN team))) (, ,) (CC but) (VP (VBD was) (NP (NP (NN captain)) (PP (PP (IN of) (NP (DT the) (NN swim) (NN team))) (CC and) (PP (IN at) (NP (NNP Los) (NNP Angeles)))))) (, ,) (VP (VBD won) (NP (CD three) (NN gold) (NNS medals))) (CC and) (VP (VBD was) (VP (VBN named) (S (NP (NP (NNP Sportswoman)) (PP (IN of) (NP (DT the) (NNP Year))))) (PP (IN by) (NP (DT the) (NNP U.S.) (NNP Olympic) (NNP Committee)))))) (. .)))" }, "speaker": null, "text": "Caulkins trained especially hard for the 1984 Olympics, and not only made the team, but was captain of the swim team and at Los Angeles, won three gold medals and was named Sportswoman of the Year by the U.S. Olympic Committee.", "tokens": [ { "deprel": "nsubj", "end_char": 1098, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Caulkin", "misc": "", "start_char": 1090, "text": "Caulkins", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1106, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "train", "misc": "", "start_char": 1099, "text": "trained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1117, "feats": null, "head": 4, "id": 3, "lemma": "especially", "misc": "", "start_char": 1107, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1122, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "hard", "misc": "", "start_char": 1118, "text": "hard", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1126, "feats": null, "head": 8, "id": 5, "lemma": "for", "misc": "", "start_char": 1123, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1130, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1127, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1135, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "1984", "misc": "", "start_char": 1131, "text": "1984", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1144, "feats": "Number=Plur", "head": 2, "id": 8, "lemma": "Olympics", "misc": "", "start_char": 1136, "text": "Olympics", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 1146, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 1145, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1150, "feats": null, "head": 13, "id": 10, "lemma": "and", "misc": "", "start_char": 1147, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1154, "feats": null, "head": 13, "id": 11, "lemma": "not", "misc": "", "start_char": 1151, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1159, "feats": null, "head": 13, "id": 12, "lemma": "only", "misc": "", "start_char": 1155, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1164, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 13, "lemma": "make", "misc": "", "start_char": 1160, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1168, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 1165, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1173, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "team", "misc": "", "start_char": 1169, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1175, "feats": null, "head": 19, "id": 16, "lemma": ",", "misc": "", "start_char": 1174, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1179, "feats": null, "head": 19, "id": 17, "lemma": "but", "misc": "", "start_char": 1176, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 1183, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 1180, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 1191, "feats": "Number=Sing", "head": 13, "id": 19, "lemma": "captain", "misc": "", "start_char": 1184, "text": "captain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1194, "feats": null, "head": 23, "id": 20, "lemma": "of", "misc": "", "start_char": 1192, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1198, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 1195, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1203, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "swim", "misc": "", "start_char": 1199, "text": "swim", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1208, "feats": "Number=Sing", "head": 19, "id": 23, "lemma": "team", "misc": "", "start_char": 1204, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1212, "feats": null, "head": 26, "id": 24, "lemma": "and", "misc": "", "start_char": 1209, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1215, "feats": null, "head": 26, "id": 25, "lemma": "at", "misc": "", "start_char": 1213, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "conj", "end_char": 1219, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "Los", "misc": "", "start_char": 1216, "text": "Los", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1227, "feats": "Number=Sing", "head": 26, "id": 27, "lemma": "Angeles", "misc": "", "start_char": 1220, "text": "Angeles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1229, "feats": null, "head": 29, "id": 28, "lemma": ",", "misc": "", "start_char": 1228, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1233, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 29, "lemma": "win", "misc": "", "start_char": 1230, "text": "won", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 1239, "feats": "NumForm=Word|NumType=Card", "head": 32, "id": 30, "lemma": "three", "misc": "", "start_char": 1234, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 1244, "feats": "Number=Sing", "head": 32, "id": 31, "lemma": "gold", "misc": "", "start_char": 1240, "text": "gold", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1251, "feats": "Number=Plur", "head": 29, "id": 32, "lemma": "medal", "misc": "", "start_char": 1245, "text": "medals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1255, "feats": null, "head": 35, "id": 33, "lemma": "and", "misc": "", "start_char": 1252, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux:pass", "end_char": 1259, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 35, "id": 34, "lemma": "be", "misc": "", "start_char": 1256, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 1265, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 29, "id": 35, "lemma": "name", "misc": "", "start_char": 1260, "text": "named", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 1277, "feats": "Number=Sing", "head": 35, "id": 36, "lemma": "Sportswoman", "misc": "", "start_char": 1266, "text": "Sportswoman", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1280, "feats": null, "head": 39, "id": 37, "lemma": "of", "misc": "", "start_char": 1278, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1284, "feats": "Definite=Def|PronType=Art", "head": 39, "id": 38, "lemma": "the", "misc": "", "start_char": 1281, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1289, "feats": "Number=Sing", "head": 36, "id": 39, "lemma": "Year", "misc": "", "start_char": 1285, "text": "Year", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1292, "feats": null, "head": 44, "id": 40, "lemma": "by", "misc": "", "start_char": 1290, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1296, "feats": "Definite=Def|PronType=Art", "head": 44, "id": 41, "lemma": "the", "misc": "", "start_char": 1293, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1301, "feats": "Number=Sing", "head": 44, "id": 42, "lemma": "U.S.", "misc": "", "start_char": 1297, "text": "U.S.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 1309, "feats": "Degree=Pos", "head": 44, "id": 43, "lemma": "Olympic", "misc": "", "start_char": 1302, "text": "Olympic", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1319, "feats": "Number=Sing", "head": 35, "id": 44, "lemma": "Committee", "misc": "", "start_char": 1310, "text": "Committee", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1321, "feats": null, "head": 2, "id": 45, "lemma": ".", "misc": "", "start_char": 1320, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (DT that))) (NP (PRP she)) (VP (VP (VBD retired) (PP (IN from) (NP (NN swimming)))) (, ,) (CC and) (VP (VBD was) (NP (NP (NP (DT a) (NN commentator)) (PP (IN for) (NP (NN swimming) (NNS events)))) (CONJP (RB as) (RB well) (IN as)) (S (VP (VBG taking) (NP (NN advantage)) (PP (IN of) (NP (PRP$ her) (NN fame))) (S (VP (TO to) (VP (VB do) (NP (NN business)))))))))) (. .)))" }, "speaker": null, "text": "After that she retired from swimming, and was a commentator for swimming events as well as taking advantage of her fame to do business.", "tokens": [ { "deprel": "case", "end_char": 1327, "feats": null, "head": 2, "id": 1, "lemma": "after", "misc": "", "start_char": 1322, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1332, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 2, "lemma": "that", "misc": "", "start_char": 1328, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1336, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "she", "misc": "", "start_char": 1333, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1344, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "retire", "misc": "", "start_char": 1337, "text": "retired", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1349, "feats": null, "head": 6, "id": 5, "lemma": "from", "misc": "", "start_char": 1345, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1358, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "swim", "misc": "", "start_char": 1350, "text": "swimming", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1360, "feats": null, "head": 11, "id": 7, "lemma": ",", "misc": "", "start_char": 1359, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1364, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 1361, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 1368, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 1365, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1370, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 1369, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1382, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "commentator", "misc": "", "start_char": 1371, "text": "commentator", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1386, "feats": null, "head": 14, "id": 12, "lemma": "for", "misc": "", "start_char": 1383, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1395, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "swim", "misc": "", "start_char": 1387, "text": "swimming", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1402, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "event", "misc": "", "start_char": 1396, "text": "events", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1405, "feats": null, "head": 18, "id": 15, "lemma": "as", "misc": "", "start_char": 1403, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 1410, "feats": "Degree=Pos", "head": 15, "id": 16, "lemma": "well", "misc": "", "start_char": 1406, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 1413, "feats": null, "head": 15, "id": 17, "lemma": "as", "misc": "", "start_char": 1411, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "conj", "end_char": 1420, "feats": "VerbForm=Ger", "head": 11, "id": 18, "lemma": "take", "misc": "", "start_char": 1414, "text": "taking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1430, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "advantage", "misc": "", "start_char": 1421, "text": "advantage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1433, "feats": null, "head": 22, "id": 20, "lemma": "of", "misc": "", "start_char": 1431, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1437, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "her", "misc": "", "start_char": 1434, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1442, "feats": "Number=Sing", "head": 18, "id": 22, "lemma": "fame", "misc": "", "start_char": 1438, "text": "fame", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1445, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 1443, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1448, "feats": "VerbForm=Inf", "head": 18, "id": 24, "lemma": "do", "misc": "", "start_char": 1446, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1457, "feats": "Number=Sing", "head": 24, "id": 25, "lemma": "business", "misc": "", "start_char": 1449, "text": "business", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1459, "feats": null, "head": 4, "id": 26, "lemma": ".", "misc": "", "start_char": 1458, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1461, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1460, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (NNP Tracy) (NNP Caulkins)) (VP (VBD married) (NP (NP (JJ Australian) (NN swimmer)) (, ,) (NP (NNP Mark) (NNP Stockwell)) (, ,)) (PP (IN in) (NP (CD 1991))) (, ,) (NP (NP (PRP$ their) (NN romance)) (VP (VBG having) (VP (VBN begun) (PP (IN at) (NP (DT the) (CD 1984) (NNPS Olympics))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD jumped) (PP (IN into) (NP (DT a) (JJ warm-up) (NN pool))) (S (VP (TO to) (VP (VB introduce) (NP (PRP himself)))))))))))) (. .)))" }, "speaker": null, "text": "Tracy Caulkins married Australian swimmer, Mark Stockwell, in 1991, their romance having begun at the 1984 Olympics when he jumped into a warm-up pool to introduce himself.", "tokens": [ { "deprel": "nsubj", "end_char": 1467, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Tracy", "misc": "", "start_char": 1462, "text": "Tracy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1476, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Caulkin", "misc": "", "start_char": 1468, "text": "Caulkins", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1484, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "marry", "misc": "", "start_char": 1477, "text": "married", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 1495, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "Australian", "misc": "", "start_char": 1485, "text": "Australian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1503, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "swimmer", "misc": "", "start_char": 1496, "text": "swimmer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1505, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 1504, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1510, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Mark", "misc": "", "start_char": 1506, "text": "Mark", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1520, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "Stockwell", "misc": "", "start_char": 1511, "text": "Stockwell", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1522, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 1521, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1525, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 1523, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1530, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 11, "lemma": "1991", "misc": "", "start_char": 1526, "text": "1991", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1532, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 1531, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1538, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "their", "misc": "", "start_char": 1533, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1546, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "romance", "misc": "", "start_char": 1539, "text": "romance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1553, "feats": "VerbForm=Ger", "head": 16, "id": 15, "lemma": "have", "misc": "", "start_char": 1547, "text": "having", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 1559, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 16, "lemma": "begin", "misc": "", "start_char": 1554, "text": "begun", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1562, "feats": null, "head": 20, "id": 17, "lemma": "at", "misc": "", "start_char": 1560, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1566, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 1563, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1571, "feats": "NumForm=Digit|NumType=Card", "head": 20, "id": 19, "lemma": "1984", "misc": "", "start_char": 1567, "text": "1984", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1580, "feats": "Number=Plur", "head": 16, "id": 20, "lemma": "Olympics", "misc": "", "start_char": 1572, "text": "Olympics", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "advmod", "end_char": 1585, "feats": "PronType=Int", "head": 23, "id": 21, "lemma": "when", "misc": "", "start_char": 1581, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1588, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 22, "lemma": "he", "misc": "", "start_char": 1586, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1595, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 23, "lemma": "jump", "misc": "", "start_char": 1589, "text": "jumped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1600, "feats": null, "head": 27, "id": 24, "lemma": "into", "misc": "", "start_char": 1596, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1602, "feats": "Definite=Ind|PronType=Art", "head": 27, "id": 25, "lemma": "a", "misc": "", "start_char": 1601, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1610, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "warm-up", "misc": "", "start_char": 1603, "text": "warm-up", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1615, "feats": "Number=Sing", "head": 23, "id": 27, "lemma": "pool", "misc": "", "start_char": 1611, "text": "pool", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1618, "feats": null, "head": 29, "id": 28, "lemma": "to", "misc": "", "start_char": 1616, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1628, "feats": "VerbForm=Inf", "head": 23, "id": 29, "lemma": "introduce", "misc": "", "start_char": 1619, "text": "introduce", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1636, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 29, "id": 30, "lemma": "himself", "misc": "", "start_char": 1629, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1638, "feats": null, "head": 3, "id": 31, "lemma": ".", "misc": "", "start_char": 1637, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VP (VBD married) (PP (IN in) (NP (NNP Nashville)))) (CC and) (VP (VBD moved) (PP (IN to) (NP (NP (NNP Australia)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (PRP they)) (VP (VBD had) (NP (CD three) (NNS children))))))))) (. .)))" }, "speaker": null, "text": "They married in Nashville and moved to Australia, where they had three children.", "tokens": [ { "deprel": "nsubj", "end_char": 1643, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 1639, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1651, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "marry", "misc": "", "start_char": 1644, "text": "married", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1654, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 1652, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1664, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Nashville", "misc": "", "start_char": 1655, "text": "Nashville", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1668, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1665, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1674, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "move", "misc": "", "start_char": 1669, "text": "moved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1677, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1675, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1687, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Australia", "misc": "", "start_char": 1678, "text": "Australia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1689, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 1688, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1695, "feats": "PronType=Rel", "head": 12, "id": 10, "lemma": "where", "misc": "", "start_char": 1690, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1700, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "they", "misc": "", "start_char": 1696, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1704, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 12, "lemma": "have", "misc": "", "start_char": 1701, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 1710, "feats": "NumForm=Word|NumType=Card", "head": 14, "id": 13, "lemma": "three", "misc": "", "start_char": 1705, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1719, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "child", "misc": "", "start_char": 1711, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1721, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 1720, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (NNP Caulkins)) (VP (VBD continued) (S (VP (TO to) (VP (VB be) (ADJP (RB professionally) (JJ involved) (PP (IN in) (NP (NNS sports)))))))) (. .)))" }, "speaker": null, "text": "Caulkins continued to be professionally involved in sports.", "tokens": [ { "deprel": "nsubj", "end_char": 1730, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Caulkin", "misc": "", "start_char": 1722, "text": "Caulkins", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1740, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "continue", "misc": "", "start_char": 1731, "text": "continued", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1743, "feats": null, "head": 6, "id": 3, "lemma": "to", "misc": "", "start_char": 1741, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1746, "feats": "VerbForm=Inf", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 1744, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1761, "feats": null, "head": 6, "id": 5, "lemma": "professionally", "misc": "", "start_char": 1747, "text": "professionally", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1770, "feats": "Degree=Pos", "head": 2, "id": 6, "lemma": "involved", "misc": "", "start_char": 1762, "text": "involved", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1773, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 1771, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1780, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "sport", "misc": "", "start_char": 1774, "text": "sports", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1782, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 1781, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Tracy Caulkins is known as the first American to set an American record and win an American title in each of four swimming strokes: breaststroke, butterfly, backstroke, freestyle. Tracy Caulkins was born in Minnesota and lived in Iowa until she was six. She began swimming when she was eight, after the family had moved to Nashville, Tennessee. While unwilling at first to swim in cold water or get her face wet, she began to train in earnest as her talent became clear. Though her father worked for the public schools, the family sent her to a private school when the public schools could not accommodate her training schedule. At age 13, Tracy Caulkins took part in the trials for the 1976 Olympics, but did not make the team. She continued to win national and international titles, and was disappointed in 1980 when the U.S. didn't attend the Moscow Olympics. She continued to train and compete. In 1981, Tracy Caulkins began college, graduating in 1985. In college, she continued competing and training, though she had slowed down from her peak years. Caulkins trained especially hard for the 1984 Olympics, and not only made the team, but was captain of the swim team and at Los Angeles, won three gold medals and was named Sportswoman of the Year by the U.S. Olympic Committee. After that she retired from swimming, and was a commentator for swimming events as well as taking advantage of her fame to do business. Tracy Caulkins married Australian swimmer, Mark Stockwell, in 1991, their romance having begun at the 1984 Olympics when he jumped into a warm-up pool to introduce himself. They married in Nashville and moved to Australia, where they had three children. Caulkins continued to be professionally involved in sports.
[ [ [ 0, 0, 1 ], [ 0, 5, 31 ], [ 2, 0, 1 ], [ 2, 11, 11 ], [ 3, 0, 0 ], [ 3, 4, 4 ], [ 4, 11, 11 ], [ 4, 15, 15 ], [ 4, 22, 22 ], [ 5, 1, 1 ], [ 5, 24, 24 ], [ 5, 12, 12 ], [ 7, 4, 5 ], [ 8, 0, 0 ], [ 9, 0, 0 ], [ 11, 3, 4 ], [ 12, 3, 3 ], [ 12, 10, 10 ], [ 12, 15, 15 ], [ 14, 0, 0 ], [ 15, 2, 2 ], [ 15, 20, 20 ], [ 17, 0, 1 ], [ 19, 0, 0 ] ], [ [ 0, 10, 12 ] ], [ [ 0, 15, 17 ] ], [ [ 0, 25, 25 ] ], [ [ 0, 27, 27 ] ], [ [ 0, 29, 29 ] ], [ [ 0, 31, 31 ] ], [ [ 2, 5, 5 ] ], [ [ 2, 9, 9 ] ], [ [ 2, 13, 13 ] ], [ [ 3, 6, 6 ] ], [ [ 3, 16, 16 ] ], [ [ 4, 7, 8 ] ], [ [ 4, 11, 12 ] ], [ [ 4, 20, 20 ] ], [ [ 4, 22, 23 ] ], [ [ 5, 1, 2 ] ], [ [ 5, 5, 7 ], [ 5, 18, 20 ] ], [ [ 5, 14, 16 ] ], [ [ 5, 24, 26 ] ], [ [ 7, 1, 2 ] ], [ [ 7, 9, 14 ] ], [ [ 7, 12, 14 ] ], [ [ 7, 20, 21 ], [ 14, 13, 14 ], [ 14, 20, 22 ] ], [ [ 8, 4, 7 ] ], [ [ 8, 15, 16 ], [ 14, 41, 41 ] ], [ [ 8, 20, 22 ] ], [ [ 8, 21, 21 ] ], [ [ 11, 1, 1 ] ], [ [ 11, 6, 6 ], [ 12, 1, 1 ] ], [ [ 11, 10, 10 ] ], [ [ 12, 5, 7 ] ], [ [ 12, 5, 5 ] ], [ [ 12, 7, 7 ] ], [ [ 12, 15, 17 ] ], [ [ 14, 5, 7 ] ], [ [ 14, 6, 6 ] ], [ [ 14, 18, 22 ] ], [ [ 14, 25, 26 ] ], [ [ 14, 29, 31 ] ], [ [ 14, 35, 38 ] ], [ [ 14, 37, 38 ] ], [ [ 14, 40, 43 ] ], [ [ 15, 1, 1 ] ], [ [ 15, 5, 5 ] ], [ [ 15, 9, 13 ] ], [ [ 15, 12, 13 ] ], [ [ 15, 12, 12 ] ], [ [ 15, 18, 18 ] ], [ [ 15, 20, 21 ] ], [ [ 15, 24, 24 ] ], [ [ 17, 10, 10 ] ], [ [ 17, 12, 13 ] ], [ [ 17, 17, 19 ] ], [ [ 17, 18, 18 ] ], [ [ 17, 24, 26 ] ], [ [ 17, 29, 29 ], [ 17, 21, 21 ], [ 17, 3, 4 ], [ 17, 6, 7 ], [ 17, 3, 7 ] ], [ [ 18, 0, 0 ], [ 18, 10, 10 ], [ 17, 12, 12 ] ], [ [ 18, 3, 3 ] ], [ [ 18, 7, 7 ] ], [ [ 18, 12, 13 ] ], [ [ 19, 7, 7 ] ], [ [ 3, 14, 14 ], [ 3, 14, 16 ] ], [ [ 0, 21, 24 ], [ 0, 21, 31 ], [ 0, 25, 31 ] ], [ [ 0, 19, 31 ] ], [ [ 8, 13, 13 ] ], [ [ 3, 9, 10 ], [ 5, 9, 10 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36146
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP$ My) (NN secret)) (PP (IN for) (S (VP (VBG staying) (ADJP (JJ young)))))) (VP (VBZ is) (ADJP (JJ simple))) (. .)))" }, "speaker": null, "text": "My secret for staying young is simple.", "tokens": [ { "deprel": "nmod:poss", "end_char": 2, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 0, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "secret", "misc": "", "start_char": 3, "text": "secret", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 13, "feats": null, "head": 4, "id": 3, "lemma": "for", "misc": "", "start_char": 10, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 21, "feats": "VerbForm=Ger", "head": 2, "id": 4, "lemma": "stay", "misc": "", "start_char": 14, "text": "staying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 27, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "young", "misc": "", "start_char": 22, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 30, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 28, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 37, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "simple", "misc": "", "start_char": 31, "text": "simple", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 39, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 38, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (VP (VB Put) (NP (DT all) (NN attention)) (PP (IN to) (NP (NP (NP (DT the) (NN part)) (PP (IN of) (NP (PRP you)))) (, --) (NP (PRP$ -your) (NN brain)) (CC and) (VP (VB keep) (NP (PRP it)) (S (ADJP (JJ young) (CC and) (VBG growing))))))) (. .)))" }, "speaker": null, "text": "Put all attention to the part of you---your brain and keep it young and growing.", "tokens": [ { "deprel": "root", "end_char": 43, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "put", "misc": "", "start_char": 40, "text": "Put", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 47, "feats": null, "head": 3, "id": 2, "lemma": "all", "misc": "", "start_char": 44, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 57, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "attention", "misc": "", "start_char": 48, "text": "attention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 60, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 58, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 64, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 61, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 69, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "part", "misc": "", "start_char": 65, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 72, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 70, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 76, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 6, "id": 8, "lemma": "you", "misc": "", "start_char": 73, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 79, "feats": null, "head": 1, "id": 9, "lemma": "--", "misc": "", "start_char": 77, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 85, "feats": "Case=Gen|Number=Sing|Person=2|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "-your", "misc": "", "start_char": 80, "text": "-your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "appos", "end_char": 91, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "brain", "misc": "", "start_char": 86, "text": "brain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 95, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 92, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 100, "feats": "Mood=Imp|VerbForm=Fin", "head": 1, "id": 13, "lemma": "keep", "misc": "", "start_char": 96, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 103, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 14, "lemma": "it", "misc": "", "start_char": 101, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 109, "feats": "Degree=Pos", "head": 13, "id": 15, "lemma": "young", "misc": "", "start_char": 104, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 113, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 110, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 121, "feats": "VerbForm=Ger", "head": 15, "id": 17, "lemma": "grow", "misc": "", "start_char": 114, "text": "growing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 123, "feats": null, "head": 1, "id": 18, "lemma": ".", "misc": "", "start_char": 122, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (VP (VB Keep) (NP (PRP$ your) (NN mind)) (S (ADJP (JJ awake))))) (CC and) (S (NP (PRP you)) (VP (MD 'll) (VP (VB stay) (ADJP (JJ young)) (ADVP (DT all) (RB over))))) (. .)))" }, "speaker": null, "text": "Keep your mind awake and you'll stay young all over.", "tokens": [ { "deprel": "root", "end_char": 128, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "keep", "misc": "", "start_char": 124, "text": "Keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 133, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "your", "misc": "", "start_char": 129, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 138, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "mind", "misc": "", "start_char": 134, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 144, "feats": "Degree=Pos", "head": 1, "id": 4, "lemma": "awake", "misc": "", "start_char": 139, "text": "awake", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 148, "feats": null, "head": 8, "id": 5, "lemma": "and", "misc": "", "start_char": 145, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 152, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 8, "id": 6, "lemma": "you", "misc": "", "start_char": 149, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 156, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "will", "misc": "", "start_char": 153, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 161, "feats": "VerbForm=Inf", "head": 1, "id": 8, "lemma": "stay", "misc": "", "start_char": 157, "text": "stay", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 167, "feats": "Degree=Pos", "head": 8, "id": 9, "lemma": "young", "misc": "", "start_char": 162, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 171, "feats": "PronType=Tot", "head": 11, "id": 10, "lemma": "all", "misc": "", "start_char": 168, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 176, "feats": null, "head": 8, "id": 11, "lemma": "over", "misc": "", "start_char": 172, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 178, "feats": null, "head": 1, "id": 12, "lemma": ".", "misc": "", "start_char": 177, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT These)) (VP (VBP are) (NP (JJ exciting) (NN time))) (. .)))" }, "speaker": null, "text": "These are exciting time.", "tokens": [ { "deprel": "nsubj", "end_char": 184, "feats": "Number=Plur|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 179, "text": "These", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 188, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 185, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "amod", "end_char": 197, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "exciting", "misc": "", "start_char": 189, "text": "exciting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 202, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "time", "misc": "", "start_char": 198, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 204, "feats": null, "head": 4, "id": 5, "lemma": ".", "misc": "", "start_char": 203, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (VP (VP (VB Take) (NP (NP (DT an) (NN interest)) (PP (IN in) (NP (NP (DT the) (NN world)) (PP (IN around) (NP (PRP you))))))) (, ,) (CC and) (VP (VB stick) (PP (IN to) (S (VP (VBG learning) (NP (QP (ADVP (IN at) (JJS least)) (CD one)) (JJ new) (NN thing)) (NP (DT every) (NN day))))))) (. .)))" }, "speaker": null, "text": "Take an interest in the world around you, and stick to learning at least one new thing every day.", "tokens": [ { "deprel": "root", "end_char": 209, "feats": "Mood=Imp|Person=2|VerbForm=Fin", "head": 0, "id": 1, "lemma": "take", "misc": "", "start_char": 205, "text": "Take", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 212, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 210, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 221, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "interest", "misc": "", "start_char": 213, "text": "interest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 224, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 222, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 228, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 225, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 234, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "world", "misc": "", "start_char": 229, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 241, "feats": null, "head": 8, "id": 7, "lemma": "around", "misc": "", "start_char": 235, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 245, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 1, "id": 8, "lemma": "you", "misc": "", "start_char": 242, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 247, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 246, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 251, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 248, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 257, "feats": "Mood=Imp|VerbForm=Fin", "head": 1, "id": 11, "lemma": "stick", "misc": "", "start_char": 252, "text": "stick", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 260, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 258, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 269, "feats": "VerbForm=Ger", "head": 11, "id": 13, "lemma": "learn", "misc": "", "start_char": 261, "text": "learning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 272, "feats": "ExtPos=ADV", "head": 15, "id": 14, "lemma": "at", "misc": "", "start_char": 270, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 278, "feats": "Degree=Sup", "head": 16, "id": 15, "lemma": "least", "misc": "", "start_char": 273, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nummod", "end_char": 282, "feats": "NumForm=Word|NumType=Card", "head": 18, "id": 16, "lemma": "one", "misc": "", "start_char": 279, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 286, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "new", "misc": "", "start_char": 283, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 292, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "thing", "misc": "", "start_char": 287, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 298, "feats": "PronType=Tot", "head": 20, "id": 19, "lemma": "every", "misc": "", "start_char": 293, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 302, "feats": "Number=Sing", "head": 13, "id": 20, "lemma": "day", "misc": "", "start_char": 299, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 304, "feats": null, "head": 1, "id": 21, "lemma": ".", "misc": "", "start_char": 303, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 306, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 305, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (ADVP (DT No) (NN matter) (SBAR (WHADJP (WRB how) (JJ old)) (S (NP (PRP you)) (VP (VBP are))))) (, ,) (NP (PRP it)) (VP (VBZ 's) (RB not) (ADJP (RB too) (JJ late)) (S (VP (TO to) (VP (VB make) (S (NP (PRP$ your) (NN life)) (ADJP (RBR more) (JJ interesting))))))) (. .)))" }, "speaker": null, "text": "No matter how old you are, it's not too late to make your life more interesting.", "tokens": [ { "deprel": "det", "end_char": 309, "feats": null, "head": 2, "id": 1, "lemma": "no", "misc": "", "start_char": 307, "text": "No", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 316, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "matter", "misc": "", "start_char": 310, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 320, "feats": "PronType=Int", "head": 4, "id": 3, "lemma": "how", "misc": "", "start_char": 317, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "amod", "end_char": 324, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "old", "misc": "", "start_char": 321, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 328, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 6, "id": 5, "lemma": "you", "misc": "", "start_char": 325, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl", "end_char": 332, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "be", "misc": "", "start_char": 329, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 334, "feats": null, "head": 12, "id": 7, "lemma": ",", "misc": "", "start_char": 333, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 337, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 8, "lemma": "it", "misc": "", "start_char": 335, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 340, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 9, "lemma": "be", "misc": "", "start_char": 338, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 344, "feats": null, "head": 12, "id": 10, "lemma": "not", "misc": "", "start_char": 341, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 348, "feats": null, "head": 12, "id": 11, "lemma": "too", "misc": "", "start_char": 345, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 353, "feats": "Degree=Pos", "head": 0, "id": 12, "lemma": "late", "misc": "", "start_char": 349, "text": "late", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 356, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 354, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 361, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "make", "misc": "", "start_char": 357, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 366, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "your", "misc": "", "start_char": 362, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 371, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "life", "misc": "", "start_char": 367, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 376, "feats": "Degree=Cmp", "head": 18, "id": 17, "lemma": "more", "misc": "", "start_char": 372, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "xcomp", "end_char": 388, "feats": "Degree=Pos", "head": 14, "id": 18, "lemma": "interesting", "misc": "", "start_char": 377, "text": "interesting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 390, "feats": null, "head": 12, "id": 19, "lemma": ".", "misc": "", "start_char": 389, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP know) (NP (NP (DT a) (NN housewife)) (PP (IN with) (NP (DT no) (NN knowledge)))) (PP (RB before) (SBAR (WHNP (WP who)) (S (VP (VBD made) (NP (PRP herself)) (PP (IN into) (NP (DT a) (JJ famous) (JJ industrial) (NN engineer)))))))) (. .)))" }, "speaker": null, "text": "I know a housewife with no knowledge before who made herself into a famous industrial engineer.", "tokens": [ { "deprel": "nsubj", "end_char": 392, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 391, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 397, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "know", "misc": "", "start_char": 393, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 399, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 398, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 409, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "housewife", "misc": "", "start_char": 400, "text": "housewife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 414, "feats": null, "head": 7, "id": 5, "lemma": "with", "misc": "", "start_char": 410, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 417, "feats": null, "head": 7, "id": 6, "lemma": "no", "misc": "", "start_char": 415, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 427, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "knowledge", "misc": "", "start_char": 418, "text": "knowledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 434, "feats": null, "head": 7, "id": 8, "lemma": "before", "misc": "", "start_char": 428, "text": "before", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 438, "feats": "PronType=Rel", "head": 10, "id": 9, "lemma": "who", "misc": "", "start_char": 435, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 443, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 10, "lemma": "make", "misc": "", "start_char": 439, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 451, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 10, "id": 11, "lemma": "herself", "misc": "", "start_char": 444, "text": "herself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 456, "feats": null, "head": 16, "id": 12, "lemma": "into", "misc": "", "start_char": 452, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 458, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 13, "lemma": "a", "misc": "", "start_char": 457, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 465, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "famous", "misc": "", "start_char": 459, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 476, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "industrial", "misc": "", "start_char": 466, "text": "industrial", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 485, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "engineer", "misc": "", "start_char": 477, "text": "engineer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 487, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 486, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP know) (NP (NP (DT a) (VBN retired) (JJ electrical) (NN engineer)) (SBAR (WHNP (WP who)) (S (VP (VBZ has) (VP (VBN became) (NP (DT a) (JJ highly-paid) (NN ceramin) (NN artist)))))))) (. .)))" }, "speaker": null, "text": "I know a retired electrical engineer who has became a highly-paid ceramin artist.", "tokens": [ { "deprel": "nsubj", "end_char": 489, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 488, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 494, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "know", "misc": "", "start_char": 490, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 496, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 495, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 504, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 4, "lemma": "retire", "misc": "", "start_char": 497, "text": "retired", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 515, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "electrical", "misc": "", "start_char": 505, "text": "electrical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 524, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "engineer", "misc": "", "start_char": 516, "text": "engineer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 528, "feats": "PronType=Rel", "head": 9, "id": 7, "lemma": "who", "misc": "", "start_char": 525, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 532, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "have", "misc": "", "start_char": 529, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 539, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 9, "lemma": "become", "misc": "", "start_char": 533, "text": "became", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 541, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 10, "lemma": "a", "misc": "", "start_char": 540, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 553, "feats": "Degree=Pos", "head": 13, "id": 11, "lemma": "highly-paid", "misc": "", "start_char": 542, "text": "highly-paid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 561, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "ceramin", "misc": "", "start_char": 554, "text": "ceramin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 568, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "artist", "misc": "", "start_char": 562, "text": "artist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 570, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 569, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 572, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 571, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (VP (VB Get) (PP (IN over) (NP (DT the) (NN idea) (SBAR (IN that) (S (NP (PRP you)) (VP (VBP are) (ADVP (RB ever)) (ADJP (RB too) (JJ old)) (S (VP (TO to) (VP (VB go) (ADVP (RB back) (PP (IN to) (NP (NN school))))))))))))) (. .)))" }, "speaker": null, "text": "Get over the idea that you are ever too old to go back to school.", "tokens": [ { "deprel": "root", "end_char": 576, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "get", "misc": "", "start_char": 573, "text": "Get", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 581, "feats": null, "head": 4, "id": 2, "lemma": "over", "misc": "", "start_char": 577, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 585, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 582, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 590, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "idea", "misc": "", "start_char": 586, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 595, "feats": null, "head": 10, "id": 5, "lemma": "that", "misc": "", "start_char": 591, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 599, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 10, "id": 6, "lemma": "you", "misc": "", "start_char": 596, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 603, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 10, "id": 7, "lemma": "be", "misc": "", "start_char": 600, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 608, "feats": null, "head": 10, "id": 8, "lemma": "ever", "misc": "", "start_char": 604, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 612, "feats": null, "head": 10, "id": 9, "lemma": "too", "misc": "", "start_char": 609, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl", "end_char": 616, "feats": "Degree=Pos", "head": 4, "id": 10, "lemma": "old", "misc": "", "start_char": 613, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 619, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 617, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 622, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "go", "misc": "", "start_char": 620, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 627, "feats": null, "head": 12, "id": 13, "lemma": "back", "misc": "", "start_char": 623, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 630, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 628, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 637, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "school", "misc": "", "start_char": 631, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 639, "feats": null, "head": 1, "id": 16, "lemma": ".", "misc": "", "start_char": 638, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP know) (NP (NP (DT a) (NN man)) (SBAR (WHNP (WP who)) (S (VP (VBD entered) (NP (DT a) (JJ medical) (NN college)) (PP (IN at) (NP (CD 70)))))))) (. .)))" }, "speaker": null, "text": "I know a man who entered a medical college at 70.", "tokens": [ { "deprel": "nsubj", "end_char": 641, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 640, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 646, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "know", "misc": "", "start_char": 642, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 648, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 647, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 652, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "man", "misc": "", "start_char": 649, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 656, "feats": "PronType=Rel", "head": 6, "id": 5, "lemma": "who", "misc": "", "start_char": 653, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 664, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 6, "lemma": "enter", "misc": "", "start_char": 657, "text": "entered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 666, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 665, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 674, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "medical", "misc": "", "start_char": 667, "text": "medical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 682, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "college", "misc": "", "start_char": 675, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 685, "feats": null, "head": 11, "id": 10, "lemma": "at", "misc": "", "start_char": 683, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 688, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 11, "lemma": "70", "misc": "", "start_char": 686, "text": "70", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 690, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 689, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBD got) (NP (PRP$ his) (NN degree)) (PP (IN with) (NP (NN honor)))) (CC and) (VP (VBD became) (NP (DT a) (NN doctor)))) (. .)))" }, "speaker": null, "text": "He got his degree with honor and became a doctor.", "tokens": [ { "deprel": "nsubj", "end_char": 693, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 691, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 697, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "get", "misc": "", "start_char": 694, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 701, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "his", "misc": "", "start_char": 698, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 708, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "degree", "misc": "", "start_char": 702, "text": "degree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 713, "feats": null, "head": 6, "id": 5, "lemma": "with", "misc": "", "start_char": 709, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 719, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "honor", "misc": "", "start_char": 714, "text": "honor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 723, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 720, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 730, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 8, "lemma": "become", "misc": "", "start_char": 724, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 732, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 731, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 739, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "doctor", "misc": "", "start_char": 733, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 741, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 740, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (DT Another) (NN man)) (VP (VP (VBD went) (PP (IN to) (NP (NN law) (NN school))) (PP (IN at) (NP (CD 71)))) (CC and) (ADVP (RB now)) (VP (VBZ is) (NP (DT an) (JJ active) (NN lawyer)))) (. .)))" }, "speaker": null, "text": "Another man went to law school at 71 and now is an active lawyer.", "tokens": [ { "deprel": "det", "end_char": 749, "feats": null, "head": 2, "id": 1, "lemma": "another", "misc": "", "start_char": 742, "text": "Another", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 753, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "man", "misc": "", "start_char": 750, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 758, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 754, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 761, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 759, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 765, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "law", "misc": "", "start_char": 762, "text": "law", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 772, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "school", "misc": "", "start_char": 766, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 775, "feats": null, "head": 8, "id": 7, "lemma": "at", "misc": "", "start_char": 773, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 778, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 8, "lemma": "71", "misc": "", "start_char": 776, "text": "71", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 782, "feats": null, "head": 14, "id": 9, "lemma": "and", "misc": "", "start_char": 779, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 786, "feats": null, "head": 14, "id": 10, "lemma": "now", "misc": "", "start_char": 783, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 789, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 11, "lemma": "be", "misc": "", "start_char": 787, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 792, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 790, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 799, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "active", "misc": "", "start_char": 793, "text": "active", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 806, "feats": "Number=Sing", "head": 3, "id": 14, "lemma": "lawyer", "misc": "", "start_char": 800, "text": "lawyer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 808, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 807, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Staying) (ADJP (JJ young)))) (VP (VBZ is) (ADJP (JJ easy)) (PP (IN for) (NP (NP (DT those) (, ,) (JJ old) (CC or) (JJ young)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBP live) (PP (IN in) (NP (DT the) (NN future))))))))) (. .)))" }, "speaker": null, "text": "Staying young is easy for those, old or young, who live in the future.", "tokens": [ { "deprel": "csubj", "end_char": 816, "feats": "VerbForm=Ger", "head": 4, "id": 1, "lemma": "stay", "misc": "", "start_char": 809, "text": "Staying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 822, "feats": "Degree=Pos", "head": 1, "id": 2, "lemma": "young", "misc": "", "start_char": 817, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 825, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 823, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 830, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "easy", "misc": "", "start_char": 826, "text": "easy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 834, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 831, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 840, "feats": "Number=Plur|PronType=Dem", "head": 4, "id": 6, "lemma": "that", "misc": "", "start_char": 835, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 842, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 841, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 846, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "old", "misc": "", "start_char": 843, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 849, "feats": null, "head": 10, "id": 9, "lemma": "or", "misc": "", "start_char": 847, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 855, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "young", "misc": "", "start_char": 850, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 857, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 856, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 861, "feats": "PronType=Rel", "head": 13, "id": 12, "lemma": "who", "misc": "", "start_char": 858, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 866, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 13, "lemma": "live", "misc": "", "start_char": 862, "text": "live", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 869, "feats": null, "head": 16, "id": 14, "lemma": "in", "misc": "", "start_char": 867, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 873, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 870, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 880, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "future", "misc": "", "start_char": 874, "text": "future", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 882, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 881, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD can) (VP (VB do) (NP (PRP it)) (SBAR (IN if) (S (NP (PRP you)) (VP (VBP care) (NP (RB enough) (S (VP (TO to) (VP (VB try)))))))))) (. .)))" }, "speaker": null, "text": "You can do it if you care enough to try.", "tokens": [ { "deprel": "nsubj", "end_char": 886, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 883, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 890, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 887, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 893, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "do", "misc": "", "start_char": 891, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 896, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "it", "misc": "", "start_char": 894, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 899, "feats": null, "head": 7, "id": 5, "lemma": "if", "misc": "", "start_char": 897, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 903, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 7, "id": 6, "lemma": "you", "misc": "", "start_char": 900, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 908, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 7, "lemma": "care", "misc": "", "start_char": 904, "text": "care", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 915, "feats": null, "head": 7, "id": 8, "lemma": "enough", "misc": "", "start_char": 909, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 918, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 916, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 922, "feats": "VerbForm=Inf", "head": 7, "id": 10, "lemma": "try", "misc": "", "start_char": 919, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 924, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 923, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (VP (VB Keep) (NP (PRP$ you)) (S (ADJP (NN mind) (S (ADJP (JJ awake) (CC and) (JJ active))))))) (: :) (S (NP (DT that)) (VP (VBZ 's) (NP (DT the) (JJ only) (NN elixir))))))" }, "speaker": null, "text": "Keep you mind awake and active: that's the only elixir", "tokens": [ { "deprel": "root", "end_char": 929, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "keep", "misc": "", "start_char": 925, "text": "Keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 933, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 930, "text": "you", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 938, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "mind", "misc": "", "start_char": 934, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 944, "feats": "Degree=Pos", "head": 1, "id": 4, "lemma": "awake", "misc": "", "start_char": 939, "text": "awake", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 948, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 945, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 955, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "active", "misc": "", "start_char": 949, "text": "active", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 957, "feats": null, "head": 1, "id": 7, "lemma": ":", "misc": "", "start_char": 956, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 962, "feats": "Number=Sing|PronType=Dem", "head": 12, "id": 8, "lemma": "that", "misc": "", "start_char": 958, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 965, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 9, "lemma": "be", "misc": "", "start_char": 963, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 969, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 966, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 974, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "only", "misc": "", "start_char": 970, "text": "only", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "parataxis", "end_char": 981, "feats": "Number=Sing", "head": 1, "id": 12, "lemma": "elixir", "misc": "", "start_char": 975, "text": "elixir", "upos": "NOUN", "xpos": "NN" } ] } ]
My secret for staying young is simple. Put all attention to the part of you---your brain and keep it young and growing. Keep your mind awake and you'll stay young all over. These are exciting time. Take an interest in the world around you, and stick to learning at least one new thing every day. No matter how old you are, it's not too late to make your life more interesting. I know a housewife with no knowledge before who made herself into a famous industrial engineer. I know a retired electrical engineer who has became a highly-paid ceramin artist. Get over the idea that you are ever too old to go back to school. I know a man who entered a medical college at 70. He got his degree with honor and became a doctor. Another man went to law school at 71 and now is an active lawyer. Staying young is easy for those, old or young, who live in the future. You can do it if you care enough to try. Keep you mind awake and active: that's the only elixir
[ [ [ 0, 0, 0 ], [ 7, 0, 0 ], [ 8, 0, 0 ], [ 11, 0, 0 ] ], [ [ 0, 3, 4 ], [ 14, 0, 1 ], [ 15, 3, 3 ] ], [ [ 1, 1, 2 ] ], [ [ 1, 4, 7 ] ], [ [ 1, 7, 7 ], [ 1, 9, 9 ], [ 2, 1, 1 ], [ 2, 5, 5 ], [ 4, 7, 7 ], [ 6, 4, 4 ], [ 6, 14, 14 ], [ 10, 5, 5 ], [ 16, 1, 1 ], [ 15, 0, 0 ], [ 15, 5, 5 ] ], [ [ 1, 9, 10 ], [ 1, 13, 13 ] ], [ [ 2, 1, 2 ], [ 16, 1, 2 ] ], [ [ 3, 0, 0 ] ], [ [ 3, 2, 3 ] ], [ [ 4, 1, 7 ] ], [ [ 4, 4, 7 ] ], [ [ 4, 18, 19 ] ], [ [ 6, 2, 5 ] ], [ [ 6, 14, 15 ] ], [ [ 7, 5, 6 ] ], [ [ 8, 2, 12 ], [ 8, 9, 12 ] ], [ [ 10, 2, 14 ] ], [ [ 10, 14, 14 ] ], [ [ 11, 2, 10 ], [ 12, 0, 0 ], [ 12, 2, 2 ] ], [ [ 11, 6, 8 ] ], [ [ 11, 10, 10 ] ], [ [ 12, 5, 5 ] ], [ [ 12, 2, 3 ] ], [ [ 12, 8, 9 ] ], [ [ 13, 0, 1 ], [ 13, 11, 13 ] ], [ [ 13, 4, 5 ] ], [ [ 13, 7, 7 ] ], [ [ 13, 9, 9 ] ], [ [ 14, 14, 15 ] ], [ [ 16, 7, 7 ], [ 16, 9, 11 ] ], [ [ 0, 0, 4 ] ], [ [ 8, 11, 11 ] ], [ [ 13, 4, 4 ] ], [ [ 7, 2, 15 ], [ 7, 10, 10 ], [ 7, 12, 15 ] ], [ [ 14, 5, 15 ] ], [ [ 4, 12, 19 ] ], [ [ 4, 14, 14 ] ], [ [ 4, 13, 17 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36147
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Google)) (VP (VBZ is) (S (VP (TO to) (VP (VB start) (S (VP (VP (VBG building) (NP (PRP$ its) (JJ own) (NN self-driving) (NNS cars))) (, ,) (CONJP (RB rather) (IN than)) (VP (VBG modifying) (NP (NP (NNS vehicles)) (VP (VBN built) (PP (IN by) (NP (JJ other) (NNS producers)))))))))))) (. .)))" }, "speaker": null, "text": "Google is to start building its own self-driving cars, rather than modifying vehicles built by other producers.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Google", "misc": "", "start_char": 0, "text": "Google", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 7, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 12, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 10, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 18, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "start", "misc": "", "start_char": 13, "text": "start", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 27, "feats": "VerbForm=Ger", "head": 4, "id": 5, "lemma": "build", "misc": "", "start_char": 19, "text": "building", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 31, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 6, "lemma": "its", "misc": "", "start_char": 28, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 35, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "own", "misc": "", "start_char": 32, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 48, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "self-driving", "misc": "", "start_char": 36, "text": "self-driving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 53, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "car", "misc": "", "start_char": 49, "text": "cars", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 55, "feats": null, "head": 13, "id": 10, "lemma": ",", "misc": "", "start_char": 54, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 62, "feats": null, "head": 13, "id": 11, "lemma": "rather", "misc": "", "start_char": 56, "text": "rather", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 67, "feats": null, "head": 11, "id": 12, "lemma": "than", "misc": "", "start_char": 63, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "conj", "end_char": 77, "feats": "VerbForm=Ger", "head": 5, "id": 13, "lemma": "modify", "misc": "", "start_char": 68, "text": "modifying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 86, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "vehicle", "misc": "", "start_char": 78, "text": "vehicles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 92, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 15, "lemma": "build", "misc": "", "start_char": 87, "text": "built", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 95, "feats": null, "head": 18, "id": 16, "lemma": "by", "misc": "", "start_char": 93, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 101, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "other", "misc": "", "start_char": 96, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:agent", "end_char": 111, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "producer", "misc": "", "start_char": 102, "text": "producers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 113, "feats": null, "head": 4, "id": 19, "lemma": ".", "misc": "", "start_char": 112, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN car)) (VP (MD will) (VP (VB have) (NP (NP (DT a) (NN stop-go) (NN button)) (CC but) (NP (NP (DT no) (NNS controls)) (, ,) (NP (NN steering) (NN wheel)) (CC or) (NP (NNS pedals)))))) (. .)))" }, "speaker": null, "text": "The car will have a stop-go button but no controls, steering wheel or pedals.", "tokens": [ { "deprel": "det", "end_char": 117, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 114, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 121, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "car", "misc": "", "start_char": 118, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 126, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "will", "misc": "", "start_char": 122, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 131, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 127, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 133, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 132, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 141, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "stop-go", "misc": "", "start_char": 134, "text": "stop-go", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 148, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "button", "misc": "", "start_char": 142, "text": "button", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 152, "feats": null, "head": 10, "id": 8, "lemma": "but", "misc": "", "start_char": 149, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 155, "feats": null, "head": 10, "id": 9, "lemma": "no", "misc": "", "start_char": 153, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 164, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "control", "misc": "", "start_char": 156, "text": "controls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 166, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 165, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 175, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "steering", "misc": "", "start_char": 167, "text": "steering", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 181, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "wheel", "misc": "", "start_char": 176, "text": "wheel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 184, "feats": null, "head": 15, "id": 14, "lemma": "or", "misc": "", "start_char": 182, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 191, "feats": "Number=Plur", "head": 7, "id": 15, "lemma": "pedal", "misc": "", "start_char": 185, "text": "pedals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 193, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 192, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 195, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 194, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Pictures)) (PP (IN of) (NP (DT the) (NNP Google) (NN vehicle)))) (VP (VBP show) (SBAR (S (NP (PRP it)) (VP (VBZ looks) (PP (IN like) (NP (NP (DT a) (NN city) (NN car)) (PP (IN with) (NP (NP (DT a) (`` ``) (JJ friendly) ('' '') (NN face)) (, ,) (VP (VBN designed) (S (VP (TO to) (VP (VP (VB make) (S (NP (PRP it)) (VP (VB seem) (S (ADJP (JJ non-threatening)))))) (CC and) (VP (VB help) (S (NP (NNS people)) (VP (VB accept) (NP (NN self-driving) (NN technology))))))))))))))))) (. .)))" }, "speaker": null, "text": "Pictures of the Google vehicle show it looks like a city car with a \"friendly\" face, designed to make it seem non-threatening and help people accept self-driving technology.", "tokens": [ { "deprel": "nsubj", "end_char": 204, "feats": "Number=Plur", "head": 6, "id": 1, "lemma": "picture", "misc": "", "start_char": 196, "text": "Pictures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 207, "feats": null, "head": 5, "id": 2, "lemma": "of", "misc": "", "start_char": 205, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 211, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 208, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 218, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Google", "misc": "", "start_char": 212, "text": "Google", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 226, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "vehicle", "misc": "", "start_char": 219, "text": "vehicle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 231, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "show", "misc": "", "start_char": 227, "text": "show", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 234, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "it", "misc": "", "start_char": 232, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 240, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 8, "lemma": "look", "misc": "", "start_char": 235, "text": "looks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 245, "feats": null, "head": 12, "id": 9, "lemma": "like", "misc": "", "start_char": 241, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 247, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 246, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 252, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "city", "misc": "", "start_char": 248, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 256, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "car", "misc": "", "start_char": 253, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 261, "feats": null, "head": 18, "id": 13, "lemma": "with", "misc": "", "start_char": 257, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 263, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 14, "lemma": "a", "misc": "", "start_char": 262, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 266, "feats": null, "head": 18, "id": 15, "lemma": "``", "misc": "", "start_char": 264, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 275, "feats": "Degree=Pos", "head": 18, "id": 16, "lemma": "friendly", "misc": "", "start_char": 267, "text": "friendly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 278, "feats": null, "head": 18, "id": 17, "lemma": "''", "misc": "", "start_char": 276, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nmod", "end_char": 283, "feats": "Number=Sing", "head": 12, "id": 18, "lemma": "face", "misc": "", "start_char": 279, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 285, "feats": null, "head": 18, "id": 19, "lemma": ",", "misc": "", "start_char": 284, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 294, "feats": "Tense=Past|VerbForm=Part", "head": 18, "id": 20, "lemma": "design", "misc": "", "start_char": 286, "text": "designed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 297, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 295, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 302, "feats": "VerbForm=Inf", "head": 20, "id": 22, "lemma": "make", "misc": "", "start_char": 298, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 305, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 23, "lemma": "it", "misc": "", "start_char": 303, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 310, "feats": "VerbForm=Inf", "head": 22, "id": 24, "lemma": "seem", "misc": "", "start_char": 306, "text": "seem", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 326, "feats": "Degree=Pos", "head": 24, "id": 25, "lemma": "non-threatening", "misc": "", "start_char": 311, "text": "non-threatening", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 330, "feats": null, "head": 27, "id": 26, "lemma": "and", "misc": "", "start_char": 327, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 335, "feats": "VerbForm=Inf", "head": 22, "id": 27, "lemma": "help", "misc": "", "start_char": 331, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 342, "feats": "Number=Plur", "head": 27, "id": 28, "lemma": "person", "misc": "", "start_char": 336, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 349, "feats": "VerbForm=Inf", "head": 27, "id": 29, "lemma": "accept", "misc": "", "start_char": 343, "text": "accept", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 362, "feats": "Number=Sing", "head": 31, "id": 30, "lemma": "self-driving", "misc": "", "start_char": 350, "text": "self-driving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 373, "feats": "Number=Sing", "head": 29, "id": 31, "lemma": "technology", "misc": "", "start_char": 363, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 375, "feats": null, "head": 6, "id": 32, "lemma": ".", "misc": "", "start_char": 374, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NN Co-founder) (NNP Sergey) (NNP Brin)) (VP (VBD revealed) (NP (DT the) (NNS plans)) (PP (IN at) (NP (NP (DT a) (NN conference)) (PP (IN in) (NP (NNP California)))))) (. .)))" }, "speaker": null, "text": "Co-founder Sergey Brin revealed the plans at a conference in California.", "tokens": [ { "deprel": "compound", "end_char": 386, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "co-founder", "misc": "", "start_char": 376, "text": "Co-founder", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 393, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Sergey", "misc": "", "start_char": 387, "text": "Sergey", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 398, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Brin", "misc": "", "start_char": 394, "text": "Brin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 407, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "reveal", "misc": "", "start_char": 399, "text": "revealed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 411, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 408, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 417, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "plan", "misc": "", "start_char": 412, "text": "plans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 420, "feats": null, "head": 9, "id": 7, "lemma": "at", "misc": "", "start_char": 418, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 422, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 421, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 433, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "conference", "misc": "", "start_char": 423, "text": "conference", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 436, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 434, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 447, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "California", "misc": "", "start_char": 437, "text": "California", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 449, "feats": null, "head": 4, "id": 12, "lemma": ".", "misc": "", "start_char": 448, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 451, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 450, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (NP (PRP We)) (VP (VBP 're) (ADJP (RB really) (JJ excited) (PP (IN about) (S (NP (DT this) (NN vehicle-it)) (VP (VBZ 's) (NP (NP (NN something)) (SBAR (WHNP (WDT that)) (S (VP (MD will) (VP (VB allow) (S (NP (PRP us)) (VP (TO to) (ADVP (RB really)) (VP (VP (VB push) (NP (NP (DT the) (NNS capabilities)) (PP (IN of) (NP (NN self-driving) (NN technology))))) (, ,) (CC and) (VP (VB understand) (NP (DT the) (NNS limitations))))))))))))))))) (, ,) ('' '') (VP (VBD said)) (NP (NP (NNP Chris) (NNP Urmson)) (, ,) (NP (NP (NN director)) (PP (IN of) (NP (NP (DT the) (NN company) (POS 's)) (NN self-driving) (NN project))))) (. .)))" }, "speaker": null, "text": "\"We're really excited about this vehicle-it's something that will allow us to really push the capabilities of self-driving technology, and understand the limitations,\" said Chris Urmson, director of the company's self-driving project.", "tokens": [ { "deprel": "punct", "end_char": 454, "feats": null, "head": 30, "id": 1, "lemma": "``", "misc": "", "start_char": 452, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 457, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 2, "lemma": "we", "misc": "", "start_char": 455, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 461, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 458, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 468, "feats": null, "head": 5, "id": 4, "lemma": "really", "misc": "", "start_char": 462, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 476, "feats": "Degree=Pos", "head": 30, "id": 5, "lemma": "excited", "misc": "", "start_char": 469, "text": "excited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 482, "feats": null, "head": 10, "id": 6, "lemma": "about", "misc": "", "start_char": 477, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 487, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 7, "lemma": "this", "misc": "", "start_char": 483, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 498, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "vehicle-it", "misc": "", "start_char": 488, "text": "vehicle-it", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 501, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 499, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 511, "feats": "Number=Sing|PronType=Ind", "head": 5, "id": 10, "lemma": "something", "misc": "", "start_char": 502, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 516, "feats": "PronType=Rel", "head": 13, "id": 11, "lemma": "that", "misc": "", "start_char": 512, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 521, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "will", "misc": "", "start_char": 517, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 527, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "allow", "misc": "", "start_char": 522, "text": "allow", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 530, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 14, "lemma": "we", "misc": "", "start_char": 528, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 533, "feats": null, "head": 17, "id": 15, "lemma": "to", "misc": "", "start_char": 531, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advmod", "end_char": 540, "feats": null, "head": 17, "id": 16, "lemma": "really", "misc": "", "start_char": 534, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 545, "feats": "VerbForm=Inf", "head": 13, "id": 17, "lemma": "push", "misc": "", "start_char": 541, "text": "push", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 549, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 546, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 562, "feats": "Number=Plur", "head": 17, "id": 19, "lemma": "capability", "misc": "", "start_char": 550, "text": "capabilities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 565, "feats": null, "head": 22, "id": 20, "lemma": "of", "misc": "", "start_char": 563, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 578, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "self-driving", "misc": "", "start_char": 566, "text": "self-driving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 589, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "technology", "misc": "", "start_char": 579, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 591, "feats": null, "head": 25, "id": 23, "lemma": ",", "misc": "", "start_char": 590, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 595, "feats": null, "head": 25, "id": 24, "lemma": "and", "misc": "", "start_char": 592, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 606, "feats": "VerbForm=Inf", "head": 17, "id": 25, "lemma": "understand", "misc": "", "start_char": 596, "text": "understand", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 610, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 26, "lemma": "the", "misc": "", "start_char": 607, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 622, "feats": "Number=Plur", "head": 25, "id": 27, "lemma": "limitation", "misc": "", "start_char": 611, "text": "limitations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 624, "feats": null, "head": 30, "id": 28, "lemma": ",", "misc": "", "start_char": 623, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 627, "feats": null, "head": 30, "id": 29, "lemma": "''", "misc": "", "start_char": 625, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 632, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 30, "lemma": "say", "misc": "", "start_char": 628, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 638, "feats": "Number=Sing", "head": 30, "id": 31, "lemma": "Chris", "misc": "", "start_char": 633, "text": "Chris", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 645, "feats": "Number=Sing", "head": 31, "id": 32, "lemma": "Urmson", "misc": "", "start_char": 639, "text": "Urmson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 647, "feats": null, "head": 31, "id": 33, "lemma": ",", "misc": "", "start_char": 646, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 656, "feats": "Number=Sing", "head": 31, "id": 34, "lemma": "director", "misc": "", "start_char": 648, "text": "director", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 659, "feats": null, "head": 40, "id": 35, "lemma": "of", "misc": "", "start_char": 657, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 663, "feats": "Definite=Def|PronType=Art", "head": 37, "id": 36, "lemma": "the", "misc": "", "start_char": 660, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 671, "feats": "Number=Sing", "head": 40, "id": 37, "lemma": "company", "misc": "", "start_char": 664, "text": "company", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 674, "feats": null, "head": 37, "id": 38, "lemma": "'s", "misc": "", "start_char": 672, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 687, "feats": "Number=Sing", "head": 40, "id": 39, "lemma": "self-driving", "misc": "", "start_char": 675, "text": "self-driving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 695, "feats": "Number=Sing", "head": 34, "id": 40, "lemma": "project", "misc": "", "start_char": 688, "text": "project", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 697, "feats": null, "head": 30, "id": 41, "lemma": ".", "misc": "", "start_char": 696, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 699, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 698, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD added) (SBAR (IN that) (S (NP (DT the) (NNS cars)) (VP (VBD had) (NP (DT the) (NN ability) (S (VP (TO to) (`` ``) (VB improve) (NP (NP (NNS people) (POS 's)) (NNS lives)) (PP (IN by) (S (VP (VBG transforming) (NP (NN mobility)))))))))))) ('' '') (. .)))" }, "speaker": null, "text": "He added that the cars had the ability to \"improve people's lives by transforming mobility\".", "tokens": [ { "deprel": "nsubj", "end_char": 702, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 700, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 708, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "add", "misc": "", "start_char": 703, "text": "added", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 713, "feats": null, "head": 6, "id": 3, "lemma": "that", "misc": "", "start_char": 709, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 717, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 714, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 722, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "car", "misc": "", "start_char": 718, "text": "cars", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 726, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "have", "misc": "", "start_char": 723, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 730, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 727, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 738, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "ability", "misc": "", "start_char": 731, "text": "ability", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 741, "feats": null, "head": 11, "id": 9, "lemma": "to", "misc": "", "start_char": 739, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "punct", "end_char": 744, "feats": null, "head": 11, "id": 10, "lemma": "``", "misc": "", "start_char": 742, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "acl", "end_char": 752, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "improve", "misc": "", "start_char": 745, "text": "improve", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 759, "feats": "Number=Plur", "head": 14, "id": 12, "lemma": "person", "misc": "", "start_char": 753, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 762, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 760, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 768, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "life", "misc": "", "start_char": 763, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 771, "feats": null, "head": 16, "id": 15, "lemma": "by", "misc": "", "start_char": 769, "text": "by", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 784, "feats": "VerbForm=Ger", "head": 11, "id": 16, "lemma": "transform", "misc": "", "start_char": 772, "text": "transforming", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 793, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "mobility", "misc": "", "start_char": 785, "text": "mobility", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 796, "feats": null, "head": 2, "id": 18, "lemma": "''", "misc": "", "start_char": 794, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 798, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 797, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 800, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 799, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NP (DT some) (NNS researchers)) (VP (VBG working) (PP (IN in) (NP (DT this) (NN field))))) (VP (VBP are) (VP (VBG investigating) (NP (NP (JJ potential) (NNS downsides)) (PP (IN to) (NP (NML (NN driverless) (NN car)) (NN technology)))))) (. .)))" }, "speaker": null, "text": "But some researchers working in this field are investigating potential downsides to driverless car technology.", "tokens": [ { "deprel": "cc", "end_char": 804, "feats": null, "head": 9, "id": 1, "lemma": "but", "misc": "", "start_char": 801, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 809, "feats": null, "head": 3, "id": 2, "lemma": "some", "misc": "", "start_char": 805, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 821, "feats": "Number=Plur", "head": 9, "id": 3, "lemma": "researcher", "misc": "", "start_char": 810, "text": "researchers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 829, "feats": "VerbForm=Ger", "head": 3, "id": 4, "lemma": "work", "misc": "", "start_char": 822, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 832, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 830, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 837, "feats": "Number=Sing|PronType=Dem", "head": 7, "id": 6, "lemma": "this", "misc": "", "start_char": 833, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 843, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "field", "misc": "", "start_char": 838, "text": "field", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 847, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 844, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 861, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 9, "lemma": "investigate", "misc": "", "start_char": 848, "text": "investigating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 871, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "potential", "misc": "", "start_char": 862, "text": "potential", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 881, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "downside", "misc": "", "start_char": 872, "text": "downsides", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 884, "feats": null, "head": 15, "id": 12, "lemma": "to", "misc": "", "start_char": 882, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 895, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "driverless", "misc": "", "start_char": 885, "text": "driverless", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 899, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "car", "misc": "", "start_char": 896, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 910, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "technology", "misc": "", "start_char": 900, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 912, "feats": null, "head": 9, "id": 16, "lemma": ".", "misc": "", "start_char": 911, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 914, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 913, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP believe) (SBAR (S (NP (PRP they)) (VP (MD could) (VP (VB make) (S (NP (NP (NN traffic)) (CC and) (NP (JJ urban) (NN extension))) (ADJP (JJR worse))) (, ,) (SBAR (IN as) (S (NP (NNS people)) (VP (VBP accept) (NP (JJR longer) (NNS commutes)) (SBAR (IN as) (S (NP (PRP they)) (VP (VBP do) (RB not) (VP (VB have) (S (VP (TO to) (VP (VB drive) (NP (PRP themselves))))))))))))))))) (. .)))" }, "speaker": null, "text": "They believe they could make traffic and urban extension worse, as people accept longer commutes as they do not have to drive themselves.", "tokens": [ { "deprel": "nsubj", "end_char": 919, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 915, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 927, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "believe", "misc": "", "start_char": 920, "text": "believe", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 932, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 3, "lemma": "they", "misc": "", "start_char": 928, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 938, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "could", "misc": "", "start_char": 933, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 943, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "make", "misc": "", "start_char": 939, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 951, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "traffic", "misc": "", "start_char": 944, "text": "traffic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 955, "feats": null, "head": 9, "id": 7, "lemma": "and", "misc": "", "start_char": 952, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 961, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "urban", "misc": "", "start_char": 956, "text": "urban", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 971, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "extension", "misc": "", "start_char": 962, "text": "extension", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 977, "feats": "Degree=Cmp", "head": 5, "id": 10, "lemma": "bad", "misc": "", "start_char": 972, "text": "worse", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 979, "feats": null, "head": 5, "id": 11, "lemma": ",", "misc": "", "start_char": 978, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 982, "feats": null, "head": 14, "id": 12, "lemma": "as", "misc": "", "start_char": 980, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 989, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "person", "misc": "", "start_char": 983, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 996, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 14, "lemma": "accept", "misc": "", "start_char": 990, "text": "accept", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1003, "feats": "Degree=Cmp", "head": 16, "id": 15, "lemma": "long", "misc": "", "start_char": 997, "text": "longer", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1012, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "commute", "misc": "", "start_char": 1004, "text": "commutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1015, "feats": null, "head": 21, "id": 17, "lemma": "as", "misc": "", "start_char": 1013, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1020, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 21, "id": 18, "lemma": "they", "misc": "", "start_char": 1016, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1023, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 19, "lemma": "do", "misc": "", "start_char": 1021, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1027, "feats": null, "head": 21, "id": 20, "lemma": "not", "misc": "", "start_char": 1024, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1032, "feats": "VerbForm=Inf", "head": 14, "id": 21, "lemma": "have", "misc": "", "start_char": 1028, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1035, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 1033, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1041, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "drive", "misc": "", "start_char": 1036, "text": "drive", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1052, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 23, "id": 24, "lemma": "themselves", "misc": "", "start_char": 1042, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1054, "feats": null, "head": 2, "id": 25, "lemma": ".", "misc": "", "start_char": 1053, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1056, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1055, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP It)) (VP (VBZ looks) (ADJP (RB almost) (JJ cartoon-like)))) (, ,) (S (NP (PRP it)) (VP (VBZ has) (NP (DT no) (JJ traditional) (NN bonnet)) (PP (IN at) (NP (DT the) (NN front))))) (, ,) (CC and) (S (NP (DT the) (NNS wheels)) (VP (VBP are) (VP (VBN pushed) (PP (IN to) (NP (DT the) (NNS corners)))))) (. .)))" }, "speaker": null, "text": "It looks almost cartoon-like, it has no traditional bonnet at the front, and the wheels are pushed to the corners.", "tokens": [ { "deprel": "nsubj", "end_char": 1059, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 1057, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1065, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "look", "misc": "", "start_char": 1060, "text": "looks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1072, "feats": null, "head": 4, "id": 3, "lemma": "almost", "misc": "", "start_char": 1066, "text": "almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1085, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "cartoon-like", "misc": "", "start_char": 1073, "text": "cartoon-like", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1087, "feats": null, "head": 7, "id": 5, "lemma": ",", "misc": "", "start_char": 1086, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1090, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "it", "misc": "", "start_char": 1088, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 1094, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 7, "lemma": "have", "misc": "", "start_char": 1091, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1097, "feats": null, "head": 10, "id": 8, "lemma": "no", "misc": "", "start_char": 1095, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1109, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "traditional", "misc": "", "start_char": 1098, "text": "traditional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1116, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "bonnet", "misc": "", "start_char": 1110, "text": "bonnet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1119, "feats": null, "head": 13, "id": 11, "lemma": "at", "misc": "", "start_char": 1117, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1123, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1120, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1129, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "front", "misc": "", "start_char": 1124, "text": "front", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1131, "feats": null, "head": 19, "id": 14, "lemma": ",", "misc": "", "start_char": 1130, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1135, "feats": null, "head": 19, "id": 15, "lemma": "and", "misc": "", "start_char": 1132, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1139, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 1136, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1146, "feats": "Number=Plur", "head": 19, "id": 17, "lemma": "wheel", "misc": "", "start_char": 1140, "text": "wheels", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1150, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 1147, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "conj", "end_char": 1157, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 19, "lemma": "push", "misc": "", "start_char": 1151, "text": "pushed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1160, "feats": null, "head": 22, "id": 20, "lemma": "to", "misc": "", "start_char": 1158, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1164, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 1161, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1172, "feats": "Number=Plur", "head": 19, "id": 22, "lemma": "corner", "misc": "", "start_char": 1165, "text": "corners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1174, "feats": null, "head": 2, "id": 23, "lemma": ".", "misc": "", "start_char": 1173, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1176, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1175, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP It)) (VP (MD will) (VP (VB seat) (NP (CD two) (NNS people))))) (, ,) (S (S (VP (VBG driving) (NP (NN force)))) (VP (MD will) (VP (VB be) (ADJP (JJ electric))))) (, ,) (CC and) (S (PP (IN at) (NP (DT the) (NN start))) (NP (PRP it)) (VP (MD will) (VP (VB be) (ADJP (VBN limited) (PP (IN to) (NP (NP (CD 25mph)) (-LRB- -LRB-) (NN 40km/h) (-RRB- -RRB-))) (S (VP (TO to) (VP (VB help) (S (VP (VB ensure) (NP (NN safety))))))))))) (. .)))" }, "speaker": null, "text": "It will seat two people, driving force will be electric, and at the start it will be limited to 25mph (40km/h) to help ensure safety.", "tokens": [ { "deprel": "nsubj", "end_char": 1179, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1177, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1184, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 1180, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1189, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "seat", "misc": "", "start_char": 1185, "text": "seat", "upos": "VERB", "xpos": "VB" }, { "deprel": "nummod", "end_char": 1193, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "two", "misc": "", "start_char": 1190, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1200, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "person", "misc": "", "start_char": 1194, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1202, "feats": null, "head": 11, "id": 6, "lemma": ",", "misc": "", "start_char": 1201, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1210, "feats": "VerbForm=Ger", "head": 8, "id": 7, "lemma": "drive", "misc": "", "start_char": 1203, "text": "driving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nsubj", "end_char": 1216, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "force", "misc": "", "start_char": 1211, "text": "force", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1221, "feats": "VerbForm=Fin", "head": 11, "id": 9, "lemma": "will", "misc": "", "start_char": 1217, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1224, "feats": "VerbForm=Inf", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 1222, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "parataxis", "end_char": 1233, "feats": "Degree=Pos", "head": 3, "id": 11, "lemma": "electric", "misc": "", "start_char": 1225, "text": "electric", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1235, "feats": null, "head": 20, "id": 12, "lemma": ",", "misc": "", "start_char": 1234, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1239, "feats": null, "head": 20, "id": 13, "lemma": "and", "misc": "", "start_char": 1236, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1242, "feats": null, "head": 16, "id": 14, "lemma": "at", "misc": "", "start_char": 1240, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1246, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1243, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1252, "feats": "Number=Sing", "head": 20, "id": 16, "lemma": "start", "misc": "", "start_char": 1247, "text": "start", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1255, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 17, "lemma": "it", "misc": "", "start_char": 1253, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1260, "feats": "VerbForm=Fin", "head": 20, "id": 18, "lemma": "will", "misc": "", "start_char": 1256, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1263, "feats": "VerbForm=Inf", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 1261, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 1271, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 20, "lemma": "limit", "misc": "", "start_char": 1264, "text": "limited", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1274, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 1272, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1280, "feats": "NumForm=Digit|NumType=Card", "head": 20, "id": 22, "lemma": "25mph", "misc": "", "start_char": 1275, "text": "25mph", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1282, "feats": null, "head": 24, "id": 23, "lemma": "(", "misc": "", "start_char": 1281, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 1289, "feats": "Number=Sing", "head": 22, "id": 24, "lemma": "40km/h", "misc": "", "start_char": 1283, "text": "40km/h", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1291, "feats": null, "head": 24, "id": 25, "lemma": ")", "misc": "", "start_char": 1290, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "mark", "end_char": 1294, "feats": null, "head": 27, "id": 26, "lemma": "to", "misc": "", "start_char": 1292, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1299, "feats": "VerbForm=Inf", "head": 20, "id": 27, "lemma": "help", "misc": "", "start_char": 1295, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1306, "feats": "VerbForm=Inf", "head": 27, "id": 28, "lemma": "ensure", "misc": "", "start_char": 1300, "text": "ensure", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1313, "feats": "Number=Sing", "head": 28, "id": 29, "lemma": "safety", "misc": "", "start_char": 1307, "text": "safety", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1315, "feats": null, "head": 3, "id": 30, "lemma": ".", "misc": "", "start_char": 1314, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1317, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1316, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (ADJP (RBS most) (JJ significant)) (NN thing)) (PP (IN about) (NP (DT the) (NN design)))) (VP (VBZ is) (SBAR (IN that) (S (NP (PRP it)) (VP (VBZ does) (RB not) (VP (VB have) (NP (DT any) (NNS controls)) (, ,) (ADVP (RB apart) (PP (IN from) (NP (DT a) (NN stop/go) (NN button))))))))) (. .)))" }, "speaker": null, "text": "The most significant thing about the design is that it does not have any controls, apart from a stop/go button.", "tokens": [ { "deprel": "det", "end_char": 1321, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 1318, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1326, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "most", "misc": "", "start_char": 1322, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 1338, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "significant", "misc": "", "start_char": 1327, "text": "significant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:outer", "end_char": 1344, "feats": "Number=Sing", "head": 13, "id": 4, "lemma": "thing", "misc": "", "start_char": 1339, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1350, "feats": null, "head": 7, "id": 5, "lemma": "about", "misc": "", "start_char": 1345, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1354, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1351, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1361, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "design", "misc": "", "start_char": 1355, "text": "design", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1364, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 8, "lemma": "be", "misc": "", "start_char": 1362, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1369, "feats": null, "head": 13, "id": 9, "lemma": "that", "misc": "", "start_char": 1365, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1372, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 10, "lemma": "it", "misc": "", "start_char": 1370, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1377, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "do", "misc": "", "start_char": 1373, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1381, "feats": null, "head": 13, "id": 12, "lemma": "not", "misc": "", "start_char": 1378, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1386, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "have", "misc": "", "start_char": 1382, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1390, "feats": null, "head": 15, "id": 14, "lemma": "any", "misc": "", "start_char": 1387, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1399, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "control", "misc": "", "start_char": 1391, "text": "controls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1401, "feats": null, "head": 13, "id": 16, "lemma": ",", "misc": "", "start_char": 1400, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1407, "feats": null, "head": 13, "id": 17, "lemma": "apart", "misc": "", "start_char": 1402, "text": "apart", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1412, "feats": null, "head": 21, "id": 18, "lemma": "from", "misc": "", "start_char": 1408, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1414, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 1413, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1422, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "stop/go", "misc": "", "start_char": 1415, "text": "stop/go", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1429, "feats": "Number=Sing", "head": 17, "id": 21, "lemma": "button", "misc": "", "start_char": 1423, "text": "button", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1431, "feats": null, "head": 13, "id": 22, "lemma": ".", "misc": "", "start_char": 1430, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (JJ early) (NN testing))) (, ,) (NP (JJ extra) (NNS controls)) (VP (MD will) (VP (VB be) (VP (VBN fitted) (SBAR (IN so) (S (NP (NP (CD one)) (PP (IN of) (NP (NP (NNP Google) (POS 's)) (NN test) (NNS drivers)))) (VP (MD can) (VP (VB take) (PRT (RB over)) (SBAR (IN if) (S (NP (EX there)) (VP (VBZ is) (NP (DT a) (NN problem)))))))))))) (. .)))" }, "speaker": null, "text": "For early testing, extra controls will be fitted so one of Google's test drivers can take over if there is a problem.", "tokens": [ { "deprel": "case", "end_char": 1435, "feats": null, "head": 3, "id": 1, "lemma": "for", "misc": "", "start_char": 1432, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1441, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "early", "misc": "", "start_char": 1436, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1449, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "testing", "misc": "", "start_char": 1442, "text": "testing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1451, "feats": null, "head": 9, "id": 4, "lemma": ",", "misc": "", "start_char": 1450, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1457, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "extra", "misc": "", "start_char": 1452, "text": "extra", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1466, "feats": "Number=Plur", "head": 9, "id": 6, "lemma": "control", "misc": "", "start_char": 1458, "text": "controls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1471, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "will", "misc": "", "start_char": 1467, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1474, "feats": "VerbForm=Inf", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1472, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1481, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 9, "lemma": "fit", "misc": "", "start_char": 1475, "text": "fitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1484, "feats": null, "head": 18, "id": 10, "lemma": "so", "misc": "", "start_char": 1482, "text": "so", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1488, "feats": "NumForm=Word|NumType=Card", "head": 18, "id": 11, "lemma": "one", "misc": "", "start_char": 1485, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1491, "feats": null, "head": 16, "id": 12, "lemma": "of", "misc": "", "start_char": 1489, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1498, "feats": "Number=Sing", "head": 16, "id": 13, "lemma": "Google", "misc": "", "start_char": 1492, "text": "Google", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1501, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 1499, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 1506, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "test", "misc": "", "start_char": 1502, "text": "test", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1514, "feats": "Number=Plur", "head": 11, "id": 16, "lemma": "driver", "misc": "", "start_char": 1507, "text": "drivers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1518, "feats": "VerbForm=Fin", "head": 18, "id": 17, "lemma": "can", "misc": "", "start_char": 1515, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 1523, "feats": "VerbForm=Inf", "head": 9, "id": 18, "lemma": "take", "misc": "", "start_char": 1519, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1528, "feats": null, "head": 18, "id": 19, "lemma": "over", "misc": "", "start_char": 1524, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1531, "feats": null, "head": 22, "id": 20, "lemma": "if", "misc": "", "start_char": 1529, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "expl", "end_char": 1537, "feats": null, "head": 22, "id": 21, "lemma": "there", "misc": "", "start_char": 1532, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "advcl", "end_char": 1540, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 22, "lemma": "be", "misc": "", "start_char": 1538, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1542, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 23, "lemma": "a", "misc": "", "start_char": 1541, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1550, "feats": "Number=Sing", "head": 22, "id": 24, "lemma": "problem", "misc": "", "start_char": 1543, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1552, "feats": null, "head": 9, "id": 25, "lemma": ".", "misc": "", "start_char": 1551, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1554, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1553, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NNS controls)) (VP (MD will) (ADVP (RB simply)) (VP (VB plug) (ADVP (RP in))))) (, ,) (CC and) (S (NP (NNP Mr.) (NNP Urmson)) (VP (VBZ believes) (SBAR (IN that) (S (PP (IN over) (NP (NN time))) (, ,) (SBAR (IN as) (S (NP (NP (NN confidence)) (PP (IN in) (NP (DT the) (NN technology)))) (VP (VBZ grows)))) (, ,) (NP (PRP they)) (VP (MD will) (VP (VB be) (VP (VBN removed) (ADVP (RB entirely))))))))) (. .)))" }, "speaker": null, "text": "The controls will simply plug in, and Mr. Urmson believes that over time, as confidence in the technology grows, they will be removed entirely.", "tokens": [ { "deprel": "det", "end_char": 1558, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1555, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1567, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "control", "misc": "", "start_char": 1559, "text": "controls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1572, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "will", "misc": "", "start_char": 1568, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1579, "feats": null, "head": 5, "id": 4, "lemma": "simply", "misc": "", "start_char": 1573, "text": "simply", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1584, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "plug", "misc": "", "start_char": 1580, "text": "plug", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1587, "feats": null, "head": 5, "id": 6, "lemma": "in", "misc": "", "start_char": 1585, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1589, "feats": null, "head": 11, "id": 7, "lemma": ",", "misc": "", "start_char": 1588, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1593, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 1590, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1597, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "Mr.", "misc": "", "start_char": 1594, "text": "Mr.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1604, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "Urmson", "misc": "", "start_char": 1598, "text": "Urmson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1613, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 11, "lemma": "believe", "misc": "", "start_char": 1605, "text": "believes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1618, "feats": null, "head": 26, "id": 12, "lemma": "that", "misc": "", "start_char": 1614, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "case", "end_char": 1623, "feats": null, "head": 14, "id": 13, "lemma": "over", "misc": "", "start_char": 1619, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1628, "feats": "Number=Sing", "head": 26, "id": 14, "lemma": "time", "misc": "", "start_char": 1624, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1630, "feats": null, "head": 14, "id": 15, "lemma": ",", "misc": "", "start_char": 1629, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1633, "feats": null, "head": 21, "id": 16, "lemma": "as", "misc": "", "start_char": 1631, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1644, "feats": "Number=Sing", "head": 21, "id": 17, "lemma": "confidence", "misc": "", "start_char": 1634, "text": "confidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1647, "feats": null, "head": 20, "id": 18, "lemma": "in", "misc": "", "start_char": 1645, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1651, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 1648, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1662, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "technology", "misc": "", "start_char": 1652, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1668, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 26, "id": 21, "lemma": "grow", "misc": "", "start_char": 1663, "text": "grows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1670, "feats": null, "head": 26, "id": 22, "lemma": ",", "misc": "", "start_char": 1669, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 1675, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 26, "id": 23, "lemma": "they", "misc": "", "start_char": 1671, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1680, "feats": "VerbForm=Fin", "head": 26, "id": 24, "lemma": "will", "misc": "", "start_char": 1676, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1683, "feats": "VerbForm=Inf", "head": 26, "id": 25, "lemma": "be", "misc": "", "start_char": 1681, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 1691, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 11, "id": 26, "lemma": "remove", "misc": "", "start_char": 1684, "text": "removed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1700, "feats": null, "head": 26, "id": 27, "lemma": "entirely", "misc": "", "start_char": 1692, "text": "entirely", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1702, "feats": null, "head": 5, "id": 28, "lemma": ".", "misc": "", "start_char": 1701, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJ front) (NN end)) (PP (IN of) (NP (DT the) (NN vehicle)))) (VP (VBZ is) (VP (VBN designed) (S (VP (TO to) (VP (VB be) (ADJP (JJR safer)) (PP (IN for) (NP (NNS pedestrians))) (, ,) (PP (IN with) (NP (NP (NP (DT a) (JJ soft) (JJ foam-like) (NN material)) (SBAR (WHADVP (WRB where)) (S (NP (DT a) (JJ traditional) (NN bumper)) (VP (MD would) (VP (VB be)))))) (, ,) (CC and) (NP (NP (DT a) (ADJP (RBR more) (JJ flexible)) (NN windscreen)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD may) (VP (VB help) (S (VP (VB reduce) (NP (NNS injuries)))))))))))))))) (. .)))" }, "speaker": null, "text": "The front end of the vehicle is designed to be safer for pedestrians, with a soft foam-like material where a traditional bumper would be, and a more flexible windscreen, which may help reduce injuries.", "tokens": [ { "deprel": "det", "end_char": 1706, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1703, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1712, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "front", "misc": "", "start_char": 1707, "text": "front", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1716, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "end", "misc": "", "start_char": 1713, "text": "end", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1719, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 1717, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1723, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1720, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1731, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "vehicle", "misc": "", "start_char": 1724, "text": "vehicle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1734, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1732, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1743, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 8, "lemma": "design", "misc": "", "start_char": 1735, "text": "designed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1746, "feats": null, "head": 11, "id": 9, "lemma": "to", "misc": "", "start_char": 1744, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1749, "feats": "VerbForm=Inf", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 1747, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1755, "feats": "Degree=Cmp", "head": 8, "id": 11, "lemma": "safe", "misc": "", "start_char": 1750, "text": "safer", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 1759, "feats": null, "head": 13, "id": 12, "lemma": "for", "misc": "", "start_char": 1756, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1771, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "pedestrian", "misc": "", "start_char": 1760, "text": "pedestrians", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1773, "feats": null, "head": 19, "id": 14, "lemma": ",", "misc": "", "start_char": 1772, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1778, "feats": null, "head": 19, "id": 15, "lemma": "with", "misc": "", "start_char": 1774, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1780, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 16, "lemma": "a", "misc": "", "start_char": 1779, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1785, "feats": "Degree=Pos", "head": 19, "id": 17, "lemma": "soft", "misc": "", "start_char": 1781, "text": "soft", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1795, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "foam-like", "misc": "", "start_char": 1786, "text": "foam-like", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1804, "feats": "Number=Sing", "head": 13, "id": 19, "lemma": "material", "misc": "", "start_char": 1796, "text": "material", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1810, "feats": "PronType=Rel", "head": 25, "id": 20, "lemma": "where", "misc": "", "start_char": 1805, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1812, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 21, "lemma": "a", "misc": "", "start_char": 1811, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1824, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "traditional", "misc": "", "start_char": 1813, "text": "traditional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1831, "feats": "Number=Sing", "head": 25, "id": 23, "lemma": "bumper", "misc": "", "start_char": 1825, "text": "bumper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1837, "feats": "VerbForm=Fin", "head": 25, "id": 24, "lemma": "would", "misc": "", "start_char": 1832, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1840, "feats": "VerbForm=Inf", "head": 19, "id": 25, "lemma": "be", "misc": "", "start_char": 1838, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "punct", "end_char": 1842, "feats": null, "head": 31, "id": 26, "lemma": ",", "misc": "", "start_char": 1841, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1846, "feats": null, "head": 31, "id": 27, "lemma": "and", "misc": "", "start_char": 1843, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1848, "feats": "Definite=Ind|PronType=Art", "head": 31, "id": 28, "lemma": "a", "misc": "", "start_char": 1847, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1853, "feats": "Degree=Cmp", "head": 30, "id": 29, "lemma": "more", "misc": "", "start_char": 1849, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 1862, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "flexible", "misc": "", "start_char": 1854, "text": "flexible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1873, "feats": "Number=Sing", "head": 19, "id": 31, "lemma": "windscreen", "misc": "", "start_char": 1863, "text": "windscreen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1875, "feats": null, "head": 35, "id": 32, "lemma": ",", "misc": "", "start_char": 1874, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1881, "feats": "PronType=Rel", "head": 35, "id": 33, "lemma": "which", "misc": "", "start_char": 1876, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 1885, "feats": "VerbForm=Fin", "head": 35, "id": 34, "lemma": "may", "misc": "", "start_char": 1882, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1890, "feats": "VerbForm=Inf", "head": 31, "id": 35, "lemma": "help", "misc": "", "start_char": 1886, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1897, "feats": "VerbForm=Inf", "head": 35, "id": 36, "lemma": "reduce", "misc": "", "start_char": 1891, "text": "reduce", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1906, "feats": "Number=Plur", "head": 36, "id": 37, "lemma": "injury", "misc": "", "start_char": 1898, "text": "injuries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1908, "feats": null, "head": 8, "id": 38, "lemma": ".", "misc": "", "start_char": 1907, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1910, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1909, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN vehicle)) (VP (MD will) (VP (VB use) (NP (NP (DT a) (NN combination)) (PP (IN of) (NP (NML (NN laser) (CC and) (NN radar)) (NNS sensors)))) (PP (IN along) (PP (IN with) (NP (NP (NN camera) (NNS data)) (SBAR (S (VP (TO to) (VP (VB drive) (ADVP (RB autonomously))))))))))) (. .)))" }, "speaker": null, "text": "The vehicle will use a combination of laser and radar sensors along with camera data to drive autonomously.", "tokens": [ { "deprel": "det", "end_char": 1914, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1911, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1922, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "vehicle", "misc": "", "start_char": 1915, "text": "vehicle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1927, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "will", "misc": "", "start_char": 1923, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1931, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "use", "misc": "", "start_char": 1928, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1933, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1932, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1945, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "combination", "misc": "", "start_char": 1934, "text": "combination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1948, "feats": null, "head": 11, "id": 7, "lemma": "of", "misc": "", "start_char": 1946, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1954, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "laser", "misc": "", "start_char": 1949, "text": "laser", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1958, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1955, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1964, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "radar", "misc": "", "start_char": 1959, "text": "radar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1972, "feats": "Number=Plur", "head": 6, "id": 11, "lemma": "sensor", "misc": "", "start_char": 1965, "text": "sensors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1978, "feats": null, "head": 15, "id": 12, "lemma": "along", "misc": "", "start_char": 1973, "text": "along", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 1983, "feats": null, "head": 15, "id": 13, "lemma": "with", "misc": "", "start_char": 1979, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1990, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "camera", "misc": "", "start_char": 1984, "text": "camera", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1995, "feats": "Number=Plur", "head": 4, "id": 15, "lemma": "datum", "misc": "", "start_char": 1991, "text": "data", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1998, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1996, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 2004, "feats": "VerbForm=Inf", "head": 4, "id": 17, "lemma": "drive", "misc": "", "start_char": 1999, "text": "drive", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 2017, "feats": null, "head": 17, "id": 18, "lemma": "autonomously", "misc": "", "start_char": 2005, "text": "autonomously", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2019, "feats": null, "head": 4, "id": 19, "lemma": ".", "misc": "", "start_char": 2018, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2021, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2020, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (MD will) (VP (VB depend) (PP (IN on) (NP (NP (NP (NNP Google) (POS 's)) (NN road) (NNS maps)) (, ,) (VP (VBN built) (ADVP (RB specifically)) (PP (IN for) (NP (DT the) (NN programme)))) (, ,) (CC and) (VP (VBN tested) (PP (IN on) (NP (NP (NP (DT the) (NN company) (POS 's)) (JJ current) (NN fleet)) (PP (IN of) (NP (NNS vehicles)))))))))) (. .)))" }, "speaker": null, "text": "It will depend on Google's road maps, built specifically for the programme, and tested on the company's current fleet of vehicles.", "tokens": [ { "deprel": "nsubj", "end_char": 2024, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 2022, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2029, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 2025, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 2036, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "depend", "misc": "", "start_char": 2030, "text": "depend", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 2039, "feats": null, "head": 8, "id": 4, "lemma": "on", "misc": "", "start_char": 2037, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2046, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "Google", "misc": "", "start_char": 2040, "text": "Google", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 2049, "feats": null, "head": 5, "id": 6, "lemma": "'s", "misc": "", "start_char": 2047, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 2054, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "road", "misc": "", "start_char": 2050, "text": "road", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 2059, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "map", "misc": "", "start_char": 2055, "text": "maps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2061, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 2060, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 2067, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 10, "lemma": "build", "misc": "", "start_char": 2062, "text": "built", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 2080, "feats": null, "head": 10, "id": 11, "lemma": "specifically", "misc": "", "start_char": 2068, "text": "specifically", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 2084, "feats": null, "head": 14, "id": 12, "lemma": "for", "misc": "", "start_char": 2081, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2088, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 2085, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2098, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "programme", "misc": "", "start_char": 2089, "text": "programme", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2100, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 2099, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 2104, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 2101, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2111, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 17, "lemma": "test", "misc": "", "start_char": 2105, "text": "tested", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 2114, "feats": null, "head": 23, "id": 18, "lemma": "on", "misc": "", "start_char": 2112, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2118, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 2115, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 2126, "feats": "Number=Sing", "head": 23, "id": 20, "lemma": "company", "misc": "", "start_char": 2119, "text": "company", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2129, "feats": null, "head": 20, "id": 21, "lemma": "'s", "misc": "", "start_char": 2127, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 2137, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "current", "misc": "", "start_char": 2130, "text": "current", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2143, "feats": "Number=Sing", "head": 17, "id": 23, "lemma": "fleet", "misc": "", "start_char": 2138, "text": "fleet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2146, "feats": null, "head": 25, "id": 24, "lemma": "of", "misc": "", "start_char": 2144, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2155, "feats": "Number=Plur", "head": 23, "id": 25, "lemma": "vehicle", "misc": "", "start_char": 2147, "text": "vehicles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2157, "feats": null, "head": 3, "id": 26, "lemma": ".", "misc": "", "start_char": 2156, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Google is to start building its own self-driving cars, rather than modifying vehicles built by other producers. The car will have a stop-go button but no controls, steering wheel or pedals. Pictures of the Google vehicle show it looks like a city car with a "friendly" face, designed to make it seem non-threatening and help people accept self-driving technology. Co-founder Sergey Brin revealed the plans at a conference in California. "We're really excited about this vehicle-it's something that will allow us to really push the capabilities of self-driving technology, and understand the limitations," said Chris Urmson, director of the company's self-driving project. He added that the cars had the ability to "improve people's lives by transforming mobility". But some researchers working in this field are investigating potential downsides to driverless car technology. They believe they could make traffic and urban extension worse, as people accept longer commutes as they do not have to drive themselves. It looks almost cartoon-like, it has no traditional bonnet at the front, and the wheels are pushed to the corners. It will seat two people, driving force will be electric, and at the start it will be limited to 25mph (40km/h) to help ensure safety. The most significant thing about the design is that it does not have any controls, apart from a stop/go button. For early testing, extra controls will be fitted so one of Google's test drivers can take over if there is a problem. The controls will simply plug in, and Mr. Urmson believes that over time, as confidence in the technology grows, they will be removed entirely. The front end of the vehicle is designed to be safer for pedestrians, with a soft foam-like material where a traditional bumper would be, and a more flexible windscreen, which may help reduce injuries. The vehicle will use a combination of laser and radar sensors along with camera data to drive autonomously. It will depend on Google's road maps, built specifically for the programme, and tested on the company's current fleet of vehicles.
[ [ [ 0, 16, 17 ] ], [ [ 1, 4, 6 ] ], [ [ 1, 11, 12 ] ], [ [ 1, 14, 14 ] ], [ [ 3, 0, 4 ] ], [ [ 3, 2, 4 ], [ 3, 6, 6 ], [ 3, 22, 22 ] ], [ [ 3, 9, 11 ] ], [ [ 3, 13, 17 ] ], [ [ 4, 4, 5 ] ], [ [ 4, 7, 10 ] ], [ [ 4, 10, 10 ] ], [ [ 6, 13, 13 ], [ 6, 1, 1 ] ], [ [ 6, 20, 21 ], [ 3, 29, 30 ] ], [ [ 6, 25, 26 ] ], [ [ 6, 35, 39 ] ], [ [ 8, 3, 4 ] ], [ [ 8, 6, 7 ] ], [ [ 8, 11, 13 ] ], [ [ 8, 15, 16 ] ], [ [ 10, 1, 2 ], [ 12, 0, 0 ], [ 12, 2, 2 ] ], [ [ 10, 5, 6 ] ], [ [ 10, 9, 10 ] ], [ [ 12, 5, 5 ] ], [ [ 12, 7, 8 ] ], [ [ 12, 5, 8 ] ], [ [ 12, 14, 15 ] ], [ [ 14, 11, 12 ] ], [ [ 14, 15, 16 ] ], [ [ 14, 20, 21 ] ], [ [ 16, 3, 4 ] ], [ [ 16, 14, 15 ] ], [ [ 16, 21, 21 ] ], [ [ 16, 23, 23 ] ], [ [ 18, 5, 6 ] ], [ [ 18, 9, 9 ], [ 14, 0, 0 ], [ 14, 5, 5 ], [ 16, 0, 0 ], [ 16, 16, 16 ] ], [ [ 18, 13, 14 ] ], [ [ 18, 18, 20 ] ], [ [ 19, 1, 2 ] ], [ [ 19, 4, 5 ] ], [ [ 19, 10, 15 ] ], [ [ 19, 12, 15 ] ], [ [ 19, 22, 23 ] ], [ [ 21, 0, 1 ], [ 21, 22, 22 ] ], [ [ 21, 8, 9 ], [ 6, 30, 39 ], [ 8, 0, 0 ], [ 6, 30, 31 ], [ 6, 33, 39 ] ], [ [ 21, 18, 19 ] ], [ [ 22, 4, 5 ], [ 24, 0, 1 ] ], [ [ 22, 12, 12 ] ], [ [ 22, 15, 18 ] ], [ [ 22, 20, 22 ] ], [ [ 22, 27, 30 ] ], [ [ 24, 4, 10 ] ], [ [ 24, 7, 10 ] ], [ [ 24, 13, 13 ] ], [ [ 26, 4, 7 ] ], [ [ 26, 12, 13 ] ], [ [ 26, 18, 24 ] ], [ [ 26, 18, 20 ], [ 6, 35, 37 ] ], [ [ 26, 24, 24 ] ], [ [ 1, 0, 1 ], [ 0, 5, 8 ] ], [ [ 3, 27, 27 ], [ 12, 12, 12 ], [ 12, 17, 17 ], [ 12, 23, 23 ], [ 8, 11, 12 ] ], [ [ 26, 0, 0 ] ], [ [ 0, 4, 8 ] ], [ [ 0, 12, 17 ] ], [ [ 0, 13, 17 ] ], [ [ 1, 9, 9 ] ], [ [ 1, 9, 14 ] ], [ [ 3, 3, 3 ], [ 26, 4, 5 ], [ 19, 12, 13 ], [ 0, 0, 0 ], [ 0, 5, 5 ] ], [ [ 3, 10, 10 ] ], [ [ 4, 0, 0 ], [ 4, 1, 2 ], [ 4, 0, 2 ] ], [ [ 6, 6, 7 ] ], [ [ 6, 9, 21 ] ], [ [ 6, 17, 21 ] ], [ [ 10, 12, 14 ] ], [ [ 10, 13, 13 ] ], [ [ 14, 8, 9 ] ], [ [ 18, 0, 6 ] ], [ [ 16, 28, 28 ] ], [ [ 21, 13, 13 ] ], [ [ 21, 16, 19 ] ], [ [ 22, 0, 5 ] ], [ [ 22, 36, 36 ] ], [ [ 24, 13, 14 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36148
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN world)) (VP (VBZ shares) (S (NP (PRP him) (CC and) (NNP London)) (VP (VBZ claims) (NP (PRP him)))))) (, ,) (CC but) (S (NP (NNP Stratford-on-Avon)) (VP (VP (VBZ intends) (S (VP (TO to) (VP (VB spend) (NP (CD 2016)) (S (VP (VBG celebrating) (NP (NNP Shakespeare)) (PP (IN as) (NP (NP (PRP$ their) (NN man)) (: :) (NP (NP (DT the) (NN bard)) (PP (IN of) (NP (NP (NNP Avon)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD was) (VP (VBN born) (ADVP (RB there)) (PP (IN in) (NP (CD 1564)))))))))))))))))) (, ,) (CC and) (VP (VBD died) (ADVP (RB there)) (ADVP (NP (CD 400) (NNS years)) (RB ago))))) (. .)))" }, "speaker": null, "text": "The world shares him and London claims him, but Stratford-on-Avon intends to spend 2016 celebrating Shakespeare as their man: the bard of Avon, who was born there in 1564, and died there 400 years ago.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "world", "misc": "", "start_char": 4, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 16, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "share", "misc": "", "start_char": 10, "text": "shares", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 20, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "he", "misc": "", "start_char": 17, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 24, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 21, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 31, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "London", "misc": "", "start_char": 25, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 38, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 7, "lemma": "claim", "misc": "", "start_char": 32, "text": "claims", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 42, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 8, "lemma": "he", "misc": "", "start_char": 39, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 44, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 43, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 48, "feats": null, "head": 12, "id": 10, "lemma": "but", "misc": "", "start_char": 45, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 66, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Stratford-on-Avon", "misc": "", "start_char": 49, "text": "Stratford-on-Avon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 74, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 12, "lemma": "intend", "misc": "", "start_char": 67, "text": "intends", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 77, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 75, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 83, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "spend", "misc": "", "start_char": 78, "text": "spend", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 88, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 15, "lemma": "2016", "misc": "", "start_char": 84, "text": "2016", "upos": "NUM", "xpos": "CD" }, { "deprel": "advcl", "end_char": 100, "feats": "VerbForm=Ger", "head": 14, "id": 16, "lemma": "celebrate", "misc": "", "start_char": 89, "text": "celebrating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 112, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "Shakespeare", "misc": "", "start_char": 101, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 115, "feats": null, "head": 20, "id": 18, "lemma": "as", "misc": "", "start_char": 113, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 121, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "their", "misc": "", "start_char": 116, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 125, "feats": "Number=Sing", "head": 16, "id": 20, "lemma": "man", "misc": "", "start_char": 122, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 127, "feats": null, "head": 23, "id": 21, "lemma": ":", "misc": "", "start_char": 126, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 131, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 128, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 136, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "bard", "misc": "", "start_char": 132, "text": "bard", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 139, "feats": null, "head": 25, "id": 24, "lemma": "of", "misc": "", "start_char": 137, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 144, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "Avon", "misc": "", "start_char": 140, "text": "Avon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 146, "feats": null, "head": 29, "id": 26, "lemma": ",", "misc": "", "start_char": 145, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 150, "feats": "PronType=Rel", "head": 29, "id": 27, "lemma": "who", "misc": "", "start_char": 147, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux:pass", "end_char": 154, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 29, "id": 28, "lemma": "be", "misc": "", "start_char": 151, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 159, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 23, "id": 29, "lemma": "bear", "misc": "", "start_char": 155, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 165, "feats": "PronType=Dem", "head": 29, "id": 30, "lemma": "there", "misc": "", "start_char": 160, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 168, "feats": null, "head": 32, "id": 31, "lemma": "in", "misc": "", "start_char": 166, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 173, "feats": "NumForm=Digit|NumType=Card", "head": 29, "id": 32, "lemma": "1564", "misc": "", "start_char": 169, "text": "1564", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 175, "feats": null, "head": 35, "id": 33, "lemma": ",", "misc": "", "start_char": 174, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 179, "feats": null, "head": 35, "id": 34, "lemma": "and", "misc": "", "start_char": 176, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 184, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 29, "id": 35, "lemma": "die", "misc": "", "start_char": 180, "text": "died", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 190, "feats": "PronType=Dem", "head": 35, "id": 36, "lemma": "there", "misc": "", "start_char": 185, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 194, "feats": "NumForm=Digit|NumType=Card", "head": 38, "id": 37, "lemma": "400", "misc": "", "start_char": 191, "text": "400", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 200, "feats": "Number=Plur", "head": 39, "id": 38, "lemma": "year", "misc": "", "start_char": 195, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 204, "feats": null, "head": 35, "id": 39, "lemma": "ago", "misc": "", "start_char": 201, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 206, "feats": null, "head": 3, "id": 40, "lemma": ".", "misc": "", "start_char": 205, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 208, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 207, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (SINV (S (NP (NNP Stratford)) (VP (VBD remained) (ADJP (RB hugely) (JJ important)) (PP (IN throughout) (NP (NP (NNP Shakespeare) (POS 's)) (NN life))))) (, ,) (VP (VBZ argues)) (NP (NP (NNP Paul) (NNP Edmondson)) (, ,) (NP (NP (DT the) (NN head)) (PP (IN of) (NP (NN learning) (CC and) (NN research))) (PP (IN at) (NP (DT the) (NNP Shakespeare) (NNP Birthplace) (NNP Trust))))) (. .)))" }, "speaker": null, "text": "Stratford remained hugely important throughout Shakespeare's life, argues Paul Edmondson, the head of learning and research at the Shakespeare Birthplace Trust.", "tokens": [ { "deprel": "nsubj", "end_char": 218, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Stratford", "misc": "", "start_char": 209, "text": "Stratford", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 227, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "remain", "misc": "", "start_char": 219, "text": "remained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 234, "feats": null, "head": 4, "id": 3, "lemma": "hugely", "misc": "", "start_char": 228, "text": "hugely", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 244, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "important", "misc": "", "start_char": 235, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 255, "feats": null, "head": 8, "id": 5, "lemma": "throughout", "misc": "", "start_char": 245, "text": "throughout", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 267, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "Shakespeare", "misc": "", "start_char": 256, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 270, "feats": null, "head": 6, "id": 7, "lemma": "'s", "misc": "", "start_char": 268, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 275, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "life", "misc": "", "start_char": 271, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 277, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 276, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "parataxis", "end_char": 284, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 10, "lemma": "argue", "misc": "", "start_char": 278, "text": "argues", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 289, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Paul", "misc": "", "start_char": 285, "text": "Paul", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 299, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "Edmondson", "misc": "", "start_char": 290, "text": "Edmondson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 301, "feats": null, "head": 11, "id": 13, "lemma": ",", "misc": "", "start_char": 300, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 305, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 302, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 310, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "head", "misc": "", "start_char": 306, "text": "head", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 313, "feats": null, "head": 17, "id": 16, "lemma": "of", "misc": "", "start_char": 311, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 322, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "learning", "misc": "", "start_char": 314, "text": "learning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 326, "feats": null, "head": 19, "id": 18, "lemma": "and", "misc": "", "start_char": 323, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 335, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "research", "misc": "", "start_char": 327, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 338, "feats": null, "head": 24, "id": 20, "lemma": "at", "misc": "", "start_char": 336, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 342, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 21, "lemma": "the", "misc": "", "start_char": 339, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 354, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "Shakespeare", "misc": "", "start_char": 343, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 365, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "Birthplace", "misc": "", "start_char": 355, "text": "Birthplace", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 371, "feats": "Number=Sing", "head": 17, "id": 24, "lemma": "trust", "misc": "", "start_char": 366, "text": "Trust", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 373, "feats": null, "head": 2, "id": 25, "lemma": ".", "misc": "", "start_char": 372, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (NNS People)) (VP (VP (VBP have) (VP (VBN seen) (NP (NNP Shakespeare)) (PP (IN as) (NP (NP (DT a) (NML (NNP Dick) (NNP Whittington)) (NN figure)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBZ turns) (NP (PRP$ his) (NN back)) (PP (IN on) (NP (NP (NNP Stratford)) (CC and) (NP (PRP$ his) (NN family))))))))))) (, ,) (VP (VBZ goes) (PP (IN to) (NP (NNP London))) (S (VP (TO to) (VP (VB earn) (NP (PRP$ his) (NN fortune)))))) (CC and) (ADVP (RB only)) (VP (VBZ comes) (ADVP (RB back)) (S (VP (TO to) (VP (VB die))))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"People have seen Shakespeare as a Dick Whittington figure, who turns his back on Stratford and his family, goes to London to earn his fortune and only comes back to die,\" he said.", "tokens": [ { "deprel": "punct", "end_char": 376, "feats": null, "head": 38, "id": 1, "lemma": "``", "misc": "", "start_char": 374, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 383, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "person", "misc": "", "start_char": 377, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 388, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 384, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 393, "feats": "Tense=Past|VerbForm=Part", "head": 38, "id": 4, "lemma": "see", "misc": "", "start_char": 389, "text": "seen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 405, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Shakespeare", "misc": "", "start_char": 394, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 408, "feats": null, "head": 10, "id": 6, "lemma": "as", "misc": "", "start_char": 406, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 410, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 7, "lemma": "a", "misc": "", "start_char": 409, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 415, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "Dick", "misc": "", "start_char": 411, "text": "Dick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 427, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "Whittington", "misc": "", "start_char": 416, "text": "Whittington", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 434, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "figure", "misc": "", "start_char": 428, "text": "figure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 436, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 435, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 440, "feats": "PronType=Rel", "head": 13, "id": 12, "lemma": "who", "misc": "", "start_char": 437, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 446, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 13, "lemma": "turn", "misc": "", "start_char": 441, "text": "turns", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 450, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "his", "misc": "", "start_char": 447, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 455, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "back", "misc": "", "start_char": 451, "text": "back", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 458, "feats": null, "head": 17, "id": 16, "lemma": "on", "misc": "", "start_char": 456, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 468, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "Stratford", "misc": "", "start_char": 459, "text": "Stratford", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 472, "feats": null, "head": 20, "id": 18, "lemma": "and", "misc": "", "start_char": 469, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 476, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "his", "misc": "", "start_char": 473, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 483, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "family", "misc": "", "start_char": 477, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 485, "feats": null, "head": 22, "id": 21, "lemma": ",", "misc": "", "start_char": 484, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 490, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 22, "lemma": "go", "misc": "", "start_char": 486, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 493, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 491, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 500, "feats": "Number=Sing", "head": 22, "id": 24, "lemma": "London", "misc": "", "start_char": 494, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 503, "feats": null, "head": 26, "id": 25, "lemma": "to", "misc": "", "start_char": 501, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 508, "feats": "VerbForm=Inf", "head": 22, "id": 26, "lemma": "earn", "misc": "", "start_char": 504, "text": "earn", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 512, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 28, "id": 27, "lemma": "his", "misc": "", "start_char": 509, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 520, "feats": "Number=Sing", "head": 26, "id": 28, "lemma": "fortune", "misc": "", "start_char": 513, "text": "fortune", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 524, "feats": null, "head": 31, "id": 29, "lemma": "and", "misc": "", "start_char": 521, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 529, "feats": null, "head": 31, "id": 30, "lemma": "only", "misc": "", "start_char": 525, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 535, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 31, "lemma": "come", "misc": "", "start_char": 530, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 540, "feats": null, "head": 31, "id": 32, "lemma": "back", "misc": "", "start_char": 536, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 543, "feats": null, "head": 34, "id": 33, "lemma": "to", "misc": "", "start_char": 541, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 547, "feats": "VerbForm=Inf", "head": 31, "id": 34, "lemma": "die", "misc": "", "start_char": 544, "text": "die", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 549, "feats": null, "head": 38, "id": 35, "lemma": ",", "misc": "", "start_char": 548, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 552, "feats": null, "head": 38, "id": 36, "lemma": "''", "misc": "", "start_char": 550, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 555, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 38, "id": 37, "lemma": "he", "misc": "", "start_char": 553, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 560, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 38, "lemma": "say", "misc": "", "start_char": 556, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 562, "feats": null, "head": 38, "id": 39, "lemma": ".", "misc": "", "start_char": 561, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (`` ``) (CC But) (NP (NNP Stratford)) (VP (VBZ is) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (VBD bought) (NP (NP (NN land) (CC and) (NN property)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (VBD kept) (NP (NP (PRP$ his) (NN library)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (VBD lived) (CC and) (VBD read) (CC and) (VBD thought))))))))))))) (. .)))" }, "speaker": null, "text": "\"But Stratford is where he bought land and property, where he kept his library, where he lived and read and thought.", "tokens": [ { "deprel": "punct", "end_char": 565, "feats": null, "head": 7, "id": 1, "lemma": "``", "misc": "", "start_char": 563, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "cc", "end_char": 569, "feats": null, "head": 7, "id": 2, "lemma": "but", "misc": "", "start_char": 566, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:outer", "end_char": 579, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "Stratford", "misc": "", "start_char": 570, "text": "Stratford", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 582, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 4, "lemma": "be", "misc": "", "start_char": 580, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 588, "feats": "PronType=Rel", "head": 7, "id": 5, "lemma": "where", "misc": "", "start_char": 583, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 591, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "misc": "", "start_char": 589, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 598, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "buy", "misc": "", "start_char": 592, "text": "bought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 603, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "land", "misc": "", "start_char": 599, "text": "land", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 607, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 604, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 616, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "property", "misc": "", "start_char": 608, "text": "property", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 618, "feats": null, "head": 14, "id": 11, "lemma": ",", "misc": "", "start_char": 617, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 624, "feats": "PronType=Rel", "head": 14, "id": 12, "lemma": "where", "misc": "", "start_char": 619, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 627, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "he", "misc": "", "start_char": 625, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 632, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 14, "lemma": "keep", "misc": "", "start_char": 628, "text": "kept", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 636, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "his", "misc": "", "start_char": 633, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 644, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "library", "misc": "", "start_char": 637, "text": "library", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 646, "feats": null, "head": 20, "id": 17, "lemma": ",", "misc": "", "start_char": 645, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 652, "feats": "PronType=Rel", "head": 20, "id": 18, "lemma": "where", "misc": "", "start_char": 647, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 655, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 19, "lemma": "he", "misc": "", "start_char": 653, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 661, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 20, "lemma": "live", "misc": "", "start_char": 656, "text": "lived", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 665, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 662, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 670, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 22, "lemma": "read", "misc": "", "start_char": 666, "text": "read", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 674, "feats": null, "head": 24, "id": 23, "lemma": "and", "misc": "", "start_char": 671, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 682, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 24, "lemma": "think", "misc": "", "start_char": 675, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 684, "feats": null, "head": 7, "id": 25, "lemma": ".", "misc": "", "start_char": 683, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP are) (VP (VBG going) (S (VP (TO to) (VP (VB spend) (NP (DT the) (NN year)) (S (VP (VBG re-emphasizing) (NP (NP (DT the) (NN importance)) (PP (IN of) (NP (NP (NNP Shakespeare)) (, ,) (NP (NP (DT the) (NN man)) (PP (IN of) (NP (NNP Stratford)))))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "We are going to spend the year re-emphasizing the importance of Shakespeare, the man of Stratford.\"", "tokens": [ { "deprel": "nsubj", "end_char": 687, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 685, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 691, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 688, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 697, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 692, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 700, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 698, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 706, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "spend", "misc": "", "start_char": 701, "text": "spend", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 710, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 707, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 715, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "year", "misc": "", "start_char": 711, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 730, "feats": "VerbForm=Ger", "head": 5, "id": 8, "lemma": "re-emphasize", "misc": "", "start_char": 716, "text": "re-emphasizing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 734, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 731, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 745, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "importance", "misc": "", "start_char": 735, "text": "importance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 748, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 746, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 760, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Shakespeare", "misc": "", "start_char": 749, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 762, "feats": null, "head": 12, "id": 13, "lemma": ",", "misc": "", "start_char": 761, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 766, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 763, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 770, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "man", "misc": "", "start_char": 767, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 773, "feats": null, "head": 17, "id": 16, "lemma": "of", "misc": "", "start_char": 771, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 783, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "Stratford", "misc": "", "start_char": 774, "text": "Stratford", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 785, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 784, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 788, "feats": null, "head": 3, "id": 19, "lemma": "''", "misc": "", "start_char": 786, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 790, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 789, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN anniversary)) (PP (IN of) (NP (NP (DT the) (NN death)) (PP (IN of) (NP (NP (DT the) (ADJP (ADJP (RBS most) (JJ famous)) (CC and) (NP (DT the) (ADJP (RBS most) (VBN performed)) (NN playwright)))) (PP (IN in) (NP (DT the) (NN world)))))))) (VP (MD will) (VP (VB be) (VP (VBN marked) (PP (IN across) (NP (NP (NNP Britain)) (CC and) (NP (DT the) (NN globe))))))) (. .)))" }, "speaker": null, "text": "The anniversary of the death of the most famous and the most performed playwright in the world will be marked across Britain and the globe.", "tokens": [ { "deprel": "det", "end_char": 794, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 791, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 806, "feats": "Number=Sing", "head": 20, "id": 2, "lemma": "anniversary", "misc": "", "start_char": 795, "text": "anniversary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 809, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 807, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 813, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 810, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 819, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "death", "misc": "", "start_char": 814, "text": "death", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 822, "feats": null, "head": 9, "id": 6, "lemma": "of", "misc": "", "start_char": 820, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 826, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 823, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 831, "feats": "Degree=Sup", "head": 9, "id": 8, "lemma": "most", "misc": "", "start_char": 827, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "nmod", "end_char": 838, "feats": "Degree=Pos", "head": 5, "id": 9, "lemma": "famous", "misc": "", "start_char": 832, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 842, "feats": null, "head": 14, "id": 10, "lemma": "and", "misc": "", "start_char": 839, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 846, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 11, "lemma": "the", "misc": "", "start_char": 843, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 851, "feats": "Degree=Sup", "head": 13, "id": 12, "lemma": "most", "misc": "", "start_char": 847, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 861, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 13, "lemma": "perform", "misc": "", "start_char": 852, "text": "performed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "conj", "end_char": 872, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "playwright", "misc": "", "start_char": 862, "text": "playwright", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 875, "feats": null, "head": 17, "id": 15, "lemma": "in", "misc": "", "start_char": 873, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 879, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 876, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 885, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "world", "misc": "", "start_char": 880, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 890, "feats": "VerbForm=Fin", "head": 20, "id": 18, "lemma": "will", "misc": "", "start_char": 886, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 893, "feats": "VerbForm=Inf", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 891, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 900, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 20, "lemma": "mark", "misc": "", "start_char": 894, "text": "marked", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 907, "feats": null, "head": 22, "id": 21, "lemma": "across", "misc": "", "start_char": 901, "text": "across", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 915, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "Britain", "misc": "", "start_char": 908, "text": "Britain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 919, "feats": null, "head": 25, "id": 23, "lemma": "and", "misc": "", "start_char": 916, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 923, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 920, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 929, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "globe", "misc": "", "start_char": 924, "text": "globe", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 931, "feats": null, "head": 20, "id": 26, "lemma": ".", "misc": "", "start_char": 930, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NNP Macbeth)) (VP (VBZ is) (ADJP (RB about) (S (VP (TO to) (VP (VB open) (PP (IN in) (NP (NNP Singapore) (, ,) (NNP Romeo) (CC and) (NNP Juliet))) (PP (IN in) (NP (NNP Brussels)))))))) (. .)))" }, "speaker": null, "text": "Macbeth is about to open in Singapore, Romeo and Juliet in Brussels.", "tokens": [ { "deprel": "nsubj", "end_char": 939, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Macbeth", "misc": "", "start_char": 932, "text": "Macbeth", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 942, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 940, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 948, "feats": null, "head": 5, "id": 3, "lemma": "about", "misc": "", "start_char": 943, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 951, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 949, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 956, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "open", "misc": "", "start_char": 952, "text": "open", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 959, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 957, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 969, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Singapore", "misc": "", "start_char": 960, "text": "Singapore", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 971, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 970, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 977, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Romeo", "misc": "", "start_char": 972, "text": "Romeo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 981, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 978, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 988, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "Juliet", "misc": "", "start_char": 982, "text": "Juliet", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 991, "feats": null, "head": 13, "id": 12, "lemma": "in", "misc": "", "start_char": 989, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1000, "feats": "Number=Sing", "head": 5, "id": 13, "lemma": "Brussels", "misc": "", "start_char": 992, "text": "Brussels", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1002, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 1001, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Shakespeare) (POS 's)) (NNP Globe)) (VP (VBZ is) (VP (VBG completing) (NP (NP (DT the) (JJ first) (NN world) (NN tour)) (, ,) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (PRP it)) (VP (VBZ has) (VP (VBN taken) (NP (NNP Hamlet)) (PP (IN to) (NP (ADJP (RB almost) (DT every)) (NN country)))))))))) (. .)))" }, "speaker": null, "text": "Shakespeare's Globe is completing the first world tour, in which it has taken Hamlet to almost every country.", "tokens": [ { "deprel": "nmod:poss", "end_char": 1014, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Shakespeare", "misc": "", "start_char": 1003, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1017, "feats": null, "head": 1, "id": 2, "lemma": "'s", "misc": "", "start_char": 1015, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 1023, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Globe", "misc": "", "start_char": 1018, "text": "Globe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1026, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1024, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1037, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 5, "lemma": "complete", "misc": "", "start_char": 1027, "text": "completing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1041, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 6, "lemma": "the", "misc": "", "start_char": 1038, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1047, "feats": "Degree=Pos|NumType=Ord", "head": 9, "id": 7, "lemma": "first", "misc": "", "start_char": 1042, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1053, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "world", "misc": "", "start_char": 1048, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1058, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "tour", "misc": "", "start_char": 1054, "text": "tour", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1060, "feats": null, "head": 9, "id": 10, "lemma": ",", "misc": "", "start_char": 1059, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1063, "feats": null, "head": 12, "id": 11, "lemma": "in", "misc": "", "start_char": 1061, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1069, "feats": "PronType=Rel", "head": 15, "id": 12, "lemma": "which", "misc": "", "start_char": 1064, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 1072, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "it", "misc": "", "start_char": 1070, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1076, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "have", "misc": "", "start_char": 1073, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1082, "feats": "Tense=Past|VerbForm=Part", "head": 9, "id": 15, "lemma": "take", "misc": "", "start_char": 1077, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 1089, "feats": "Number=Sing", "head": 15, "id": 16, "lemma": "Hamlet", "misc": "", "start_char": 1083, "text": "Hamlet", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1092, "feats": null, "head": 20, "id": 17, "lemma": "to", "misc": "", "start_char": 1090, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1099, "feats": null, "head": 19, "id": 18, "lemma": "almost", "misc": "", "start_char": 1093, "text": "almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1105, "feats": null, "head": 20, "id": 19, "lemma": "every", "misc": "", "start_char": 1100, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1113, "feats": "Number=Sing", "head": 15, "id": 20, "lemma": "country", "misc": "", "start_char": 1106, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1115, "feats": null, "head": 5, "id": 21, "lemma": ".", "misc": "", "start_char": 1114, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NNP North) (NNP Korea)) (VP (VBZ is) (ADVP (RB still)) (VP (VBG holding) (PRT (RP out)) (, ,) (ADVP (RB though)))) (. .)))" }, "speaker": null, "text": "North Korea is still holding out, though.", "tokens": [ { "deprel": "compound", "end_char": 1121, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "North", "misc": "", "start_char": 1116, "text": "North", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1127, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "Korea", "misc": "", "start_char": 1122, "text": "Korea", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1130, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1128, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1136, "feats": null, "head": 5, "id": 4, "lemma": "still", "misc": "", "start_char": 1131, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1144, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 5, "lemma": "hold", "misc": "", "start_char": 1137, "text": "holding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 1148, "feats": null, "head": 5, "id": 6, "lemma": "out", "misc": "", "start_char": 1145, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1150, "feats": null, "head": 5, "id": 7, "lemma": ",", "misc": "", "start_char": 1149, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1157, "feats": null, "head": 5, "id": 8, "lemma": "though", "misc": "", "start_char": 1151, "text": "though", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1159, "feats": null, "head": 5, "id": 9, "lemma": ".", "misc": "", "start_char": 1158, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1161, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1160, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Globe) (NN director)) (ADVP (RB recently)) (ADVP (RB jokily)) (VP (VBD claimed) (NP (NNP Shakespeare)) (PP (IN as) (NP (DT a) (JJ true) (NN Londoner)))) (. .)))" }, "speaker": null, "text": "The Globe director recently jokily claimed Shakespeare as a true Londoner.", "tokens": [ { "deprel": "det", "end_char": 1165, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1162, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1171, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Globe", "misc": "", "start_char": 1166, "text": "Globe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1180, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "director", "misc": "", "start_char": 1172, "text": "director", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1189, "feats": null, "head": 6, "id": 4, "lemma": "recently", "misc": "", "start_char": 1181, "text": "recently", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1196, "feats": null, "head": 6, "id": 5, "lemma": "jokily", "misc": "", "start_char": 1190, "text": "jokily", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1204, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "claim", "misc": "", "start_char": 1197, "text": "claimed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1216, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Shakespeare", "misc": "", "start_char": 1205, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1219, "feats": null, "head": 11, "id": 8, "lemma": "as", "misc": "", "start_char": 1217, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1221, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 1220, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1226, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "true", "misc": "", "start_char": 1222, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1235, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "londoner", "misc": "", "start_char": 1227, "text": "Londoner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1237, "feats": null, "head": 6, "id": 12, "lemma": ".", "misc": "", "start_char": 1236, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NNP Stratford)) (, ,) (ADVP (RB however)) (, ,) (VP (MD will) (VP (VB be) (VP (VBG insisting) (SBAR (IN that) (S (NP (DT the) (NN town)) (VP (VBD made) (CC and) (VBD educated) (NP (NNP Shakespeare)))))))) (. .)))" }, "speaker": null, "text": "Stratford, however, will be insisting that the town made and educated Shakespeare.", "tokens": [ { "deprel": "nsubj", "end_char": 1247, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Stratford", "misc": "", "start_char": 1238, "text": "Stratford", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1249, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 1248, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1257, "feats": null, "head": 7, "id": 3, "lemma": "however", "misc": "", "start_char": 1250, "text": "however", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1259, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 1258, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1264, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "will", "misc": "", "start_char": 1260, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 1267, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1265, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1277, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 7, "lemma": "insist", "misc": "", "start_char": 1268, "text": "insisting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1282, "feats": null, "head": 11, "id": 8, "lemma": "that", "misc": "", "start_char": 1278, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1286, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1283, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1291, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "town", "misc": "", "start_char": 1287, "text": "town", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 1296, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 11, "lemma": "make", "misc": "", "start_char": 1292, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 1300, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1297, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1309, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 13, "lemma": "educate", "misc": "", "start_char": 1301, "text": "educated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1321, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "Shakespeare", "misc": "", "start_char": 1310, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1323, "feats": null, "head": 7, "id": 15, "lemma": ".", "misc": "", "start_char": 1322, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (NP (NP (NP (PRP$ His) (JJ old) (NN school) (NN room)) (PP (IN in) (NP (NNP Stratford-on-Avon)))) (SBAR (WHADVP (WRB where)) (S (NP (NNP Shakespeare)) (VP (VBD learned) (ADJP (ADJP (NNP 'small)) (ADJP (ADJP (JJ Latin)) (CC and) (ADJP (RBR less) (JJ Greek))))))) ('' ') (, --) (PP (IN as) (S (ADVP (RB kindly)) (VP (VBN laughed) (PP (IN at)) (PP (IN by) (NP (NP (PRP$ his) (NN friend)) (NP (NNP Ben) (NNP Johnson))))))) (, --)) (VP (MD will) (VP (VP (VB open) (NP (PRP$ its) (NNS doors))) (, ,) (VP (VBN scarred) (PP (IN by) (NP (NP (NNS centuries)) (PP (IN of) (NP (JJ naughty) (NNS schoolboys)))))) (, ,) (VP (TO to) (VP (VB mark) (NP (NP (JJ 400th) (NN anniversary)) (PP (IN of) (NP (NP (NNP Shakespeare) (POS 's)) (NN death))))))))) (, ,) ('' '') (VP (VBD said)) (NP (NNP Paul) (NNP Edmondson)) (. .)))" }, "speaker": null, "text": "\"His old school room in Stratford-on-Avon where Shakespeare learned 'small Latin and less Greek'--as kindly laughed at by his friend Ben Johnson--will open its doors, scarred by centuries of naughty schoolboys, to mark 400th anniversary of Shakespeare's death,\" said Paul Edmondson.", "tokens": [ { "deprel": "punct", "end_char": 1326, "feats": null, "head": 50, "id": 1, "lemma": "``", "misc": "", "start_char": 1324, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nmod:poss", "end_char": 1330, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 2, "lemma": "his", "misc": "", "start_char": 1327, "text": "His", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1334, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "old", "misc": "", "start_char": 1331, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1341, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "school", "misc": "", "start_char": 1335, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1346, "feats": "Number=Sing", "head": 29, "id": 5, "lemma": "room", "misc": "", "start_char": 1342, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1349, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 1347, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1367, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Stratford-on-Avon", "misc": "", "start_char": 1350, "text": "Stratford-on-Avon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 1373, "feats": "PronType=Rel", "head": 10, "id": 8, "lemma": "where", "misc": "", "start_char": 1368, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1385, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Shakespeare", "misc": "", "start_char": 1374, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl:relcl", "end_char": 1393, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 10, "lemma": "learn", "misc": "", "start_char": 1386, "text": "learned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound", "end_char": 1400, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Esmall", "misc": "", "start_char": 1394, "text": "'small", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1406, "feats": "Degree=Pos", "head": 10, "id": 12, "lemma": "Latin", "misc": "", "start_char": 1401, "text": "Latin", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1410, "feats": null, "head": 15, "id": 13, "lemma": "and", "misc": "", "start_char": 1407, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1415, "feats": "Degree=Cmp", "head": 15, "id": 14, "lemma": "less", "misc": "", "start_char": 1411, "text": "less", "upos": "ADV", "xpos": "RBR" }, { "deprel": "conj", "end_char": 1421, "feats": "Degree=Pos", "head": 12, "id": 15, "lemma": "Greek", "misc": "", "start_char": 1416, "text": "Greek", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1423, "feats": null, "head": 10, "id": 16, "lemma": "'", "misc": "", "start_char": 1422, "text": "'", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1426, "feats": null, "head": 5, "id": 17, "lemma": "--", "misc": "", "start_char": 1424, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1429, "feats": null, "head": 20, "id": 18, "lemma": "as", "misc": "", "start_char": 1427, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1436, "feats": null, "head": 20, "id": 19, "lemma": "kindly", "misc": "", "start_char": 1430, "text": "kindly", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl", "end_char": 1444, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 20, "lemma": "laugh", "misc": "", "start_char": 1437, "text": "laughed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 1447, "feats": null, "head": 20, "id": 21, "lemma": "at", "misc": "", "start_char": 1445, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 1450, "feats": null, "head": 24, "id": 22, "lemma": "by", "misc": "", "start_char": 1448, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1454, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 24, "id": 23, "lemma": "his", "misc": "", "start_char": 1451, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl:agent", "end_char": 1461, "feats": "Number=Sing", "head": 20, "id": 24, "lemma": "friend", "misc": "", "start_char": 1455, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 1465, "feats": "Number=Sing", "head": 24, "id": 25, "lemma": "Ben", "misc": "", "start_char": 1462, "text": "Ben", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1473, "feats": "Number=Sing", "head": 25, "id": 26, "lemma": "Johnson", "misc": "", "start_char": 1466, "text": "Johnson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1476, "feats": null, "head": 29, "id": 27, "lemma": "--", "misc": "", "start_char": 1474, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1481, "feats": "VerbForm=Fin", "head": 29, "id": 28, "lemma": "will", "misc": "", "start_char": 1477, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1486, "feats": "VerbForm=Inf", "head": 50, "id": 29, "lemma": "open", "misc": "", "start_char": 1482, "text": "open", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1490, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 31, "id": 30, "lemma": "its", "misc": "", "start_char": 1487, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1496, "feats": "Number=Plur", "head": 29, "id": 31, "lemma": "door", "misc": "", "start_char": 1491, "text": "doors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1498, "feats": null, "head": 29, "id": 32, "lemma": ",", "misc": "", "start_char": 1497, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1506, "feats": "Tense=Past|VerbForm=Part", "head": 29, "id": 33, "lemma": "scar", "misc": "", "start_char": 1499, "text": "scarred", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1509, "feats": null, "head": 35, "id": 34, "lemma": "by", "misc": "", "start_char": 1507, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl:agent", "end_char": 1519, "feats": "Number=Plur", "head": 33, "id": 35, "lemma": "century", "misc": "", "start_char": 1510, "text": "centuries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1522, "feats": null, "head": 38, "id": 36, "lemma": "of", "misc": "", "start_char": 1520, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1530, "feats": "Degree=Pos", "head": 38, "id": 37, "lemma": "naughty", "misc": "", "start_char": 1523, "text": "naughty", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1541, "feats": "Number=Plur", "head": 35, "id": 38, "lemma": "schoolboy", "misc": "", "start_char": 1531, "text": "schoolboys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1543, "feats": null, "head": 41, "id": 39, "lemma": ",", "misc": "", "start_char": 1542, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1546, "feats": null, "head": 41, "id": 40, "lemma": "to", "misc": "", "start_char": 1544, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1551, "feats": "VerbForm=Inf", "head": 33, "id": 41, "lemma": "mark", "misc": "", "start_char": 1547, "text": "mark", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1557, "feats": "Degree=Pos|NumType=Ord", "head": 43, "id": 42, "lemma": "400th", "misc": "", "start_char": 1552, "text": "400th", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1569, "feats": "Number=Sing", "head": 41, "id": 43, "lemma": "anniversary", "misc": "", "start_char": 1558, "text": "anniversary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1572, "feats": null, "head": 47, "id": 44, "lemma": "of", "misc": "", "start_char": 1570, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1584, "feats": "Number=Sing", "head": 47, "id": 45, "lemma": "Shakespeare", "misc": "", "start_char": 1573, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1587, "feats": null, "head": 45, "id": 46, "lemma": "'s", "misc": "", "start_char": 1585, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 1593, "feats": "Number=Sing", "head": 43, "id": 47, "lemma": "death", "misc": "", "start_char": 1588, "text": "death", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1595, "feats": null, "head": 50, "id": 48, "lemma": ",", "misc": "", "start_char": 1594, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1598, "feats": null, "head": 50, "id": 49, "lemma": "''", "misc": "", "start_char": 1596, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 1603, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 50, "lemma": "say", "misc": "", "start_char": 1599, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1608, "feats": "Number=Sing", "head": 50, "id": 51, "lemma": "Paul", "misc": "", "start_char": 1604, "text": "Paul", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1618, "feats": "Number=Sing", "head": 51, "id": 52, "lemma": "Edmondson", "misc": "", "start_char": 1609, "text": "Edmondson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1620, "feats": null, "head": 50, "id": 53, "lemma": ".", "misc": "", "start_char": 1619, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1622, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1621, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NNP Shakespeare)) (VP (VBD bought) (NP (NP (NP (DT the) (JJ splendid) (NNP New) (NNP Place)) (, ,) (NP (NP (DT the) (JJ second) (JJS best) (NN house)) (PP (IN in) (NP (DT the) (NN town))))) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD had) (VP (VBN made) (NP (PRP$ his) (NN fortune)) (PP (IN on) (NP (DT the) (NNP London) (NN stage))))))))) (. .)))" }, "speaker": null, "text": "Shakespeare bought the splendid New Place, the second best house in the town, when he had made his fortune on the London stage.", "tokens": [ { "deprel": "nsubj", "end_char": 1634, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Shakespeare", "misc": "", "start_char": 1623, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1641, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "buy", "misc": "", "start_char": 1635, "text": "bought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1645, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 1642, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1654, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "splendid", "misc": "", "start_char": 1646, "text": "splendid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1658, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "New", "misc": "", "start_char": 1655, "text": "New", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1664, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "Place", "misc": "", "start_char": 1659, "text": "Place", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1666, "feats": null, "head": 6, "id": 7, "lemma": ",", "misc": "", "start_char": 1665, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1670, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 8, "lemma": "the", "misc": "", "start_char": 1667, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1677, "feats": "Degree=Pos|NumType=Ord", "head": 11, "id": 9, "lemma": "second", "misc": "", "start_char": 1671, "text": "second", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1682, "feats": "Degree=Sup", "head": 11, "id": 10, "lemma": "good", "misc": "", "start_char": 1678, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "appos", "end_char": 1688, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "house", "misc": "", "start_char": 1683, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1691, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 1689, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1695, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1692, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1700, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "town", "misc": "", "start_char": 1696, "text": "town", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1702, "feats": null, "head": 19, "id": 15, "lemma": ",", "misc": "", "start_char": 1701, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1707, "feats": "PronType=Int", "head": 19, "id": 16, "lemma": "when", "misc": "", "start_char": 1703, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1710, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 17, "lemma": "he", "misc": "", "start_char": 1708, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1714, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 18, "lemma": "have", "misc": "", "start_char": 1711, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1719, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 19, "lemma": "make", "misc": "", "start_char": 1715, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod:poss", "end_char": 1723, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "his", "misc": "", "start_char": 1720, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1731, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "fortune", "misc": "", "start_char": 1724, "text": "fortune", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1734, "feats": null, "head": 25, "id": 22, "lemma": "on", "misc": "", "start_char": 1732, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1738, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 23, "lemma": "the", "misc": "", "start_char": 1735, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1745, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "London", "misc": "", "start_char": 1739, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1751, "feats": "Number=Sing", "head": 19, "id": 25, "lemma": "stage", "misc": "", "start_char": 1746, "text": "stage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1753, "feats": null, "head": 2, "id": 26, "lemma": ".", "misc": "", "start_char": 1752, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP You)) (VP (VBP do) (RB n't) (VP (VP (VB buy) (NP (NP (DT a) (NN house)) (PP (IN like) (NP (NNP New) (NNP Place))))) (CC and) (RB not) (VP (VB live) (ADVP (RB there)))))) (, ,) ('' '') (NP (NNP Paul)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"You don't buy a house like New Place and not live there,\" Paul said.", "tokens": [ { "deprel": "punct", "end_char": 1756, "feats": null, "head": 18, "id": 1, "lemma": "``", "misc": "", "start_char": 1754, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1760, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 2, "lemma": "you", "misc": "", "start_char": 1757, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1763, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 1761, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1767, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 1764, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1771, "feats": "VerbForm=Inf", "head": 18, "id": 5, "lemma": "buy", "misc": "", "start_char": 1768, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1773, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 1772, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1779, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "house", "misc": "", "start_char": 1774, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1784, "feats": null, "head": 10, "id": 8, "lemma": "like", "misc": "", "start_char": 1780, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1788, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "New", "misc": "", "start_char": 1785, "text": "New", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1794, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "Place", "misc": "", "start_char": 1789, "text": "Place", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1798, "feats": null, "head": 13, "id": 11, "lemma": "and", "misc": "", "start_char": 1795, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1802, "feats": null, "head": 13, "id": 12, "lemma": "not", "misc": "", "start_char": 1799, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1807, "feats": "VerbForm=Inf", "head": 5, "id": 13, "lemma": "live", "misc": "", "start_char": 1803, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1813, "feats": "PronType=Dem", "head": 13, "id": 14, "lemma": "there", "misc": "", "start_char": 1808, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1815, "feats": null, "head": 18, "id": 15, "lemma": ",", "misc": "", "start_char": 1814, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1818, "feats": null, "head": 18, "id": 16, "lemma": "''", "misc": "", "start_char": 1816, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1823, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "Paul", "misc": "", "start_char": 1819, "text": "Paul", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1828, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 18, "lemma": "say", "misc": "", "start_char": 1824, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1830, "feats": null, "head": 18, "id": 19, "lemma": ".", "misc": "", "start_char": 1829, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ believes) (SBAR (IN that) (S (SBAR (IN after) (S (NP (NNP Shakespeare)) (VP (VBD bought) (NP (PRP it))))) (, ,) (S (NP (PDT all) (PRP$ his) (NN thinking) (NN time)) (VP (VBD was) (VP (VBN spent) (ADVP (RB there))))) (, ,) (CC and) (SBAR (IN that) (S (NP (NP (DT the) (JJ late) (NNS plays)) (, ,) (PP (VBG including) (NP (DT The) (NNP Tempest))) (, ,)) (VP (VBD were) (ADVP (IN at) (JJS least)) (VP (VP (VBN planned) (PP (IN in) (NP (PRP$ his) (NN library)))) (CC and) (ADVP (RB probably)) (VP (VBN written) (ADVP (RB there)))))))))) (. .)))" }, "speaker": null, "text": "He believes that after Shakespeare bought it, all his thinking time was spent there, and that the late plays, including The Tempest, were at least planned in his library and probably written there.", "tokens": [ { "deprel": "nsubj", "end_char": 1833, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1831, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1842, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "believe", "misc": "", "start_char": 1834, "text": "believes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1847, "feats": null, "head": 14, "id": 3, "lemma": "that", "misc": "", "start_char": 1843, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 1853, "feats": null, "head": 6, "id": 4, "lemma": "after", "misc": "", "start_char": 1848, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1865, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Shakespeare", "misc": "", "start_char": 1854, "text": "Shakespeare", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 1872, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 6, "lemma": "buy", "misc": "", "start_char": 1866, "text": "bought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1875, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "it", "misc": "", "start_char": 1873, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1877, "feats": null, "head": 6, "id": 8, "lemma": ",", "misc": "", "start_char": 1876, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det:predet", "end_char": 1881, "feats": null, "head": 12, "id": 9, "lemma": "all", "misc": "", "start_char": 1878, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 1885, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 10, "lemma": "his", "misc": "", "start_char": 1882, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1894, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "thinking", "misc": "", "start_char": 1886, "text": "thinking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1899, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "time", "misc": "", "start_char": 1895, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1903, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 1900, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1909, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 14, "lemma": "spend", "misc": "", "start_char": 1904, "text": "spent", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1915, "feats": "PronType=Dem", "head": 14, "id": 15, "lemma": "there", "misc": "", "start_char": 1910, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1917, "feats": null, "head": 17, "id": 16, "lemma": ",", "misc": "", "start_char": 1916, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1921, "feats": null, "head": 30, "id": 17, "lemma": "and", "misc": "", "start_char": 1918, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1926, "feats": null, "head": 30, "id": 18, "lemma": "that", "misc": "", "start_char": 1922, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1930, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 1927, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1935, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "late", "misc": "", "start_char": 1931, "text": "late", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1941, "feats": "Number=Plur", "head": 30, "id": 21, "lemma": "play", "misc": "", "start_char": 1936, "text": "plays", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1943, "feats": null, "head": 25, "id": 22, "lemma": ",", "misc": "", "start_char": 1942, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1953, "feats": "VerbForm=Ger", "head": 25, "id": 23, "lemma": "include", "misc": "", "start_char": 1944, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1957, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 1954, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1965, "feats": "Number=Sing", "head": 21, "id": 25, "lemma": "Tempest", "misc": "", "start_char": 1958, "text": "Tempest", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1967, "feats": null, "head": 21, "id": 26, "lemma": ",", "misc": "", "start_char": 1966, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux:pass", "end_char": 1972, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 30, "id": 27, "lemma": "be", "misc": "", "start_char": 1968, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1975, "feats": null, "head": 30, "id": 28, "lemma": "at", "misc": "", "start_char": 1973, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1981, "feats": "Degree=Sup", "head": 28, "id": 29, "lemma": "least", "misc": "", "start_char": 1976, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "conj", "end_char": 1989, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 14, "id": 30, "lemma": "plan", "misc": "", "start_char": 1982, "text": "planned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1992, "feats": null, "head": 33, "id": 31, "lemma": "in", "misc": "", "start_char": 1990, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1996, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 33, "id": 32, "lemma": "his", "misc": "", "start_char": 1993, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 2004, "feats": "Number=Sing", "head": 30, "id": 33, "lemma": "library", "misc": "", "start_char": 1997, "text": "library", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 2008, "feats": null, "head": 36, "id": 34, "lemma": "and", "misc": "", "start_char": 2005, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 2017, "feats": null, "head": 36, "id": 35, "lemma": "probably", "misc": "", "start_char": 2009, "text": "probably", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 2025, "feats": "Tense=Past|VerbForm=Part", "head": 30, "id": 36, "lemma": "write", "misc": "", "start_char": 2018, "text": "written", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 2031, "feats": "PronType=Dem", "head": 36, "id": 37, "lemma": "there", "misc": "", "start_char": 2026, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2033, "feats": null, "head": 2, "id": 38, "lemma": ".", "misc": "", "start_char": 2032, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
The world shares him and London claims him, but Stratford-on-Avon intends to spend 2016 celebrating Shakespeare as their man: the bard of Avon, who was born there in 1564, and died there 400 years ago. Stratford remained hugely important throughout Shakespeare's life, argues Paul Edmondson, the head of learning and research at the Shakespeare Birthplace Trust. "People have seen Shakespeare as a Dick Whittington figure, who turns his back on Stratford and his family, goes to London to earn his fortune and only comes back to die," he said. "But Stratford is where he bought land and property, where he kept his library, where he lived and read and thought. We are going to spend the year re-emphasizing the importance of Shakespeare, the man of Stratford." The anniversary of the death of the most famous and the most performed playwright in the world will be marked across Britain and the globe. Macbeth is about to open in Singapore, Romeo and Juliet in Brussels. Shakespeare's Globe is completing the first world tour, in which it has taken Hamlet to almost every country. North Korea is still holding out, though. The Globe director recently jokily claimed Shakespeare as a true Londoner. Stratford, however, will be insisting that the town made and educated Shakespeare. "His old school room in Stratford-on-Avon where Shakespeare learned 'small Latin and less Greek'--as kindly laughed at by his friend Ben Johnson--will open its doors, scarred by centuries of naughty schoolboys, to mark 400th anniversary of Shakespeare's death," said Paul Edmondson. Shakespeare bought the splendid New Place, the second best house in the town, when he had made his fortune on the London stage. "You don't buy a house like New Place and not live there," Paul said. He believes that after Shakespeare bought it, all his thinking time was spent there, and that the late plays, including The Tempest, were at least planned in his library and probably written there.
[ [ [ 0, 0, 1 ] ], [ [ 0, 5, 5 ], [ 3, 23, 23 ], [ 16, 23, 23 ] ], [ [ 0, 14, 14 ] ], [ [ 14, 6, 6 ] ], [ [ 0, 24, 24 ] ], [ [ 0, 31, 31 ] ], [ [ 0, 36, 37 ] ], [ [ 2, 5, 7 ] ], [ [ 2, 10, 11 ], [ 2, 13, 23 ], [ 2, 10, 23 ], [ 3, 36, 36 ], [ 18, 0, 0 ], [ 17, 16, 16 ], [ 14, 50, 51 ] ], [ [ 2, 20, 23 ] ], [ [ 2, 22, 22 ] ], [ [ 3, 1, 1 ] ], [ [ 3, 6, 9 ] ], [ [ 3, 13, 14 ] ], [ [ 3, 18, 19 ] ], [ [ 3, 26, 27 ], [ 16, 19, 20 ] ], [ [ 4, 7, 7 ] ], [ [ 4, 9, 9 ] ], [ [ 5, 0, 0 ] ], [ [ 5, 5, 6 ] ], [ [ 7, 0, 16 ] ], [ [ 7, 3, 16 ] ], [ [ 7, 6, 16 ] ], [ [ 7, 15, 16 ] ], [ [ 7, 21, 21 ] ], [ [ 7, 23, 24 ] ], [ [ 8, 0, 0 ] ], [ [ 8, 6, 6 ] ], [ [ 8, 8, 8 ] ], [ [ 8, 10, 10 ] ], [ [ 8, 8, 10 ] ], [ [ 9, 5, 8 ] ], [ [ 9, 7, 7 ] ], [ [ 9, 12, 12 ] ], [ [ 9, 15, 15 ] ], [ [ 9, 18, 19 ] ], [ [ 10, 0, 1 ] ], [ [ 12, 0, 2 ] ], [ [ 12, 8, 10 ] ], [ [ 13, 0, 0 ], [ 5, 16, 16 ], [ 4, 2, 2 ], [ 2, 0, 0 ], [ 3, 16, 16 ] ], [ [ 14, 10, 11 ] ], [ [ 14, 22, 23 ], [ 14, 24, 25 ], [ 14, 22, 25 ] ], [ [ 14, 29, 30 ] ], [ [ 14, 29, 29 ] ], [ [ 14, 34, 34 ] ], [ [ 14, 36, 37 ] ], [ [ 14, 41, 46 ] ], [ [ 14, 44, 46 ] ], [ [ 16, 2, 5 ] ], [ [ 16, 22, 24 ] ], [ [ 17, 1, 1 ] ], [ [ 17, 5, 9 ] ], [ [ 17, 8, 9 ] ], [ [ 18, 6, 6 ] ], [ [ 18, 9, 11 ] ], [ [ 18, 18, 20 ] ], [ [ 18, 23, 24 ] ], [ [ 4, 14, 15 ] ], [ [ 0, 15, 19 ] ], [ [ 0, 21, 38 ] ], [ [ 0, 24, 38 ] ], [ [ 2, 16, 18 ] ], [ [ 3, 6, 8 ] ], [ [ 3, 16, 19 ] ], [ [ 5, 7, 16 ] ], [ [ 5, 8, 16 ] ], [ [ 7, 21, 24 ] ], [ [ 8, 12, 12 ] ], [ [ 16, 7, 10 ] ], [ [ 18, 8, 11 ] ], [ [ 0, 36, 38 ] ], [ [ 2, 16, 16 ] ], [ [ 2, 18, 18 ] ], [ [ 14, 10, 15 ] ], [ [ 14, 13, 14 ] ], [ [ 9, 0, 2 ], [ 12, 1, 1 ] ], [ [ 18, 31, 32 ] ], [ [ 0, 10, 10 ] ], [ [ 0, 18, 18 ] ], [ [ 13, 8, 9 ] ], [ [ 3, 18, 18 ], [ 3, 26, 26 ], [ 4, 18, 18 ], [ 18, 31, 31 ], [ 14, 1, 1 ], [ 12, 6, 6 ], [ 9, 0, 1 ], [ 5, 11, 11 ], [ 4, 5, 5 ], [ 4, 12, 12 ], [ 4, 14, 14 ], [ 3, 4, 4 ], [ 2, 5, 6 ], [ 0, 3, 3 ], [ 0, 7, 7 ], [ 0, 18, 19 ], [ 0, 16, 16 ], [ 2, 21, 21 ], [ 3, 13, 13 ], [ 14, 8, 8 ], [ 14, 22, 22 ], [ 14, 44, 45 ], [ 16, 0, 0 ], [ 18, 4, 4 ], [ 18, 9, 9 ], [ 16, 19, 19 ], [ 16, 16, 16 ], [ 5, 13, 16 ], [ 5, 11, 16 ], [ 13, 13, 13 ] ], [ [ 14, 1, 4 ] ], [ [ 16, 12, 13 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36149
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (VP (VBN Spoiled) (PP (IN for) (NP (NN choice)))) (. ?)))" }, "speaker": null, "text": "Spoiled for choice?", "tokens": [ { "deprel": "root", "end_char": 7, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 1, "lemma": "spoil", "misc": "", "start_char": 0, "text": "Spoiled", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 11, "feats": null, "head": 3, "id": 2, "lemma": "for", "misc": "", "start_char": 8, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 18, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "choice", "misc": "", "start_char": 12, "text": "choice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 20, "feats": null, "head": 1, "id": 4, "lemma": "?", "misc": "", "start_char": 19, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT That)) (VP (VBZ 's) (ADJP (JJ likely)) (SBAR (WHADVP (WRB how)) (S (NP (PRP you)) (VP (MD 'll) (VP (VB feel) (PP (IN after) (NP (DT a) (JJ mere) (NN day))) (PP (IN in) (NP (NNP Athens)))))))) (. .)))" }, "speaker": null, "text": "That's likely how you'll feel after a mere day in Athens.", "tokens": [ { "deprel": "nsubj", "end_char": 25, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "that", "misc": "", "start_char": 21, "text": "That", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 28, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 26, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 35, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "likely", "misc": "", "start_char": 29, "text": "likely", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 39, "feats": "PronType=Int", "head": 7, "id": 4, "lemma": "how", "misc": "", "start_char": 36, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 43, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 7, "id": 5, "lemma": "you", "misc": "", "start_char": 40, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 47, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "will", "misc": "", "start_char": 44, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 52, "feats": "VerbForm=Inf", "head": 3, "id": 7, "lemma": "feel", "misc": "", "start_char": 48, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 58, "feats": null, "head": 11, "id": 8, "lemma": "after", "misc": "", "start_char": 53, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 60, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 59, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 65, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "mere", "misc": "", "start_char": 61, "text": "mere", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 69, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "day", "misc": "", "start_char": 66, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 72, "feats": null, "head": 13, "id": 12, "lemma": "in", "misc": "", "start_char": 70, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 79, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "Athens", "misc": "", "start_char": 73, "text": "Athens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 81, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 80, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN secret)) (VP (VBZ is) (PP (IN in) (S (RB not) (VP (VBG trying) (S (VP (TO to) (VP (VB do) (NP (NN everything))))))))) (. .)))" }, "speaker": null, "text": "The secret is in not trying to do everything.", "tokens": [ { "deprel": "det", "end_char": 85, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 82, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 92, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "secret", "misc": "", "start_char": 86, "text": "secret", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 95, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 93, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 98, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 96, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 102, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 99, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 109, "feats": "VerbForm=Ger", "head": 0, "id": 6, "lemma": "try", "misc": "", "start_char": 103, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 112, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 110, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 115, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "do", "misc": "", "start_char": 113, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 126, "feats": "Number=Sing|PronType=Tot", "head": 8, "id": 9, "lemma": "everything", "misc": "", "start_char": 116, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 128, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 127, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Instead)) (, ,) (VP (VP (VB take) (PRT (RP in)) (NP (NP (DT a) (NN couple)) (PP (IN of) (NP (DT the) (NN tourist) (NNS highlights))))) (CC and) (ADVP (RB then)) (VP (VB get) (NP (NP (DT a) (NN feel)) (PP (IN for) (NP (DT this) (JJ attractive) (NN capital)))))) (. .)))" }, "speaker": null, "text": "Instead, take in a couple of the tourist highlights and then get a feel for this attractive capital.", "tokens": [ { "deprel": "advmod", "end_char": 136, "feats": null, "head": 3, "id": 1, "lemma": "instead", "misc": "", "start_char": 129, "text": "Instead", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 138, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 137, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 143, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 3, "lemma": "take", "misc": "", "start_char": 139, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 146, "feats": null, "head": 3, "id": 4, "lemma": "in", "misc": "", "start_char": 144, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 148, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 147, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 155, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "couple", "misc": "", "start_char": 149, "text": "couple", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 158, "feats": null, "head": 10, "id": 7, "lemma": "of", "misc": "", "start_char": 156, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 162, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 159, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 170, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "tourist", "misc": "", "start_char": 163, "text": "tourist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 181, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "highlight", "misc": "", "start_char": 171, "text": "highlights", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 185, "feats": null, "head": 13, "id": 11, "lemma": "and", "misc": "", "start_char": 182, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 190, "feats": "PronType=Dem", "head": 13, "id": 12, "lemma": "then", "misc": "", "start_char": 186, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 194, "feats": "Mood=Imp|VerbForm=Fin", "head": 3, "id": 13, "lemma": "get", "misc": "", "start_char": 191, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 196, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 195, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 201, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "feel", "misc": "", "start_char": 197, "text": "feel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 205, "feats": null, "head": 19, "id": 16, "lemma": "for", "misc": "", "start_char": 202, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 210, "feats": "Number=Sing|PronType=Dem", "head": 19, "id": 17, "lemma": "this", "misc": "", "start_char": 206, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 221, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "attractive", "misc": "", "start_char": 211, "text": "attractive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 229, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "capital", "misc": "", "start_char": 222, "text": "capital", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 231, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 230, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 233, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 232, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NP (DT An) (JJ ancient) (NN sight)))" }, "speaker": null, "text": "An ancient sight", "tokens": [ { "deprel": "det", "end_char": 236, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 234, "text": "An", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 244, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "ancient", "misc": "", "start_char": 237, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 250, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "sight", "misc": "", "start_char": 245, "text": "sight", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 252, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 251, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Acropolis)) (ADVP (RB always)) (VP (VBZ comes) (ADVP (RB out)) (PP (IN at) (NP (NP (DT the) (NN top)) (PP (IN of) (NP (NP (DT the) (NN list)) (PP (IN of) (NP (NP (NNS things)) (SBAR (S (VP (TO to) (VP (VB see) (PP (IN in) (NP (NNP Athens)))))))))))))) (. .)))" }, "speaker": null, "text": "The Acropolis always comes out at the top of the list of things to see in Athens.", "tokens": [ { "deprel": "det", "end_char": 256, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 253, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 266, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Acropolis", "misc": "", "start_char": 257, "text": "Acropolis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 273, "feats": null, "head": 4, "id": 3, "lemma": "always", "misc": "", "start_char": 267, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 279, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "come", "misc": "", "start_char": 274, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 283, "feats": null, "head": 4, "id": 5, "lemma": "out", "misc": "", "start_char": 280, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 286, "feats": null, "head": 8, "id": 6, "lemma": "at", "misc": "", "start_char": 284, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 290, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 287, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 294, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "top", "misc": "", "start_char": 291, "text": "top", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 297, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 295, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 301, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 298, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 306, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "list", "misc": "", "start_char": 302, "text": "list", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 309, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 307, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 316, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "thing", "misc": "", "start_char": 310, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 319, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 317, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 323, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "see", "misc": "", "start_char": 320, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 326, "feats": null, "head": 17, "id": 16, "lemma": "in", "misc": "", "start_char": 324, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 333, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "Athens", "misc": "", "start_char": 327, "text": "Athens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 335, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 334, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (ADJP (RBS most) (JJ famous))) (PP (IN of) (NP (NP (DT the) (JJ western) (NN world) (POS 's)) (JJ ancient) (NNS sights)))) (VP (VBP continue) (S (VP (TO to) (VP (VB impress) (NP (NNS tourists)) (SBAR (IN as) (S (NP (PRP they)) (VP (VP (VBP climb) (NP (DT the) (JJ marble) (NNS steps))) (CC and) (VP (VBP stand) (PP (IN before) (NP (DT the) (JJ graceful) (NNP Parthenon))))))))))) (. .)))" }, "speaker": null, "text": "The most famous of the western world's ancient sights continue to impress tourists as they climb the marble steps and stand before the graceful Parthenon.", "tokens": [ { "deprel": "det", "end_char": 339, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 336, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 344, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "most", "misc": "", "start_char": 340, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "nsubj", "end_char": 351, "feats": "Degree=Pos", "head": 11, "id": 3, "lemma": "famous", "misc": "", "start_char": 345, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 354, "feats": null, "head": 10, "id": 4, "lemma": "of", "misc": "", "start_char": 352, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 358, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 355, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 366, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "western", "misc": "", "start_char": 359, "text": "western", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod:poss", "end_char": 372, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "world", "misc": "", "start_char": 367, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 375, "feats": null, "head": 7, "id": 8, "lemma": "'s", "misc": "", "start_char": 373, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 383, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "ancient", "misc": "", "start_char": 376, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 390, "feats": "Number=Plur", "head": 3, "id": 10, "lemma": "sight", "misc": "", "start_char": 384, "text": "sights", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 399, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "continue", "misc": "", "start_char": 391, "text": "continue", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 402, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 400, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 410, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "impress", "misc": "", "start_char": 403, "text": "impress", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 419, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "tourist", "misc": "", "start_char": 411, "text": "tourists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 422, "feats": null, "head": 17, "id": 15, "lemma": "as", "misc": "", "start_char": 420, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 427, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "they", "misc": "", "start_char": 423, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 433, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 17, "lemma": "climb", "misc": "", "start_char": 428, "text": "climb", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 437, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 434, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 444, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "marble", "misc": "", "start_char": 438, "text": "marble", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 450, "feats": "Number=Plur", "head": 17, "id": 20, "lemma": "step", "misc": "", "start_char": 445, "text": "steps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 454, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 451, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 460, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 22, "lemma": "stand", "misc": "", "start_char": 455, "text": "stand", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 467, "feats": null, "head": 26, "id": 23, "lemma": "before", "misc": "", "start_char": 461, "text": "before", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 471, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 24, "lemma": "the", "misc": "", "start_char": 468, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 480, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "graceful", "misc": "", "start_char": 472, "text": "graceful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 490, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "Parthenon", "misc": "", "start_char": 481, "text": "Parthenon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 492, "feats": null, "head": 11, "id": 27, "lemma": ".", "misc": "", "start_char": 491, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Views)) (PP (IN from) (ADVP (RP up) (RB here)))) (VP (VBP are) (ADJP (JJ amazing))) (. .)))" }, "speaker": null, "text": "Views from up here are amazing.", "tokens": [ { "deprel": "nsubj", "end_char": 498, "feats": "Number=Plur", "head": 6, "id": 1, "lemma": "view", "misc": "", "start_char": 493, "text": "Views", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 503, "feats": null, "head": 3, "id": 2, "lemma": "from", "misc": "", "start_char": 499, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 506, "feats": null, "head": 1, "id": 3, "lemma": "up", "misc": "", "start_char": 504, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 511, "feats": "PronType=Dem", "head": 3, "id": 4, "lemma": "here", "misc": "", "start_char": 507, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 515, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 512, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 523, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "amazing", "misc": "", "start_char": 516, "text": "amazing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 525, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 524, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 527, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 526, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NP (DT A) (JJ slow) (NN wander)))" }, "speaker": null, "text": "A slow wander", "tokens": [ { "deprel": "det", "end_char": 529, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 528, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 534, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "slow", "misc": "", "start_char": 530, "text": "slow", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 541, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "wander", "misc": "", "start_char": 535, "text": "wander", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 543, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 542, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NNP Plaka)) (VP (VBZ is) (NP (NP (DT the) (NN city) (POS 's)) (JJS oldest) (NN neighborhood)) (, ,) (S (VP (VBG resting) (PP (IN on) (NP (NP (DT the) (NNS slopes)) (PP (IN of) (NP (DT the) (NNP Acropolis))))) (PP (IN with) (NP (NP (NNS cafs)) (CC and) (NP (JJ fascinating) (NN architecture))))))) (. .)))" }, "speaker": null, "text": "Plaka is the city's oldest neighborhood, resting on the slopes of the Acropolis with cafs and fascinating architecture.", "tokens": [ { "deprel": "nsubj", "end_char": 549, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Plaka", "misc": "", "start_char": 544, "text": "Plaka", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 552, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 2, "lemma": "be", "misc": "", "start_char": 550, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 556, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 553, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 561, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "city", "misc": "", "start_char": 557, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 564, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 562, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 571, "feats": "Degree=Sup", "head": 7, "id": 6, "lemma": "old", "misc": "", "start_char": 565, "text": "oldest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "root", "end_char": 584, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "neighborhood", "misc": "", "start_char": 572, "text": "neighborhood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 586, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 585, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 594, "feats": "VerbForm=Ger", "head": 7, "id": 9, "lemma": "rest", "misc": "", "start_char": 587, "text": "resting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 597, "feats": null, "head": 12, "id": 10, "lemma": "on", "misc": "", "start_char": 595, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 601, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 598, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 608, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "slope", "misc": "", "start_char": 602, "text": "slopes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 611, "feats": null, "head": 15, "id": 13, "lemma": "of", "misc": "", "start_char": 609, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 615, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 612, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 625, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "Acropolis", "misc": "", "start_char": 616, "text": "Acropolis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 630, "feats": null, "head": 17, "id": 16, "lemma": "with", "misc": "", "start_char": 626, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 635, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "caf", "misc": "", "start_char": 631, "text": "cafs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 639, "feats": null, "head": 20, "id": 18, "lemma": "and", "misc": "", "start_char": 636, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 651, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "fascinating", "misc": "", "start_char": 640, "text": "fascinating", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 664, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "architecture", "misc": "", "start_char": 652, "text": "architecture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 666, "feats": null, "head": 7, "id": 21, "lemma": ".", "misc": "", "start_char": 665, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS streets)) (VP (VBP are) (ADJP (JJ perfect) (PP (IN for) (S (VP (VBG getting) (VP (VBN lost) (PP (IN in))))))) (, ,) (S (VP (VBG giving) (NP (NNS wanderers)) (NP (DT the) (NN chance) (S (VP (TO to) (VP (VB discover) (NP (NP (NNS cafs) (CC and) (NNS bars)) (SBAR (WHADVP (WRB where)) (S (NP (PRP they)) (VP (MD can) (ADVP (RP down)) (NP (NP (DT some) (JJ strong) (NN coffee)) (PP (IN among) (NP (NNS locals))))))))))))))) (. .)))" }, "speaker": null, "text": "The streets are perfect for getting lost in, giving wanderers the chance to discover cafs and bars where they can down some strong coffee among locals.", "tokens": [ { "deprel": "det", "end_char": 670, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 667, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 678, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "street", "misc": "", "start_char": 671, "text": "streets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 682, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 679, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 690, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "perfect", "misc": "", "start_char": 683, "text": "perfect", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 694, "feats": null, "head": 7, "id": 5, "lemma": "for", "misc": "", "start_char": 691, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "aux:pass", "end_char": 702, "feats": "VerbForm=Ger", "head": 7, "id": 6, "lemma": "get", "misc": "", "start_char": 695, "text": "getting", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 707, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 7, "lemma": "lose", "misc": "", "start_char": 703, "text": "lost", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 710, "feats": null, "head": 7, "id": 8, "lemma": "in", "misc": "", "start_char": 708, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 712, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 711, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 719, "feats": "VerbForm=Ger", "head": 4, "id": 10, "lemma": "give", "misc": "", "start_char": 713, "text": "giving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "iobj", "end_char": 729, "feats": "Number=Plur", "head": 10, "id": 11, "lemma": "wanderer", "misc": "", "start_char": 720, "text": "wanderers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 733, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 730, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 740, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "chance", "misc": "", "start_char": 734, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 743, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 741, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 752, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "discover", "misc": "", "start_char": 744, "text": "discover", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 757, "feats": "Number=Plur", "head": 15, "id": 16, "lemma": "caf", "misc": "", "start_char": 753, "text": "cafs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 761, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 758, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 766, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "bar", "misc": "", "start_char": 762, "text": "bars", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 772, "feats": "PronType=Rel", "head": 21, "id": 19, "lemma": "where", "misc": "", "start_char": 767, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 777, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 21, "id": 20, "lemma": "they", "misc": "", "start_char": 773, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 781, "feats": "VerbForm=Fin", "head": 15, "id": 21, "lemma": "can", "misc": "", "start_char": 778, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "compound:prt", "end_char": 786, "feats": null, "head": 21, "id": 22, "lemma": "down", "misc": "", "start_char": 782, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 791, "feats": null, "head": 25, "id": 23, "lemma": "some", "misc": "", "start_char": 787, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 798, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "strong", "misc": "", "start_char": 792, "text": "strong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 805, "feats": "Number=Sing", "head": 21, "id": 25, "lemma": "coffee", "misc": "", "start_char": 799, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 811, "feats": null, "head": 27, "id": 26, "lemma": "among", "misc": "", "start_char": 806, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 818, "feats": "Number=Plur", "head": 25, "id": 27, "lemma": "local", "misc": "", "start_char": 812, "text": "locals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 820, "feats": null, "head": 4, "id": 28, "lemma": ".", "misc": "", "start_char": 819, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NNP Plaka)) (VP (VBZ is) (PP (IN at) (NP (PRP$ its) (JJS best))) (PP (IN in) (NP (DT the) (JJ early) (NN evening)))) (. .)))" }, "speaker": null, "text": "Plaka is at its best in the early evening.", "tokens": [ { "deprel": "nsubj", "end_char": 826, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Plaka", "misc": "", "start_char": 821, "text": "Plaka", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 829, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 827, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 832, "feats": null, "head": 5, "id": 3, "lemma": "at", "misc": "", "start_char": 830, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 836, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "its", "misc": "", "start_char": 833, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "root", "end_char": 841, "feats": "Degree=Sup", "head": 0, "id": 5, "lemma": "good", "misc": "", "start_char": 837, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 844, "feats": null, "head": 9, "id": 6, "lemma": "in", "misc": "", "start_char": 842, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 848, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 845, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 854, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "early", "misc": "", "start_char": 849, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 862, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "evening", "misc": "", "start_char": 855, "text": "evening", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 864, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 863, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NML (NNP Acropolis) (NNP House)) (NNP Pension)) (VP (VBZ is) (NP (NP (DT a) (VBN preserved) (JJ 19thcentury) (NN house)) (SBAR (WHNP (WDT that)) (S (VP (VBZ gives) (NP (NNS guests)) (NP (NP (DT a) (NN glimpse)) (PP (IN into) (NP (DT a) (JJ Greek) (NN home))))))))) (. .)))" }, "speaker": null, "text": "Acropolis House Pension is a preserved 19thcentury house that gives guests a glimpse into a Greek home.", "tokens": [ { "deprel": "compound", "end_char": 874, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Acropolis", "misc": "", "start_char": 865, "text": "Acropolis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 880, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "House", "misc": "", "start_char": 875, "text": "House", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 888, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "Pension", "misc": "", "start_char": 881, "text": "Pension", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 891, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 4, "lemma": "be", "misc": "", "start_char": 889, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 893, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 5, "lemma": "a", "misc": "", "start_char": 892, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 903, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 6, "lemma": "preserve", "misc": "", "start_char": 894, "text": "preserved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 915, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "19thcentury", "misc": "", "start_char": 904, "text": "19thcentury", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 921, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "house", "misc": "", "start_char": 916, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 926, "feats": "PronType=Rel", "head": 10, "id": 9, "lemma": "that", "misc": "", "start_char": 922, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 932, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 10, "lemma": "give", "misc": "", "start_char": 927, "text": "gives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 939, "feats": "Number=Plur", "head": 10, "id": 11, "lemma": "guest", "misc": "", "start_char": 933, "text": "guests", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 941, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 940, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 949, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "glimpse", "misc": "", "start_char": 942, "text": "glimpse", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 954, "feats": null, "head": 17, "id": 14, "lemma": "into", "misc": "", "start_char": 950, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 956, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 955, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 962, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "Greek", "misc": "", "start_char": 957, "text": "Greek", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 967, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "home", "misc": "", "start_char": 963, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 969, "feats": null, "head": 8, "id": 18, "lemma": ".", "misc": "", "start_char": 968, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 971, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 970, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NP (DT A) (NN market) (NN scene)))" }, "speaker": null, "text": "A market scene", "tokens": [ { "deprel": "det", "end_char": 973, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 972, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 980, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "market", "misc": "", "start_char": 974, "text": "market", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 986, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "scene", "misc": "", "start_char": 981, "text": "scene", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 988, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 987, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (NNP Varvakios) (NNP Agora)) (VP (VBZ is) (NP (NP (NNP Athens) (POS ')) (JJ central) (NN market))) (. .)))" }, "speaker": null, "text": "Varvakios Agora is Athens' central market.", "tokens": [ { "deprel": "compound", "end_char": 998, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Varvakios", "misc": "", "start_char": 989, "text": "Varvakios", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1004, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "Agora", "misc": "", "start_char": 999, "text": "Agora", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1007, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 1005, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 1014, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "Athens", "misc": "", "start_char": 1008, "text": "Athens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1016, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 1015, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1024, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "central", "misc": "", "start_char": 1017, "text": "central", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1031, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "market", "misc": "", "start_char": 1025, "text": "market", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1033, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 1032, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (NNS Locals)) (VP (VBP come) (ADVP (RB here)) (S (VP (TO to) (VP (VP (VB shop)) (CC and) (VP (VB look) (PP (IN for) (NP (NP (NN everything)) (VP (VBN needed) (PP (PP (IN in) (NP (DT a) (JJ Greek) (NN kitchen))) (, --) (PP (PP (IN from) (NP (NN olive) (NN oil))) (PP (IN to) (NP (NN meat))))))))))))) (. .)))" }, "speaker": null, "text": "Locals come here to shop and look for everything needed in a Greek kitchen--from olive oil to meat.", "tokens": [ { "deprel": "nsubj", "end_char": 1040, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "local", "misc": "", "start_char": 1034, "text": "Locals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1045, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "come", "misc": "", "start_char": 1041, "text": "come", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1050, "feats": "PronType=Dem", "head": 2, "id": 3, "lemma": "here", "misc": "", "start_char": 1046, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1053, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1051, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1058, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "shop", "misc": "", "start_char": 1054, "text": "shop", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 1062, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 1059, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1067, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "look", "misc": "", "start_char": 1063, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1071, "feats": null, "head": 9, "id": 8, "lemma": "for", "misc": "", "start_char": 1068, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1082, "feats": "Number=Sing|PronType=Tot", "head": 7, "id": 9, "lemma": "everything", "misc": "", "start_char": 1072, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "acl", "end_char": 1089, "feats": "Tense=Past|VerbForm=Part", "head": 9, "id": 10, "lemma": "need", "misc": "", "start_char": 1083, "text": "needed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1092, "feats": null, "head": 14, "id": 11, "lemma": "in", "misc": "", "start_char": 1090, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1094, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 1093, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1100, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "Greek", "misc": "", "start_char": 1095, "text": "Greek", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1108, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "kitchen", "misc": "", "start_char": 1101, "text": "kitchen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1111, "feats": null, "head": 9, "id": 15, "lemma": "--", "misc": "", "start_char": 1109, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1116, "feats": null, "head": 18, "id": 16, "lemma": "from", "misc": "", "start_char": 1112, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1122, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "olive", "misc": "", "start_char": 1117, "text": "olive", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1126, "feats": "Number=Sing", "head": 9, "id": 18, "lemma": "oil", "misc": "", "start_char": 1123, "text": "oil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1129, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1127, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1134, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "meat", "misc": "", "start_char": 1130, "text": "meat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1136, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 1135, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (NP (NP (DT a) (NN look)) (PP (PP (IN at) (NP (JJ local) (NN life))) (CONJP (RB as) (RB well) (IN as)) (NP (NP (DT a) (NN window)) (PP (IN into) (NP (JJ Greek) (NN cuisine))))))) (. .)))" }, "speaker": null, "text": "This is a look at local life as well as a window into Greek cuisine.", "tokens": [ { "deprel": "nsubj", "end_char": 1141, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 1137, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1144, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1142, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1146, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 1145, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1151, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "look", "misc": "", "start_char": 1147, "text": "look", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1154, "feats": null, "head": 7, "id": 5, "lemma": "at", "misc": "", "start_char": 1152, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1160, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "local", "misc": "", "start_char": 1155, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1165, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "life", "misc": "", "start_char": 1161, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1168, "feats": null, "head": 12, "id": 8, "lemma": "as", "misc": "", "start_char": 1166, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 1173, "feats": "Degree=Pos", "head": 8, "id": 9, "lemma": "well", "misc": "", "start_char": 1169, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 1176, "feats": null, "head": 8, "id": 10, "lemma": "as", "misc": "", "start_char": 1174, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1178, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 1177, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1185, "feats": "Number=Sing", "head": 4, "id": 12, "lemma": "window", "misc": "", "start_char": 1179, "text": "window", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1190, "feats": null, "head": 15, "id": 13, "lemma": "into", "misc": "", "start_char": 1186, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1196, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "Greek", "misc": "", "start_char": 1191, "text": "Greek", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1204, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "cuisine", "misc": "", "start_char": 1197, "text": "cuisine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1206, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 1205, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN meat) (NN market)) (VP (VBZ is) (ADVP (RB also)) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT some)) (PP (IN of) (NP (NP (DT the) (NN city) (POS 's)) (JJS best) (NNS pubs)))))) (, ,) (S (VP (VBG feeding) (NP (JJ traditional) (NN food)) (PP (IN to) (NP (NP (NNS crowds)) (PP (IN of) (NP (NNS customers))))) (PP (IN from) (NP (NP (DT all) (NNS walks)) (PP (IN of) (NP (NN society)))))))) (. .)))" }, "speaker": null, "text": "The meat market is also home to some of the city's best pubs, feeding traditional food to crowds of customers from all walks of society.", "tokens": [ { "deprel": "det", "end_char": 1210, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1207, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1215, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "meat", "misc": "", "start_char": 1211, "text": "meat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1222, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "market", "misc": "", "start_char": 1216, "text": "market", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1225, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 1223, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1230, "feats": null, "head": 6, "id": 5, "lemma": "also", "misc": "", "start_char": 1226, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1235, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "home", "misc": "", "start_char": 1231, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1238, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1236, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1243, "feats": null, "head": 6, "id": 8, "lemma": "some", "misc": "", "start_char": 1239, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1246, "feats": null, "head": 14, "id": 9, "lemma": "of", "misc": "", "start_char": 1244, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1250, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1247, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1255, "feats": "Number=Sing", "head": 14, "id": 11, "lemma": "city", "misc": "", "start_char": 1251, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1258, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 1256, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1263, "feats": "Degree=Sup", "head": 14, "id": 13, "lemma": "good", "misc": "", "start_char": 1259, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nmod", "end_char": 1268, "feats": "Number=Plur", "head": 8, "id": 14, "lemma": "pub", "misc": "", "start_char": 1264, "text": "pubs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1270, "feats": null, "head": 16, "id": 15, "lemma": ",", "misc": "", "start_char": 1269, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1278, "feats": "VerbForm=Ger", "head": 6, "id": 16, "lemma": "feed", "misc": "", "start_char": 1271, "text": "feeding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1290, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "traditional", "misc": "", "start_char": 1279, "text": "traditional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1295, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "food", "misc": "", "start_char": 1291, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1298, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1296, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1305, "feats": "Number=Plur", "head": 16, "id": 20, "lemma": "crowd", "misc": "", "start_char": 1299, "text": "crowds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1308, "feats": null, "head": 22, "id": 21, "lemma": "of", "misc": "", "start_char": 1306, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1318, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "customer", "misc": "", "start_char": 1309, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1323, "feats": null, "head": 25, "id": 23, "lemma": "from", "misc": "", "start_char": 1319, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1327, "feats": null, "head": 25, "id": 24, "lemma": "all", "misc": "", "start_char": 1324, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1333, "feats": "Number=Plur", "head": 16, "id": 25, "lemma": "walk", "misc": "", "start_char": 1328, "text": "walks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1336, "feats": null, "head": 27, "id": 26, "lemma": "of", "misc": "", "start_char": 1334, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1344, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "society", "misc": "", "start_char": 1337, "text": "society", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1346, "feats": null, "head": 6, "id": 28, "lemma": ".", "misc": "", "start_char": 1345, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1348, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1347, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (NP (NP (DT A) (NN splash)) (PP (IN of) (NP (NN nightlife)))))" }, "speaker": null, "text": "A splash of nightlife", "tokens": [ { "deprel": "det", "end_char": 1350, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 1349, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1357, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "splash", "misc": "", "start_char": 1351, "text": "splash", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1360, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1358, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1370, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "nightlife", "misc": "", "start_char": 1361, "text": "nightlife", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1372, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1371, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (JJ Athenian) (NNS nights)) (VP (VBP are) (VP (VBN filled) (PP (IN with) (NP (NN music) (, ,) (NN dancing) (CC and) (NN dining))))) (. .)))" }, "speaker": null, "text": "Athenian nights are filled with music, dancing and dining.", "tokens": [ { "deprel": "amod", "end_char": 1381, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Athenian", "misc": "", "start_char": 1373, "text": "Athenian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1388, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "night", "misc": "", "start_char": 1382, "text": "nights", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1392, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1389, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1399, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "fill", "misc": "", "start_char": 1393, "text": "filled", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1404, "feats": null, "head": 6, "id": 5, "lemma": "with", "misc": "", "start_char": 1400, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1410, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "music", "misc": "", "start_char": 1405, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1412, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 1411, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1420, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "dancing", "misc": "", "start_char": 1413, "text": "dancing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1424, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1421, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1431, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "dining", "misc": "", "start_char": 1425, "text": "dining", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1433, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 1432, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (NNP Perivoli) (NNP Tou) (NNP Ouranou)) (VP (VBZ is) (NP (NP (DT a) (NN club)) (PP (IN with) (NP (DT a) (JJ strong) (NN atmosphere))))) (. .)))" }, "speaker": null, "text": "Perivoli Tou Ouranou is a club with a strong atmosphere.", "tokens": [ { "deprel": "nsubj", "end_char": 1442, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "Perivoli", "misc": "", "start_char": 1434, "text": "Perivoli", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1446, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Tou", "misc": "", "start_char": 1443, "text": "Tou", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1454, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Ouranou", "misc": "", "start_char": 1447, "text": "Ouranou", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1457, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 1455, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1459, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1458, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1464, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "club", "misc": "", "start_char": 1460, "text": "club", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1469, "feats": null, "head": 10, "id": 7, "lemma": "with", "misc": "", "start_char": 1465, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1471, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 1470, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1478, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "strong", "misc": "", "start_char": 1472, "text": "strong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1489, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "atmosphere", "misc": "", "start_char": 1479, "text": "atmosphere", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1491, "feats": null, "head": 6, "id": 11, "lemma": ".", "misc": "", "start_char": 1490, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (S (VP (VBN Filled) (PP (IN with) (NP (NP (DT the) (NNS sounds)) (PP (IN of) (NP (NP (NNS violins) (CC and) (NNS guitars)) (VP (VBG pelting) (PRT (RP out)) (NP (JJ traditional) (JJ blueslike) (NN music))))))))) (, ,) (NP (PRP it)) (VP (VBZ 's) (ADJP (ADJP (JJ sad)) (CC but) (RB also) (JJ beautiful) (CC and) (JJ lively))) (. .)))" }, "speaker": null, "text": "Filled with the sounds of violins and guitars pelting out traditional blueslike music, it's sad but also beautiful and lively.", "tokens": [ { "deprel": "advcl", "end_char": 1498, "feats": "Mood=Ind|Person=1|Tense=Past|VerbForm=Fin", "head": 17, "id": 1, "lemma": "fill", "misc": "", "start_char": 1492, "text": "Filled", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1503, "feats": null, "head": 4, "id": 2, "lemma": "with", "misc": "", "start_char": 1499, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1507, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1504, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1514, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "sound", "misc": "", "start_char": 1508, "text": "sounds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1517, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1515, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1525, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "violin", "misc": "", "start_char": 1518, "text": "violins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1529, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1526, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1537, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "guitar", "misc": "", "start_char": 1530, "text": "guitars", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1545, "feats": "VerbForm=Ger", "head": 6, "id": 9, "lemma": "pelt", "misc": "", "start_char": 1538, "text": "pelting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 1549, "feats": null, "head": 9, "id": 10, "lemma": "out", "misc": "", "start_char": 1546, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "amod", "end_char": 1561, "feats": "Degree=Pos", "head": 13, "id": 11, "lemma": "traditional", "misc": "", "start_char": 1550, "text": "traditional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1571, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "blueslike", "misc": "", "start_char": 1562, "text": "blueslike", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1577, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "music", "misc": "", "start_char": 1572, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1579, "feats": null, "head": 1, "id": 14, "lemma": ",", "misc": "", "start_char": 1578, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1582, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 15, "lemma": "it", "misc": "", "start_char": 1580, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1585, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1583, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1589, "feats": "Degree=Pos", "head": 0, "id": 17, "lemma": "sad", "misc": "", "start_char": 1586, "text": "sad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1593, "feats": null, "head": 20, "id": 18, "lemma": "but", "misc": "", "start_char": 1590, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1598, "feats": null, "head": 20, "id": 19, "lemma": "also", "misc": "", "start_char": 1594, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1608, "feats": "Degree=Pos", "head": 17, "id": 20, "lemma": "beautiful", "misc": "", "start_char": 1599, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1612, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 1609, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1619, "feats": "Degree=Pos", "head": 20, "id": 22, "lemma": "lively", "misc": "", "start_char": 1613, "text": "lively", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1621, "feats": null, "head": 17, "id": 23, "lemma": ".", "misc": "", "start_char": 1620, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Spoiled for choice? That's likely how you'll feel after a mere day in Athens. The secret is in not trying to do everything. Instead, take in a couple of the tourist highlights and then get a feel for this attractive capital. An ancient sight The Acropolis always comes out at the top of the list of things to see in Athens. The most famous of the western world's ancient sights continue to impress tourists as they climb the marble steps and stand before the graceful Parthenon. Views from up here are amazing. A slow wander Plaka is the city's oldest neighborhood, resting on the slopes of the Acropolis with cafs and fascinating architecture. The streets are perfect for getting lost in, giving wanderers the chance to discover cafs and bars where they can down some strong coffee among locals. Plaka is at its best in the early evening. Acropolis House Pension is a preserved 19thcentury house that gives guests a glimpse into a Greek home. A market scene Varvakios Agora is Athens' central market. Locals come here to shop and look for everything needed in a Greek kitchen--from olive oil to meat. This is a look at local life as well as a window into Greek cuisine. The meat market is also home to some of the city's best pubs, feeding traditional food to crowds of customers from all walks of society. A splash of nightlife Athenian nights are filled with music, dancing and dining. Perivoli Tou Ouranou is a club with a strong atmosphere. Filled with the sounds of violins and guitars pelting out traditional blueslike music, it's sad but also beautiful and lively.
[ [ [ 0, 2, 2 ] ], [ [ 1, 0, 0 ] ], [ [ 1, 3, 12 ] ], [ [ 1, 4, 4 ] ], [ [ 1, 8, 10 ] ], [ [ 1, 12, 12 ], [ 7, 16, 16 ], [ 20, 3, 4 ], [ 3, 16, 18 ], [ 13, 2, 4 ], [ 23, 9, 11 ] ], [ [ 2, 0, 1 ] ], [ [ 2, 5, 8 ] ], [ [ 2, 8, 8 ] ], [ [ 3, 4, 9 ] ], [ [ 3, 7, 9 ] ], [ [ 3, 8, 8 ], [ 8, 13, 13 ], [ 8, 15, 15 ] ], [ [ 3, 11, 11 ] ], [ [ 3, 13, 14 ] ], [ [ 5, 0, 2 ] ], [ [ 7, 0, 1 ], [ 13, 13, 14 ] ], [ [ 7, 6, 12 ] ], [ [ 7, 9, 12 ] ], [ [ 7, 12, 12 ] ], [ [ 8, 0, 9 ] ], [ [ 8, 4, 9 ] ], [ [ 8, 4, 7 ] ], [ [ 8, 23, 25 ] ], [ [ 9, 0, 3 ] ], [ [ 11, 0, 2 ] ], [ [ 13, 8, 19 ] ], [ [ 13, 10, 14 ] ], [ [ 13, 16, 16 ] ], [ [ 13, 18, 19 ] ], [ [ 13, 16, 19 ] ], [ [ 14, 0, 1 ] ], [ [ 14, 5, 7 ] ], [ [ 14, 9, 26 ] ], [ [ 14, 10, 10 ], [ 14, 19, 19 ] ], [ [ 14, 11, 12 ] ], [ [ 14, 15, 26 ] ], [ [ 14, 22, 24 ] ], [ [ 15, 0, 0 ], [ 15, 3, 3 ], [ 13, 0, 0 ], [ 13, 2, 6 ] ], [ [ 15, 3, 4 ] ], [ [ 15, 6, 8 ] ], [ [ 16, 0, 2 ], [ 16, 4, 16 ] ], [ [ 16, 10, 10 ] ], [ [ 16, 11, 12 ] ], [ [ 16, 14, 16 ] ], [ [ 18, 0, 2 ] ], [ [ 20, 0, 1 ], [ 20, 3, 6 ] ], [ [ 21, 0, 0 ], [ 14, 26, 26 ] ], [ [ 21, 11, 13 ] ], [ [ 21, 8, 13 ] ], [ [ 21, 16, 17 ] ], [ [ 21, 19, 19 ] ], [ [ 22, 0, 0 ], [ 22, 2, 6 ] ], [ [ 22, 5, 6 ] ], [ [ 22, 10, 14 ] ], [ [ 22, 13, 14 ] ], [ [ 23, 0, 2 ], [ 23, 5, 13 ] ], [ [ 23, 1, 1 ] ], [ [ 23, 7, 13 ] ], [ [ 23, 9, 13 ] ], [ [ 23, 15, 26 ] ], [ [ 23, 16, 17 ] ], [ [ 23, 19, 26 ] ], [ [ 23, 21, 26 ] ], [ [ 23, 23, 26 ] ], [ [ 23, 26, 26 ] ], [ [ 25, 0, 3 ] ], [ [ 27, 0, 1 ] ], [ [ 27, 5, 5 ] ], [ [ 27, 7, 7 ] ], [ [ 27, 9, 9 ] ], [ [ 27, 5, 9 ] ], [ [ 28, 0, 2 ], [ 28, 4, 9 ] ], [ [ 28, 7, 9 ] ], [ [ 29, 2, 7 ] ], [ [ 29, 5, 5 ] ], [ [ 29, 7, 7 ] ], [ [ 29, 5, 7 ] ], [ [ 29, 8, 12 ] ], [ [ 29, 10, 12 ] ], [ [ 29, 14, 14 ] ], [ [ 8, 17, 19 ] ], [ [ 18, 1, 1 ] ], [ [ 25, 3, 3 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36150
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (NP (CD 2) (NN pm)) (PP (IN on) (NP (CD 5) (NNP December) (CD 1945))))) (, ,) (NP (CD five) (NNP US) (NNS bombers)) (VP (VBD took) (ADVP (RP off)) (PP (IN from) (NP (NP (NNP Fort) (NNP Lauderlale)) (PP (IN in) (NP (DT the) (NNP USA))))) (PP (IN for) (NP (DT a) (NN training) (NN flight))) (PP (IN in) (NP (JJ perfect) (NN weather)))) (. .)))" }, "speaker": null, "text": "At 2 pm on 5 December 1945, five US bombers took off from Fort Lauderlale in the USA for a training flight in perfect weather.", "tokens": [ { "deprel": "case", "end_char": 2, "feats": null, "head": 3, "id": 1, "lemma": "at", "misc": "", "start_char": 0, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 4, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 2, "lemma": "2", "misc": "", "start_char": 3, "text": "2", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 7, "feats": "Number=Sing", "head": 12, "id": 3, "lemma": "p.m.", "misc": "", "start_char": 5, "text": "pm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 10, "feats": null, "head": 6, "id": 4, "lemma": "on", "misc": "", "start_char": 8, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 12, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 5, "lemma": "5", "misc": "", "start_char": 11, "text": "5", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 21, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "December", "misc": "", "start_char": 13, "text": "December", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 26, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 7, "lemma": "1945", "misc": "", "start_char": 22, "text": "1945", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 28, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 27, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 33, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 9, "lemma": "five", "misc": "", "start_char": 29, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 36, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "US", "misc": "", "start_char": 34, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 44, "feats": "Number=Plur", "head": 12, "id": 11, "lemma": "bomber", "misc": "", "start_char": 37, "text": "bombers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 49, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "take", "misc": "", "start_char": 45, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 53, "feats": null, "head": 12, "id": 13, "lemma": "off", "misc": "", "start_char": 50, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 58, "feats": null, "head": 15, "id": 14, "lemma": "from", "misc": "", "start_char": 54, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 63, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "Fort", "misc": "", "start_char": 59, "text": "Fort", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 74, "feats": "Number=Sing", "head": 15, "id": 16, "lemma": "Lauderlale", "misc": "", "start_char": 64, "text": "Lauderlale", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 77, "feats": null, "head": 19, "id": 17, "lemma": "in", "misc": "", "start_char": 75, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 81, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 78, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 85, "feats": "Number=Sing", "head": 12, "id": 19, "lemma": "USA", "misc": "", "start_char": 82, "text": "USA", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 89, "feats": null, "head": 23, "id": 20, "lemma": "for", "misc": "", "start_char": 86, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 91, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 21, "lemma": "a", "misc": "", "start_char": 90, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 100, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "training", "misc": "", "start_char": 92, "text": "training", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 107, "feats": "Number=Sing", "head": 12, "id": 23, "lemma": "flight", "misc": "", "start_char": 101, "text": "flight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 110, "feats": null, "head": 26, "id": 24, "lemma": "in", "misc": "", "start_char": 108, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 118, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "perfect", "misc": "", "start_char": 111, "text": "perfect", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 126, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "weather", "misc": "", "start_char": 119, "text": "weather", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 128, "feats": null, "head": 12, "id": 27, "lemma": ".", "misc": "", "start_char": 127, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Shortly) (RB afterwards)) (, ,) (NP (DT the) (NNS pilots)) (VP (VBD radioed) (SBAR (IN that) (S (NP (PRP$ their) (NN flight) (NNS instruments)) (VP (VBD were) (RB all) (VP (VBG malfunctioning)))))) (. .)))" }, "speaker": null, "text": "Shortly afterwards, the pilots radioed that their flight instruments were all malfunctioning.", "tokens": [ { "deprel": "advmod", "end_char": 136, "feats": null, "head": 2, "id": 1, "lemma": "shortly", "misc": "", "start_char": 129, "text": "Shortly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 147, "feats": null, "head": 6, "id": 2, "lemma": "afterwards", "misc": "", "start_char": 137, "text": "afterwards", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 149, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 148, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 153, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 150, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 160, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "pilot", "misc": "", "start_char": 154, "text": "pilots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 168, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "radioe", "misc": "", "start_char": 161, "text": "radioed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 173, "feats": null, "head": 13, "id": 7, "lemma": "that", "misc": "", "start_char": 169, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 179, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "their", "misc": "", "start_char": 174, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 186, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "flight", "misc": "", "start_char": 180, "text": "flight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 198, "feats": "Number=Plur", "head": 13, "id": 10, "lemma": "instrument", "misc": "", "start_char": 187, "text": "instruments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 203, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 199, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 207, "feats": null, "head": 13, "id": 12, "lemma": "all", "misc": "", "start_char": 204, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 222, "feats": "Tense=Pres|VerbForm=Part", "head": 6, "id": 13, "lemma": "malfunction", "misc": "", "start_char": 208, "text": "malfunctioning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 224, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 223, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (PP (NP (CD Two) (NNS hours)) (IN after) (NP (NN take-off))) (, ,) (NP (NP (DT all) (NN contact)) (PP (IN with) (NP (DT the) (NNS planes)))) (VP (VBD was) (VP (VBN lost))) (. .)))" }, "speaker": null, "text": "Two hours after take-off, all contact with the planes was lost.", "tokens": [ { "deprel": "nummod", "end_char": 228, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "two", "misc": "", "start_char": 225, "text": "Two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:npmod", "end_char": 234, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "hour", "misc": "", "start_char": 229, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 240, "feats": null, "head": 4, "id": 3, "lemma": "after", "misc": "", "start_char": 235, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 249, "feats": "Number=Sing", "head": 12, "id": 4, "lemma": "take-off", "misc": "", "start_char": 241, "text": "take-off", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 251, "feats": null, "head": 12, "id": 5, "lemma": ",", "misc": "", "start_char": 250, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 255, "feats": null, "head": 7, "id": 6, "lemma": "all", "misc": "", "start_char": 252, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 263, "feats": "Number=Sing", "head": 12, "id": 7, "lemma": "contact", "misc": "", "start_char": 256, "text": "contact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 268, "feats": null, "head": 10, "id": 8, "lemma": "with", "misc": "", "start_char": 264, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 272, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 269, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 279, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "plane", "misc": "", "start_char": 273, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 283, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 280, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 288, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "lose", "misc": "", "start_char": 284, "text": "lost", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 290, "feats": null, "head": 12, "id": 13, "lemma": ".", "misc": "", "start_char": 289, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN reconnaissance) (NN plane)) (VP (VBD was) (ADVP (RB immediately)) (VP (VBN sent) (PRT (RP off)) (S (VP (TO to) (VP (VB search) (PP (IN for) (NP (DT the) (JJ missing) (NNS planes)))))))) (. .)))" }, "speaker": null, "text": "A reconnaissance plane was immediately sent off to search for the missing planes.", "tokens": [ { "deprel": "det", "end_char": 292, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 291, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 307, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "reconnaissance", "misc": "", "start_char": 293, "text": "reconnaissance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 313, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "plane", "misc": "", "start_char": 308, "text": "plane", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 317, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 314, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 329, "feats": null, "head": 6, "id": 5, "lemma": "immediately", "misc": "", "start_char": 318, "text": "immediately", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 334, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "send", "misc": "", "start_char": 330, "text": "sent", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 338, "feats": null, "head": 6, "id": 7, "lemma": "off", "misc": "", "start_char": 335, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 341, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 339, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 348, "feats": "VerbForm=Inf", "head": 6, "id": 9, "lemma": "search", "misc": "", "start_char": 342, "text": "search", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 352, "feats": null, "head": 13, "id": 10, "lemma": "for", "misc": "", "start_char": 349, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 356, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 353, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 364, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "missing", "misc": "", "start_char": 357, "text": "missing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 371, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "plane", "misc": "", "start_char": 365, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 373, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 372, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN Within) (NP (CD 20) (NNS minutes))) (, ,) (NP (NP (NN radio) (NN contact)) (PP (IN with) (NP (PRP it)))) (VP (VBD had) (ADVP (RB also)) (VP (VBN been) (VP (VBN lost)))) (. .)))" }, "speaker": null, "text": "Within 20 minutes, radio contact with it had also been lost.", "tokens": [ { "deprel": "case", "end_char": 380, "feats": null, "head": 3, "id": 1, "lemma": "within", "misc": "", "start_char": 374, "text": "Within", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 383, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 2, "lemma": "20", "misc": "", "start_char": 381, "text": "20", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 391, "feats": "Number=Plur", "head": 12, "id": 3, "lemma": "minute", "misc": "", "start_char": 384, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 393, "feats": null, "head": 12, "id": 4, "lemma": ",", "misc": "", "start_char": 392, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 399, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "radio", "misc": "", "start_char": 394, "text": "radio", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 407, "feats": "Number=Sing", "head": 12, "id": 6, "lemma": "contact", "misc": "", "start_char": 400, "text": "contact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 412, "feats": null, "head": 8, "id": 7, "lemma": "with", "misc": "", "start_char": 408, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 415, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 8, "lemma": "it", "misc": "", "start_char": 413, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 419, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 9, "lemma": "have", "misc": "", "start_char": 416, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 424, "feats": null, "head": 12, "id": 10, "lemma": "also", "misc": "", "start_char": 420, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 429, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 425, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 434, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "lose", "misc": "", "start_char": 430, "text": "lost", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 436, "feats": null, "head": 12, "id": 13, "lemma": ".", "misc": "", "start_char": 435, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT No) (NN trace)) (PP (IN of) (NP (NP (DT any)) (PP (IN of) (NP (DT the) (NNS planes)))))) (VP (VBD was) (ADVP (RB ever)) (VP (VBN found))) (. .)))" }, "speaker": null, "text": "No trace of any of the planes was ever found.", "tokens": [ { "deprel": "det", "end_char": 439, "feats": null, "head": 2, "id": 1, "lemma": "no", "misc": "", "start_char": 437, "text": "No", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 445, "feats": "Number=Sing", "head": 10, "id": 2, "lemma": "trace", "misc": "", "start_char": 440, "text": "trace", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 448, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 446, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 452, "feats": null, "head": 2, "id": 4, "lemma": "any", "misc": "", "start_char": 449, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 455, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 453, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 459, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 456, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 466, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "plane", "misc": "", "start_char": 460, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 470, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 467, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 475, "feats": null, "head": 10, "id": 9, "lemma": "ever", "misc": "", "start_char": 471, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 481, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "find", "misc": "", "start_char": 476, "text": "found", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 483, "feats": null, "head": 10, "id": 11, "lemma": ".", "misc": "", "start_char": 482, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT all))) (, ,) (NP (NP (CD six) (NNS planes)) (CC and) (NP (CD 27) (NNS men))) (VP (VBD had) (VP (VBN disappeared) (PP (IN into) (NP (DT the) (NN air))))) (. .)))" }, "speaker": null, "text": "In all, six planes and 27 men had disappeared into the air.", "tokens": [ { "deprel": "case", "end_char": 486, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 484, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 490, "feats": null, "head": 10, "id": 2, "lemma": "all", "misc": "", "start_char": 487, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 492, "feats": null, "head": 10, "id": 3, "lemma": ",", "misc": "", "start_char": 491, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 496, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "six", "misc": "", "start_char": 493, "text": "six", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 503, "feats": "Number=Plur", "head": 10, "id": 5, "lemma": "plane", "misc": "", "start_char": 497, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 507, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 504, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 510, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "27", "misc": "", "start_char": 508, "text": "27", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 514, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "man", "misc": "", "start_char": 511, "text": "men", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 518, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "have", "misc": "", "start_char": 515, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 530, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 10, "lemma": "disappear", "misc": "", "start_char": 519, "text": "disappeared", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 535, "feats": null, "head": 13, "id": 11, "lemma": "into", "misc": "", "start_char": 531, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 539, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 536, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 543, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "air", "misc": "", "start_char": 540, "text": "air", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 545, "feats": null, "head": 10, "id": 14, "lemma": ".", "misc": "", "start_char": 544, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 547, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 546, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (DT The) (NN disappearance)) (PP (IN of) (NP (DT the) (CD six) (NNS planes)))) (VP (VBD was) (ADVP (RB far) (PP (IN from) (S (VP (VBG being) (NP (NP (DT the) (JJ first) (JJ mysterious) (NN incident)) (PP (IN in) (NP (DT the) (NN area)))))))))) (: :) (S (PP (IN for) (NP (NNS years))) (, ,) (NP (NP (JJ navigational) (NNS problems)) (CC and) (NP (JJ strange) (JJ magnetic) (NNS forces))) (VP (VBD had) (VP (VBN been) (VP (VBN reported))))) (. .)))" }, "speaker": null, "text": "The disappearance of the six planes was far from being the first mysterious incident in the area: for years, navigational problems and strange magnetic forces had been reported.", "tokens": [ { "deprel": "det", "end_char": 551, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 548, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 565, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "disappearance", "misc": "", "start_char": 552, "text": "disappearance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 568, "feats": null, "head": 6, "id": 3, "lemma": "of", "misc": "", "start_char": 566, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 572, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 569, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 576, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "six", "misc": "", "start_char": 573, "text": "six", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 583, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "plane", "misc": "", "start_char": 577, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 587, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 584, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 591, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "far", "misc": "", "start_char": 588, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 596, "feats": null, "head": 14, "id": 9, "lemma": "from", "misc": "", "start_char": 592, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "cop", "end_char": 602, "feats": "VerbForm=Ger", "head": 14, "id": 10, "lemma": "be", "misc": "", "start_char": 597, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "det", "end_char": 606, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 11, "lemma": "the", "misc": "", "start_char": 603, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 612, "feats": "Degree=Pos|NumType=Ord", "head": 14, "id": 12, "lemma": "first", "misc": "", "start_char": 607, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 623, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "mysterious", "misc": "", "start_char": 613, "text": "mysterious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 632, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "incident", "misc": "", "start_char": 624, "text": "incident", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 635, "feats": null, "head": 17, "id": 15, "lemma": "in", "misc": "", "start_char": 633, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 639, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 636, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 644, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "area", "misc": "", "start_char": 640, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 646, "feats": null, "head": 8, "id": 18, "lemma": ":", "misc": "", "start_char": 645, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "case", "end_char": 650, "feats": null, "head": 20, "id": 19, "lemma": "for", "misc": "", "start_char": 647, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 656, "feats": "Number=Plur", "head": 30, "id": 20, "lemma": "year", "misc": "", "start_char": 651, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 658, "feats": null, "head": 20, "id": 21, "lemma": ",", "misc": "", "start_char": 657, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 671, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "navigational", "misc": "", "start_char": 659, "text": "navigational", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 680, "feats": "Number=Plur", "head": 30, "id": 23, "lemma": "problem", "misc": "", "start_char": 672, "text": "problems", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 684, "feats": null, "head": 27, "id": 24, "lemma": "and", "misc": "", "start_char": 681, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 692, "feats": "Degree=Pos", "head": 27, "id": 25, "lemma": "strange", "misc": "", "start_char": 685, "text": "strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 701, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "magnetic", "misc": "", "start_char": 693, "text": "magnetic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 708, "feats": "Number=Plur", "head": 23, "id": 27, "lemma": "force", "misc": "", "start_char": 702, "text": "forces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 712, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 30, "id": 28, "lemma": "have", "misc": "", "start_char": 709, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "aux:pass", "end_char": 717, "feats": "Tense=Past|VerbForm=Part", "head": 30, "id": 29, "lemma": "be", "misc": "", "start_char": 713, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "parataxis", "end_char": 726, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 8, "id": 30, "lemma": "report", "misc": "", "start_char": 718, "text": "reported", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 728, "feats": null, "head": 8, "id": 31, "lemma": ".", "misc": "", "start_char": 727, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN disappearance)) (VP (VBD was) (RB not) (NP (NP (RB even) (DT the) (JJS greatest) (NN disaster)) (PP (IN within) (NP (DT the) (NN triangle)))))) (, ,) (S (NP (DT a) (NML (CD 19,000) (HYPH -) (NN ton)) (NNP US) (NN ship)) (VP (VBD was) (VP (VBG sailing) (PP (IN from) (NP (NNP Barbados))) (PP (IN to) (NP (NP (NNP Norfolk)) (, ,) (NP (NNP Virginia)))) (PP (IN in) (NP (NP (NNP March) (CD 1918)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBD vanished) (PP (IN with) (NP (NP (PRP$ its) (NN crew)) (PP (IN of) (NP (CD 309))))) (PP (IN from) (NP (NP (DT the) (NN surface)) (PP (IN of) (NP (DT the) (NN ocean))))) (PP (PP (IN without) (S (VP (VBG making) (NP (DT a) (NN distress) (NN call))))) (CC and) (PP (IN without) (NP (NP (DT the) (JJS slightest) (NN wreckage)) (VP (ADVP (RB ever)) (VBG being) (VP (VBN found)))))))))))))) (. .)))" }, "speaker": null, "text": "The disappearance was not even the greatest disaster within the triangle, a 19,000 - ton US ship was sailing from Barbados to Norfolk, Virginia in March 1918, when it vanished with its crew of 309 from the surface of the ocean without making a distress call and without the slightest wreckage ever being found.", "tokens": [ { "deprel": "det", "end_char": 732, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 729, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 746, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "disappearance", "misc": "", "start_char": 733, "text": "disappearance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 750, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 3, "lemma": "be", "misc": "", "start_char": 747, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 754, "feats": null, "head": 8, "id": 4, "lemma": "not", "misc": "", "start_char": 751, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 759, "feats": null, "head": 8, "id": 5, "lemma": "even", "misc": "", "start_char": 755, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 763, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 760, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 772, "feats": "Degree=Sup", "head": 8, "id": 7, "lemma": "great", "misc": "", "start_char": 764, "text": "greatest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "root", "end_char": 781, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "disaster", "misc": "", "start_char": 773, "text": "disaster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 788, "feats": null, "head": 11, "id": 9, "lemma": "within", "misc": "", "start_char": 782, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 792, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 789, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 801, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "triangle", "misc": "", "start_char": 793, "text": "triangle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 803, "feats": null, "head": 8, "id": 12, "lemma": ",", "misc": "", "start_char": 802, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 805, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 13, "lemma": "a", "misc": "", "start_char": 804, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 812, "feats": "NumForm=Digit|NumType=Card", "head": 16, "id": 14, "lemma": "19000", "misc": "", "start_char": 806, "text": "19,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 814, "feats": null, "head": 16, "id": 15, "lemma": "-", "misc": "", "start_char": 813, "text": "-", "upos": "PUNCT", "xpos": "HYPH" }, { "deprel": "compound", "end_char": 818, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "ton", "misc": "", "start_char": 815, "text": "ton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 821, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "US", "misc": "", "start_char": 819, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 826, "feats": "Number=Sing", "head": 20, "id": 18, "lemma": "ship", "misc": "", "start_char": 822, "text": "ship", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 830, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 827, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "parataxis", "end_char": 838, "feats": "Tense=Pres|VerbForm=Part", "head": 8, "id": 20, "lemma": "sail", "misc": "", "start_char": 831, "text": "sailing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 843, "feats": null, "head": 22, "id": 21, "lemma": "from", "misc": "", "start_char": 839, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 852, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "Barbados", "misc": "", "start_char": 844, "text": "Barbados", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 855, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 853, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 863, "feats": "Number=Sing", "head": 20, "id": 24, "lemma": "Norfolk", "misc": "", "start_char": 856, "text": "Norfolk", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 865, "feats": null, "head": 26, "id": 25, "lemma": ",", "misc": "", "start_char": 864, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 874, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "Virginia", "misc": "", "start_char": 866, "text": "Virginia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 877, "feats": null, "head": 28, "id": 27, "lemma": "in", "misc": "", "start_char": 875, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 883, "feats": "Number=Sing", "head": 20, "id": 28, "lemma": "March", "misc": "", "start_char": 878, "text": "March", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 888, "feats": "NumForm=Digit|NumType=Card", "head": 28, "id": 29, "lemma": "1918", "misc": "", "start_char": 884, "text": "1918", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 890, "feats": null, "head": 33, "id": 30, "lemma": ",", "misc": "", "start_char": 889, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 895, "feats": "PronType=Int", "head": 33, "id": 31, "lemma": "when", "misc": "", "start_char": 891, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 898, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 33, "id": 32, "lemma": "it", "misc": "", "start_char": 896, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 907, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 33, "lemma": "vanish", "misc": "", "start_char": 899, "text": "vanished", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 912, "feats": null, "head": 36, "id": 34, "lemma": "with", "misc": "", "start_char": 908, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 916, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 36, "id": 35, "lemma": "its", "misc": "", "start_char": 913, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 921, "feats": "Number=Sing", "head": 33, "id": 36, "lemma": "crew", "misc": "", "start_char": 917, "text": "crew", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 924, "feats": null, "head": 38, "id": 37, "lemma": "of", "misc": "", "start_char": 922, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 928, "feats": "NumForm=Digit|NumType=Card", "head": 36, "id": 38, "lemma": "309", "misc": "", "start_char": 925, "text": "309", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 933, "feats": null, "head": 41, "id": 39, "lemma": "from", "misc": "", "start_char": 929, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 937, "feats": "Definite=Def|PronType=Art", "head": 41, "id": 40, "lemma": "the", "misc": "", "start_char": 934, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 945, "feats": "Number=Sing", "head": 33, "id": 41, "lemma": "surface", "misc": "", "start_char": 938, "text": "surface", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 948, "feats": null, "head": 44, "id": 42, "lemma": "of", "misc": "", "start_char": 946, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 952, "feats": "Definite=Def|PronType=Art", "head": 44, "id": 43, "lemma": "the", "misc": "", "start_char": 949, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 958, "feats": "Number=Sing", "head": 41, "id": 44, "lemma": "ocean", "misc": "", "start_char": 953, "text": "ocean", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 966, "feats": null, "head": 46, "id": 45, "lemma": "without", "misc": "", "start_char": 959, "text": "without", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 973, "feats": "VerbForm=Ger", "head": 33, "id": 46, "lemma": "make", "misc": "", "start_char": 967, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 975, "feats": "Definite=Ind|PronType=Art", "head": 49, "id": 47, "lemma": "a", "misc": "", "start_char": 974, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 984, "feats": "Number=Sing", "head": 49, "id": 48, "lemma": "distress", "misc": "", "start_char": 976, "text": "distress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 989, "feats": "Number=Sing", "head": 46, "id": 49, "lemma": "call", "misc": "", "start_char": 985, "text": "call", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 993, "feats": null, "head": 54, "id": 50, "lemma": "and", "misc": "", "start_char": 990, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1001, "feats": null, "head": 54, "id": 51, "lemma": "without", "misc": "", "start_char": 994, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1005, "feats": "Definite=Def|PronType=Art", "head": 54, "id": 52, "lemma": "the", "misc": "", "start_char": 1002, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1015, "feats": "Degree=Sup", "head": 54, "id": 53, "lemma": "slight", "misc": "", "start_char": 1006, "text": "slightest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "conj", "end_char": 1024, "feats": "Number=Sing", "head": 49, "id": 54, "lemma": "wreckage", "misc": "", "start_char": 1016, "text": "wreckage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1029, "feats": null, "head": 57, "id": 55, "lemma": "ever", "misc": "", "start_char": 1025, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 1035, "feats": "VerbForm=Ger", "head": 57, "id": 56, "lemma": "be", "misc": "", "start_char": 1030, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "acl", "end_char": 1041, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 54, "id": 57, "lemma": "find", "misc": "", "start_char": 1036, "text": "found", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1043, "feats": null, "head": 8, "id": 58, "lemma": ".", "misc": "", "start_char": 1042, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1045, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1044, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS losses)) (PP (IN of) (NP (NNS boats) (CC and) (NNS planes))) (PP (IN in) (NP (DT that) (NN area)))) (VP (VBP defy) (NP (NN explanation))) (. .)))" }, "speaker": null, "text": "The losses of boats and planes in that area defy explanation.", "tokens": [ { "deprel": "det", "end_char": 1049, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1046, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1056, "feats": "Number=Plur", "head": 10, "id": 2, "lemma": "loss", "misc": "", "start_char": 1050, "text": "losses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1059, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1057, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1065, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "boat", "misc": "", "start_char": 1060, "text": "boats", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1069, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1066, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1076, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "plane", "misc": "", "start_char": 1070, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1079, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 1077, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1084, "feats": "Number=Sing|PronType=Dem", "head": 9, "id": 8, "lemma": "that", "misc": "", "start_char": 1080, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1089, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "area", "misc": "", "start_char": 1085, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1094, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 10, "lemma": "defy", "misc": "", "start_char": 1090, "text": "defy", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1106, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "explanation", "misc": "", "start_char": 1095, "text": "explanation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1108, "feats": null, "head": 10, "id": 12, "lemma": ".", "misc": "", "start_char": 1107, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NNS disasters)) (VP (VBP are) (NP (NP (DT the) (NN origin)) (PP (IN of) (NP (NP (DT a) (JJ new) (NN phrase)) (PP (IN in) (NP (DT the) (JJ English) (JJ language-the) (NNP Bermuda) (NNP Triangle)))))))) (CC and) (S (NP (DT this) (NN phrase)) (VP (VBZ has) (VP (VBN entered) (NP (NN legend))))) (. .)))" }, "speaker": null, "text": "The disasters are the origin of a new phrase in the English language-the Bermuda Triangle and this phrase has entered legend.", "tokens": [ { "deprel": "det", "end_char": 1112, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1109, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1122, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "disaster", "misc": "", "start_char": 1113, "text": "disasters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1126, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1123, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 1130, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1127, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1137, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "origin", "misc": "", "start_char": 1131, "text": "origin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1140, "feats": null, "head": 9, "id": 6, "lemma": "of", "misc": "", "start_char": 1138, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1142, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 1141, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1146, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "new", "misc": "", "start_char": 1143, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1153, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "phrase", "misc": "", "start_char": 1147, "text": "phrase", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1156, "feats": null, "head": 15, "id": 10, "lemma": "in", "misc": "", "start_char": 1154, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1160, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 11, "lemma": "the", "misc": "", "start_char": 1157, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1168, "feats": "Degree=Pos", "head": 15, "id": 12, "lemma": "English", "misc": "", "start_char": 1161, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1181, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "language-the", "misc": "", "start_char": 1169, "text": "language-the", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1189, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Bermuda", "misc": "", "start_char": 1182, "text": "Bermuda", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1198, "feats": "Number=Sing", "head": 9, "id": 15, "lemma": "Triangle", "misc": "", "start_char": 1190, "text": "Triangle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1202, "feats": null, "head": 20, "id": 16, "lemma": "and", "misc": "", "start_char": 1199, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1207, "feats": "Number=Sing|PronType=Dem", "head": 18, "id": 17, "lemma": "this", "misc": "", "start_char": 1203, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1214, "feats": "Number=Sing", "head": 20, "id": 18, "lemma": "phrase", "misc": "", "start_char": 1208, "text": "phrase", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1218, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 19, "lemma": "have", "misc": "", "start_char": 1215, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 1226, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 20, "lemma": "enter", "misc": "", "start_char": 1219, "text": "entered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 1233, "feats": "Number=Sing", "head": 20, "id": 21, "lemma": "legend", "misc": "", "start_char": 1227, "text": "legend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1235, "feats": null, "head": 5, "id": 22, "lemma": ".", "misc": "", "start_char": 1234, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Bermuda) (NNP Triangle)) (VP (VBZ has) (VP (VBN been) (VP (VBN called) (S (NP (NP (NP (DT the) (NNPS Devils) (POS ')) (NNP Triangle)) (, ,) (NP (NP (DT the) (NNP Triangle)) (PP (IN of) (NP (NNP Death)))) (, ,) (NP (NP (DT the) (NNP Graveyard)) (PP (IN of) (NP (DT the) (NNP Atlantic))))))))) (. .)))" }, "speaker": null, "text": "The Bermuda Triangle has been called the Devils' Triangle, the Triangle of Death, the Graveyard of the Atlantic.", "tokens": [ { "deprel": "det", "end_char": 1239, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1236, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1247, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Bermuda", "misc": "", "start_char": 1240, "text": "Bermuda", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj:pass", "end_char": 1256, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "Triangle", "misc": "", "start_char": 1248, "text": "Triangle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1260, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "have", "misc": "", "start_char": 1257, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux:pass", "end_char": 1265, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1261, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 1272, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "call", "misc": "", "start_char": 1266, "text": "called", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1276, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1273, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1283, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "Devils", "misc": "", "start_char": 1277, "text": "Devils", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 1285, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 1284, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "xcomp", "end_char": 1294, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "Triangle", "misc": "", "start_char": 1286, "text": "Triangle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1296, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 1295, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1300, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1297, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1309, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "Triangle", "misc": "", "start_char": 1301, "text": "Triangle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1312, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 1310, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1318, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "death", "misc": "", "start_char": 1313, "text": "Death", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1320, "feats": null, "head": 18, "id": 16, "lemma": ",", "misc": "", "start_char": 1319, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1324, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 1321, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1334, "feats": "Number=Sing", "head": 10, "id": 18, "lemma": "Graveyard", "misc": "", "start_char": 1325, "text": "Graveyard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1337, "feats": null, "head": 21, "id": 19, "lemma": "of", "misc": "", "start_char": 1335, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1341, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 1338, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1350, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "Atlantic", "misc": "", "start_char": 1342, "text": "Atlantic", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1352, "feats": null, "head": 6, "id": 22, "lemma": ".", "misc": "", "start_char": 1351, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ has) (VP (VBN swallowed) (PRT (RP up)) (NP (NP (CD 140) (NNS ships) (CC and) (NNS planes)) (CC and) (NP (QP (JJR more) (IN than) (CD 1,000)) (NNS people))))) (. .)))" }, "speaker": null, "text": "It has swallowed up 140 ships and planes and more than 1,000 people.", "tokens": [ { "deprel": "nsubj", "end_char": 1355, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1353, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1359, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 1356, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1369, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "swallow", "misc": "", "start_char": 1360, "text": "swallowed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 1372, "feats": null, "head": 3, "id": 4, "lemma": "up", "misc": "", "start_char": 1370, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "nummod", "end_char": 1376, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 5, "lemma": "140", "misc": "", "start_char": 1373, "text": "140", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1382, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "ship", "misc": "", "start_char": 1377, "text": "ships", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1386, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1383, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1393, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "plane", "misc": "", "start_char": 1387, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1397, "feats": null, "head": 13, "id": 9, "lemma": "and", "misc": "", "start_char": 1394, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1402, "feats": "Degree=Cmp", "head": 12, "id": 10, "lemma": "more", "misc": "", "start_char": 1398, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 1407, "feats": null, "head": 10, "id": 11, "lemma": "than", "misc": "", "start_char": 1403, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1413, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 12, "lemma": "1000", "misc": "", "start_char": 1408, "text": "1,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 1420, "feats": "Number=Plur", "head": 6, "id": 13, "lemma": "person", "misc": "", "start_char": 1414, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1422, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 1421, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NN Today)) (NP (JJ many) (NNS airmen) (CC and) (NNS sailors)) (VP (VBP are) (ADVP (RB still)) (ADJP (JJ afraid) (PP (IN of) (NP (NP (DT that) (NN area)) (PP (IN of) (NP (DT the) (NNP Atlantic) (NNP Ocean))))))) (. .)))" }, "speaker": null, "text": "Today many airmen and sailors are still afraid of that area of the Atlantic Ocean.", "tokens": [ { "deprel": "obl:tmod", "end_char": 1428, "feats": "Number=Sing", "head": 8, "id": 1, "lemma": "today", "misc": "", "start_char": 1423, "text": "Today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 1433, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "many", "misc": "", "start_char": 1429, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1440, "feats": "Number=Plur", "head": 8, "id": 3, "lemma": "airman", "misc": "", "start_char": 1434, "text": "airmen", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1444, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 1441, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1452, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "sailor", "misc": "", "start_char": 1445, "text": "sailors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1456, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 1453, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1462, "feats": null, "head": 8, "id": 7, "lemma": "still", "misc": "", "start_char": 1457, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1469, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "afraid", "misc": "", "start_char": 1463, "text": "afraid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1472, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 1470, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1477, "feats": "Number=Sing|PronType=Dem", "head": 11, "id": 10, "lemma": "that", "misc": "", "start_char": 1473, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1482, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "area", "misc": "", "start_char": 1478, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1485, "feats": null, "head": 15, "id": 12, "lemma": "of", "misc": "", "start_char": 1483, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1489, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 1486, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1498, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "Atlantic", "misc": "", "start_char": 1490, "text": "Atlantic", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1504, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "Ocean", "misc": "", "start_char": 1499, "text": "Ocean", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1506, "feats": null, "head": 8, "id": 16, "lemma": ".", "misc": "", "start_char": 1505, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
At 2 pm on 5 December 1945, five US bombers took off from Fort Lauderlale in the USA for a training flight in perfect weather. Shortly afterwards, the pilots radioed that their flight instruments were all malfunctioning. Two hours after take-off, all contact with the planes was lost. A reconnaissance plane was immediately sent off to search for the missing planes. Within 20 minutes, radio contact with it had also been lost. No trace of any of the planes was ever found. In all, six planes and 27 men had disappeared into the air. The disappearance of the six planes was far from being the first mysterious incident in the area: for years, navigational problems and strange magnetic forces had been reported. The disappearance was not even the greatest disaster within the triangle, a 19,000 - ton US ship was sailing from Barbados to Norfolk, Virginia in March 1918, when it vanished with its crew of 309 from the surface of the ocean without making a distress call and without the slightest wreckage ever being found. The losses of boats and planes in that area defy explanation. The disasters are the origin of a new phrase in the English language-the Bermuda Triangle and this phrase has entered legend. The Bermuda Triangle has been called the Devils' Triangle, the Triangle of Death, the Graveyard of the Atlantic. It has swallowed up 140 ships and planes and more than 1,000 people. Today many airmen and sailors are still afraid of that area of the Atlantic Ocean.
[ [ [ 0, 1, 6 ] ], [ [ 0, 4, 6 ] ], [ [ 0, 8, 10 ], [ 3, 10, 12 ] ], [ [ 0, 14, 18 ] ], [ [ 0, 20, 22 ] ], [ [ 0, 24, 25 ] ], [ [ 1, 7, 9 ] ], [ [ 1, 7, 7 ], [ 1, 3, 4 ] ], [ [ 2, 3, 3 ] ], [ [ 2, 5, 9 ] ], [ [ 3, 0, 2 ], [ 4, 7, 7 ] ], [ [ 4, 1, 2 ] ], [ [ 5, 0, 6 ] ], [ [ 5, 3, 6 ] ], [ [ 5, 5, 6 ], [ 2, 8, 9 ] ], [ [ 6, 3, 4 ], [ 8, 3, 5 ] ], [ [ 6, 6, 7 ] ], [ [ 6, 3, 7 ] ], [ [ 6, 11, 12 ] ], [ [ 8, 0, 5 ], [ 9, 0, 1 ] ], [ [ 8, 19, 19 ] ], [ [ 8, 21, 22 ] ], [ [ 8, 24, 26 ] ], [ [ 9, 9, 10 ] ], [ [ 9, 12, 17 ], [ 9, 34, 34 ], [ 9, 31, 31 ] ], [ [ 9, 21, 21 ] ], [ [ 9, 23, 23 ] ], [ [ 9, 25, 25 ] ], [ [ 9, 27, 28 ] ], [ [ 9, 34, 43 ] ], [ [ 9, 37, 43 ] ], [ [ 9, 39, 43 ] ], [ [ 9, 42, 43 ], [ 13, 19, 20 ], [ 15, 12, 14 ] ], [ [ 9, 45, 48 ] ], [ [ 9, 46, 48 ] ], [ [ 9, 51, 53 ] ], [ [ 11, 0, 8 ] ], [ [ 11, 10, 10 ] ], [ [ 11, 3, 8 ] ], [ [ 11, 3, 3 ] ], [ [ 12, 0, 1 ] ], [ [ 12, 3, 14 ] ], [ [ 12, 6, 14 ] ], [ [ 12, 16, 17 ] ], [ [ 12, 20, 20 ] ], [ [ 13, 14, 14 ] ], [ [ 14, 4, 5 ] ], [ [ 14, 7, 7 ], [ 11, 5, 5 ] ], [ [ 15, 0, 0 ] ], [ [ 15, 1, 4 ] ], [ [ 4, 4, 4 ] ], [ [ 8, 21, 26 ] ], [ [ 9, 16, 16 ], [ 0, 9, 9 ], [ 0, 17, 18 ] ], [ [ 2, 0, 3 ] ], [ [ 4, 4, 7 ] ], [ [ 6, 1, 1 ] ], [ [ 8, 9, 16 ] ], [ [ 8, 10, 13 ] ], [ [ 9, 5, 7 ] ], [ [ 14, 9, 12 ] ], [ [ 13, 6, 20 ] ], [ [ 13, 6, 8 ] ], [ [ 12, 10, 14 ], [ 13, 0, 2 ], [ 13, 6, 9 ], [ 13, 11, 14 ], [ 13, 16, 20 ], [ 14, 0, 0 ], [ 15, 9, 14 ], [ 8, 15, 16 ], [ 11, 7, 8 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36151
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (PDT All) (PRP$ her) (NN life)) (, ,) (NP (PRP$ my) (NN mother)) (VP (VBD wanted) (NP (JJ busy) (NNS children))) (. .)))" }, "speaker": null, "text": "All her life, my mother wanted busy children.", "tokens": [ { "deprel": "det:predet", "end_char": 3, "feats": null, "head": 3, "id": 1, "lemma": "all", "misc": "", "start_char": 0, "text": "All", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 7, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "her", "misc": "", "start_char": 4, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "dislocated", "end_char": 12, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "life", "misc": "", "start_char": 8, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 14, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 13, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 17, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "my", "misc": "", "start_char": 15, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 24, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "mother", "misc": "", "start_char": 18, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 31, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "want", "misc": "", "start_char": 25, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 36, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "busy", "misc": "", "start_char": 32, "text": "busy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 45, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "child", "misc": "", "start_char": 37, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 47, "feats": null, "head": 7, "id": 10, "lemma": ".", "misc": "", "start_char": 46, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBD was) (ADJP (RB very) (JJ important)) (SBAR (IN that) (S (NP (PRP$ her) (NN house)) (VP (MD should) (VP (VB remain) (PP (IN at) (NP (DT all) (NNS things))) (ADJP (JJ clean) (CC and) (JJ tidy))))))) (. .)))" }, "speaker": null, "text": "It was very important that her house should remain at all things clean and tidy.", "tokens": [ { "deprel": "expl", "end_char": 50, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 48, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 54, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 51, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 59, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 55, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 69, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "important", "misc": "", "start_char": 60, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 74, "feats": null, "head": 9, "id": 5, "lemma": "that", "misc": "", "start_char": 70, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 78, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "her", "misc": "", "start_char": 75, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 84, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "house", "misc": "", "start_char": 79, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 91, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "should", "misc": "", "start_char": 85, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "csubj", "end_char": 98, "feats": "VerbForm=Inf", "head": 4, "id": 9, "lemma": "remain", "misc": "", "start_char": 92, "text": "remain", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 101, "feats": null, "head": 12, "id": 10, "lemma": "at", "misc": "", "start_char": 99, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 105, "feats": null, "head": 12, "id": 11, "lemma": "all", "misc": "", "start_char": 102, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 112, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "thing", "misc": "", "start_char": 106, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 118, "feats": "Degree=Pos", "head": 9, "id": 13, "lemma": "clean", "misc": "", "start_char": 113, "text": "clean", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 122, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 119, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 127, "feats": "Degree=Pos", "head": 13, "id": 15, "lemma": "tidy", "misc": "", "start_char": 123, "text": "tidy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 129, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 128, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 131, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 130, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD could) (VP (VP (VB turn) (NP (PRP$ your) (NN back)) (PP (IN for) (NP (DT a) (NN moment))) (PP (IN in) (NP (NP (PRP$ my) (NN mother) (POS 's)) (NN house)))) (, ,) (VP (VB leave) (NP (DT a) (NN half) (VBN written) (NN letter)) (PP (IN on) (NP (DT the) (NML (NN dining) (NN room)) (NN table)))) (, ,) (NP (NP (DT a) (NN magazine)) (ADJP (JJ open) (PP (IN on) (NP (DT the) (NN chair))))) (, ,) (CC and) (VP (VB turn) (ADVP (RB around)) (S (VP (TO to) (VP (VB find) (SBAR (IN that) (S (NP (PRP$ my) (NN mother)) (VP (VBD had) (`` ``) (VP (VB put) (NP (PRP it)) (PRT (RB back)) (SBAR (WHADVP (WRB where)) (S (NP (PRP it)) (VP (VBD belonged)))))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "You could turn your back for a moment in my mother's house, leave a half written letter on the dining room table, a magazine open on the chair, and turn around to find that my mother had \"put it back where it belonged.\"", "tokens": [ { "deprel": "nsubj", "end_char": 135, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 132, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 141, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "could", "misc": "", "start_char": 136, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 146, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "turn", "misc": "", "start_char": 142, "text": "turn", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 151, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "your", "misc": "", "start_char": 147, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 156, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "back", "misc": "", "start_char": 152, "text": "back", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 160, "feats": null, "head": 8, "id": 6, "lemma": "for", "misc": "", "start_char": 157, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 162, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 161, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 169, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "moment", "misc": "", "start_char": 163, "text": "moment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 172, "feats": null, "head": 13, "id": 9, "lemma": "in", "misc": "", "start_char": 170, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 175, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "my", "misc": "", "start_char": 173, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 182, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "mother", "misc": "", "start_char": 176, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 185, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 183, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 191, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "house", "misc": "", "start_char": 186, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 193, "feats": null, "head": 15, "id": 14, "lemma": ",", "misc": "", "start_char": 192, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 199, "feats": "VerbForm=Inf", "head": 3, "id": 15, "lemma": "leave", "misc": "", "start_char": 194, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 201, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 16, "lemma": "a", "misc": "", "start_char": 200, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 206, "feats": "NumForm=Word|NumType=Frac|Number=Sing", "head": 19, "id": 17, "lemma": "half", "misc": "", "start_char": 202, "text": "half", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 214, "feats": "Tense=Past|VerbForm=Part", "head": 19, "id": 18, "lemma": "write", "misc": "", "start_char": 207, "text": "written", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 221, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "letter", "misc": "", "start_char": 215, "text": "letter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 224, "feats": null, "head": 24, "id": 20, "lemma": "on", "misc": "", "start_char": 222, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 228, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 21, "lemma": "the", "misc": "", "start_char": 225, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 235, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "dining", "misc": "", "start_char": 229, "text": "dining", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 240, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "room", "misc": "", "start_char": 236, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 246, "feats": "Number=Sing", "head": 19, "id": 24, "lemma": "table", "misc": "", "start_char": 241, "text": "table", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 248, "feats": null, "head": 27, "id": 25, "lemma": ",", "misc": "", "start_char": 247, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 250, "feats": "Definite=Ind|PronType=Art", "head": 27, "id": 26, "lemma": "a", "misc": "", "start_char": 249, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 259, "feats": "Number=Sing", "head": 19, "id": 27, "lemma": "magazine", "misc": "", "start_char": 251, "text": "magazine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 264, "feats": "Degree=Pos", "head": 27, "id": 28, "lemma": "open", "misc": "", "start_char": 260, "text": "open", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 267, "feats": null, "head": 31, "id": 29, "lemma": "on", "misc": "", "start_char": 265, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 271, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 30, "lemma": "the", "misc": "", "start_char": 268, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 277, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "chair", "misc": "", "start_char": 272, "text": "chair", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 279, "feats": null, "head": 34, "id": 32, "lemma": ",", "misc": "", "start_char": 278, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 283, "feats": null, "head": 34, "id": 33, "lemma": "and", "misc": "", "start_char": 280, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 288, "feats": "VerbForm=Inf", "head": 15, "id": 34, "lemma": "turn", "misc": "", "start_char": 284, "text": "turn", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 295, "feats": null, "head": 34, "id": 35, "lemma": "around", "misc": "", "start_char": 289, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 298, "feats": null, "head": 37, "id": 36, "lemma": "to", "misc": "", "start_char": 296, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 303, "feats": "VerbForm=Inf", "head": 34, "id": 37, "lemma": "find", "misc": "", "start_char": 299, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 308, "feats": null, "head": 41, "id": 38, "lemma": "that", "misc": "", "start_char": 304, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 311, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 40, "id": 39, "lemma": "my", "misc": "", "start_char": 309, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 318, "feats": "Number=Sing", "head": 41, "id": 40, "lemma": "mother", "misc": "", "start_char": 312, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 322, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 37, "id": 41, "lemma": "have", "misc": "", "start_char": 319, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 325, "feats": null, "head": 43, "id": 42, "lemma": "``", "misc": "", "start_char": 323, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "xcomp", "end_char": 329, "feats": "VerbForm=Inf", "head": 41, "id": 43, "lemma": "put", "misc": "", "start_char": 326, "text": "put", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 332, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 43, "id": 44, "lemma": "it", "misc": "", "start_char": 330, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 337, "feats": null, "head": 43, "id": 45, "lemma": "back", "misc": "", "start_char": 333, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 343, "feats": "PronType=Int", "head": 48, "id": 46, "lemma": "where", "misc": "", "start_char": 338, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 346, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 48, "id": 47, "lemma": "it", "misc": "", "start_char": 344, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 355, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 43, "id": 48, "lemma": "belong", "misc": "", "start_char": 347, "text": "belonged", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 357, "feats": null, "head": 3, "id": 49, "lemma": ".", "misc": "", "start_char": 356, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 360, "feats": null, "head": 3, "id": 50, "lemma": "''", "misc": "", "start_char": 358, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (SBAR (IN as) (S (NP (PRP she)) (VP (VBD explained))) (. .)))" }, "speaker": null, "text": "as she explained.", "tokens": [ { "deprel": "mark", "end_char": 363, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 361, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 367, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "she", "misc": "", "start_char": 364, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 377, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "explain", "misc": "", "start_char": 368, "text": "explained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 379, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 378, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 381, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 380, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ My) (NN wife)) (, ,) (PP (IN on) (NP (NP (CD one)) (PP (IN of) (NP (NP (PRP$ her) (JJ first) (NNS visits)) (PP (IN to) (NP (NP (PRP$ my) (NN mother) (POS 's)) (NN house))))))) (, ,) (VP (VP (VBD placed) (NP (NP (DT a) (NN packet)) (PP (IN of) (NP (NNS biscuits)))) (PP (IN on) (NP (DT an) (NN end) (NN table)))) (CC and) (VP (VBD went) (PP (IN to) (NP (DT the) (NN kitchen))) (S (VP (TO to) (VP (VB fetch) (NP (DT a) (NN drink))))))) (. .)))" }, "speaker": null, "text": "My wife, on one of her first visits to my mother's house, placed a packet of biscuits on an end table and went to the kitchen to fetch a drink.", "tokens": [ { "deprel": "nmod:poss", "end_char": 384, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 382, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 389, "feats": "Number=Sing", "head": 16, "id": 2, "lemma": "wife", "misc": "", "start_char": 385, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 391, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 390, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 394, "feats": null, "head": 5, "id": 4, "lemma": "on", "misc": "", "start_char": 392, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 398, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 5, "lemma": "one", "misc": "", "start_char": 395, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 401, "feats": null, "head": 9, "id": 6, "lemma": "of", "misc": "", "start_char": 399, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 405, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 7, "lemma": "her", "misc": "", "start_char": 402, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 411, "feats": "Degree=Pos|NumType=Ord", "head": 9, "id": 8, "lemma": "first", "misc": "", "start_char": 406, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 418, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "visit", "misc": "", "start_char": 412, "text": "visits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 421, "feats": null, "head": 14, "id": 10, "lemma": "to", "misc": "", "start_char": 419, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 424, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "my", "misc": "", "start_char": 422, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 431, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "mother", "misc": "", "start_char": 425, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 434, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 432, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 440, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "house", "misc": "", "start_char": 435, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 442, "feats": null, "head": 2, "id": 15, "lemma": ",", "misc": "", "start_char": 441, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 449, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 16, "lemma": "place", "misc": "", "start_char": 443, "text": "placed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 451, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 17, "lemma": "a", "misc": "", "start_char": 450, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 458, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "packet", "misc": "", "start_char": 452, "text": "packet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 461, "feats": null, "head": 20, "id": 19, "lemma": "of", "misc": "", "start_char": 459, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 470, "feats": "Number=Plur", "head": 18, "id": 20, "lemma": "biscuit", "misc": "", "start_char": 462, "text": "biscuits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 473, "feats": null, "head": 24, "id": 21, "lemma": "on", "misc": "", "start_char": 471, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 476, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 474, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 480, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "end", "misc": "", "start_char": 477, "text": "end", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 486, "feats": "Number=Sing", "head": 16, "id": 24, "lemma": "table", "misc": "", "start_char": 481, "text": "table", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 490, "feats": null, "head": 26, "id": 25, "lemma": "and", "misc": "", "start_char": 487, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 495, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 26, "lemma": "go", "misc": "", "start_char": 491, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 498, "feats": null, "head": 29, "id": 27, "lemma": "to", "misc": "", "start_char": 496, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 502, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 28, "lemma": "the", "misc": "", "start_char": 499, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 510, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "kitchen", "misc": "", "start_char": 503, "text": "kitchen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 513, "feats": null, "head": 31, "id": 30, "lemma": "to", "misc": "", "start_char": 511, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 519, "feats": "VerbForm=Inf", "head": 26, "id": 31, "lemma": "fetch", "misc": "", "start_char": 514, "text": "fetch", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 521, "feats": "Definite=Ind|PronType=Art", "head": 33, "id": 32, "lemma": "a", "misc": "", "start_char": 520, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 527, "feats": "Number=Sing", "head": 31, "id": 33, "lemma": "drink", "misc": "", "start_char": 522, "text": "drink", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 529, "feats": null, "head": 16, "id": 34, "lemma": ".", "misc": "", "start_char": 528, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP she)) (VP (VBD returned)))) (, ,) (NP (PRP she)) (VP (VBD found) (SBAR (S (NP (DT the) (NN packet)) (VP (VBD had) (VP (VBN been) (VP (VBN removed))))))) (. .)))" }, "speaker": null, "text": "When she returned, she found the packet had been removed.", "tokens": [ { "deprel": "advmod", "end_char": 534, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 530, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 538, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "she", "misc": "", "start_char": 535, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 547, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 3, "lemma": "return", "misc": "", "start_char": 539, "text": "returned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 549, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 548, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 553, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "she", "misc": "", "start_char": 550, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 559, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "find", "misc": "", "start_char": 554, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 563, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 560, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 570, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "packet", "misc": "", "start_char": 564, "text": "packet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 574, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "have", "misc": "", "start_char": 571, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "aux:pass", "end_char": 579, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 575, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "ccomp", "end_char": 587, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 6, "id": 11, "lemma": "remove", "misc": "", "start_char": 580, "text": "removed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 589, "feats": null, "head": 6, "id": 12, "lemma": ".", "misc": "", "start_char": 588, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (ADJP (JJ Confused))) (, ,) (NP (PRP she)) (VP (VP (VBD set) (PRT (RP down)) (NP (PRP$ her) (NN drink))) (CC and) (VP (VBD went) (ADVP (RB back) (PP (IN to) (NP (DT the) (NN kitchen)))) (PP (IN for) (NP (JJR more) (NNS biscuits))) (, ,) (S (ADVP (RB only)) (VP (TO to) (VP (VB return) (S (VP (TO to) (VP (VB find) (SBAR (IN that) (S (NP (PRP$ her) (NN drink)) (VP (VBD had) (VP (VBN disappeared))))))))))))) (. .)))" }, "speaker": null, "text": "Confused, she set down her drink and went back to the kitchen for more biscuits, only to return to find that her drink had disappeared.", "tokens": [ { "deprel": "advcl", "end_char": 598, "feats": "Degree=Pos", "head": 4, "id": 1, "lemma": "confused", "misc": "", "start_char": 590, "text": "Confused", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 600, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 599, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 604, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "she", "misc": "", "start_char": 601, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 608, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "set", "misc": "", "start_char": 605, "text": "set", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 613, "feats": null, "head": 4, "id": 5, "lemma": "down", "misc": "", "start_char": 609, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "nmod:poss", "end_char": 617, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "her", "misc": "", "start_char": 614, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 623, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "drink", "misc": "", "start_char": 618, "text": "drink", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 627, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 624, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 632, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "go", "misc": "", "start_char": 628, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 637, "feats": null, "head": 9, "id": 10, "lemma": "back", "misc": "", "start_char": 633, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 640, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 638, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 644, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 641, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 652, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "kitchen", "misc": "", "start_char": 645, "text": "kitchen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 656, "feats": null, "head": 16, "id": 14, "lemma": "for", "misc": "", "start_char": 653, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 661, "feats": "Degree=Cmp", "head": 16, "id": 15, "lemma": "more", "misc": "", "start_char": 657, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 670, "feats": "Number=Plur", "head": 9, "id": 16, "lemma": "biscuit", "misc": "", "start_char": 662, "text": "biscuits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 672, "feats": null, "head": 20, "id": 17, "lemma": ",", "misc": "", "start_char": 671, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 677, "feats": null, "head": 20, "id": 18, "lemma": "only", "misc": "", "start_char": 673, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 680, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 678, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 687, "feats": "VerbForm=Inf", "head": 9, "id": 20, "lemma": "return", "misc": "", "start_char": 681, "text": "return", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 690, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 688, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 695, "feats": "VerbForm=Inf", "head": 20, "id": 22, "lemma": "find", "misc": "", "start_char": 691, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 700, "feats": null, "head": 27, "id": 23, "lemma": "that", "misc": "", "start_char": 696, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 704, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 25, "id": 24, "lemma": "her", "misc": "", "start_char": 701, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 710, "feats": "Number=Sing", "head": 27, "id": 25, "lemma": "drink", "misc": "", "start_char": 705, "text": "drink", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 714, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 27, "id": 26, "lemma": "have", "misc": "", "start_char": 711, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 726, "feats": "Tense=Past|VerbForm=Part", "head": 22, "id": 27, "lemma": "disappear", "misc": "", "start_char": 715, "text": "disappeared", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 728, "feats": null, "head": 4, "id": 28, "lemma": ".", "misc": "", "start_char": 727, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (RB Up) (IN to) (RB then)) (NP (PRP she)) (VP (VBD had) (VP (VBN guessed) (SBAR (IN that) (S (NP (NP (NN everyone)) (PP (IN in) (NP (PRP$ my) (NN family)))) (VP (VBD held) (PP (IN onto) (NP (PRP$ their) (NNS drinks))) (, ,) (SBAR (IN so) (SBAR (IN as) (RB not) (S (VP (TO to) (VP (VB make) (NP (NN water) (NNS rings)) (PP (IN on) (NP (DT the) (NN end) (NNS tables))))))))))))) (. .)))" }, "speaker": null, "text": "Up to then she had guessed that everyone in my family held onto their drinks, so as not to make water rings on the end tables.", "tokens": [ { "deprel": "case", "end_char": 731, "feats": null, "head": 3, "id": 1, "lemma": "up", "misc": "", "start_char": 729, "text": "Up", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 734, "feats": null, "head": 1, "id": 2, "lemma": "to", "misc": "", "start_char": 732, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 739, "feats": "PronType=Dem", "head": 6, "id": 3, "lemma": "then", "misc": "", "start_char": 735, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 743, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 4, "lemma": "she", "misc": "", "start_char": 740, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 747, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 5, "lemma": "have", "misc": "", "start_char": 744, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 755, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 6, "lemma": "guess", "misc": "", "start_char": 748, "text": "guessed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 760, "feats": null, "head": 12, "id": 7, "lemma": "that", "misc": "", "start_char": 756, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 769, "feats": "Number=Sing|PronType=Tot", "head": 12, "id": 8, "lemma": "everyone", "misc": "", "start_char": 761, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 772, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 770, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 775, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "my", "misc": "", "start_char": 773, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 782, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "family", "misc": "", "start_char": 776, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 787, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 12, "lemma": "hold", "misc": "", "start_char": 783, "text": "held", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 792, "feats": null, "head": 15, "id": 13, "lemma": "onto", "misc": "", "start_char": 788, "text": "onto", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 798, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "their", "misc": "", "start_char": 793, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 805, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "drink", "misc": "", "start_char": 799, "text": "drinks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 807, "feats": null, "head": 12, "id": 16, "lemma": ",", "misc": "", "start_char": 806, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 810, "feats": null, "head": 21, "id": 17, "lemma": "so", "misc": "", "start_char": 808, "text": "so", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 813, "feats": null, "head": 17, "id": 18, "lemma": "as", "misc": "", "start_char": 811, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 817, "feats": null, "head": 21, "id": 19, "lemma": "not", "misc": "", "start_char": 814, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 820, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 818, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 825, "feats": "VerbForm=Inf", "head": 12, "id": 21, "lemma": "make", "misc": "", "start_char": 821, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 831, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "water", "misc": "", "start_char": 826, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 837, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "ring", "misc": "", "start_char": 832, "text": "rings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 840, "feats": null, "head": 27, "id": 24, "lemma": "on", "misc": "", "start_char": 838, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 844, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 25, "lemma": "the", "misc": "", "start_char": 841, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 848, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "end", "misc": "", "start_char": 845, "text": "end", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 855, "feats": "Number=Plur", "head": 21, "id": 27, "lemma": "table", "misc": "", "start_char": 849, "text": "tables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 857, "feats": null, "head": 6, "id": 28, "lemma": ".", "misc": "", "start_char": 856, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (NP (PRP she)) (VP (VBZ knows) (ADVP (JJR better))) (. .)))" }, "speaker": null, "text": "Now she knows better.", "tokens": [ { "deprel": "advmod", "end_char": 861, "feats": null, "head": 3, "id": 1, "lemma": "now", "misc": "", "start_char": 858, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 865, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "she", "misc": "", "start_char": 862, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 871, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "know", "misc": "", "start_char": 866, "text": "knows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 878, "feats": "Degree=Cmp", "head": 3, "id": 4, "lemma": "good", "misc": "", "start_char": 872, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 880, "feats": null, "head": 3, "id": 5, "lemma": ".", "misc": "", "start_char": 879, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 882, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 881, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT These) (NNS disappearances)) (VP (VBD had) (NP (NP (DT a) (JJ confusing) (NN effect)) (PP (IN on) (NP (PRP$ our) (NN family))))) (. .)))" }, "speaker": null, "text": "These disappearances had a confusing effect on our family.", "tokens": [ { "deprel": "det", "end_char": 888, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 883, "text": "These", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 903, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "disappearance", "misc": "", "start_char": 889, "text": "disappearances", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 907, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 904, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 909, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 908, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 919, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "confusing", "misc": "", "start_char": 910, "text": "confusing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 926, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "effect", "misc": "", "start_char": 920, "text": "effect", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 929, "feats": null, "head": 9, "id": 7, "lemma": "on", "misc": "", "start_char": 927, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 933, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "our", "misc": "", "start_char": 930, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 940, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "family", "misc": "", "start_char": 934, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 942, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 941, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP We)) (VP (VBD were) (RB all) (ADJP (JJ inclined) (PP (IN to) (NP (NN forgetfulness)))))) (, ,) (CC and) (S (NP (PRP it)) (VP (VBD was) (ADJP (JJ common)) (PP (IN for) (NP (NP (CD one)) (PP (IN of) (NP (PRP us))))) (, ,) (PP (IN upon) (S (VP (VBG returning) (PP (IN from) (NP (DT the) (NN bathroom)))))) (, ,) (S (VP (TO to) (VP (VB find) (SBAR (S (NP (NP (DT the) (DT every) (NN sign)) (PP (IN of) (NP (NP (PRP$ his) (NN work)) (PP (IN in) (NP (NN progress)))))) (VP (VBD had) (VP (VBN disappeared) (ADVP (RB suddenly))))))))))) (. .)))" }, "speaker": null, "text": "We were all inclined to forgetfulness, and it was common for one of us, upon returning from the bathroom, to find the every sign of his work in progress had disappeared suddenly.", "tokens": [ { "deprel": "nsubj", "end_char": 945, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "we", "misc": "", "start_char": 943, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 950, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 946, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 954, "feats": null, "head": 4, "id": 3, "lemma": "all", "misc": "", "start_char": 951, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 963, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "inclined", "misc": "", "start_char": 955, "text": "inclined", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 966, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 964, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 980, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "forgetfulness", "misc": "", "start_char": 967, "text": "forgetfulness", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 982, "feats": null, "head": 11, "id": 7, "lemma": ",", "misc": "", "start_char": 981, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 986, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 983, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 989, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "it", "misc": "", "start_char": 987, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 993, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 990, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 1000, "feats": "Degree=Pos", "head": 4, "id": 11, "lemma": "common", "misc": "", "start_char": 994, "text": "common", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1004, "feats": null, "head": 13, "id": 12, "lemma": "for", "misc": "", "start_char": 1001, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1008, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 13, "lemma": "one", "misc": "", "start_char": 1005, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1011, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 1009, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1014, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 15, "lemma": "we", "misc": "", "start_char": 1012, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1016, "feats": null, "head": 18, "id": 16, "lemma": ",", "misc": "", "start_char": 1015, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1021, "feats": null, "head": 18, "id": 17, "lemma": "upon", "misc": "", "start_char": 1017, "text": "upon", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1031, "feats": "VerbForm=Ger", "head": 11, "id": 18, "lemma": "return", "misc": "", "start_char": 1022, "text": "returning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1036, "feats": null, "head": 21, "id": 19, "lemma": "from", "misc": "", "start_char": 1032, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1040, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 1037, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1049, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "bathroom", "misc": "", "start_char": 1041, "text": "bathroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1051, "feats": null, "head": 24, "id": 22, "lemma": ",", "misc": "", "start_char": 1050, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1054, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 1052, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1059, "feats": "VerbForm=Inf", "head": 11, "id": 24, "lemma": "find", "misc": "", "start_char": 1055, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1063, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 25, "lemma": "the", "misc": "", "start_char": 1060, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "det", "end_char": 1069, "feats": null, "head": 27, "id": 26, "lemma": "every", "misc": "", "start_char": 1064, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1074, "feats": "Number=Sing", "head": 34, "id": 27, "lemma": "sign", "misc": "", "start_char": 1070, "text": "sign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1077, "feats": null, "head": 30, "id": 28, "lemma": "of", "misc": "", "start_char": 1075, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1081, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 30, "id": 29, "lemma": "his", "misc": "", "start_char": 1078, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1086, "feats": "Number=Sing", "head": 27, "id": 30, "lemma": "work", "misc": "", "start_char": 1082, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1089, "feats": null, "head": 32, "id": 31, "lemma": "in", "misc": "", "start_char": 1087, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1098, "feats": "Number=Sing", "head": 30, "id": 32, "lemma": "progress", "misc": "", "start_char": 1090, "text": "progress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1102, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 34, "id": 33, "lemma": "have", "misc": "", "start_char": 1099, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1114, "feats": "Tense=Past|VerbForm=Part", "head": 24, "id": 34, "lemma": "disappear", "misc": "", "start_char": 1103, "text": "disappeared", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1123, "feats": "Degree=Pos", "head": 34, "id": 35, "lemma": "suddenly", "misc": "", "start_char": 1115, "text": "suddenly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1125, "feats": null, "head": 4, "id": 36, "lemma": ".", "misc": "", "start_char": 1124, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (SQ (`` ``) (VBP Do) (NP (PRP you)) (VP (VB remember) (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBD was) (VP (VBG doing)))))) (. ?) ('' '')))" }, "speaker": null, "text": "\"Do you remember what I was doing?\"", "tokens": [ { "deprel": "punct", "end_char": 1128, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 1126, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "aux", "end_char": 1131, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 1129, "text": "Do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1135, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 3, "lemma": "you", "misc": "", "start_char": 1132, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1144, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "remember", "misc": "", "start_char": 1136, "text": "remember", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1149, "feats": "PronType=Rel", "head": 8, "id": 5, "lemma": "what", "misc": "", "start_char": 1145, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1151, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 6, "lemma": "I", "misc": "", "start_char": 1150, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1155, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1152, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1161, "feats": "Tense=Pres|VerbForm=Part", "head": 4, "id": 8, "lemma": "do", "misc": "", "start_char": 1156, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1163, "feats": null, "head": 4, "id": 9, "lemma": "?", "misc": "", "start_char": 1162, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1166, "feats": null, "head": 4, "id": 10, "lemma": "''", "misc": "", "start_char": 1164, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (VP (VBD was) (NP (NP (DT a) (NN question)) (VP (ADVP (RB frequently)) (VBN asked) (, ,) (CC but) (ADVP (RB rarely)) (VP (VBD answered))))) (. .)))" }, "speaker": null, "text": "was a question frequently asked, but rarely answered.", "tokens": [ { "deprel": "aux:pass", "end_char": 1170, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 1, "lemma": "be", "misc": "", "start_char": 1167, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1172, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1171, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1181, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "question", "misc": "", "start_char": 1173, "text": "question", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1192, "feats": null, "head": 5, "id": 4, "lemma": "frequently", "misc": "", "start_char": 1182, "text": "frequently", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1198, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 5, "lemma": "ask", "misc": "", "start_char": 1193, "text": "asked", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1200, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 1199, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1204, "feats": null, "head": 9, "id": 7, "lemma": "but", "misc": "", "start_char": 1201, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1211, "feats": null, "head": 9, "id": 8, "lemma": "rarely", "misc": "", "start_char": 1205, "text": "rarely", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1220, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 9, "lemma": "answer", "misc": "", "start_char": 1212, "text": "answered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1222, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 1221, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1224, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1223, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Now)) (NP (PRP$ my) (NN sister)) (VP (VBZ has) (VP (VBN developed) (NP (NP (DT a) (JJ second-hand) (NN love)) (PP (IN of) (S (VP (NN cleaning) (NP (NNS windows))))))))) (, ,) (CC and) (S (NP (PRP$ my) (NN brother)) (VP (VBZ does) (NP (DT the) (NN cleaning)) (PP (IN in) (NP (PRP$ his) (NN house))) (, ,) (S (ADVP (RB perhaps)) (VP (TO to) (VP (VB avoid) (S (VP (VBG having) (S (VP (TO to) (VP (VB be) (NP (NP (DT the) (NN one)) (SBAR (S (VP (TO to) (VP (VB lift) (NP (PRP$ his) (NNS feet))))))))))))))))) (. .)))" }, "speaker": null, "text": "Now my sister has developed a second-hand love of cleaning windows, and my brother does the cleaning in his house, perhaps to avoid having to be the one to lift his feet.", "tokens": [ { "deprel": "advmod", "end_char": 1228, "feats": null, "head": 5, "id": 1, "lemma": "now", "misc": "", "start_char": 1225, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 1231, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "my", "misc": "", "start_char": 1229, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1238, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "sister", "misc": "", "start_char": 1232, "text": "sister", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1242, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "have", "misc": "", "start_char": 1239, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1252, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 5, "lemma": "develop", "misc": "", "start_char": 1243, "text": "developed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1254, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 1253, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1266, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "second-hand", "misc": "", "start_char": 1255, "text": "second-hand", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1271, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "love", "misc": "", "start_char": 1267, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1274, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 1272, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1283, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "cleaning", "misc": "", "start_char": 1275, "text": "cleaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1291, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "window", "misc": "", "start_char": 1284, "text": "windows", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1293, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 1292, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1297, "feats": null, "head": 16, "id": 13, "lemma": "and", "misc": "", "start_char": 1294, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1300, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "my", "misc": "", "start_char": 1298, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1308, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "brother", "misc": "", "start_char": 1301, "text": "brother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1313, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 16, "lemma": "do", "misc": "", "start_char": 1309, "text": "does", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1317, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 1314, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1326, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "cleaning", "misc": "", "start_char": 1318, "text": "cleaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1329, "feats": null, "head": 21, "id": 19, "lemma": "in", "misc": "", "start_char": 1327, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1333, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "his", "misc": "", "start_char": 1330, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1339, "feats": "Number=Sing", "head": 16, "id": 21, "lemma": "house", "misc": "", "start_char": 1334, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1341, "feats": null, "head": 25, "id": 22, "lemma": ",", "misc": "", "start_char": 1340, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1349, "feats": null, "head": 25, "id": 23, "lemma": "perhaps", "misc": "", "start_char": 1342, "text": "perhaps", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1352, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 1350, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1358, "feats": "VerbForm=Inf", "head": 16, "id": 25, "lemma": "avoid", "misc": "", "start_char": 1353, "text": "avoid", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1365, "feats": "VerbForm=Ger", "head": 25, "id": 26, "lemma": "have", "misc": "", "start_char": 1359, "text": "having", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1368, "feats": null, "head": 30, "id": 27, "lemma": "to", "misc": "", "start_char": 1366, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1371, "feats": "VerbForm=Inf", "head": 30, "id": 28, "lemma": "be", "misc": "", "start_char": 1369, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 1375, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 29, "lemma": "the", "misc": "", "start_char": 1372, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 1379, "feats": "Number=Sing", "head": 26, "id": 30, "lemma": "one", "misc": "", "start_char": 1376, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1382, "feats": null, "head": 32, "id": 31, "lemma": "to", "misc": "", "start_char": 1380, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1387, "feats": "VerbForm=Inf", "head": 30, "id": 32, "lemma": "lift", "misc": "", "start_char": 1383, "text": "lift", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1391, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 34, "id": 33, "lemma": "his", "misc": "", "start_char": 1388, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1396, "feats": "Number=Plur", "head": 32, "id": 34, "lemma": "foot", "misc": "", "start_char": 1392, "text": "feet", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1398, "feats": null, "head": 5, "id": 35, "lemma": ".", "misc": "", "start_char": 1397, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBP try) (S (RB not) (VP (TO to) (VP (VB think) (PP (IN about) (NP (PRP it))) (ADVP (RB too) (RB much))))))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP have) (PP (IN at) (NP (DT this) (JJR later) (NN time))) (VP (VBN started) (S (VP (TO to) (VP (VB dust) (NP (DT the) (NN furniture)) (NP (ADVP (RB once)) (NP (DT a) (NN week))))))))) (. .)))" }, "speaker": null, "text": "I try not to think about it too much, but I have at this later time started to dust the furniture once a week.", "tokens": [ { "deprel": "nsubj", "end_char": 1400, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1399, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1404, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "try", "misc": "", "start_char": 1401, "text": "try", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1408, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 1405, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 1411, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1409, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1417, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "think", "misc": "", "start_char": 1412, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1423, "feats": null, "head": 7, "id": 6, "lemma": "about", "misc": "", "start_char": 1418, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1426, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 7, "lemma": "it", "misc": "", "start_char": 1424, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1430, "feats": null, "head": 9, "id": 8, "lemma": "too", "misc": "", "start_char": 1427, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1435, "feats": null, "head": 5, "id": 9, "lemma": "much", "misc": "", "start_char": 1431, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1437, "feats": null, "head": 18, "id": 10, "lemma": ",", "misc": "", "start_char": 1436, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1441, "feats": null, "head": 18, "id": 11, "lemma": "but", "misc": "", "start_char": 1438, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1443, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 18, "id": 12, "lemma": "I", "misc": "", "start_char": 1442, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1448, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 18, "id": 13, "lemma": "have", "misc": "", "start_char": 1444, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 1451, "feats": null, "head": 17, "id": 14, "lemma": "at", "misc": "", "start_char": 1449, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1456, "feats": "Number=Sing|PronType=Dem", "head": 17, "id": 15, "lemma": "this", "misc": "", "start_char": 1452, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1462, "feats": "Degree=Cmp", "head": 17, "id": 16, "lemma": "late", "misc": "", "start_char": 1457, "text": "later", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 1467, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "time", "misc": "", "start_char": 1463, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1475, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 18, "lemma": "start", "misc": "", "start_char": 1468, "text": "started", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1478, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1476, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1483, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "dust", "misc": "", "start_char": 1479, "text": "dust", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1487, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 1484, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1497, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "furniture", "misc": "", "start_char": 1488, "text": "furniture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1502, "feats": "NumType=Mult", "head": 20, "id": 23, "lemma": "once", "misc": "", "start_char": 1498, "text": "once", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1504, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 24, "lemma": "a", "misc": "", "start_char": 1503, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1509, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "week", "misc": "", "start_char": 1505, "text": "week", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1511, "feats": null, "head": 2, "id": 26, "lemma": ".", "misc": "", "start_char": 1510, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
All her life, my mother wanted busy children. It was very important that her house should remain at all things clean and tidy. You could turn your back for a moment in my mother's house, leave a half written letter on the dining room table, a magazine open on the chair, and turn around to find that my mother had "put it back where it belonged." as she explained. My wife, on one of her first visits to my mother's house, placed a packet of biscuits on an end table and went to the kitchen to fetch a drink. When she returned, she found the packet had been removed. Confused, she set down her drink and went back to the kitchen for more biscuits, only to return to find that her drink had disappeared. Up to then she had guessed that everyone in my family held onto their drinks, so as not to make water rings on the end tables. Now she knows better. These disappearances had a confusing effect on our family. We were all inclined to forgetfulness, and it was common for one of us, upon returning from the bathroom, to find the every sign of his work in progress had disappeared suddenly. "Do you remember what I was doing?" was a question frequently asked, but rarely answered. Now my sister has developed a second-hand love of cleaning windows, and my brother does the cleaning in his house, perhaps to avoid having to be the one to lift his feet. I try not to think about it too much, but I have at this later time started to dust the furniture once a week.
[ [ [ 0, 0, 2 ] ], [ [ 0, 7, 8 ] ], [ [ 1, 5, 6 ], [ 3, 9, 12 ], [ 6, 10, 13 ] ], [ [ 1, 10, 11 ] ], [ [ 3, 0, 0 ], [ 3, 3, 3 ] ], [ [ 3, 3, 4 ] ], [ [ 3, 6, 7 ] ], [ [ 3, 15, 18 ] ], [ [ 3, 20, 23 ] ], [ [ 3, 25, 26 ] ], [ [ 3, 29, 30 ] ], [ [ 3, 43, 43 ], [ 3, 46, 46 ] ], [ [ 6, 16, 19 ], [ 7, 6, 7 ] ], [ [ 6, 19, 19 ] ], [ [ 6, 21, 23 ], [ 9, 24, 26 ] ], [ [ 6, 27, 28 ], [ 8, 11, 12 ] ], [ [ 6, 31, 32 ], [ 8, 5, 6 ], [ 8, 23, 24 ] ], [ [ 8, 14, 15 ] ], [ [ 9, 2, 2 ] ], [ [ 9, 3, 3 ], [ 10, 1, 1 ], [ 6, 0, 1 ], [ 6, 6, 6 ], [ 7, 1, 1 ], [ 7, 4, 4 ], [ 8, 2, 2 ], [ 8, 5, 5 ], [ 8, 23, 23 ] ], [ [ 9, 9, 10 ], [ 9, 13, 13 ] ], [ [ 9, 13, 14 ] ], [ [ 9, 21, 22 ] ], [ [ 10, 0, 0 ] ], [ [ 0, 4, 4 ], [ 6, 10, 10 ], [ 9, 9, 9 ], [ 3, 9, 9 ], [ 3, 38, 38 ], [ 6, 0, 0 ], [ 17, 13, 13 ], [ 18, 0, 0 ], [ 18, 11, 11 ], [ 17, 1, 1 ] ], [ [ 12, 0, 1 ] ], [ [ 12, 3, 5 ] ], [ [ 12, 7, 8 ] ], [ [ 12, 7, 7 ], [ 13, 0, 0 ], [ 13, 14, 14 ] ], [ [ 13, 2, 2 ] ], [ [ 13, 8, 8 ] ], [ [ 13, 12, 14 ], [ 13, 28, 28 ] ], [ [ 13, 19, 20 ] ], [ [ 13, 24, 29 ] ], [ [ 13, 28, 29 ] ], [ [ 13, 31, 31 ] ], [ [ 14, 2, 2 ] ], [ [ 14, 5, 5 ] ], [ [ 14, 4, 7 ] ], [ [ 15, 1, 2 ] ], [ [ 17, 0, 0 ] ], [ [ 17, 13, 14 ], [ 17, 19, 19 ], [ 17, 32, 32 ] ], [ [ 17, 16, 17 ] ], [ [ 17, 19, 20 ] ], [ [ 17, 32, 33 ] ], [ [ 18, 14, 16 ] ], [ [ 18, 20, 21 ] ], [ [ 18, 23, 24 ] ], [ [ 17, 1, 2 ] ], [ [ 17, 5, 10 ] ], [ [ 17, 9, 10 ] ], [ [ 17, 10, 10 ] ], [ [ 3, 9, 11 ], [ 0, 1, 1 ], [ 0, 4, 5 ], [ 1, 5, 5 ], [ 3, 38, 39 ], [ 4, 1, 1 ], [ 6, 10, 12 ] ], [ [ 6, 4, 13 ] ], [ [ 6, 6, 13 ] ], [ [ 9, 7, 10 ] ], [ [ 9, 21, 21 ] ], [ [ 17, 28, 33 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36152
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP They)) (ADVP (RB already)) (VP (VBP guide) (NP (ADJP (JJ blind) (CC and) (JJ disabled)) (NNS people)))) (: ;) (S (ADVP (RB now)) (NP (NNS dogs)) (VP (VBP are) (S (VP (TO to) (VP (VB be) (VP (VBN trained) (S (VP (TO to) (VP (VB help) (NP (NNS people)) (PP (IN with) (NP (NP (NN dementia)) (CC or) (NP (NNP Alzheimer) (POS 's))))))))))))) (. .)))" }, "speaker": null, "text": "They already guide blind and disabled people; now dogs are to be trained to help people with dementia or Alzheimer's.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 0, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 12, "feats": null, "head": 3, "id": 2, "lemma": "already", "misc": "", "start_char": 5, "text": "already", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 18, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "guide", "misc": "", "start_char": 13, "text": "guide", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 24, "feats": "Degree=Pos", "head": 7, "id": 4, "lemma": "blind", "misc": "", "start_char": 19, "text": "blind", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 28, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 25, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 37, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "disabled", "misc": "", "start_char": 29, "text": "disabled", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 44, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "person", "misc": "", "start_char": 38, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 46, "feats": null, "head": 3, "id": 8, "lemma": ";", "misc": "", "start_char": 45, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "advmod", "end_char": 50, "feats": null, "head": 14, "id": 9, "lemma": "now", "misc": "", "start_char": 47, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj:pass", "end_char": 55, "feats": "Number=Plur", "head": 14, "id": 10, "lemma": "dog", "misc": "", "start_char": 51, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 59, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 11, "lemma": "be", "misc": "", "start_char": 56, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "mark", "end_char": 62, "feats": null, "head": 14, "id": 12, "lemma": "to", "misc": "", "start_char": 60, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 65, "feats": "VerbForm=Inf", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 63, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "parataxis", "end_char": 73, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 14, "lemma": "train", "misc": "", "start_char": 66, "text": "trained", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 76, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 74, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 81, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "help", "misc": "", "start_char": 77, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 88, "feats": "Number=Plur", "head": 16, "id": 17, "lemma": "person", "misc": "", "start_char": 82, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 93, "feats": null, "head": 19, "id": 18, "lemma": "with", "misc": "", "start_char": 89, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 102, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "dementia", "misc": "", "start_char": 94, "text": "dementia", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 105, "feats": null, "head": 21, "id": 20, "lemma": "or", "misc": "", "start_char": 103, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 115, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "Alzheimer", "misc": "", "start_char": 106, "text": "Alzheimer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 118, "feats": null, "head": 21, "id": 22, "lemma": "'s", "misc": "", "start_char": 116, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "punct", "end_char": 120, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 119, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NNP Alzheimer) (POS 's)) (VP (MD can) (VP (VB make) (S (NP (NNS people)) (VP (VP (VB confuse) (NP (NN night) (CC and) (NN day))) (CC or) (VP (VB forget) (NP (NP (JJ basic) (NNS things)) (PP (JJ such) (IN as) (S (VP (NN washing) (CC or) (VBG drinking) (NP (JJ enough) (NN water))))))))))) (. .)))" }, "speaker": null, "text": "Alzheimer's can make people confuse night and day or forget basic things such as washing or drinking enough water.", "tokens": [ { "deprel": "nsubj", "end_char": 130, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Alzheimer", "misc": "", "start_char": 121, "text": "Alzheimer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 133, "feats": null, "head": 1, "id": 2, "lemma": "'s", "misc": "", "start_char": 131, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "aux", "end_char": 137, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 134, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 142, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "make", "misc": "", "start_char": 138, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 149, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "person", "misc": "", "start_char": 143, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 157, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "confuse", "misc": "", "start_char": 150, "text": "confuse", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 163, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "night", "misc": "", "start_char": 158, "text": "night", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 167, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 164, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 171, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "day", "misc": "", "start_char": 168, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 174, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 172, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 181, "feats": "VerbForm=Inf", "head": 6, "id": 11, "lemma": "forget", "misc": "", "start_char": 175, "text": "forget", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 187, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "basic", "misc": "", "start_char": 182, "text": "basic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 194, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "thing", "misc": "", "start_char": 188, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 199, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "such", "misc": "", "start_char": 195, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 202, "feats": null, "head": 14, "id": 15, "lemma": "as", "misc": "", "start_char": 200, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 210, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "washing", "misc": "", "start_char": 203, "text": "washing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 213, "feats": null, "head": 18, "id": 17, "lemma": "or", "misc": "", "start_char": 211, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 222, "feats": "VerbForm=Ger", "head": 16, "id": 18, "lemma": "drink", "misc": "", "start_char": 214, "text": "drinking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 229, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "enough", "misc": "", "start_char": 223, "text": "enough", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 235, "feats": "Number=Sing", "head": 16, "id": 20, "lemma": "water", "misc": "", "start_char": 230, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 237, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 236, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 239, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 238, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS dogs)) (VP (MD will) (VP (VB be) (VP (VBN trained) (S (VP (TO to) (VP (VB respond) (PP (IN to) (NP (NP (NP (NN sound) (NNS triggers)) (PP (IN in) (NP (DT the) (NN home)))) (SBAR (WHNP (WDT that)) (S (VP (VBP cause) (S (NP (PRP them)) (VP (TO to) (VP (VB perform) (NP (NNS tasks)))))))))))))))) (. .)))" }, "speaker": null, "text": "The dogs will be trained to respond to sound triggers in the home that cause them to perform tasks.", "tokens": [ { "deprel": "det", "end_char": 243, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 240, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 248, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "dog", "misc": "", "start_char": 244, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 253, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "will", "misc": "", "start_char": 249, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 256, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 254, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 264, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "train", "misc": "", "start_char": 257, "text": "trained", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 267, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 265, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 275, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "respond", "misc": "", "start_char": 268, "text": "respond", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 278, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 276, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 284, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "sound", "misc": "", "start_char": 279, "text": "sound", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 293, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "trigger", "misc": "", "start_char": 285, "text": "triggers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 296, "feats": null, "head": 13, "id": 11, "lemma": "in", "misc": "", "start_char": 294, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 300, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 297, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 305, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "home", "misc": "", "start_char": 301, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 310, "feats": "PronType=Rel", "head": 15, "id": 14, "lemma": "that", "misc": "", "start_char": 306, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 316, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 15, "lemma": "cause", "misc": "", "start_char": 311, "text": "cause", "upos": "VERB", "xpos": "VBP" }, { "deprel": "iobj", "end_char": 321, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 16, "lemma": "they", "misc": "", "start_char": 317, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 324, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 322, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 332, "feats": "VerbForm=Inf", "head": 15, "id": 18, "lemma": "perform", "misc": "", "start_char": 325, "text": "perform", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 338, "feats": "Number=Plur", "head": 18, "id": 19, "lemma": "task", "misc": "", "start_char": 333, "text": "tasks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 340, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 339, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS duties)) (VP (MD will) (VP (VB include) (S (VP (VBG reminding) (NP (PRP$ their) (NNS owners)) (S (VP (VP (TO to) (VP (VB take) (NP (NN medicine)))) (, ,) (CONJP (RB as) (RB well) (IN as)) (VP (VBG encouraging) (NP (PRP them)) (S (VP (TO to) (VP (VB eat) (, ,) (VB drink) (CC and) (VB sleep) (ADVP (RB regularly)))))))))))) (. .)))" }, "speaker": null, "text": "The duties will include reminding their owners to take medicine, as well as encouraging them to eat, drink and sleep regularly.", "tokens": [ { "deprel": "det", "end_char": 344, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 341, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 351, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "duty", "misc": "", "start_char": 345, "text": "duties", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 356, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "will", "misc": "", "start_char": 352, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 364, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "include", "misc": "", "start_char": 357, "text": "include", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 374, "feats": "VerbForm=Ger", "head": 4, "id": 5, "lemma": "remind", "misc": "", "start_char": 365, "text": "reminding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 380, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "their", "misc": "", "start_char": 375, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "iobj", "end_char": 387, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "owner", "misc": "", "start_char": 381, "text": "owners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 390, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 388, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 395, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "take", "misc": "", "start_char": 391, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 404, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "medicine", "misc": "", "start_char": 396, "text": "medicine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 406, "feats": null, "head": 15, "id": 11, "lemma": ",", "misc": "", "start_char": 405, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 409, "feats": null, "head": 15, "id": 12, "lemma": "as", "misc": "", "start_char": 407, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 414, "feats": "Degree=Pos", "head": 12, "id": 13, "lemma": "well", "misc": "", "start_char": 410, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 417, "feats": null, "head": 12, "id": 14, "lemma": "as", "misc": "", "start_char": 415, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "conj", "end_char": 429, "feats": "VerbForm=Ger", "head": 9, "id": 15, "lemma": "encourage", "misc": "", "start_char": 418, "text": "encouraging", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 434, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 16, "lemma": "they", "misc": "", "start_char": 430, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 437, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 435, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 441, "feats": "VerbForm=Inf", "head": 15, "id": 18, "lemma": "eat", "misc": "", "start_char": 438, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 443, "feats": null, "head": 20, "id": 19, "lemma": ",", "misc": "", "start_char": 442, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 449, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "drink", "misc": "", "start_char": 444, "text": "drink", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 453, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 450, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 459, "feats": "VerbForm=Inf", "head": 18, "id": 22, "lemma": "sleep", "misc": "", "start_char": 454, "text": "sleep", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 469, "feats": null, "head": 18, "id": 23, "lemma": "regularly", "misc": "", "start_char": 460, "text": "regularly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 471, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 470, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 473, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 472, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN idea)) (VP (VP (VBD was) (VP (VBN developed) (PP (IN by) (NP (NP (NN design) (NNS students)) (PP (IN at) (NP (NP (DT the) (NNP Glasgow) (NNP School)) (PP (IN of) (NP (NNP Art))))))))) (CC and) (VP (MD will) (ADVP (RB now)) (VP (VB be) (VP (VBN put) (PP (IN into) (NP (NN practice))) (PP (IN by) (NP (NP (NP (NNP Alzheimer) (POS 's)) (NNP Scotland) (CC and) (NNPS Dogs)) (PP (IN for) (NP (DT the) (NNP Disabled))))))))) (. .)))" }, "speaker": null, "text": "The idea was developed by design students at the Glasgow School of Art and will now be put into practice by Alzheimer's Scotland and Dogs for the Disabled.", "tokens": [ { "deprel": "det", "end_char": 477, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 474, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 482, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "idea", "misc": "", "start_char": 478, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 486, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 483, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 496, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "develop", "misc": "", "start_char": 487, "text": "developed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 499, "feats": null, "head": 7, "id": 5, "lemma": "by", "misc": "", "start_char": 497, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 506, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "design", "misc": "", "start_char": 500, "text": "design", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl:agent", "end_char": 515, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "student", "misc": "", "start_char": 507, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 518, "feats": null, "head": 11, "id": 8, "lemma": "at", "misc": "", "start_char": 516, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 522, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 519, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 530, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "Glasgow", "misc": "", "start_char": 523, "text": "Glasgow", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 537, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "School", "misc": "", "start_char": 531, "text": "School", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 540, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 538, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 544, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "Art", "misc": "", "start_char": 541, "text": "Art", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 548, "feats": null, "head": 18, "id": 14, "lemma": "and", "misc": "", "start_char": 545, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 553, "feats": "VerbForm=Fin", "head": 18, "id": 15, "lemma": "will", "misc": "", "start_char": 549, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 557, "feats": null, "head": 18, "id": 16, "lemma": "now", "misc": "", "start_char": 554, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 560, "feats": "VerbForm=Inf", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 558, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 564, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 18, "lemma": "put", "misc": "", "start_char": 561, "text": "put", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 569, "feats": null, "head": 20, "id": 19, "lemma": "into", "misc": "", "start_char": 565, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 578, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "practice", "misc": "", "start_char": 570, "text": "practice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 581, "feats": null, "head": 24, "id": 21, "lemma": "by", "misc": "", "start_char": 579, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 591, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "Alzheimer", "misc": "", "start_char": 582, "text": "Alzheimer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 594, "feats": null, "head": 22, "id": 23, "lemma": "'s", "misc": "", "start_char": 592, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 603, "feats": "Number=Sing", "head": 18, "id": 24, "lemma": "Scotland", "misc": "", "start_char": 595, "text": "Scotland", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 607, "feats": null, "head": 26, "id": 25, "lemma": "and", "misc": "", "start_char": 604, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 612, "feats": "Number=Plur", "head": 24, "id": 26, "lemma": "dog", "misc": "", "start_char": 608, "text": "Dogs", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 616, "feats": null, "head": 29, "id": 27, "lemma": "for", "misc": "", "start_char": 613, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 620, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 28, "lemma": "the", "misc": "", "start_char": 617, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 629, "feats": "Number=Sing", "head": 24, "id": 29, "lemma": "disabled", "misc": "", "start_char": 621, "text": "Disabled", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 631, "feats": null, "head": 4, "id": 30, "lemma": ".", "misc": "", "start_char": 630, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ first) (NNS dogs)) (VP (MD will) (VP (VB be) (VP (VBN distributed) (PP (IN to) (NP (NP (CD four) (JJ Scottish) (NNS couples)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (NP (CD one)) (PP (IN of) (NP (DT the) (NNS partners)))) (VP (VBZ is) (PP (IN in) (NP (NP (DT the) (JJ early) (NNS stages)) (PP (IN of) (NP (NN dementia))))))))))))) (. .)))" }, "speaker": null, "text": "The first dogs will be distributed to four Scottish couples, where one of the partners is in the early stages of dementia.", "tokens": [ { "deprel": "det", "end_char": 635, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 632, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 641, "feats": "Degree=Pos|NumType=Ord", "head": 3, "id": 2, "lemma": "first", "misc": "", "start_char": 636, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 646, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "dog", "misc": "", "start_char": 642, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 651, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "will", "misc": "", "start_char": 647, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 654, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 652, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 666, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "distribute", "misc": "", "start_char": 655, "text": "distributed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 669, "feats": null, "head": 10, "id": 7, "lemma": "to", "misc": "", "start_char": 667, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 674, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 8, "lemma": "four", "misc": "", "start_char": 670, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 683, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "Scottish", "misc": "", "start_char": 675, "text": "Scottish", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 691, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "couple", "misc": "", "start_char": 684, "text": "couples", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 693, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 692, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 699, "feats": "PronType=Rel", "head": 21, "id": 12, "lemma": "where", "misc": "", "start_char": 694, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 703, "feats": "NumForm=Word|NumType=Card", "head": 21, "id": 13, "lemma": "one", "misc": "", "start_char": 700, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 706, "feats": null, "head": 16, "id": 14, "lemma": "of", "misc": "", "start_char": 704, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 710, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 707, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 719, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "partner", "misc": "", "start_char": 711, "text": "partners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 722, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 17, "lemma": "be", "misc": "", "start_char": 720, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 725, "feats": null, "head": 21, "id": 18, "lemma": "in", "misc": "", "start_char": 723, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 729, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 726, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 735, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "early", "misc": "", "start_char": 730, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl:relcl", "end_char": 742, "feats": "Number=Plur", "head": 10, "id": 21, "lemma": "stage", "misc": "", "start_char": 736, "text": "stages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 745, "feats": null, "head": 23, "id": 22, "lemma": "of", "misc": "", "start_char": 743, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 754, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "dementia", "misc": "", "start_char": 746, "text": "dementia", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 756, "feats": null, "head": 6, "id": 24, "lemma": ".", "misc": "", "start_char": 755, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (QP (DT Some) (CD 670,000)) (NNS people)) (PP (IN in) (NP (NNP Britain)))) (VP (VBP have) (NP (NN dementia)))) (CC and) (S (NP (NP (QP (CD one) (IN in) (CD three))) (PP (IN over) (NP (NNS 65s)))) (VP (MD will) (VP (VB develop) (NP (DT the) (NN condition))))) (. .)))" }, "speaker": null, "text": "Some 670,000 people in Britain have dementia and one in three over 65s will develop the condition.", "tokens": [ { "deprel": "det", "end_char": 761, "feats": null, "head": 3, "id": 1, "lemma": "some", "misc": "", "start_char": 757, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 769, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 2, "lemma": "670000", "misc": "", "start_char": 762, "text": "670,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 776, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "person", "misc": "", "start_char": 770, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 779, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 777, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 787, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Britain", "misc": "", "start_char": 780, "text": "Britain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 792, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "have", "misc": "", "start_char": 788, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 801, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "dementia", "misc": "", "start_char": 793, "text": "dementia", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 805, "feats": null, "head": 15, "id": 8, "lemma": "and", "misc": "", "start_char": 802, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 809, "feats": "NumForm=Word|NumType=Card", "head": 15, "id": 9, "lemma": "one", "misc": "", "start_char": 806, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 812, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 810, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 818, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 11, "lemma": "three", "misc": "", "start_char": 813, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 823, "feats": null, "head": 13, "id": 12, "lemma": "over", "misc": "", "start_char": 819, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 827, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "65", "misc": "", "start_char": 824, "text": "65s", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 832, "feats": "VerbForm=Fin", "head": 15, "id": 14, "lemma": "will", "misc": "", "start_char": 828, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 840, "feats": "VerbForm=Inf", "head": 6, "id": 15, "lemma": "develop", "misc": "", "start_char": 833, "text": "develop", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 844, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 841, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 854, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "condition", "misc": "", "start_char": 845, "text": "condition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 856, "feats": null, "head": 6, "id": 18, "lemma": ".", "misc": "", "start_char": 855, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN By) (NP (CD 2021))) (NP (DT this)) (VP (VBZ is) (VP (VBN expected) (S (VP (TO to) (VP (VB rise) (PP (IN to) (NP (QP (CD one) (CD million))))))))) (. .)))" }, "speaker": null, "text": "By 2021 this is expected to rise to one million.", "tokens": [ { "deprel": "case", "end_char": 859, "feats": null, "head": 2, "id": 1, "lemma": "by", "misc": "", "start_char": 857, "text": "By", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 864, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 2, "lemma": "2021", "misc": "", "start_char": 860, "text": "2021", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj:pass", "end_char": 869, "feats": "Number=Sing|PronType=Dem", "head": 5, "id": 3, "lemma": "this", "misc": "", "start_char": 865, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux:pass", "end_char": 872, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 870, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 881, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "expect", "misc": "", "start_char": 873, "text": "expected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 884, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 882, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 889, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "rise", "misc": "", "start_char": 885, "text": "rise", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 892, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 890, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 896, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 9, "lemma": "one", "misc": "", "start_char": 893, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 904, "feats": "NumForm=Word|NumType=Card", "head": 7, "id": 10, "lemma": "million", "misc": "", "start_char": 897, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 906, "feats": null, "head": 5, "id": 11, "lemma": ".", "misc": "", "start_char": 905, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 908, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 907, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Joyce) (NNP Gray)) (PP (IN of) (NP (NP (NNP Alzheimer) (POS 's)) (NNP Scotland)))) (VP (VBD said) (, ,) (`` ``) (S (S (NP (NP (NNS People)) (PP (IN in) (NP (NP (DT the) (JJ early) (NNS stages)) (PP (IN of) (NP (NN dementia)))))) (VP (VBP are) (ADVP (RB still)) (ADJP (JJ able) (S (VP (TO to) (VP (VB live) (NP (DT a) (ADJP (RB relatively) (JJ normal)) (NN life)))))))) (, ,) (CC and) (S (NP (NNS dogs)) (VP (VBP help) (S (VP (TO to) (VP (VB maintain) (NP (NN routine))))))))) (. .) ('' '')))" }, "speaker": null, "text": "Joyce Gray of Alzheimer's Scotland said, \"People in the early stages of dementia are still able to live a relatively normal life, and dogs help to maintain routine.\"", "tokens": [ { "deprel": "nsubj", "end_char": 914, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Joyce", "misc": "", "start_char": 909, "text": "Joyce", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 919, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Gray", "misc": "", "start_char": 915, "text": "Gray", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 922, "feats": null, "head": 6, "id": 3, "lemma": "of", "misc": "", "start_char": 920, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 932, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Alzheimer", "misc": "", "start_char": 923, "text": "Alzheimer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 935, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 933, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 944, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "Scotland", "misc": "", "start_char": 936, "text": "Scotland", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 949, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "say", "misc": "", "start_char": 945, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 951, "feats": null, "head": 7, "id": 8, "lemma": ",", "misc": "", "start_char": 950, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 954, "feats": null, "head": 19, "id": 9, "lemma": "``", "misc": "", "start_char": 952, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 961, "feats": "Number=Plur", "head": 19, "id": 10, "lemma": "person", "misc": "", "start_char": 955, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 964, "feats": null, "head": 14, "id": 11, "lemma": "in", "misc": "", "start_char": 962, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 968, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 965, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 974, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "early", "misc": "", "start_char": 969, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 981, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "stage", "misc": "", "start_char": 975, "text": "stages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 984, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 982, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 993, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "dementia", "misc": "", "start_char": 985, "text": "dementia", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 997, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 17, "lemma": "be", "misc": "", "start_char": 994, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1003, "feats": null, "head": 19, "id": 18, "lemma": "still", "misc": "", "start_char": 998, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1008, "feats": "Degree=Pos", "head": 7, "id": 19, "lemma": "able", "misc": "", "start_char": 1004, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1011, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 1009, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1016, "feats": "VerbForm=Inf", "head": 19, "id": 21, "lemma": "live", "misc": "", "start_char": 1012, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1018, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 22, "lemma": "a", "misc": "", "start_char": 1017, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1029, "feats": null, "head": 24, "id": 23, "lemma": "relatively", "misc": "", "start_char": 1019, "text": "relatively", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1036, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "normal", "misc": "", "start_char": 1030, "text": "normal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1041, "feats": "Number=Sing", "head": 21, "id": 25, "lemma": "life", "misc": "", "start_char": 1037, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1043, "feats": null, "head": 29, "id": 26, "lemma": ",", "misc": "", "start_char": 1042, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1047, "feats": null, "head": 29, "id": 27, "lemma": "and", "misc": "", "start_char": 1044, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1052, "feats": "Number=Plur", "head": 29, "id": 28, "lemma": "dog", "misc": "", "start_char": 1048, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 1057, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 29, "lemma": "help", "misc": "", "start_char": 1053, "text": "help", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1060, "feats": null, "head": 31, "id": 30, "lemma": "to", "misc": "", "start_char": 1058, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1069, "feats": "VerbForm=Inf", "head": 29, "id": 31, "lemma": "maintain", "misc": "", "start_char": 1061, "text": "maintain", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1077, "feats": "Number=Sing", "head": 31, "id": 32, "lemma": "routine", "misc": "", "start_char": 1070, "text": "routine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1079, "feats": null, "head": 7, "id": 33, "lemma": ".", "misc": "", "start_char": 1078, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1082, "feats": null, "head": 7, "id": 34, "lemma": "''", "misc": "", "start_char": 1080, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT Another) (NN advantage)) (PP (IN of) (S (VP (VBG using) (NP (DT the) (NNS pets)) (PP (IN as) (NP (NNS companions))))))) (VP (VBZ is) (SBAR (IN that) (S (NP (NNS dogs)) (VP (MD can) (VP (VB give) (NP (PRP them)) (NP (NP (DT a) (NN sense)) (PP (IN of) (NP (JJ silent) (NN support) (CC and) (NN companionship))))))))) (. .)))" }, "speaker": null, "text": "Another advantage of using the pets as companions is that dogs can give them a sense of silent support and companionship.", "tokens": [ { "deprel": "det", "end_char": 1090, "feats": null, "head": 2, "id": 1, "lemma": "another", "misc": "", "start_char": 1083, "text": "Another", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 1100, "feats": "Number=Sing", "head": 13, "id": 2, "lemma": "advantage", "misc": "", "start_char": 1091, "text": "advantage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1103, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1101, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1109, "feats": "VerbForm=Ger", "head": 2, "id": 4, "lemma": "use", "misc": "", "start_char": 1104, "text": "using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1113, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1110, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1118, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "pet", "misc": "", "start_char": 1114, "text": "pets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1121, "feats": null, "head": 8, "id": 7, "lemma": "as", "misc": "", "start_char": 1119, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1132, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "companion", "misc": "", "start_char": 1122, "text": "companions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1135, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 9, "lemma": "be", "misc": "", "start_char": 1133, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1140, "feats": null, "head": 13, "id": 10, "lemma": "that", "misc": "", "start_char": 1136, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1145, "feats": "Number=Plur", "head": 13, "id": 11, "lemma": "dog", "misc": "", "start_char": 1141, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1149, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "can", "misc": "", "start_char": 1146, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1154, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "give", "misc": "", "start_char": 1150, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 1159, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 14, "lemma": "they", "misc": "", "start_char": 1155, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 1161, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 1160, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1167, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "sense", "misc": "", "start_char": 1162, "text": "sense", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1170, "feats": null, "head": 19, "id": 17, "lemma": "of", "misc": "", "start_char": 1168, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1177, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "silent", "misc": "", "start_char": 1171, "text": "silent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1185, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "support", "misc": "", "start_char": 1178, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1189, "feats": null, "head": 21, "id": 20, "lemma": "and", "misc": "", "start_char": 1186, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1203, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "companionship", "misc": "", "start_char": 1190, "text": "companionship", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1205, "feats": null, "head": 13, "id": 22, "lemma": ".", "misc": "", "start_char": 1204, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NNP Ms) (NNP Gray)) (VP (VBD said) (, ,) (`` ``) (S (NP (DT The) (NN evidence)) (VP (VBZ is) (SBAR (IN that) (S (NP (NNS people)) (VP (MD may) (VP (VB forget) (NP (JJ familiar) (NNS faces) (CC but) (RB not) (NNS pets))))))))) (. .)))" }, "speaker": null, "text": "Ms Gray said, \"The evidence is that people may forget familiar faces but not pets.", "tokens": [ { "deprel": "nsubj", "end_char": 1208, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Ms", "misc": "", "start_char": 1206, "text": "Ms", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1213, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Gray", "misc": "", "start_char": 1209, "text": "Gray", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1218, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 1214, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1220, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 1219, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1223, "feats": null, "head": 3, "id": 5, "lemma": "``", "misc": "", "start_char": 1221, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 1227, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1224, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 1236, "feats": "Number=Sing", "head": 12, "id": 7, "lemma": "evidence", "misc": "", "start_char": 1228, "text": "evidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1239, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 8, "lemma": "be", "misc": "", "start_char": 1237, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1244, "feats": null, "head": 12, "id": 9, "lemma": "that", "misc": "", "start_char": 1240, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1251, "feats": "Number=Plur", "head": 12, "id": 10, "lemma": "person", "misc": "", "start_char": 1245, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1255, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "may", "misc": "", "start_char": 1252, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1262, "feats": "VerbForm=Inf", "head": 3, "id": 12, "lemma": "forget", "misc": "", "start_char": 1256, "text": "forget", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1271, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "familiar", "misc": "", "start_char": 1263, "text": "familiar", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1277, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "face", "misc": "", "start_char": 1272, "text": "faces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1281, "feats": null, "head": 17, "id": 15, "lemma": "but", "misc": "", "start_char": 1278, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1285, "feats": null, "head": 17, "id": 16, "lemma": "not", "misc": "", "start_char": 1282, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1290, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "pet", "misc": "", "start_char": 1286, "text": "pets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1292, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 1291, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (NP (PDT such) (DT a) (JJ strong) (NN bond)) (SBAR (IN that) (S (NP (NNS people)) (ADVP (RB often)) (VP (VBP remember) (S (NP (PRP them)) (ADJP (JJS longest))))))) (. .)))" }, "speaker": null, "text": "It's such a strong bond that people often remember them longest.", "tokens": [ { "deprel": "nsubj", "end_char": 1295, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 1293, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1298, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 1296, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det:predet", "end_char": 1303, "feats": null, "head": 6, "id": 3, "lemma": "such", "misc": "", "start_char": 1299, "text": "such", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 1305, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1304, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1312, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "strong", "misc": "", "start_char": 1306, "text": "strong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1317, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "bond", "misc": "", "start_char": 1313, "text": "bond", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1322, "feats": null, "head": 10, "id": 7, "lemma": "that", "misc": "", "start_char": 1318, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1329, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "person", "misc": "", "start_char": 1323, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1335, "feats": null, "head": 10, "id": 9, "lemma": "often", "misc": "", "start_char": 1330, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1344, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 10, "lemma": "remember", "misc": "", "start_char": 1336, "text": "remember", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1349, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "they", "misc": "", "start_char": 1345, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1357, "feats": "Degree=Sup", "head": 10, "id": 12, "lemma": "long", "misc": "", "start_char": 1350, "text": "longest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "punct", "end_char": 1359, "feats": null, "head": 6, "id": 13, "lemma": ".", "misc": "", "start_char": 1358, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (S (NP (NNS People)) (VP (VBP do) (RB n't) (VP (VB need) (S (VP (TO to) (VP (VB communicate) (ADVP (RB verbally)))))))) (CC but) (S (NP (PRP they)) (VP (MD can) (ADVP (RB still)) (VP (VB interact)))) (. .)))" }, "speaker": null, "text": "People don't need to communicate verbally but they can still interact.", "tokens": [ { "deprel": "nsubj", "end_char": 1366, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "person", "misc": "", "start_char": 1360, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1369, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 1367, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1373, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 1370, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1378, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "need", "misc": "", "start_char": 1374, "text": "need", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1381, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1379, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1393, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "communicate", "misc": "", "start_char": 1382, "text": "communicate", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1402, "feats": null, "head": 6, "id": 7, "lemma": "verbally", "misc": "", "start_char": 1394, "text": "verbally", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1406, "feats": null, "head": 12, "id": 8, "lemma": "but", "misc": "", "start_char": 1403, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1411, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "they", "misc": "", "start_char": 1407, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1415, "feats": "VerbForm=Fin", "head": 12, "id": 10, "lemma": "can", "misc": "", "start_char": 1412, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1421, "feats": null, "head": 12, "id": 11, "lemma": "still", "misc": "", "start_char": 1416, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1430, "feats": "VerbForm=Inf", "head": 4, "id": 12, "lemma": "interact", "misc": "", "start_char": 1422, "text": "interact", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1432, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 1431, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD can) (VP (VB have) (NP (DT a) (JJ speechless) (NN bond)))) (. .) ('' '')))" }, "speaker": null, "text": "You can have a speechless bond.\"", "tokens": [ { "deprel": "nsubj", "end_char": 1436, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 1433, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1440, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 1437, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1445, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 1441, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1447, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1446, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1458, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "speechless", "misc": "", "start_char": 1448, "text": "speechless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1463, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "bond", "misc": "", "start_char": 1459, "text": "bond", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1465, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 1464, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1468, "feats": null, "head": 3, "id": 8, "lemma": "''", "misc": "", "start_char": 1466, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1470, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1469, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Helen) (NNP McCain)) (, ,) (NP (NP (NN director)) (PP (IN of) (NP (NP (NNPS Dogs)) (PP (IN for) (NP (DT the) (NNP Disabled)))))) (, ,)) (VP (VBD said) (, ,) (`` ``) (S (NP (NP (NNS People)) (PP (IN with) (NP (NN dementia)))) (ADVP (RB often)) (VP (VBP forget) (S (VP (TO to) (VP (VB take) (NP (DT the) (NN medicine)))))))) (. .)))" }, "speaker": null, "text": "Helen McCain, director of Dogs for the Disabled, said, \"People with dementia often forget to take the medicine.", "tokens": [ { "deprel": "nsubj", "end_char": 1476, "feats": "Number=Sing", "head": 11, "id": 1, "lemma": "Helen", "misc": "", "start_char": 1471, "text": "Helen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1483, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "McCain", "misc": "", "start_char": 1477, "text": "McCain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1485, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 1484, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1494, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "director", "misc": "", "start_char": 1486, "text": "director", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1497, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1495, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1502, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "dog", "misc": "", "start_char": 1498, "text": "Dogs", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 1506, "feats": null, "head": 9, "id": 7, "lemma": "for", "misc": "", "start_char": 1503, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1510, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1507, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1519, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "disabled", "misc": "", "start_char": 1511, "text": "Disabled", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1521, "feats": null, "head": 1, "id": 10, "lemma": ",", "misc": "", "start_char": 1520, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1526, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "say", "misc": "", "start_char": 1522, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1528, "feats": null, "head": 11, "id": 12, "lemma": ",", "misc": "", "start_char": 1527, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1531, "feats": null, "head": 18, "id": 13, "lemma": "``", "misc": "", "start_char": 1529, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1538, "feats": "Number=Plur", "head": 18, "id": 14, "lemma": "person", "misc": "", "start_char": 1532, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1543, "feats": null, "head": 16, "id": 15, "lemma": "with", "misc": "", "start_char": 1539, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1552, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "dementia", "misc": "", "start_char": 1544, "text": "dementia", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1558, "feats": null, "head": 18, "id": 17, "lemma": "often", "misc": "", "start_char": 1553, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1565, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 18, "lemma": "forget", "misc": "", "start_char": 1559, "text": "forget", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1568, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1566, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1573, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "take", "misc": "", "start_char": 1569, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1577, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 1574, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1586, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "medicine", "misc": "", "start_char": 1578, "text": "medicine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1588, "feats": null, "head": 11, "id": 23, "lemma": ".", "misc": "", "start_char": 1587, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (DT a) (NN dog)) (VP (VBZ presents) (NP (PRP them)) (PP (IN with) (NP (NP (NP (DT a) (NN bag)) (PP (IN with) (NP (NNS pills)))) (PP (IN in) (NP (PRP it)))))))) (NP (EX there)) (VP (VBZ 's) (NP (NP (DT a) (JJR greater) (NN chance)) (PP (IN of) (S (NP (PRP them)) (VP (VBG taking) (NP (PRP it))))))) (. .)))" }, "speaker": null, "text": "If a dog presents them with a bag with pills in it there's a greater chance of them taking it.", "tokens": [ { "deprel": "mark", "end_char": 1591, "feats": null, "head": 4, "id": 1, "lemma": "if", "misc": "", "start_char": 1589, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1593, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1592, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1597, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "dog", "misc": "", "start_char": 1594, "text": "dog", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1606, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 4, "lemma": "present", "misc": "", "start_char": 1598, "text": "presents", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1611, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 5, "lemma": "they", "misc": "", "start_char": 1607, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1616, "feats": null, "head": 8, "id": 6, "lemma": "with", "misc": "", "start_char": 1612, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1618, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 1617, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1622, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "bag", "misc": "", "start_char": 1619, "text": "bag", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1627, "feats": null, "head": 12, "id": 9, "lemma": "with", "misc": "", "start_char": 1623, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1633, "feats": "Number=Plur", "head": 12, "id": 10, "lemma": "pill", "misc": "", "start_char": 1628, "text": "pills", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1636, "feats": null, "head": 12, "id": 11, "lemma": "in", "misc": "", "start_char": 1634, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1639, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 12, "lemma": "it", "misc": "", "start_char": 1637, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "expl", "end_char": 1645, "feats": null, "head": 14, "id": 13, "lemma": "there", "misc": "", "start_char": 1640, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1648, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 14, "lemma": "be", "misc": "", "start_char": 1646, "text": "'s", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1650, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 1649, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1658, "feats": "Degree=Cmp", "head": 17, "id": 16, "lemma": "great", "misc": "", "start_char": 1651, "text": "greater", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 1665, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "chance", "misc": "", "start_char": 1659, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1668, "feats": null, "head": 20, "id": 18, "lemma": "of", "misc": "", "start_char": 1666, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1673, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 20, "id": 19, "lemma": "they", "misc": "", "start_char": 1669, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl", "end_char": 1680, "feats": "VerbForm=Ger", "head": 17, "id": 20, "lemma": "take", "misc": "", "start_char": 1674, "text": "taking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1683, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 21, "lemma": "it", "misc": "", "start_char": 1681, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1685, "feats": null, "head": 14, "id": 22, "lemma": ".", "misc": "", "start_char": 1684, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN dog)) (VP (MD would) (ADVP (RB also)) (VP (VB encourage) (NP (DT the) (NN owner)) (S (VP (TO to) (VP (VB take) (NP (PRP them)) (PRT (RP out)) (PP (IN for) (NP (NNS walks)))))) (, ,) (S (VP (VBG ensuring) (SBAR (S (NP (PRP they)) (VP (VBP keep) (S (VP (VBG exercising) (CC and) (VBG interacting) (PP (IN with) (NP (JJ other) (NNS people)))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "The dog would also encourage the owner to take them out for walks, ensuring they keep exercising and interacting with other people.\"", "tokens": [ { "deprel": "det", "end_char": 1689, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1686, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1693, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "dog", "misc": "", "start_char": 1690, "text": "dog", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1699, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "would", "misc": "", "start_char": 1694, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1704, "feats": null, "head": 5, "id": 4, "lemma": "also", "misc": "", "start_char": 1700, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1714, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "encourage", "misc": "", "start_char": 1705, "text": "encourage", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1718, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1715, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1724, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "owner", "misc": "", "start_char": 1719, "text": "owner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1727, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1725, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1732, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "take", "misc": "", "start_char": 1728, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1737, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 10, "lemma": "they", "misc": "", "start_char": 1733, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 1741, "feats": null, "head": 9, "id": 11, "lemma": "out", "misc": "", "start_char": 1738, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1745, "feats": null, "head": 13, "id": 12, "lemma": "for", "misc": "", "start_char": 1742, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1751, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "walk", "misc": "", "start_char": 1746, "text": "walks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1753, "feats": null, "head": 5, "id": 14, "lemma": ",", "misc": "", "start_char": 1752, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1762, "feats": "VerbForm=Ger", "head": 9, "id": 15, "lemma": "ensure", "misc": "", "start_char": 1754, "text": "ensuring", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nsubj", "end_char": 1767, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "they", "misc": "", "start_char": 1763, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1772, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 17, "lemma": "keep", "misc": "", "start_char": 1768, "text": "keep", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 1783, "feats": "VerbForm=Ger", "head": 17, "id": 18, "lemma": "exercising", "misc": "", "start_char": 1773, "text": "exercising", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cc", "end_char": 1787, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 1784, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1799, "feats": "VerbForm=Ger", "head": 18, "id": 20, "lemma": "interact", "misc": "", "start_char": 1788, "text": "interacting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1804, "feats": null, "head": 23, "id": 21, "lemma": "with", "misc": "", "start_char": 1800, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1810, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "other", "misc": "", "start_char": 1805, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1817, "feats": "Number=Plur", "head": 20, "id": 23, "lemma": "person", "misc": "", "start_char": 1811, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1819, "feats": null, "head": 5, "id": 24, "lemma": ".", "misc": "", "start_char": 1818, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1822, "feats": null, "head": 5, "id": 25, "lemma": "''", "misc": "", "start_char": 1820, "text": "''", "upos": "PUNCT", "xpos": "''" } ] } ]
They already guide blind and disabled people; now dogs are to be trained to help people with dementia or Alzheimer's. Alzheimer's can make people confuse night and day or forget basic things such as washing or drinking enough water. The dogs will be trained to respond to sound triggers in the home that cause them to perform tasks. The duties will include reminding their owners to take medicine, as well as encouraging them to eat, drink and sleep regularly. The idea was developed by design students at the Glasgow School of Art and will now be put into practice by Alzheimer's Scotland and Dogs for the Disabled. The first dogs will be distributed to four Scottish couples, where one of the partners is in the early stages of dementia. Some 670,000 people in Britain have dementia and one in three over 65s will develop the condition. By 2021 this is expected to rise to one million. Joyce Gray of Alzheimer's Scotland said, "People in the early stages of dementia are still able to live a relatively normal life, and dogs help to maintain routine." Another advantage of using the pets as companions is that dogs can give them a sense of silent support and companionship. Ms Gray said, "The evidence is that people may forget familiar faces but not pets. It's such a strong bond that people often remember them longest. People don't need to communicate verbally but they can still interact. You can have a speechless bond." Helen McCain, director of Dogs for the Disabled, said, "People with dementia often forget to take the medicine. If a dog presents them with a bag with pills in it there's a greater chance of them taking it. The dog would also encourage the owner to take them out for walks, ensuring they keep exercising and interacting with other people."
[ [ [ 0, 0, 0 ], [ 4, 5, 5 ], [ 0, 9, 9 ], [ 3, 0, 1 ], [ 3, 15, 15 ], [ 11, 27, 27 ], [ 12, 10, 10 ], [ 4, 15, 15 ] ], [ [ 0, 3, 6 ] ], [ [ 0, 8, 8 ] ], [ [ 0, 18, 21 ] ], [ [ 1, 4, 4 ] ], [ [ 1, 6, 6 ] ], [ [ 1, 8, 8 ] ], [ [ 1, 6, 8 ] ], [ [ 1, 11, 12 ] ], [ [ 1, 18, 19 ] ], [ [ 3, 11, 12 ] ], [ [ 3, 18, 18 ] ], [ [ 4, 4, 9 ] ], [ [ 4, 5, 6 ] ], [ [ 4, 9, 9 ] ], [ [ 4, 14, 22 ] ], [ [ 6, 0, 1 ] ], [ [ 6, 6, 6 ] ], [ [ 6, 8, 12 ] ], [ [ 6, 15, 15 ] ], [ [ 6, 19, 19 ] ], [ [ 6, 21, 23 ], [ 11, 3, 5 ] ], [ [ 7, 0, 2 ] ], [ [ 7, 12, 15 ] ], [ [ 7, 14, 15 ] ], [ [ 7, 18, 22 ] ], [ [ 8, 4, 4 ] ], [ [ 8, 12, 12 ] ], [ [ 8, 15, 16 ] ], [ [ 9, 1, 1 ] ], [ [ 9, 8, 9 ] ], [ [ 11, 9, 15 ], [ 12, 13, 13 ] ], [ [ 11, 11, 15 ] ], [ [ 11, 21, 24 ] ], [ [ 11, 31, 31 ] ], [ [ 12, 0, 7 ] ], [ [ 12, 3, 7 ] ], [ [ 12, 7, 7 ] ], [ [ 12, 14, 20 ] ], [ [ 12, 20, 20 ] ], [ [ 12, 17, 20 ] ], [ [ 13, 0, 1 ], [ 11, 0, 5 ] ], [ [ 13, 5, 6 ] ], [ [ 13, 9, 9 ], [ 14, 7, 7 ], [ 15, 0, 0 ], [ 15, 8, 8 ] ], [ [ 13, 12, 13 ] ], [ [ 16, 0, 0 ] ], [ [ 16, 3, 5 ] ], [ [ 18, 0, 1 ], [ 18, 3, 8 ], [ 18, 0, 8 ] ], [ [ 18, 7, 8 ], [ 6, 27, 28 ] ], [ [ 18, 15, 15 ], [ 11, 15, 15 ], [ 7, 22, 22 ], [ 0, 18, 18 ], [ 8, 6, 6 ] ], [ [ 18, 20, 21 ], [ 19, 20, 20 ] ], [ [ 19, 4, 4 ], [ 18, 13, 15 ], [ 19, 18, 18 ], [ 20, 15, 15 ], [ 20, 5, 6 ] ], [ [ 19, 9, 9 ] ], [ [ 20, 12, 12 ] ], [ [ 20, 21, 22 ] ], [ [ 4, 0, 1 ] ], [ [ 14, 10, 10 ], [ 13, 16, 16 ], [ 12, 4, 5 ] ], [ [ 0, 16, 21 ] ], [ [ 19, 6, 11 ], [ 19, 11, 11 ] ], [ [ 19, 14, 20 ] ], [ [ 19, 18, 20 ] ], [ [ 1, 11, 19 ] ], [ [ 1, 15, 15 ] ], [ [ 1, 17, 19 ] ], [ [ 11, 3, 4 ], [ 6, 21, 22 ], [ 1, 0, 1 ], [ 0, 20, 21 ] ], [ [ 3, 8, 18 ] ], [ [ 6, 5, 12 ] ], [ [ 7, 7, 22 ] ], [ [ 8, 0, 4 ] ], [ [ 8, 8, 12 ] ], [ [ 8, 10, 12 ] ], [ [ 9, 2, 2 ] ], [ [ 12, 17, 18 ] ], [ [ 14, 2, 11 ] ], [ [ 19, 1, 2 ], [ 20, 0, 1 ] ], [ [ 20, 9, 9 ] ], [ [ 18, 5, 8 ], [ 6, 25, 28 ] ], [ [ 20, 17, 17 ] ], [ [ 20, 19, 22 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36153
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (NML (NNPS VISIONS) (NN Service)) (NNPS Adventures)) (PP (IN Since) (NP (CD 1989)))) (, ,) (NP (NNPS VISIONS)) (VP (VBZ has) (VP (VBN organized) (NP (NP (NML (NN community) (NN service)) (NN summer) (NNS programs)) (PP (IN for) (NP (NNS teens)))))) (. .)))" }, "speaker": null, "text": "VISIONS Service Adventures Since 1989, VISIONS has organized community service summer programs for teens.", "tokens": [ { "deprel": "compound", "end_char": 7, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "VISIONS", "misc": "", "start_char": 0, "text": "VISIONS", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "compound", "end_char": 15, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "service", "misc": "", "start_char": 8, "text": "Service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 26, "feats": "Number=Plur", "head": 0, "id": 3, "lemma": "Adventures", "misc": "", "start_char": 16, "text": "Adventures", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 32, "feats": null, "head": 5, "id": 4, "lemma": "since", "misc": "", "start_char": 27, "text": "Since", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 37, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 5, "lemma": "1989", "misc": "", "start_char": 33, "text": "1989", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 39, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 38, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 47, "feats": "Number=Plur", "head": 9, "id": 7, "lemma": "VISIONS", "misc": "", "start_char": 40, "text": "VISIONS", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "aux", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "have", "misc": "", "start_char": 48, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "parataxis", "end_char": 61, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 9, "lemma": "organize", "misc": "", "start_char": 52, "text": "organized", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound", "end_char": 71, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "community", "misc": "", "start_char": 62, "text": "community", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 79, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "service", "misc": "", "start_char": 72, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 86, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "summer", "misc": "", "start_char": 80, "text": "summer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 95, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "program", "misc": "", "start_char": 87, "text": "programs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 99, "feats": null, "head": 15, "id": 14, "lemma": "for", "misc": "", "start_char": 96, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 105, "feats": "Number=Plur", "head": 9, "id": 15, "lemma": "teen", "misc": "", "start_char": 100, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 107, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 106, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (VP (VP (VB Live) (PP (IN with) (NP (NP (JJ other) (NNS teens)) (PP (IN in) (NP (NP (DT a) (NN neighborhood)) (PP (IN of) (NP (PRP$ our) (NN host) (NN community)))))))) (: ;) (VP (VB be) (NP (ADJP (JJR more)) (PP (IN than) (NP (DT a) (NN tourist))))) (. .)))" }, "speaker": null, "text": "Live with other teens in a neighborhood of our host community; be more than a tourist.", "tokens": [ { "deprel": "root", "end_char": 112, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "live", "misc": "", "start_char": 108, "text": "Live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 117, "feats": null, "head": 4, "id": 2, "lemma": "with", "misc": "", "start_char": 113, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 123, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "other", "misc": "", "start_char": 118, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 129, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "teen", "misc": "", "start_char": 124, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 132, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 130, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 134, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 133, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 147, "feats": "Number=Sing", "head": 1, "id": 7, "lemma": "neighborhood", "misc": "", "start_char": 135, "text": "neighborhood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 150, "feats": null, "head": 11, "id": 8, "lemma": "of", "misc": "", "start_char": 148, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 154, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 9, "lemma": "our", "misc": "", "start_char": 151, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 159, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "host", "misc": "", "start_char": 155, "text": "host", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 169, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "community", "misc": "", "start_char": 160, "text": "community", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 171, "feats": null, "head": 1, "id": 12, "lemma": ";", "misc": "", "start_char": 170, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "cop", "end_char": 174, "feats": "Mood=Imp|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 172, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "parataxis", "end_char": 179, "feats": "Degree=Cmp", "head": 1, "id": 14, "lemma": "more", "misc": "", "start_char": 175, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 184, "feats": null, "head": 17, "id": 15, "lemma": "than", "misc": "", "start_char": 180, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 186, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 185, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 194, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "tourist", "misc": "", "start_char": 187, "text": "tourist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 196, "feats": null, "head": 1, "id": 18, "lemma": ".", "misc": "", "start_char": 195, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 198, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 197, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (NML (JJ High) (NN school)) (NNS students)) (PP (IN on) (NP (DT the) (NML (NNPS VISIONS) (NNP Alaska)) (NML (NN community) (NN service)) (NN program)))) (VP (MD will) (VP (VB earn) (NP (NP (CD 100) (NN service) (NNS hours)) (VP (VBG doing) (NP (NP (JJ meaningful) (NN summer) (NNS projects)) (PP (VBG including) (NP (NP (JJ environmental) (NN work)) (CC and) (NP (JJ social) (NNS services))))))))) (. .)))" }, "speaker": null, "text": "High school students on the VISIONS Alaska community service program will earn 100 service hours doing meaningful summer projects including environmental work and social services.", "tokens": [ { "deprel": "amod", "end_char": 203, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "high", "misc": "", "start_char": 199, "text": "High", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 210, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "school", "misc": "", "start_char": 204, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 219, "feats": "Number=Plur", "head": 12, "id": 3, "lemma": "student", "misc": "", "start_char": 211, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 222, "feats": null, "head": 10, "id": 4, "lemma": "on", "misc": "", "start_char": 220, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 226, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 5, "lemma": "the", "misc": "", "start_char": 223, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 234, "feats": "Number=Plur", "head": 10, "id": 6, "lemma": "VISIONS", "misc": "", "start_char": 227, "text": "VISIONS", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "compound", "end_char": 241, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "Alaska", "misc": "", "start_char": 235, "text": "Alaska", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 251, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "community", "misc": "", "start_char": 242, "text": "community", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 259, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "service", "misc": "", "start_char": 252, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 267, "feats": "Number=Sing", "head": 3, "id": 10, "lemma": "program", "misc": "", "start_char": 260, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 272, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "will", "misc": "", "start_char": 268, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 277, "feats": "VerbForm=Inf", "head": 0, "id": 12, "lemma": "earn", "misc": "", "start_char": 273, "text": "earn", "upos": "VERB", "xpos": "VB" }, { "deprel": "nummod", "end_char": 281, "feats": "NumForm=Digit|NumType=Card", "head": 15, "id": 13, "lemma": "100", "misc": "", "start_char": 278, "text": "100", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 289, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "service", "misc": "", "start_char": 282, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 295, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "hour", "misc": "", "start_char": 290, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 301, "feats": "VerbForm=Ger", "head": 15, "id": 16, "lemma": "do", "misc": "", "start_char": 296, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 312, "feats": "Degree=Pos", "head": 19, "id": 17, "lemma": "meaningful", "misc": "", "start_char": 302, "text": "meaningful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 319, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "summer", "misc": "", "start_char": 313, "text": "summer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 328, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "project", "misc": "", "start_char": 320, "text": "projects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 338, "feats": "VerbForm=Ger", "head": 22, "id": 20, "lemma": "include", "misc": "", "start_char": 329, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 352, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "environmental", "misc": "", "start_char": 339, "text": "environmental", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 357, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "work", "misc": "", "start_char": 353, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 361, "feats": null, "head": 25, "id": 23, "lemma": "and", "misc": "", "start_char": 358, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 368, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "social", "misc": "", "start_char": 362, "text": "social", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 377, "feats": "Number=Plur", "head": 22, "id": 25, "lemma": "service", "misc": "", "start_char": 369, "text": "services", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 379, "feats": null, "head": 12, "id": 26, "lemma": ".", "misc": "", "start_char": 378, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD will) (ADVP (RB also)) (VP (VB experience) (NP (NP (JJ amazing) (NNP Alaska) (NNS adventures)) (PP (JJ such) (IN as) (NP (NP (NN backpacking) (NN climbing)) (CC and) (NP (JJR more))))))) (. .)))" }, "speaker": null, "text": "You will also experience amazing Alaska adventures such as backpacking climbing and more.", "tokens": [ { "deprel": "nsubj", "end_char": 383, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 1, "lemma": "you", "misc": "", "start_char": 380, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 388, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "will", "misc": "", "start_char": 384, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 393, "feats": null, "head": 4, "id": 3, "lemma": "also", "misc": "", "start_char": 389, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 404, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "experience", "misc": "", "start_char": 394, "text": "experience", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 412, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "amazing", "misc": "", "start_char": 405, "text": "amazing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 419, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Alaska", "misc": "", "start_char": 413, "text": "Alaska", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 430, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "adventure", "misc": "", "start_char": 420, "text": "adventures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 435, "feats": "Degree=Pos", "head": 11, "id": 8, "lemma": "such", "misc": "", "start_char": 431, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 438, "feats": null, "head": 8, "id": 9, "lemma": "as", "misc": "", "start_char": 436, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 450, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "backpacking", "misc": "", "start_char": 439, "text": "backpacking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 459, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "climb", "misc": "", "start_char": 451, "text": "climbing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 463, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 460, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 468, "feats": "Degree=Cmp", "head": 11, "id": 13, "lemma": "more", "misc": "", "start_char": 464, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 470, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 469, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 472, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 471, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NP (NP (NP (NN PROGRAM) (NNS DATES)) (PP (NP (NNP July) (CD 3)) (PP (IN to) (NP (NNP July) (CD 28))))) (NP (NP (NNP OUR) (NNP HOME) (NNP BASE) (NNP Tetlin) (NNP Village)) (, ,) (NP (NP (DT a) (JJ native) (NN village)) (PP (IN with) (NP (JJ rich) (NNS traditions))))) (. .)))" }, "speaker": null, "text": "PROGRAM DATES July 3 to July 28 OUR HOME BASE Tetlin Village, a native village with rich traditions.", "tokens": [ { "deprel": "compound", "end_char": 480, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "program", "misc": "", "start_char": 473, "text": "PROGRAM", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 486, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "date", "misc": "", "start_char": 481, "text": "DATES", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod:tmod", "end_char": 491, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "July", "misc": "", "start_char": 487, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 493, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 4, "lemma": "3", "misc": "", "start_char": 492, "text": "3", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 496, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 494, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 501, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "July", "misc": "", "start_char": 497, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 504, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 7, "lemma": "28", "misc": "", "start_char": 502, "text": "28", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 508, "feats": "Number=Sing", "head": 12, "id": 8, "lemma": "OUR", "misc": "", "start_char": 505, "text": "OUR", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 513, "feats": "Number=Sing", "head": 12, "id": 9, "lemma": "home", "misc": "", "start_char": 509, "text": "HOME", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 518, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "BASE", "misc": "", "start_char": 514, "text": "BASE", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 525, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Tetlin", "misc": "", "start_char": 519, "text": "Tetlin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "list", "end_char": 533, "feats": "Number=Sing", "head": 2, "id": 12, "lemma": "Village", "misc": "", "start_char": 526, "text": "Village", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 535, "feats": null, "head": 16, "id": 13, "lemma": ",", "misc": "", "start_char": 534, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 537, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 14, "lemma": "a", "misc": "", "start_char": 536, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 544, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "native", "misc": "", "start_char": 538, "text": "native", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 552, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "village", "misc": "", "start_char": 545, "text": "village", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 557, "feats": null, "head": 19, "id": 17, "lemma": "with", "misc": "", "start_char": 553, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 562, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "rich", "misc": "", "start_char": 558, "text": "rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 573, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "tradition", "misc": "", "start_char": 563, "text": "traditions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 575, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 574, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (NN Student) (NNS volunteers)) (PP (IN on) (NP (DT the) (NNPS VISIONS) (NML (NML (NNP British) (NNP Virgin) (NNPS Islands)) (-LRB- -LRB-) (NML (NNP BVI)) (-RRB- -RRB-)) (NML (NN teen) (NN summer)) (NN camp)))) (VP (MD will) (VP (VB receive) (NP (NP (CD 75) (NN service) (NNS hours)) (VP (VBG working) (PP (IN on) (NP (UCP (NN housing) (CC and) (JJ environmental)) (NNS issues))))))) (. .)))" }, "speaker": null, "text": "Student volunteers on the VISIONS British Virgin Islands (BVI) teen summer camp will receive 75 service hours working on housing and environmental issues.", "tokens": [ { "deprel": "compound", "end_char": 583, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Student", "misc": "", "start_char": 576, "text": "Student", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 594, "feats": "Number=Plur", "head": 16, "id": 2, "lemma": "volunteer", "misc": "", "start_char": 584, "text": "volunteers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 597, "feats": null, "head": 14, "id": 3, "lemma": "on", "misc": "", "start_char": 595, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 601, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 4, "lemma": "the", "misc": "", "start_char": 598, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 609, "feats": "Number=Plur", "head": 8, "id": 5, "lemma": "VISIONS", "misc": "", "start_char": 602, "text": "VISIONS", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "amod", "end_char": 617, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "British", "misc": "", "start_char": 610, "text": "British", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "amod", "end_char": 624, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "Virgin", "misc": "", "start_char": 618, "text": "Virgin", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 632, "feats": "Number=Plur", "head": 2, "id": 8, "lemma": "Island", "misc": "", "start_char": 625, "text": "Islands", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 634, "feats": null, "head": 10, "id": 9, "lemma": "(", "misc": "", "start_char": 633, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 638, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "BVI", "misc": "", "start_char": 635, "text": "BVI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 640, "feats": null, "head": 10, "id": 11, "lemma": ")", "misc": "", "start_char": 639, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "compound", "end_char": 645, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "teen", "misc": "", "start_char": 641, "text": "teen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 652, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "summer", "misc": "", "start_char": 646, "text": "summer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 657, "feats": "Number=Sing", "head": 2, "id": 14, "lemma": "camp", "misc": "", "start_char": 653, "text": "camp", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 662, "feats": "VerbForm=Fin", "head": 16, "id": 15, "lemma": "will", "misc": "", "start_char": 658, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 670, "feats": "VerbForm=Inf", "head": 0, "id": 16, "lemma": "receive", "misc": "", "start_char": 663, "text": "receive", "upos": "VERB", "xpos": "VB" }, { "deprel": "nummod", "end_char": 673, "feats": "NumForm=Digit|NumType=Card", "head": 19, "id": 17, "lemma": "75", "misc": "", "start_char": 671, "text": "75", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 681, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "service", "misc": "", "start_char": 674, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 687, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "hour", "misc": "", "start_char": 682, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 695, "feats": "VerbForm=Ger", "head": 19, "id": 20, "lemma": "work", "misc": "", "start_char": 688, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 698, "feats": null, "head": 25, "id": 21, "lemma": "on", "misc": "", "start_char": 696, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 706, "feats": "Number=Sing", "head": 25, "id": 22, "lemma": "housing", "misc": "", "start_char": 699, "text": "housing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 710, "feats": null, "head": 24, "id": 23, "lemma": "and", "misc": "", "start_char": 707, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 724, "feats": "Degree=Pos", "head": 22, "id": 24, "lemma": "environmental", "misc": "", "start_char": 711, "text": "environmental", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 731, "feats": "Number=Plur", "head": 20, "id": 25, "lemma": "issue", "misc": "", "start_char": 725, "text": "issues", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 733, "feats": null, "head": 16, "id": 26, "lemma": ".", "misc": "", "start_char": 732, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (RB not) (VP (VBG working)))) (, ,) (NP (NNS participants)) (VP (MD will) (VP (VP (VB explore) (NP (DT the) (JJ beautiful) (JJ tropical) (NN island))) (CC and) (VP (VB enjoy) (NP (NN beach) (NN time)) (PP (IN among) (NP (DT the) (NNS activities)))))) (. .)))" }, "speaker": null, "text": "While not working, participants will explore the beautiful tropical island and enjoy beach time among the activities.", "tokens": [ { "deprel": "mark", "end_char": 739, "feats": null, "head": 3, "id": 1, "lemma": "while", "misc": "", "start_char": 734, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 743, "feats": null, "head": 3, "id": 2, "lemma": "not", "misc": "", "start_char": 740, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 751, "feats": "VerbForm=Ger", "head": 7, "id": 3, "lemma": "work", "misc": "", "start_char": 744, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 753, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 752, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 766, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "participant", "misc": "", "start_char": 754, "text": "participants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 771, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "will", "misc": "", "start_char": 767, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 779, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "explore", "misc": "", "start_char": 772, "text": "explore", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 783, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 8, "lemma": "the", "misc": "", "start_char": 780, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 793, "feats": "Degree=Pos", "head": 11, "id": 9, "lemma": "beautiful", "misc": "", "start_char": 784, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 802, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "tropical", "misc": "", "start_char": 794, "text": "tropical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 809, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "island", "misc": "", "start_char": 803, "text": "island", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 813, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 810, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 819, "feats": "VerbForm=Inf", "head": 7, "id": 13, "lemma": "enjoy", "misc": "", "start_char": 814, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 825, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "beach", "misc": "", "start_char": 820, "text": "beach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 830, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "time", "misc": "", "start_char": 826, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 836, "feats": null, "head": 18, "id": 16, "lemma": "among", "misc": "", "start_char": 831, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 840, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 837, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 851, "feats": "Number=Plur", "head": 13, "id": 18, "lemma": "activity", "misc": "", "start_char": 841, "text": "activities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 853, "feats": null, "head": 7, "id": 19, "lemma": ".", "misc": "", "start_char": 852, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 855, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 854, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NP (NP (NP (NN PROGRAM) (NNS DATES)) (PP (NP (NNP July) (CD 1)) (PP (IN to) (NP (NNP July) (CD 22))))) (NP (NP (NNP OUR) (NNP HOME) (NNP BASE) (NNP Tortola)) (, ,) (NP (DT the) (JJ commercial) (NN center)) (, ,) (NP (NN capital)) (, ,) (CC and) (NP (NP (JJ large) (NN island)) (PP (IN of) (NP (DT the) (NNP BVI))))) (. .)))" }, "speaker": null, "text": "PROGRAM DATES July 1 to July 22 OUR HOME BASE Tortola, the commercial center, capital, and large island of the BVI.", "tokens": [ { "deprel": "compound", "end_char": 863, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "program", "misc": "", "start_char": 856, "text": "PROGRAM", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 869, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "date", "misc": "", "start_char": 864, "text": "DATES", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "appos", "end_char": 874, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "July", "misc": "", "start_char": 870, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 876, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 4, "lemma": "1", "misc": "", "start_char": 875, "text": "1", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 879, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 877, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 884, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "July", "misc": "", "start_char": 880, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 887, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 7, "lemma": "22", "misc": "", "start_char": 885, "text": "22", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 891, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "OUR", "misc": "", "start_char": 888, "text": "OUR", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 896, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "home", "misc": "", "start_char": 892, "text": "HOME", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 901, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "BASE", "misc": "", "start_char": 897, "text": "BASE", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "list", "end_char": 909, "feats": "Number=Sing", "head": 2, "id": 11, "lemma": "Tortola", "misc": "", "start_char": 902, "text": "Tortola", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 911, "feats": null, "head": 15, "id": 12, "lemma": ",", "misc": "", "start_char": 910, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 915, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 912, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 926, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "commercial", "misc": "", "start_char": 916, "text": "commercial", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 933, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "center", "misc": "", "start_char": 927, "text": "center", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 935, "feats": null, "head": 17, "id": 16, "lemma": ",", "misc": "", "start_char": 934, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 943, "feats": "Number=Sing", "head": 11, "id": 17, "lemma": "capital", "misc": "", "start_char": 936, "text": "capital", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 945, "feats": null, "head": 21, "id": 18, "lemma": ",", "misc": "", "start_char": 944, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 949, "feats": null, "head": 21, "id": 19, "lemma": "and", "misc": "", "start_char": 946, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 955, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "large", "misc": "", "start_char": 950, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 962, "feats": "Number=Sing", "head": 11, "id": 21, "lemma": "island", "misc": "", "start_char": 956, "text": "island", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 965, "feats": null, "head": 24, "id": 22, "lemma": "of", "misc": "", "start_char": 963, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 969, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 23, "lemma": "the", "misc": "", "start_char": 966, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 973, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "BVI", "misc": "", "start_char": 970, "text": "BVI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 975, "feats": null, "head": 2, "id": 25, "lemma": ".", "misc": "", "start_char": 974, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Teens)) (PP (IN on) (NP (DT the) (NML (NNPS VISIONS) (NNP Cambodia)) (NML (NML (NN summer) (NN community)) (NN service)) (NN program)))) (VP (MD will) (VP (VB experience) (NP (NP (DT a) (NN society)) (SBAR (WHNP (WDT that)) (S (VP (VBZ is) (PP (IN in) (NP (NP (DT a) (NN state)) (PP (IN of) (NP (NN rebuilding))))))))))) (. .)))" }, "speaker": null, "text": "Teens on the VISIONS Cambodia summer community service program will experience a society that is in a state of rebuilding.", "tokens": [ { "deprel": "nsubj", "end_char": 981, "feats": "Number=Plur", "head": 11, "id": 1, "lemma": "teen", "misc": "", "start_char": 976, "text": "Teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 984, "feats": null, "head": 9, "id": 2, "lemma": "on", "misc": "", "start_char": 982, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 988, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 3, "lemma": "the", "misc": "", "start_char": 985, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 996, "feats": "Number=Plur", "head": 9, "id": 4, "lemma": "VISIONS", "misc": "", "start_char": 989, "text": "VISIONS", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "compound", "end_char": 1005, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "Cambodia", "misc": "", "start_char": 997, "text": "Cambodia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1012, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "summer", "misc": "", "start_char": 1006, "text": "summer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1022, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "community", "misc": "", "start_char": 1013, "text": "community", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1030, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "service", "misc": "", "start_char": 1023, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1038, "feats": "Number=Sing", "head": 1, "id": 9, "lemma": "program", "misc": "", "start_char": 1031, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1043, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "will", "misc": "", "start_char": 1039, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1054, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "experience", "misc": "", "start_char": 1044, "text": "experience", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1056, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 1055, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1064, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "society", "misc": "", "start_char": 1057, "text": "society", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1069, "feats": "PronType=Rel", "head": 18, "id": 14, "lemma": "that", "misc": "", "start_char": 1065, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 1072, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 15, "lemma": "be", "misc": "", "start_char": 1070, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1075, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 1073, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1077, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 17, "lemma": "a", "misc": "", "start_char": 1076, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "acl:relcl", "end_char": 1083, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "state", "misc": "", "start_char": 1078, "text": "state", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1086, "feats": null, "head": 20, "id": 19, "lemma": "of", "misc": "", "start_char": 1084, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1097, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "rebuild", "misc": "", "start_char": 1087, "text": "rebuilding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1099, "feats": null, "head": 11, "id": 21, "lemma": ".", "misc": "", "start_char": 1098, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (NML (JJ High) (NN school)) (NNS students)) (VP (VBP earn) (NP (NP (CD 80) (NN service) (NNS hours)) (VP (VBG doing) (NP (NP (NNS projects)) (PP (VBG including) (NP (NN construction))))))) (. .)))" }, "speaker": null, "text": "High school students earn 80 service hours doing projects including construction.", "tokens": [ { "deprel": "amod", "end_char": 1104, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "high", "misc": "", "start_char": 1100, "text": "High", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1111, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "school", "misc": "", "start_char": 1105, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1120, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "student", "misc": "", "start_char": 1112, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1125, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "earn", "misc": "", "start_char": 1121, "text": "earn", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 1128, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 5, "lemma": "80", "misc": "", "start_char": 1126, "text": "80", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 1136, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "service", "misc": "", "start_char": 1129, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1142, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "hour", "misc": "", "start_char": 1137, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1148, "feats": "VerbForm=Ger", "head": 7, "id": 8, "lemma": "do", "misc": "", "start_char": 1143, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1157, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "project", "misc": "", "start_char": 1149, "text": "projects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1167, "feats": "VerbForm=Ger", "head": 11, "id": 10, "lemma": "include", "misc": "", "start_char": 1158, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod", "end_char": 1180, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "construction", "misc": "", "start_char": 1168, "text": "construction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1182, "feats": null, "head": 4, "id": 12, "lemma": ".", "misc": "", "start_char": 1181, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (VP (VBG working)))) (, ,) (NP (PRP you)) (VP (MD will) (VP (VB be) (ADJP (JJ able) (S (VP (TO to) (VP (VB take) (PRT (IN in)) (NP (NP (DT the) (JJ beautiful) (NN war) (NNS memorials)) (, ,) (NP (JJ local) (NN art) (NNS markets))))))))) (CC and) (. .)))" }, "speaker": null, "text": "While working, you will be able to take in the beautiful war memorials, local art markets and.", "tokens": [ { "deprel": "mark", "end_char": 1188, "feats": null, "head": 2, "id": 1, "lemma": "while", "misc": "", "start_char": 1183, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1196, "feats": "VerbForm=Ger", "head": 7, "id": 2, "lemma": "work", "misc": "", "start_char": 1189, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1198, "feats": null, "head": 7, "id": 3, "lemma": ",", "misc": "", "start_char": 1197, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1202, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 7, "id": 4, "lemma": "you", "misc": "", "start_char": 1199, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1207, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "will", "misc": "", "start_char": 1203, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1210, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1208, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1215, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "able", "misc": "", "start_char": 1211, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1218, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1216, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1223, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "take", "misc": "", "start_char": 1219, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1226, "feats": null, "head": 9, "id": 10, "lemma": "in", "misc": "", "start_char": 1224, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1230, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 11, "lemma": "the", "misc": "", "start_char": 1227, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1240, "feats": "Degree=Pos", "head": 14, "id": 12, "lemma": "beautiful", "misc": "", "start_char": 1231, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1244, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "war", "misc": "", "start_char": 1241, "text": "war", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1254, "feats": "Number=Plur", "head": 9, "id": 14, "lemma": "memorial", "misc": "", "start_char": 1245, "text": "memorials", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1256, "feats": null, "head": 18, "id": 15, "lemma": ",", "misc": "", "start_char": 1255, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1262, "feats": "Degree=Pos", "head": 18, "id": 16, "lemma": "local", "misc": "", "start_char": 1257, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1266, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "art", "misc": "", "start_char": 1263, "text": "art", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1274, "feats": "Number=Plur", "head": 14, "id": 18, "lemma": "market", "misc": "", "start_char": 1267, "text": "markets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 1278, "feats": null, "head": 14, "id": 19, "lemma": "and", "misc": "", "start_char": 1275, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 1280, "feats": null, "head": 7, "id": 20, "lemma": ".", "misc": "", "start_char": 1279, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NP (JJ ancient) (NNS temples) (. .)))" }, "speaker": null, "text": "ancient temples.", "tokens": [ { "deprel": "amod", "end_char": 1288, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "ancient", "misc": "", "start_char": 1281, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1296, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "temple", "misc": "", "start_char": 1289, "text": "temples", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1298, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 1297, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1300, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1299, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NP (NP (NP (NN PROGRAM) (NNS DATES)) (PP (NP (NNP July) (CD 2)) (PP (IN to) (NP (NNP July) (CD 26))))) (NP (NP (NNP OUR) (NNP HOME) (NNP BASE) (NNP Battambang)) (, ,) (NP (NP (DT a) (JJ perfect) (NN place)) (PP (IN for) (S (VP (VBG exploring) (NP (JJ traditional) (NNP Cambodia))))))) (. .)))" }, "speaker": null, "text": "PROGRAM DATES July 2 to July 26 OUR HOME BASE Battambang, a perfect place for exploring traditional Cambodia.", "tokens": [ { "deprel": "compound", "end_char": 1308, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "program", "misc": "", "start_char": 1301, "text": "PROGRAM", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1314, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "date", "misc": "", "start_char": 1309, "text": "DATES", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod:tmod", "end_char": 1319, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "July", "misc": "", "start_char": 1315, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 1321, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 4, "lemma": "2", "misc": "", "start_char": 1320, "text": "2", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1324, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1322, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1329, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "July", "misc": "", "start_char": 1325, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 1332, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 7, "lemma": "26", "misc": "", "start_char": 1330, "text": "26", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 1336, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "OUR", "misc": "", "start_char": 1333, "text": "OUR", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1341, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "home", "misc": "", "start_char": 1337, "text": "HOME", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1346, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "BASE", "misc": "", "start_char": 1342, "text": "BASE", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "list", "end_char": 1357, "feats": "Number=Sing", "head": 2, "id": 11, "lemma": "Battambang", "misc": "", "start_char": 1347, "text": "Battambang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1359, "feats": null, "head": 15, "id": 12, "lemma": ",", "misc": "", "start_char": 1358, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1361, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 1360, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1369, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "perfect", "misc": "", "start_char": 1362, "text": "perfect", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 1375, "feats": "Number=Sing", "head": 2, "id": 15, "lemma": "place", "misc": "", "start_char": 1370, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1379, "feats": null, "head": 17, "id": 16, "lemma": "for", "misc": "", "start_char": 1376, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1389, "feats": "VerbForm=Ger", "head": 15, "id": 17, "lemma": "explore", "misc": "", "start_char": 1380, "text": "exploring", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1401, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "traditional", "misc": "", "start_char": 1390, "text": "traditional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1410, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "Cambodia", "misc": "", "start_char": 1402, "text": "Cambodia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1412, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 1411, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (NP (JJ Teen) (NNS volunteers)) (VP (VBG participating) (PP (IN in) (NP (DT the) (NNP Ecuador) (NN program))))) (VP (MD will) (VP (VB have) (NP (DT the) (NN opportunity) (S (VP (TO to) (VP (VB practice) (NP (NNP Spanish)) (PP (IN with) (NP (JJ local) (NNS partners))) (SBAR (IN while) (S (VP (VBG working) (PP (IN on) (NP (NP (NNS projects)) (SBAR (WHNP (WDT that)) (S (VP (VBP involve) (S (VP (NN learning) (NP (NN construction) (NNS skills)))))))))))))))))) (. .)))" }, "speaker": null, "text": "Teen volunteers participating in the Ecuador program will have the opportunity to practice Spanish with local partners while working on projects that involve learning construction skills.", "tokens": [ { "deprel": "amod", "end_char": 1417, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Teen", "misc": "", "start_char": 1413, "text": "Teen", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1428, "feats": "Number=Plur", "head": 9, "id": 2, "lemma": "volunteer", "misc": "", "start_char": 1418, "text": "volunteers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1442, "feats": "VerbForm=Ger", "head": 2, "id": 3, "lemma": "participate", "misc": "", "start_char": 1429, "text": "participating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1445, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 1443, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1449, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1446, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1457, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Ecuador", "misc": "", "start_char": 1450, "text": "Ecuador", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1465, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "program", "misc": "", "start_char": 1458, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1470, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "will", "misc": "", "start_char": 1466, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1475, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "have", "misc": "", "start_char": 1471, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1479, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1476, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1491, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "opportunity", "misc": "", "start_char": 1480, "text": "opportunity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1494, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1492, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1503, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "practice", "misc": "", "start_char": 1495, "text": "practice", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1511, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "Spanish", "misc": "", "start_char": 1504, "text": "Spanish", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1516, "feats": null, "head": 17, "id": 15, "lemma": "with", "misc": "", "start_char": 1512, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1522, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "local", "misc": "", "start_char": 1517, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1531, "feats": "Number=Plur", "head": 13, "id": 17, "lemma": "partner", "misc": "", "start_char": 1523, "text": "partners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1537, "feats": null, "head": 19, "id": 18, "lemma": "while", "misc": "", "start_char": 1532, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1545, "feats": "VerbForm=Ger", "head": 13, "id": 19, "lemma": "work", "misc": "", "start_char": 1538, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1548, "feats": null, "head": 21, "id": 20, "lemma": "on", "misc": "", "start_char": 1546, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1557, "feats": "Number=Plur", "head": 19, "id": 21, "lemma": "project", "misc": "", "start_char": 1549, "text": "projects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1562, "feats": "PronType=Rel", "head": 23, "id": 22, "lemma": "that", "misc": "", "start_char": 1558, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1570, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 23, "lemma": "involve", "misc": "", "start_char": 1563, "text": "involve", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 1579, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "learning", "misc": "", "start_char": 1571, "text": "learning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1592, "feats": "Number=Sing", "head": 26, "id": 25, "lemma": "construction", "misc": "", "start_char": 1580, "text": "construction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1599, "feats": "Number=Plur", "head": 23, "id": 26, "lemma": "skill", "misc": "", "start_char": 1593, "text": "skills", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1601, "feats": null, "head": 9, "id": 27, "lemma": ".", "misc": "", "start_char": 1600, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN visit)) (PP (IN to) (NP (DT the) (NNP Galapagos))) (PP (IN with) (NP (NP (NN time)) (SBAR (S (VP (TO to) (VP (VB take) (PRT (IN in)) (NP (DT the) (JJ beautiful) (NN environment))))) (CC and) (VP (VB swim) (PP (IN with) (NP (NN sea) (NNS lions)))))))) (VP (VBZ is) (VP (VBN included))) (. .)))" }, "speaker": null, "text": "A visit to the Galapagos with time to take in the beautiful environment and swim with sea lions is included.", "tokens": [ { "deprel": "det", "end_char": 1603, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 1602, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1609, "feats": "Number=Sing", "head": 20, "id": 2, "lemma": "visit", "misc": "", "start_char": 1604, "text": "visit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1612, "feats": null, "head": 5, "id": 3, "lemma": "to", "misc": "", "start_char": 1610, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1616, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1613, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1626, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "Galapagos", "misc": "", "start_char": 1617, "text": "Galapagos", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1631, "feats": null, "head": 7, "id": 6, "lemma": "with", "misc": "", "start_char": 1627, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1636, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "time", "misc": "", "start_char": 1632, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1639, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1637, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1644, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "take", "misc": "", "start_char": 1640, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1647, "feats": null, "head": 13, "id": 10, "lemma": "in", "misc": "", "start_char": 1645, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1651, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 1648, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1661, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "beautiful", "misc": "", "start_char": 1652, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1673, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "environment", "misc": "", "start_char": 1662, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1677, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 1674, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1682, "feats": "VerbForm=Inf", "head": 9, "id": 15, "lemma": "swim", "misc": "", "start_char": 1678, "text": "swim", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1687, "feats": null, "head": 18, "id": 16, "lemma": "with", "misc": "", "start_char": 1683, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1691, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "sea", "misc": "", "start_char": 1688, "text": "sea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1697, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "lion", "misc": "", "start_char": 1692, "text": "lions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1700, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 1698, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1709, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 20, "lemma": "include", "misc": "", "start_char": 1701, "text": "included", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1711, "feats": null, "head": 20, "id": 21, "lemma": ".", "misc": "", "start_char": 1710, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN program)) (VP (VBZ provides) (NP (NNS volunteers)) (PP (IN with) (NP (CD 85) (NN service) (NNS hours)))) (. .)))" }, "speaker": null, "text": "The program provides volunteers with 85 service hours.", "tokens": [ { "deprel": "det", "end_char": 1715, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1712, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1723, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "program", "misc": "", "start_char": 1716, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1732, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "provide", "misc": "", "start_char": 1724, "text": "provides", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1743, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "volunteer", "misc": "", "start_char": 1733, "text": "volunteers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1748, "feats": null, "head": 8, "id": 5, "lemma": "with", "misc": "", "start_char": 1744, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1751, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 6, "lemma": "85", "misc": "", "start_char": 1749, "text": "85", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 1759, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "service", "misc": "", "start_char": 1752, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1765, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "hour", "misc": "", "start_char": 1760, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1767, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 1766, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1769, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1768, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NP (NP (NP (NN PROGRAM) (NNS DATES)) (PP (NP (NNP July) (CD 1)) (PP (IN to) (NP (NNP July) (CD 26))))) (NP (NP (NNP OUR) (NNP HOME) (NNP BASE) (NNP Patate)) (, ,) (NP (NN home) (PP (IN to) (NP (QP (RB about) (CD 15,000)) (NNS people))) (PP (IN in) (NP (NP (JJ central) (NNP Ecuador) (POS 's)) (NNP Tungurahua) (NNP Province))))) (. .)))" }, "speaker": null, "text": "PROGRAM DATES July 1 to July 26 OUR HOME BASE Patate, home to about 15,000 people in central Ecuador's Tungurahua Province.", "tokens": [ { "deprel": "compound", "end_char": 1777, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "program", "misc": "", "start_char": 1770, "text": "PROGRAM", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1783, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "date", "misc": "", "start_char": 1778, "text": "DATES", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "appos", "end_char": 1788, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "July", "misc": "", "start_char": 1784, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 1790, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 4, "lemma": "1", "misc": "", "start_char": 1789, "text": "1", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1793, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1791, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1798, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "July", "misc": "", "start_char": 1794, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 1801, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 7, "lemma": "26", "misc": "", "start_char": 1799, "text": "26", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 1805, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "OUR", "misc": "", "start_char": 1802, "text": "OUR", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1810, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "home", "misc": "", "start_char": 1806, "text": "HOME", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1815, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "BASE", "misc": "", "start_char": 1811, "text": "BASE", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "list", "end_char": 1822, "feats": "Number=Sing", "head": 2, "id": 11, "lemma": "Patate", "misc": "", "start_char": 1816, "text": "Patate", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1824, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 1823, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "parataxis", "end_char": 1829, "feats": "Number=Sing", "head": 2, "id": 13, "lemma": "home", "misc": "", "start_char": 1825, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1832, "feats": null, "head": 17, "id": 14, "lemma": "to", "misc": "", "start_char": 1830, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1838, "feats": null, "head": 16, "id": 15, "lemma": "about", "misc": "", "start_char": 1833, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1845, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 16, "lemma": "15000", "misc": "", "start_char": 1839, "text": "15,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 1852, "feats": "Number=Plur", "head": 13, "id": 17, "lemma": "person", "misc": "", "start_char": 1846, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1855, "feats": null, "head": 23, "id": 18, "lemma": "in", "misc": "", "start_char": 1853, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1863, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "central", "misc": "", "start_char": 1856, "text": "central", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod:poss", "end_char": 1871, "feats": "Number=Sing", "head": 23, "id": 20, "lemma": "Ecuador", "misc": "", "start_char": 1864, "text": "Ecuador", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1874, "feats": null, "head": 20, "id": 21, "lemma": "'s", "misc": "", "start_char": 1872, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 1885, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "Tungurahua", "misc": "", "start_char": 1875, "text": "Tungurahua", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1894, "feats": "Number=Sing", "head": 17, "id": 23, "lemma": "Province", "misc": "", "start_char": 1886, "text": "Province", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1896, "feats": null, "head": 2, "id": 24, "lemma": ".", "misc": "", "start_char": 1895, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
VISIONS Service Adventures Since 1989, VISIONS has organized community service summer programs for teens. Live with other teens in a neighborhood of our host community; be more than a tourist. High school students on the VISIONS Alaska community service program will earn 100 service hours doing meaningful summer projects including environmental work and social services. You will also experience amazing Alaska adventures such as backpacking climbing and more. PROGRAM DATES July 3 to July 28 OUR HOME BASE Tetlin Village, a native village with rich traditions. Student volunteers on the VISIONS British Virgin Islands (BVI) teen summer camp will receive 75 service hours working on housing and environmental issues. While not working, participants will explore the beautiful tropical island and enjoy beach time among the activities. PROGRAM DATES July 1 to July 22 OUR HOME BASE Tortola, the commercial center, capital, and large island of the BVI. Teens on the VISIONS Cambodia summer community service program will experience a society that is in a state of rebuilding. High school students earn 80 service hours doing projects including construction. While working, you will be able to take in the beautiful war memorials, local art markets and. ancient temples. PROGRAM DATES July 2 to July 26 OUR HOME BASE Battambang, a perfect place for exploring traditional Cambodia. Teen volunteers participating in the Ecuador program will have the opportunity to practice Spanish with local partners while working on projects that involve learning construction skills. A visit to the Galapagos with time to take in the beautiful environment and swim with sea lions is included. The program provides volunteers with 85 service hours. PROGRAM DATES July 1 to July 26 OUR HOME BASE Patate, home to about 15,000 people in central Ecuador's Tungurahua Province.
[ [ [ 6, 0, 1 ], [ 10, 0, 1 ], [ 16, 0, 1 ], [ 21, 0, 1 ] ], [ [ 0, 9, 12 ] ], [ [ 0, 9, 10 ], [ 3, 7, 8 ], [ 11, 6, 7 ] ], [ [ 0, 14, 14 ] ], [ [ 1, 5, 10 ] ], [ [ 1, 8, 8 ] ], [ [ 1, 8, 10 ] ], [ [ 1, 9, 9 ] ], [ [ 1, 15, 16 ] ], [ [ 3, 12, 14 ] ], [ [ 3, 20, 21 ] ], [ [ 3, 23, 24 ] ], [ [ 3, 20, 24 ] ], [ [ 4, 0, 0 ], [ 13, 3, 3 ] ], [ [ 4, 4, 12 ] ], [ [ 4, 9, 10 ] ], [ [ 4, 12, 12 ] ], [ [ 4, 9, 12 ] ], [ [ 6, 2, 6 ] ], [ [ 6, 7, 11 ], [ 6, 13, 18 ] ], [ [ 6, 17, 18 ] ], [ [ 7, 0, 0 ] ], [ [ 7, 3, 13 ] ], [ [ 7, 9, 9 ] ], [ [ 7, 16, 18 ] ], [ [ 7, 21, 24 ] ], [ [ 8, 4, 4 ] ], [ [ 8, 7, 10 ] ], [ [ 8, 13, 14 ] ], [ [ 8, 13, 13 ] ], [ [ 8, 16, 17 ] ], [ [ 10, 2, 6 ] ], [ [ 10, 7, 10 ], [ 10, 12, 23 ] ], [ [ 10, 22, 23 ] ], [ [ 11, 0, 8 ] ], [ [ 11, 2, 8 ] ], [ [ 11, 4, 4 ] ], [ [ 11, 6, 6 ], [ 0, 9, 9 ], [ 3, 7, 7 ] ], [ [ 11, 11, 19 ] ], [ [ 11, 16, 19 ] ], [ [ 11, 19, 19 ] ], [ [ 12, 0, 2 ] ], [ [ 12, 0, 1 ] ], [ [ 12, 4, 6 ] ], [ [ 12, 10, 10 ], [ 17, 24, 24 ] ], [ [ 13, 1, 1 ], [ 8, 2, 2 ] ], [ [ 14, 0, 1 ] ], [ [ 13, 10, 13 ] ], [ [ 13, 15, 17 ] ], [ [ 13, 16, 16 ] ], [ [ 16, 2, 6 ] ], [ [ 16, 7, 10 ], [ 16, 12, 18 ] ], [ [ 16, 16, 18 ] ], [ [ 16, 17, 18 ] ], [ [ 17, 0, 6 ] ], [ [ 17, 4, 6 ] ], [ [ 17, 18, 25 ] ], [ [ 17, 20, 25 ] ], [ [ 17, 23, 25 ] ], [ [ 17, 13, 13 ] ], [ [ 17, 15, 16 ] ], [ [ 18, 0, 17 ] ], [ [ 18, 16, 16 ] ], [ [ 18, 16, 17 ] ], [ [ 18, 10, 12 ] ], [ [ 18, 3, 4 ] ], [ [ 18, 6, 17 ] ], [ [ 19, 0, 1 ] ], [ [ 19, 3, 3 ] ], [ [ 19, 5, 7 ] ], [ [ 21, 2, 6 ] ], [ [ 21, 7, 10 ], [ 21, 12, 22 ] ], [ [ 21, 14, 22 ] ], [ [ 21, 18, 22 ] ], [ [ 21, 18, 20 ] ], [ [ 7, 17, 17 ], [ 12, 5, 5 ], [ 19, 6, 6 ] ], [ [ 0, 0, 2 ] ], [ [ 1, 2, 3 ] ], [ [ 3, 0, 9 ] ], [ [ 3, 1, 1 ] ], [ [ 3, 4, 9 ] ], [ [ 3, 16, 18 ] ], [ [ 4, 5, 5 ], [ 3, 6, 6 ] ], [ [ 7, 0, 13 ] ], [ [ 12, 8, 8 ] ], [ [ 13, 12, 12 ] ], [ [ 17, 9, 13 ] ], [ [ 17, 24, 25 ] ], [ [ 0, 6, 6 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36154
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (JJ Human) (NNS beings)) (VP (VBP have) (VP (VBN spread) (PP (IN to) (NP (DT every) (NN continent))) (, ,) (S (ADVP (RB sometimes)) (VP (VBG driving) (NP (JJ other) (NN animal) (NNS species)) (PP (IN to) (NP (NP (NN extinction)) (PP (IN in) (NP (DT the) (NN process))))))))) (. .)))" }, "speaker": null, "text": "Human beings have spread to every continent, sometimes driving other animal species to extinction in the process.", "tokens": [ { "deprel": "amod", "end_char": 5, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "human", "misc": "", "start_char": 0, "text": "Human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 12, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "being", "misc": "", "start_char": 6, "text": "beings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 17, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 13, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 24, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "spread", "misc": "", "start_char": 18, "text": "spread", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 27, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 25, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 33, "feats": null, "head": 7, "id": 6, "lemma": "every", "misc": "", "start_char": 28, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 43, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "continent", "misc": "", "start_char": 34, "text": "continent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 45, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 44, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 55, "feats": null, "head": 10, "id": 9, "lemma": "sometimes", "misc": "", "start_char": 46, "text": "sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 63, "feats": "VerbForm=Ger", "head": 4, "id": 10, "lemma": "drive", "misc": "", "start_char": 56, "text": "driving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 69, "feats": "Degree=Pos", "head": 13, "id": 11, "lemma": "other", "misc": "", "start_char": 64, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 76, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "animal", "misc": "", "start_char": 70, "text": "animal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 84, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "species", "misc": "", "start_char": 77, "text": "species", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 87, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 85, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 98, "feats": "Number=Sing", "head": 10, "id": 15, "lemma": "extinction", "misc": "", "start_char": 88, "text": "extinction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 101, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 99, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 105, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 102, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 113, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "process", "misc": "", "start_char": 106, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 115, "feats": null, "head": 4, "id": 19, "lemma": ".", "misc": "", "start_char": 114, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ has) (VP (VBN become) (NP (NP (NP (DT the) (ADJP (ADVP (RBS most) (RB widely)) (VBN spread)) (NNS species)) (PP (IN on) (NP (DT the) (NN planet)))) (, ,) (NP (VBG occupying) (NNS mountains) (CC and) (NNS valleys) (, ,) (NNS deserts) (CC and) (NNS jungles) (, ,) (NNS shorelines) (CC and) (NNS islands))) (, ,) (CC yet) (ADVP (RB always)) (VP (VBG finding) (NP (NP (DT some) (JJ good) (NNS means)) (PP (IN of) (S (VP (VBG living) (PP (IN in) (NP (DT these) (ADJP (RB widely) (JJ differing)) (NNS environments)))))))))) (. .)))" }, "speaker": null, "text": "It has become the most widely spread species on the planet, occupying mountains and valleys, deserts and jungles, shorelines and islands, yet always finding some good means of living in these widely differing environments.", "tokens": [ { "deprel": "nsubj", "end_char": 118, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 116, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 122, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 119, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 129, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "become", "misc": "", "start_char": 123, "text": "become", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 133, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 4, "lemma": "the", "misc": "", "start_char": 130, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 138, "feats": "Degree=Sup", "head": 6, "id": 5, "lemma": "most", "misc": "", "start_char": 134, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "advmod", "end_char": 145, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "widely", "misc": "", "start_char": 139, "text": "widely", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 152, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 7, "lemma": "spread", "misc": "", "start_char": 146, "text": "spread", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 160, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "species", "misc": "", "start_char": 153, "text": "species", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 163, "feats": null, "head": 11, "id": 9, "lemma": "on", "misc": "", "start_char": 161, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 167, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 164, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 174, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "planet", "misc": "", "start_char": 168, "text": "planet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 176, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 175, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 186, "feats": "VerbForm=Ger", "head": 8, "id": 13, "lemma": "occup", "misc": "", "start_char": 177, "text": "occupying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 196, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "mountain", "misc": "", "start_char": 187, "text": "mountains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 200, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 197, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 208, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "valley", "misc": "", "start_char": 201, "text": "valleys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 210, "feats": null, "head": 18, "id": 17, "lemma": ",", "misc": "", "start_char": 209, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 218, "feats": "Number=Plur", "head": 14, "id": 18, "lemma": "desert", "misc": "", "start_char": 211, "text": "deserts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 222, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 219, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 230, "feats": "Number=Plur", "head": 14, "id": 20, "lemma": "jungle", "misc": "", "start_char": 223, "text": "jungles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 232, "feats": null, "head": 22, "id": 21, "lemma": ",", "misc": "", "start_char": 231, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 243, "feats": "Number=Plur", "head": 14, "id": 22, "lemma": "shoreline", "misc": "", "start_char": 233, "text": "shorelines", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 247, "feats": null, "head": 24, "id": 23, "lemma": "and", "misc": "", "start_char": 244, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 255, "feats": "Number=Plur", "head": 14, "id": 24, "lemma": "island", "misc": "", "start_char": 248, "text": "islands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 257, "feats": null, "head": 28, "id": 25, "lemma": ",", "misc": "", "start_char": 256, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 261, "feats": null, "head": 28, "id": 26, "lemma": "yet", "misc": "", "start_char": 258, "text": "yet", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 268, "feats": null, "head": 28, "id": 27, "lemma": "always", "misc": "", "start_char": 262, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 276, "feats": "VerbForm=Ger", "head": 13, "id": 28, "lemma": "find", "misc": "", "start_char": 269, "text": "finding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 281, "feats": null, "head": 31, "id": 29, "lemma": "some", "misc": "", "start_char": 277, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 286, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "good", "misc": "", "start_char": 282, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 292, "feats": "Number=Plur", "head": 28, "id": 31, "lemma": "means", "misc": "", "start_char": 287, "text": "means", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 295, "feats": null, "head": 33, "id": 32, "lemma": "of", "misc": "", "start_char": 293, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 302, "feats": "VerbForm=Ger", "head": 31, "id": 33, "lemma": "live", "misc": "", "start_char": 296, "text": "living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 305, "feats": null, "head": 38, "id": 34, "lemma": "in", "misc": "", "start_char": 303, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 311, "feats": "Number=Plur|PronType=Dem", "head": 38, "id": 35, "lemma": "this", "misc": "", "start_char": 306, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 318, "feats": "Degree=Pos", "head": 37, "id": 36, "lemma": "widely", "misc": "", "start_char": 312, "text": "widely", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 328, "feats": "Degree=Pos", "head": 38, "id": 37, "lemma": "differ", "misc": "", "start_char": 319, "text": "differing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 341, "feats": "Number=Plur", "head": 33, "id": 38, "lemma": "environment", "misc": "", "start_char": 329, "text": "environments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 343, "feats": null, "head": 3, "id": 39, "lemma": ".", "misc": "", "start_char": 342, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (DT The) (JJ total) (NN weight)) (PP (IN of) (NP (NP (DT all) (NN living) (NNS members)) (PP (IN of) (NP (DT the) (NNS species)))))) (VP (VBZ is) (ADJP (ADJP (RB far) (JJR heavier)) (PP (IN than) (NP (NP (DT that)) (PP (IN of) (NP (DT any) (JJ other) (NN animal)))))))) (, ,) (CC and) (S (NP (DT the) (JJ human) (NN population)) (VP (VBZ is) (ADVP (RB now)) (VP (VBG growing) (ADVP (ADVP (RB so) (RB rapidly)) (SBAR (IN that) (S (NP (PRP it)) (VP (MD will) (VP (VB double) (PP (IN within) (NP (DT the) (JJ next) (CD thirty-five) (NNS years))))))))))) (. .)))" }, "speaker": null, "text": "The total weight of all living members of the species is far heavier than that of any other animal, and the human population is now growing so rapidly that it will double within the next thirty-five years.", "tokens": [ { "deprel": "det", "end_char": 347, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 344, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 353, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "total", "misc": "", "start_char": 348, "text": "total", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 360, "feats": "Number=Sing", "head": 13, "id": 3, "lemma": "weight", "misc": "", "start_char": 354, "text": "weight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 363, "feats": null, "head": 7, "id": 4, "lemma": "of", "misc": "", "start_char": 361, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 367, "feats": null, "head": 7, "id": 5, "lemma": "all", "misc": "", "start_char": 364, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 374, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "living", "misc": "", "start_char": 368, "text": "living", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 382, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "member", "misc": "", "start_char": 375, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 385, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 383, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 389, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 386, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 397, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "species", "misc": "", "start_char": 390, "text": "species", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 400, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 398, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 404, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "far", "misc": "", "start_char": 401, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 412, "feats": "Degree=Cmp", "head": 0, "id": 13, "lemma": "heavy", "misc": "", "start_char": 405, "text": "heavier", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 417, "feats": null, "head": 15, "id": 14, "lemma": "than", "misc": "", "start_char": 413, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 422, "feats": "Number=Sing|PronType=Dem", "head": 13, "id": 15, "lemma": "that", "misc": "", "start_char": 418, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 425, "feats": null, "head": 19, "id": 16, "lemma": "of", "misc": "", "start_char": 423, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 429, "feats": null, "head": 19, "id": 17, "lemma": "any", "misc": "", "start_char": 426, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 435, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "other", "misc": "", "start_char": 430, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 442, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "animal", "misc": "", "start_char": 436, "text": "animal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 444, "feats": null, "head": 27, "id": 20, "lemma": ",", "misc": "", "start_char": 443, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 448, "feats": null, "head": 27, "id": 21, "lemma": "and", "misc": "", "start_char": 445, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 452, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 22, "lemma": "the", "misc": "", "start_char": 449, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 458, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "human", "misc": "", "start_char": 453, "text": "human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 469, "feats": "Number=Sing", "head": 27, "id": 24, "lemma": "population", "misc": "", "start_char": 459, "text": "population", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 472, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 27, "id": 25, "lemma": "be", "misc": "", "start_char": 470, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 476, "feats": null, "head": 27, "id": 26, "lemma": "now", "misc": "", "start_char": 473, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 484, "feats": "Tense=Pres|VerbForm=Part", "head": 13, "id": 27, "lemma": "grow", "misc": "", "start_char": 477, "text": "growing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 487, "feats": null, "head": 29, "id": 28, "lemma": "so", "misc": "", "start_char": 485, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 495, "feats": null, "head": 27, "id": 29, "lemma": "rapidly", "misc": "", "start_char": 488, "text": "rapidly", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 500, "feats": null, "head": 33, "id": 30, "lemma": "that", "misc": "", "start_char": 496, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 503, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 33, "id": 31, "lemma": "it", "misc": "", "start_char": 501, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 508, "feats": "VerbForm=Fin", "head": 33, "id": 32, "lemma": "will", "misc": "", "start_char": 504, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 515, "feats": "VerbForm=Inf", "head": 27, "id": 33, "lemma": "double", "misc": "", "start_char": 509, "text": "double", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 522, "feats": null, "head": 38, "id": 34, "lemma": "within", "misc": "", "start_char": 516, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 526, "feats": "Definite=Def|PronType=Art", "head": 38, "id": 35, "lemma": "the", "misc": "", "start_char": 523, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 531, "feats": "Degree=Pos", "head": 38, "id": 36, "lemma": "next", "misc": "", "start_char": 527, "text": "next", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nummod", "end_char": 543, "feats": "NumForm=Word|NumType=Card", "head": 38, "id": 37, "lemma": "thirty-five", "misc": "", "start_char": 532, "text": "thirty-five", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 549, "feats": "Number=Plur", "head": 33, "id": 38, "lemma": "year", "misc": "", "start_char": 544, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 551, "feats": null, "head": 13, "id": 39, "lemma": ".", "misc": "", "start_char": 550, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 553, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 552, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP What)) (SQ (VP (VBZ accounts) (PP (IN for) (NP (NP (DT the) (NN success)) (PP (IN of) (NP (PRP$ our) (NNS species))))))) (. ?)))" }, "speaker": null, "text": "What accounts for the success of our species?", "tokens": [ { "deprel": "nsubj", "end_char": 558, "feats": "PronType=Int", "head": 2, "id": 1, "lemma": "what", "misc": "", "start_char": 554, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "root", "end_char": 567, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "account", "misc": "", "start_char": 559, "text": "accounts", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 571, "feats": null, "head": 5, "id": 3, "lemma": "for", "misc": "", "start_char": 568, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 575, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 572, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 583, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "success", "misc": "", "start_char": 576, "text": "success", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 586, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 584, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 590, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "our", "misc": "", "start_char": 587, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 598, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "species", "misc": "", "start_char": 591, "text": "species", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 600, "feats": null, "head": 2, "id": 9, "lemma": "?", "misc": "", "start_char": 599, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN answer)) (, ,) (PP (IN in) (NP (DT a) (NN word))) (, ,) (VP (VBZ is) (NP (NN culture))) (. .)))" }, "speaker": null, "text": "The answer, in a word, is culture.", "tokens": [ { "deprel": "det", "end_char": 604, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 601, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 611, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "answer", "misc": "", "start_char": 605, "text": "answer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 613, "feats": null, "head": 9, "id": 3, "lemma": ",", "misc": "", "start_char": 612, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 616, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 614, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 618, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 617, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 623, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "word", "misc": "", "start_char": 619, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 625, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 624, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 628, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 626, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 636, "feats": "Number=Sing", "head": 0, "id": 9, "lemma": "culture", "misc": "", "start_char": 629, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 638, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 637, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP We)) (VP (VBP create) (NP (NN culture)))) (, ,) (CC but) (S (NP (NN culture)) (PP (IN in) (NP (NN turn))) (VP (VBZ creates) (NP (PRP us)))) (. .)))" }, "speaker": null, "text": "We create culture, but culture in turn creates us.", "tokens": [ { "deprel": "nsubj", "end_char": 641, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 639, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 648, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "create", "misc": "", "start_char": 642, "text": "create", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 656, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "culture", "misc": "", "start_char": 649, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 658, "feats": null, "head": 9, "id": 4, "lemma": ",", "misc": "", "start_char": 657, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 662, "feats": null, "head": 9, "id": 5, "lemma": "but", "misc": "", "start_char": 659, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 670, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "culture", "misc": "", "start_char": 663, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 673, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 671, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 678, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "turn", "misc": "", "start_char": 674, "text": "turn", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 686, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 9, "lemma": "create", "misc": "", "start_char": 679, "text": "creates", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 689, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 10, "lemma": "we", "misc": "", "start_char": 687, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 691, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 690, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP are) (ADVP (RB consequently)) (ADVP (RB no) (RBR longer)) (NP (NP (DT the) (NNS victims)) (PP (IN of) (NP (DT the) (NN environment))))) (. .)))" }, "speaker": null, "text": "We are consequently no longer the victims of the environment.", "tokens": [ { "deprel": "nsubj", "end_char": 694, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 7, "id": 1, "lemma": "we", "misc": "", "start_char": 692, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 698, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 7, "id": 2, "lemma": "be", "misc": "", "start_char": 695, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 711, "feats": null, "head": 7, "id": 3, "lemma": "consequently", "misc": "", "start_char": 699, "text": "consequently", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 714, "feats": null, "head": 5, "id": 4, "lemma": "no", "misc": "", "start_char": 712, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 721, "feats": "Degree=Cmp", "head": 7, "id": 5, "lemma": "long", "misc": "", "start_char": 715, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "det", "end_char": 725, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 722, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 733, "feats": "Number=Plur", "head": 0, "id": 7, "lemma": "victim", "misc": "", "start_char": 726, "text": "victims", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 736, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 734, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 740, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 737, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 752, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "environment", "misc": "", "start_char": 741, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 754, "feats": null, "head": 7, "id": 11, "lemma": ".", "misc": "", "start_char": 753, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP make) (NP (NP (PRP$ our) (JJ own) (JJ social) (NN environment)) (, ,) (S (VP (VBG inventing) (CC and) (VBG sharing) (NP (NP (NP (DT the) (NNS rules) (CC and) (NNS patterns)) (PP (IN of) (NP (NN behaviour)))) (SBAR (WHNP (WDT that)) (S (VP (VBP shape) (NP (PRP$ our) (NNS lives)))))))) (CC and) (S (NP (PRP we)) (VP (VBP use) (NP (PRP$ our) (VBN learned) (NN knowledge)) (S (VP (TO to) (VP (VB make) (S (NP (DT the) (JJ natural) (NN environment)) (ADJP (RBR more) (JJ suitable) (SBAR (S (VP (TO to) (VP (VB live) (PP (IN in))))))))))))))) (. .)))" }, "speaker": null, "text": "We make our own social environment, inventing and sharing the rules and patterns of behaviour that shape our lives and we use our learned knowledge to make the natural environment more suitable to live in.", "tokens": [ { "deprel": "nsubj", "end_char": 757, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 755, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 762, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "make", "misc": "", "start_char": 758, "text": "make", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 766, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 3, "lemma": "our", "misc": "", "start_char": 763, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 770, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "own", "misc": "", "start_char": 767, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 777, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "social", "misc": "", "start_char": 771, "text": "social", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 789, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "environment", "misc": "", "start_char": 778, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 791, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 790, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 801, "feats": "VerbForm=Ger", "head": 2, "id": 8, "lemma": "invent", "misc": "", "start_char": 792, "text": "inventing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cc", "end_char": 805, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 802, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 813, "feats": "VerbForm=Ger", "head": 8, "id": 10, "lemma": "share", "misc": "", "start_char": 806, "text": "sharing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 817, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 814, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 823, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "rule", "misc": "", "start_char": 818, "text": "rules", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 827, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 824, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 836, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "pattern", "misc": "", "start_char": 828, "text": "patterns", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 839, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 837, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 849, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "behaviour", "misc": "", "start_char": 840, "text": "behaviour", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 854, "feats": "PronType=Rel", "head": 18, "id": 17, "lemma": "that", "misc": "", "start_char": 850, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 860, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 18, "lemma": "shape", "misc": "", "start_char": 855, "text": "shape", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 864, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "our", "misc": "", "start_char": 861, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 870, "feats": "Number=Plur", "head": 18, "id": 20, "lemma": "life", "misc": "", "start_char": 865, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 874, "feats": null, "head": 23, "id": 21, "lemma": "and", "misc": "", "start_char": 871, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 877, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 23, "id": 22, "lemma": "we", "misc": "", "start_char": 875, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 881, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 23, "lemma": "use", "misc": "", "start_char": 878, "text": "use", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 885, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 26, "id": 24, "lemma": "our", "misc": "", "start_char": 882, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 893, "feats": "Tense=Past|VerbForm=Part", "head": 26, "id": 25, "lemma": "learn", "misc": "", "start_char": 886, "text": "learned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 903, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "knowledge", "misc": "", "start_char": 894, "text": "knowledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 906, "feats": null, "head": 28, "id": 27, "lemma": "to", "misc": "", "start_char": 904, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 911, "feats": "VerbForm=Inf", "head": 23, "id": 28, "lemma": "make", "misc": "", "start_char": 907, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 915, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 29, "lemma": "the", "misc": "", "start_char": 912, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 923, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "natural", "misc": "", "start_char": 916, "text": "natural", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 935, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "environment", "misc": "", "start_char": 924, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 940, "feats": "Degree=Cmp", "head": 33, "id": 32, "lemma": "more", "misc": "", "start_char": 936, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "xcomp", "end_char": 949, "feats": "Degree=Pos", "head": 28, "id": 33, "lemma": "suitable", "misc": "", "start_char": 941, "text": "suitable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 952, "feats": null, "head": 35, "id": 34, "lemma": "to", "misc": "", "start_char": 950, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 957, "feats": "VerbForm=Inf", "head": 33, "id": 35, "lemma": "live", "misc": "", "start_char": 953, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "obl", "end_char": 960, "feats": null, "head": 35, "id": 36, "lemma": "in", "misc": "", "start_char": 958, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 962, "feats": null, "head": 2, "id": 37, "lemma": ".", "misc": "", "start_char": 961, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ Our) (VBN shared) (NN culture)) (VP (VBZ is) (SBAR (WHNP (WP what)) (S (VP (VBZ makes) (S (NP (JJ social) (NN life)) (ADJP (JJ possible))))))) (. .)))" }, "speaker": null, "text": "Our shared culture is what makes social life possible.", "tokens": [ { "deprel": "nmod:poss", "end_char": 966, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 3, "id": 1, "lemma": "our", "misc": "", "start_char": 963, "text": "Our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 973, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 2, "lemma": "share", "misc": "", "start_char": 967, "text": "shared", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nsubj", "end_char": 981, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "culture", "misc": "", "start_char": 974, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 984, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 982, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 989, "feats": "PronType=Rel", "head": 0, "id": 5, "lemma": "what", "misc": "", "start_char": 985, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 995, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 6, "lemma": "make", "misc": "", "start_char": 990, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 1002, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "social", "misc": "", "start_char": 996, "text": "social", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1007, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "life", "misc": "", "start_char": 1003, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 1016, "feats": "Degree=Pos", "head": 6, "id": 9, "lemma": "possible", "misc": "", "start_char": 1008, "text": "possible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1018, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 1017, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (PP (IN Without) (NP (NP (DT a) (NN culture)) (VP (VBN transmitted) (PP (IN from) (NP (DT the) (NN past)))))) (, ,) (NP (DT each) (JJ new) (NN generation)) (VP (MD would) (VP (VB have) (S (VP (TO to) (VP (VB solve) (NP (NP (DT the) (ADJP (RBS most) (JJ basic)) (NNS problems)) (PP (IN of) (NP (JJ human) (NN existence)))) (ADVP (RB over) (RB again))))))) (. .)))" }, "speaker": null, "text": "Without a culture transmitted from the past, each new generation would have to solve the most basic problems of human existence over again.", "tokens": [ { "deprel": "case", "end_char": 1026, "feats": null, "head": 3, "id": 1, "lemma": "without", "misc": "", "start_char": 1019, "text": "Without", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1028, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1027, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1036, "feats": "Number=Sing", "head": 13, "id": 3, "lemma": "culture", "misc": "", "start_char": 1029, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1048, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 4, "lemma": "transmit", "misc": "", "start_char": 1037, "text": "transmitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1053, "feats": null, "head": 7, "id": 5, "lemma": "from", "misc": "", "start_char": 1049, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1057, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1054, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1062, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "past", "misc": "", "start_char": 1058, "text": "past", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1064, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 1063, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1069, "feats": null, "head": 11, "id": 9, "lemma": "each", "misc": "", "start_char": 1065, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1073, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "new", "misc": "", "start_char": 1070, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1084, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "generation", "misc": "", "start_char": 1074, "text": "generation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1090, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "would", "misc": "", "start_char": 1085, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1095, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "have", "misc": "", "start_char": 1091, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1098, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 1096, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1104, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "solve", "misc": "", "start_char": 1099, "text": "solve", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1108, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 16, "lemma": "the", "misc": "", "start_char": 1105, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1113, "feats": "Degree=Sup", "head": 18, "id": 17, "lemma": "most", "misc": "", "start_char": 1109, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 1119, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "basic", "misc": "", "start_char": 1114, "text": "basic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1128, "feats": "Number=Plur", "head": 15, "id": 19, "lemma": "problem", "misc": "", "start_char": 1120, "text": "problems", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1131, "feats": null, "head": 22, "id": 20, "lemma": "of", "misc": "", "start_char": 1129, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1137, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "human", "misc": "", "start_char": 1132, "text": "human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1147, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "existence", "misc": "", "start_char": 1138, "text": "existence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1152, "feats": null, "head": 24, "id": 23, "lemma": "over", "misc": "", "start_char": 1148, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1158, "feats": null, "head": 15, "id": 24, "lemma": "again", "misc": "", "start_char": 1153, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1160, "feats": null, "head": 13, "id": 25, "lemma": ".", "misc": "", "start_char": 1159, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (MD would) (VP (VB have) (S (VP (TO to) (VP (VB think) (PRT (RP up)) (NP (DT a) (NN family) (NN system)) (, ,) (S (VP (VP (TO to) (VP (VB invent) (NP (DT a) (NN language)))) (, ,) (VP (TO to) (VP (VB discover) (NP (NN fire)))) (, ,) (VP (TO to) (VP (VB create) (NP (DT the) (NN wheel)))) (, ,) (CC and) (ADVP (RB so) (RB on))))))))) (. .)))" }, "speaker": null, "text": "It would have to think up a family system, to invent a language, to discover fire, to create the wheel, and so on.", "tokens": [ { "deprel": "nsubj", "end_char": 1163, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1161, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1169, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "would", "misc": "", "start_char": 1164, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1174, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 1170, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1177, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1175, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1183, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "think", "misc": "", "start_char": 1178, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1186, "feats": null, "head": 5, "id": 6, "lemma": "up", "misc": "", "start_char": 1184, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1188, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 1187, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1195, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "family", "misc": "", "start_char": 1189, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1202, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "system", "misc": "", "start_char": 1196, "text": "system", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1204, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 1203, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1207, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 1205, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1214, "feats": "VerbForm=Inf", "head": 5, "id": 12, "lemma": "invent", "misc": "", "start_char": 1208, "text": "invent", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1216, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1215, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1225, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "language", "misc": "", "start_char": 1217, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1227, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 1226, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1230, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1228, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 1239, "feats": "VerbForm=Inf", "head": 12, "id": 17, "lemma": "discover", "misc": "", "start_char": 1231, "text": "discover", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1244, "feats": "Number=Sing", "head": 17, "id": 18, "lemma": "fire", "misc": "", "start_char": 1240, "text": "fire", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1246, "feats": null, "head": 21, "id": 19, "lemma": ",", "misc": "", "start_char": 1245, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1249, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 1247, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 1256, "feats": "VerbForm=Inf", "head": 12, "id": 21, "lemma": "create", "misc": "", "start_char": 1250, "text": "create", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1260, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 1257, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1266, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "wheel", "misc": "", "start_char": 1261, "text": "wheel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1268, "feats": null, "head": 26, "id": 24, "lemma": ",", "misc": "", "start_char": 1267, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1272, "feats": null, "head": 26, "id": 25, "lemma": "and", "misc": "", "start_char": 1269, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1275, "feats": null, "head": 5, "id": 26, "lemma": "so", "misc": "", "start_char": 1273, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1278, "feats": null, "head": 26, "id": 27, "lemma": "on", "misc": "", "start_char": 1276, "text": "on", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1280, "feats": null, "head": 3, "id": 28, "lemma": ".", "misc": "", "start_char": 1279, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1282, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1281, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NN Culture)) (VP (VBZ frees) (NP (PRP us)) (PP (IN from) (S (VP (VBG relying) (PP (IN on) (NP (NP (DT the) (ADJP (JJ slow) (CC and) (JJ accidental)) (NN process)) (PP (IN of) (NP (JJ physical) (NN evolution))))) (PP (IN by) (S (VP (VBG offering) (NP (PRP us)) (NP (NP (DT a) (JJ new) (, ,) (JJ purposive) (, ,) (JJ efficient) (NN means)) (PP (IN of) (S (VP (VBG adapting) (PP (IN to) (NP (VBG changing) (NNS conditions)))))))))))))) (. .)))" }, "speaker": null, "text": "Culture frees us from relying on the slow and accidental process of physical evolution by offering us a new, purposive, efficient means of adapting to changing conditions.", "tokens": [ { "deprel": "nsubj", "end_char": 1290, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Culture", "misc": "", "start_char": 1283, "text": "Culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1296, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "free", "misc": "", "start_char": 1291, "text": "frees", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1299, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "we", "misc": "", "start_char": 1297, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1304, "feats": null, "head": 5, "id": 4, "lemma": "from", "misc": "", "start_char": 1300, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1312, "feats": "VerbForm=Ger", "head": 2, "id": 5, "lemma": "rely", "misc": "", "start_char": 1305, "text": "relying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1315, "feats": null, "head": 11, "id": 6, "lemma": "on", "misc": "", "start_char": 1313, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1319, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 7, "lemma": "the", "misc": "", "start_char": 1316, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1324, "feats": "Degree=Pos", "head": 11, "id": 8, "lemma": "slow", "misc": "", "start_char": 1320, "text": "slow", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1328, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1325, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1339, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "accidental", "misc": "", "start_char": 1329, "text": "accidental", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1347, "feats": "Number=Sing", "head": 5, "id": 11, "lemma": "process", "misc": "", "start_char": 1340, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1350, "feats": null, "head": 14, "id": 12, "lemma": "of", "misc": "", "start_char": 1348, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1359, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "physical", "misc": "", "start_char": 1351, "text": "physical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1369, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "evolution", "misc": "", "start_char": 1360, "text": "evolution", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1372, "feats": null, "head": 16, "id": 15, "lemma": "by", "misc": "", "start_char": 1370, "text": "by", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1381, "feats": "VerbForm=Ger", "head": 5, "id": 16, "lemma": "offer", "misc": "", "start_char": 1373, "text": "offering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "iobj", "end_char": 1384, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 16, "id": 17, "lemma": "we", "misc": "", "start_char": 1382, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 1386, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 18, "lemma": "a", "misc": "", "start_char": 1385, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1390, "feats": "Degree=Pos", "head": 24, "id": 19, "lemma": "new", "misc": "", "start_char": 1387, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1392, "feats": null, "head": 19, "id": 20, "lemma": ",", "misc": "", "start_char": 1391, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1402, "feats": "Degree=Pos", "head": 24, "id": 21, "lemma": "purposive", "misc": "", "start_char": 1393, "text": "purposive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1404, "feats": null, "head": 24, "id": 22, "lemma": ",", "misc": "", "start_char": 1403, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1414, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "efficient", "misc": "", "start_char": 1405, "text": "efficient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1420, "feats": "Number=Sing", "head": 16, "id": 24, "lemma": "means", "misc": "", "start_char": 1415, "text": "means", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1423, "feats": null, "head": 26, "id": 25, "lemma": "of", "misc": "", "start_char": 1421, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1432, "feats": "VerbForm=Ger", "head": 24, "id": 26, "lemma": "adapt", "misc": "", "start_char": 1424, "text": "adapting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1435, "feats": null, "head": 29, "id": 27, "lemma": "to", "misc": "", "start_char": 1433, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1444, "feats": "VerbForm=Ger", "head": 29, "id": 28, "lemma": "change", "misc": "", "start_char": 1436, "text": "changing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obl", "end_char": 1455, "feats": "Number=Plur", "head": 26, "id": 29, "lemma": "condition", "misc": "", "start_char": 1445, "text": "conditions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1457, "feats": null, "head": 2, "id": 30, "lemma": ".", "misc": "", "start_char": 1456, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP we)) (VP (VBD waited) (PP (IN for) (NP (JJ natural) (NN selection))) (S (VP (TO to) (VP (VB enable) (NP (PRP us)) (S (VP (VP (TO to) (VP (VB live) (PP (IN at) (NP (DT the) (NNP North) (NNP Pole))))) (, ,) (VP (TO to) (VP (VB fly) (PP (IN to) (NP (DT the) (NN moon))))) (, ,) (CC or) (VP (TO to) (VP (VB live) (PP (IN under) (NP (DT the) (NN sea))))))))))))) (, ,) (NP (PRP we)) (VP (MD would) (VP (VB wait) (ADVP (RB forever)))) (. .)))" }, "speaker": null, "text": "If we waited for natural selection to enable us to live at the North Pole, to fly to the moon, or to live under the sea, we would wait forever.", "tokens": [ { "deprel": "mark", "end_char": 1460, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 1458, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1463, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 1461, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1470, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 32, "id": 3, "lemma": "wait", "misc": "", "start_char": 1464, "text": "waited", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1474, "feats": null, "head": 6, "id": 4, "lemma": "for", "misc": "", "start_char": 1471, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1482, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "natural", "misc": "", "start_char": 1475, "text": "natural", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1492, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "selection", "misc": "", "start_char": 1483, "text": "selection", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1495, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1493, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1502, "feats": "VerbForm=Inf", "head": 3, "id": 8, "lemma": "enable", "misc": "", "start_char": 1496, "text": "enable", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1505, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 8, "id": 9, "lemma": "we", "misc": "", "start_char": 1503, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1508, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1506, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1513, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "live", "misc": "", "start_char": 1509, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1516, "feats": null, "head": 15, "id": 12, "lemma": "at", "misc": "", "start_char": 1514, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1520, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 1517, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1526, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "North", "misc": "", "start_char": 1521, "text": "North", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1531, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "Pole", "misc": "", "start_char": 1527, "text": "Pole", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1533, "feats": null, "head": 18, "id": 16, "lemma": ",", "misc": "", "start_char": 1532, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1536, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 1534, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 1540, "feats": "VerbForm=Inf", "head": 11, "id": 18, "lemma": "fly", "misc": "", "start_char": 1537, "text": "fly", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1543, "feats": null, "head": 21, "id": 19, "lemma": "to", "misc": "", "start_char": 1541, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1547, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 1544, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1552, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "moon", "misc": "", "start_char": 1548, "text": "moon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1554, "feats": null, "head": 25, "id": 22, "lemma": ",", "misc": "", "start_char": 1553, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1557, "feats": null, "head": 25, "id": 23, "lemma": "or", "misc": "", "start_char": 1555, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1560, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 1558, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 1565, "feats": "VerbForm=Inf", "head": 11, "id": 25, "lemma": "live", "misc": "", "start_char": 1561, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1571, "feats": null, "head": 28, "id": 26, "lemma": "under", "misc": "", "start_char": 1566, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1575, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 27, "lemma": "the", "misc": "", "start_char": 1572, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1579, "feats": "Number=Sing", "head": 25, "id": 28, "lemma": "sea", "misc": "", "start_char": 1576, "text": "sea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1581, "feats": null, "head": 32, "id": 29, "lemma": ",", "misc": "", "start_char": 1580, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1584, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 32, "id": 30, "lemma": "we", "misc": "", "start_char": 1582, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1590, "feats": "VerbForm=Fin", "head": 32, "id": 31, "lemma": "would", "misc": "", "start_char": 1585, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1595, "feats": "VerbForm=Inf", "head": 0, "id": 32, "lemma": "wait", "misc": "", "start_char": 1591, "text": "wait", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1603, "feats": null, "head": 32, "id": 33, "lemma": "forever", "misc": "", "start_char": 1596, "text": "forever", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1605, "feats": null, "head": 32, "id": 34, "lemma": ".", "misc": "", "start_char": 1604, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (PP (IN Unlike) (NP (JJ other) (NNS animals))) (, ,) (NP (PRP we)) (VP (VP (MD can) (ADVP (RB self-consciously)) (VP (VB adapt) (PP (IN to) (NP (PRP$ our) (NNS environments))))) (CC and) (VP (MD can) (VP (VB adapt) (NP (NNS environments)) (S (VP (TO to) (VP (VB meet) (NP (PRP$ our) (JJ own) (NNS needs)))))))) (. .)))" }, "speaker": null, "text": "Unlike other animals, we can self-consciously adapt to our environments and can adapt environments to meet our own needs.", "tokens": [ { "deprel": "case", "end_char": 1612, "feats": null, "head": 3, "id": 1, "lemma": "unlike", "misc": "", "start_char": 1606, "text": "Unlike", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1618, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "other", "misc": "", "start_char": 1613, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1626, "feats": "Number=Plur", "head": 8, "id": 3, "lemma": "animal", "misc": "", "start_char": 1619, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1628, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 1627, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1631, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 8, "id": 5, "lemma": "we", "misc": "", "start_char": 1629, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1635, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "can", "misc": "", "start_char": 1632, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1652, "feats": null, "head": 8, "id": 7, "lemma": "self-consciously", "misc": "", "start_char": 1636, "text": "self-consciously", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1658, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "adapt", "misc": "", "start_char": 1653, "text": "adapt", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1661, "feats": null, "head": 11, "id": 9, "lemma": "to", "misc": "", "start_char": 1659, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1665, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "our", "misc": "", "start_char": 1662, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1678, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "environment", "misc": "", "start_char": 1666, "text": "environments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1682, "feats": null, "head": 14, "id": 12, "lemma": "and", "misc": "", "start_char": 1679, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 1686, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "can", "misc": "", "start_char": 1683, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1692, "feats": "VerbForm=Inf", "head": 8, "id": 14, "lemma": "adapt", "misc": "", "start_char": 1687, "text": "adapt", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1705, "feats": "Number=Plur", "head": 14, "id": 15, "lemma": "environment", "misc": "", "start_char": 1693, "text": "environments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1708, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1706, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1713, "feats": "VerbForm=Inf", "head": 14, "id": 17, "lemma": "meet", "misc": "", "start_char": 1709, "text": "meet", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1717, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "our", "misc": "", "start_char": 1714, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1721, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "own", "misc": "", "start_char": 1718, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1727, "feats": "Number=Plur", "head": 17, "id": 20, "lemma": "need", "misc": "", "start_char": 1722, "text": "needs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1729, "feats": null, "head": 8, "id": 21, "lemma": ".", "misc": "", "start_char": 1728, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Human beings have spread to every continent, sometimes driving other animal species to extinction in the process. It has become the most widely spread species on the planet, occupying mountains and valleys, deserts and jungles, shorelines and islands, yet always finding some good means of living in these widely differing environments. The total weight of all living members of the species is far heavier than that of any other animal, and the human population is now growing so rapidly that it will double within the next thirty-five years. What accounts for the success of our species? The answer, in a word, is culture. We create culture, but culture in turn creates us. We are consequently no longer the victims of the environment. We make our own social environment, inventing and sharing the rules and patterns of behaviour that shape our lives and we use our learned knowledge to make the natural environment more suitable to live in. Our shared culture is what makes social life possible. Without a culture transmitted from the past, each new generation would have to solve the most basic problems of human existence over again. It would have to think up a family system, to invent a language, to discover fire, to create the wheel, and so on. Culture frees us from relying on the slow and accidental process of physical evolution by offering us a new, purposive, efficient means of adapting to changing conditions. If we waited for natural selection to enable us to live at the North Pole, to fly to the moon, or to live under the sea, we would wait forever. Unlike other animals, we can self-consciously adapt to our environments and can adapt environments to meet our own needs.
[ [ [ 0, 5, 6 ] ], [ [ 0, 10, 12 ] ], [ [ 0, 14, 14 ] ], [ [ 0, 16, 17 ] ], [ [ 0, 11, 11 ] ], [ [ 1, 3, 10 ], [ 1, 0, 0 ], [ 0, 0, 1 ] ], [ [ 1, 9, 10 ] ], [ [ 1, 12, 23 ] ], [ [ 1, 13, 13 ] ], [ [ 1, 15, 15 ] ], [ [ 1, 13, 15 ] ], [ [ 1, 17, 17 ] ], [ [ 1, 19, 19 ] ], [ [ 1, 17, 19 ] ], [ [ 1, 21, 21 ] ], [ [ 1, 23, 23 ] ], [ [ 1, 21, 23 ] ], [ [ 1, 28, 37 ] ], [ [ 1, 32, 37 ] ], [ [ 1, 34, 37 ], [ 1, 13, 23 ] ], [ [ 2, 0, 9 ] ], [ [ 2, 4, 9 ] ], [ [ 2, 8, 9 ] ], [ [ 2, 14, 18 ] ], [ [ 2, 16, 18 ] ], [ [ 2, 22, 22 ] ], [ [ 2, 30, 30 ], [ 2, 21, 23 ] ], [ [ 2, 34, 37 ] ], [ [ 4, 3, 7 ] ], [ [ 5, 4, 5 ] ], [ [ 7, 5, 9 ] ], [ [ 7, 8, 9 ], [ 15, 14, 14 ] ], [ [ 8, 2, 5 ] ], [ [ 8, 10, 11 ] ], [ [ 8, 13, 19 ] ], [ [ 8, 10, 19 ] ], [ [ 8, 18, 19 ] ], [ [ 8, 23, 25 ] ], [ [ 8, 28, 30 ] ], [ [ 8, 15, 19 ] ], [ [ 9, 0, 2 ], [ 9, 4, 8 ] ], [ [ 9, 6, 7 ] ], [ [ 10, 1, 6 ] ], [ [ 10, 5, 6 ] ], [ [ 10, 8, 10 ] ], [ [ 10, 15, 21 ] ], [ [ 10, 20, 21 ] ], [ [ 10, 20, 20 ] ], [ [ 11, 6, 8 ] ], [ [ 11, 7, 7 ] ], [ [ 11, 12, 13 ] ], [ [ 11, 17, 17 ] ], [ [ 11, 21, 22 ] ], [ [ 13, 0, 0 ], [ 6, 5, 5 ], [ 5, 8, 8 ], [ 6, 2, 2 ] ], [ [ 13, 6, 13 ] ], [ [ 13, 12, 13 ] ], [ [ 13, 17, 28 ] ], [ [ 13, 27, 28 ] ], [ [ 14, 4, 5 ] ], [ [ 14, 12, 14 ] ], [ [ 14, 19, 20 ] ], [ [ 14, 26, 27 ] ], [ [ 15, 1, 2 ] ], [ [ 15, 9, 10 ] ], [ [ 15, 9, 9 ], [ 15, 4, 4 ], [ 14, 1, 1 ], [ 14, 8, 8 ], [ 14, 29, 29 ], [ 13, 2, 2 ], [ 13, 16, 16 ], [ 9, 0, 0 ], [ 7, 0, 0 ], [ 8, 0, 0 ], [ 8, 2, 2 ], [ 6, 0, 0 ], [ 6, 9, 9 ], [ 4, 6, 6 ], [ 8, 18, 18 ], [ 8, 21, 21 ], [ 8, 23, 23 ], [ 15, 17, 17 ] ], [ [ 15, 17, 19 ] ], [ [ 1, 27, 37 ] ], [ [ 2, 25, 25 ] ], [ [ 8, 7, 19 ] ], [ [ 13, 4, 13 ] ], [ [ 13, 25, 28 ] ], [ [ 11, 0, 0 ] ], [ [ 4, 6, 7 ] ], [ [ 5, 0, 1 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36155
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (JJ Good) (NN Time)) ('' '') (VP (VBZ is) (NP (NP (DT a) (NN program)) (PP (IN on) (NP (NNP ABC) (NNP Radio))))) (. .)))" }, "speaker": null, "text": "\"Good Time\" is a program on ABC Radio.", "tokens": [ { "deprel": "punct", "end_char": 2, "feats": null, "head": 3, "id": 1, "lemma": "``", "misc": "", "start_char": 0, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 7, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "good", "misc": "", "start_char": 3, "text": "Good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 12, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "time", "misc": "", "start_char": 8, "text": "Time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 15, "feats": null, "head": 3, "id": 4, "lemma": "''", "misc": "", "start_char": 13, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cop", "end_char": 18, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 5, "lemma": "be", "misc": "", "start_char": 16, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 20, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 19, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 28, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "program", "misc": "", "start_char": 21, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 31, "feats": null, "head": 10, "id": 8, "lemma": "on", "misc": "", "start_char": 29, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 35, "feats": "Abbr=Yes|Number=Sing", "head": 10, "id": 9, "lemma": "ABC", "misc": "", "start_char": 32, "text": "ABC", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 41, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "Radio", "misc": "", "start_char": 36, "text": "Radio", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 43, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 42, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NNP Jim) (NNP Green)) (VP (VBZ is) (NP (NP (DT an) (NN announcer)) (PP (IN for) (NP (DT the) (NN program))))) (. .)))" }, "speaker": null, "text": "Jim Green is an announcer for the program.", "tokens": [ { "deprel": "nsubj", "end_char": 47, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Jim", "misc": "", "start_char": 44, "text": "Jim", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 53, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Green", "misc": "", "start_char": 48, "text": "Green", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 56, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 54, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 59, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 57, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 69, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "announcer", "misc": "", "start_char": 60, "text": "announcer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 73, "feats": null, "head": 8, "id": 6, "lemma": "for", "misc": "", "start_char": 70, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 77, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 74, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 85, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "program", "misc": "", "start_char": 78, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 87, "feats": null, "head": 5, "id": 9, "lemma": ".", "misc": "", "start_char": 86, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NP (NP (JJS Most)) (PP (IN of) (NP (DT the) (NNS girls) (CC and) (NNS boys))) (PP (IN like) (NP (DT the) (NN program))) (. .)))" }, "speaker": null, "text": "Most of the girls and boys like the program.", "tokens": [ { "deprel": "root", "end_char": 92, "feats": "Degree=Sup", "head": 0, "id": 1, "lemma": "most", "misc": "", "start_char": 88, "text": "Most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 95, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 93, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 99, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 96, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 105, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "girl", "misc": "", "start_char": 100, "text": "girls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 109, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 106, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 114, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "boy", "misc": "", "start_char": 110, "text": "boys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 119, "feats": null, "head": 9, "id": 7, "lemma": "like", "misc": "", "start_char": 115, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 123, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 120, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 131, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "program", "misc": "", "start_char": 124, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 133, "feats": null, "head": 1, "id": 10, "lemma": ".", "misc": "", "start_char": 132, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (ADVP (RB also)) (VP (VBP like) (NP (NNP Jim) (NNP Green))) (. .)))" }, "speaker": null, "text": "They also like Jim Green.", "tokens": [ { "deprel": "nsubj", "end_char": 138, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 134, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 143, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 139, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 148, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "like", "misc": "", "start_char": 144, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 152, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Jim", "misc": "", "start_char": 149, "text": "Jim", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 158, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Green", "misc": "", "start_char": 153, "text": "Green", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 160, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 159, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT Some)) (PP (IN of) (NP (PRP them)))) (ADVP (RB often)) (VP (VP (VBP make) (NP (NP (NN phone) (NNS calls)) (PP (IN to) (NP (PRP him))))) (CC and) (VP (VBP thank) (NP (PRP him)) (PP (IN for) (NP (PRP$ his) (NN work))))) (. .)))" }, "speaker": null, "text": "Some of them often make phone calls to him and thank him for his work.", "tokens": [ { "deprel": "nsubj", "end_char": 165, "feats": null, "head": 5, "id": 1, "lemma": "some", "misc": "", "start_char": 161, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 168, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 166, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 173, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 1, "id": 3, "lemma": "they", "misc": "", "start_char": 169, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 179, "feats": null, "head": 5, "id": 4, "lemma": "often", "misc": "", "start_char": 174, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 184, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "make", "misc": "", "start_char": 180, "text": "make", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 190, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "phone", "misc": "", "start_char": 185, "text": "phone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 196, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "call", "misc": "", "start_char": 191, "text": "calls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 199, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 197, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 203, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 9, "lemma": "he", "misc": "", "start_char": 200, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 207, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 204, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 213, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 11, "lemma": "thank", "misc": "", "start_char": 208, "text": "thank", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 217, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "he", "misc": "", "start_char": 214, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 221, "feats": null, "head": 15, "id": 13, "lemma": "for", "misc": "", "start_char": 218, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 225, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "his", "misc": "", "start_char": 222, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 230, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "work", "misc": "", "start_char": 226, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 232, "feats": null, "head": 5, "id": 16, "lemma": ".", "misc": "", "start_char": 231, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (NNS lots)) (PP (IN of) (NP (NP (NNS letters)) (PP (IN to) (NP (PRP him)))))) (NP (DT every) (NN day)) (, ,) (ADVP (RB too))) (. .)))" }, "speaker": null, "text": "There are lots of letters to him every day, too.", "tokens": [ { "deprel": "expl", "end_char": 238, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 233, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 242, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 239, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 247, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "lot", "misc": "", "start_char": 243, "text": "lots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 250, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 248, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 258, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "letter", "misc": "", "start_char": 251, "text": "letters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 261, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 259, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 265, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 7, "lemma": "he", "misc": "", "start_char": 262, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 271, "feats": "PronType=Tot", "head": 9, "id": 8, "lemma": "every", "misc": "", "start_char": 266, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 275, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "day", "misc": "", "start_char": 272, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 277, "feats": null, "head": 2, "id": 10, "lemma": ",", "misc": "", "start_char": 276, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 281, "feats": null, "head": 2, "id": 11, "lemma": "too", "misc": "", "start_char": 278, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 283, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 282, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 285, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 284, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NNP Jim) (NNP Green)) (VP (VBZ gets) (PRT (RB up)) (PP (IN at) (NP (CD 6:00))) (NP (DT every) (NN morning))) (. .)))" }, "speaker": null, "text": "Jim Green gets up at 6:00 every morning.", "tokens": [ { "deprel": "nsubj", "end_char": 289, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Jim", "misc": "", "start_char": 286, "text": "Jim", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 295, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Green", "misc": "", "start_char": 290, "text": "Green", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 300, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "get", "misc": "", "start_char": 296, "text": "gets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 303, "feats": null, "head": 3, "id": 4, "lemma": "up", "misc": "", "start_char": 301, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 306, "feats": null, "head": 6, "id": 5, "lemma": "at", "misc": "", "start_char": 304, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 311, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 6, "lemma": "6:00", "misc": "", "start_char": 307, "text": "6:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "det", "end_char": 317, "feats": null, "head": 8, "id": 7, "lemma": "every", "misc": "", "start_char": 312, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 325, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "morning", "misc": "", "start_char": 318, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 327, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 326, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ has) (NP (NP (NN bread)) (CC and) (NP (NP (DT a) (NN glass)) (PP (IN of) (NP (NN milk))))) (PP (IN for) (NP (NN breakfast)))) (. .)))" }, "speaker": null, "text": "He has bread and a glass of milk for breakfast.", "tokens": [ { "deprel": "nsubj", "end_char": 330, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 328, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 334, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "have", "misc": "", "start_char": 331, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 340, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "bread", "misc": "", "start_char": 335, "text": "bread", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 344, "feats": null, "head": 6, "id": 4, "lemma": "and", "misc": "", "start_char": 341, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 346, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 345, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 352, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "glass", "misc": "", "start_char": 347, "text": "glass", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 355, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 353, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 360, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "milk", "misc": "", "start_char": 356, "text": "milk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 364, "feats": null, "head": 10, "id": 9, "lemma": "for", "misc": "", "start_char": 361, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 374, "feats": "Number=Sing", "head": 2, "id": 10, "lemma": "breakfast", "misc": "", "start_char": 365, "text": "breakfast", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 376, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 375, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBZ leaves) (ADVP (RB home)) (PP (IN at) (NP (CD 6:30)))) (CC and) (VP (VBZ gets) (PP (IN to) (NP (PRP$ his) (NN office))) (PP (IN at) (NP (CD 7:15))))) (. .)))" }, "speaker": null, "text": "He leaves home at 6:30 and gets to his office at 7:15.", "tokens": [ { "deprel": "nsubj", "end_char": 379, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 377, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 386, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "leave", "misc": "", "start_char": 380, "text": "leaves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 391, "feats": null, "head": 2, "id": 3, "lemma": "home", "misc": "", "start_char": 387, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 394, "feats": null, "head": 5, "id": 4, "lemma": "at", "misc": "", "start_char": 392, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 399, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 5, "lemma": "6:30", "misc": "", "start_char": 395, "text": "6:30", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 403, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 400, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 408, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 7, "lemma": "get", "misc": "", "start_char": 404, "text": "gets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 411, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 409, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 415, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "his", "misc": "", "start_char": 412, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 422, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "office", "misc": "", "start_char": 416, "text": "office", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 425, "feats": null, "head": 12, "id": 11, "lemma": "at", "misc": "", "start_char": 423, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 430, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 12, "lemma": "7:15", "misc": "", "start_char": 426, "text": "7:15", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 432, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 431, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 434, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 433, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN program)) (VP (VBZ begins) (PP (IN at) (NP (CD 7:30)))) (. .)))" }, "speaker": null, "text": "The program begins at 7:30.", "tokens": [ { "deprel": "det", "end_char": 438, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 435, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 446, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "program", "misc": "", "start_char": 439, "text": "program", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 453, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "begin", "misc": "", "start_char": 447, "text": "begins", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 456, "feats": null, "head": 5, "id": 4, "lemma": "at", "misc": "", "start_char": 454, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 461, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 5, "lemma": "7:30", "misc": "", "start_char": 457, "text": "7:30", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 463, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 462, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ plays) (NP (NP (DT the) (JJ new) (NNS records)) (PP (IN of) (NP (NP (DT the) (NN pop) (NNS songs)) (CC and) (NP (JJ modern) (NN music))))) (PP (IN for) (NP (PRP$ his) (NNS listeners)))) (. .)))" }, "speaker": null, "text": "He plays the new records of the pop songs and modern music for his listeners.", "tokens": [ { "deprel": "nsubj", "end_char": 466, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 464, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 472, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "play", "misc": "", "start_char": 467, "text": "plays", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 476, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 473, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 480, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "new", "misc": "", "start_char": 477, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 488, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "record", "misc": "", "start_char": 481, "text": "records", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 491, "feats": null, "head": 9, "id": 6, "lemma": "of", "misc": "", "start_char": 489, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 495, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 492, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 499, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "pop", "misc": "", "start_char": 496, "text": "pop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 505, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "song", "misc": "", "start_char": 500, "text": "songs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 509, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 506, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 516, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "modern", "misc": "", "start_char": 510, "text": "modern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 522, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "music", "misc": "", "start_char": 517, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 526, "feats": null, "head": 15, "id": 13, "lemma": "for", "misc": "", "start_char": 523, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 530, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "his", "misc": "", "start_char": 527, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 540, "feats": "Number=Plur", "head": 2, "id": 15, "lemma": "listener", "misc": "", "start_char": 531, "text": "listeners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 542, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 541, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (CD 8:00))) (, ,) (NP (PRP it)) (VP (VBZ 's) (NP (NP (NN time)) (PP (IN for) (NP (DT the) (NN news))))) (. .)))" }, "speaker": null, "text": "At 8:00, it's time for the news.", "tokens": [ { "deprel": "case", "end_char": 545, "feats": null, "head": 2, "id": 1, "lemma": "at", "misc": "", "start_char": 543, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 550, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 2, "lemma": "8:00", "misc": "", "start_char": 546, "text": "8:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 552, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 551, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 555, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 4, "lemma": "it", "misc": "", "start_char": 553, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 558, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 556, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 563, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "time", "misc": "", "start_char": 559, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 567, "feats": null, "head": 9, "id": 7, "lemma": "for", "misc": "", "start_char": 564, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 571, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 568, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 576, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "news", "misc": "", "start_char": 572, "text": "news", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 578, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 577, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 580, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 579, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NNP Jim)) (VP (VBZ finishes) (NP (NN work)) (PP (IN at) (NP (CD 10:30)))) (. .)))" }, "speaker": null, "text": "Jim finishes work at 10:30.", "tokens": [ { "deprel": "nsubj", "end_char": 584, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jim", "misc": "", "start_char": 581, "text": "Jim", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 593, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "finish", "misc": "", "start_char": 585, "text": "finishes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 598, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "work", "misc": "", "start_char": 594, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 601, "feats": null, "head": 5, "id": 4, "lemma": "at", "misc": "", "start_char": 599, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 607, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 5, "lemma": "10:30", "misc": "", "start_char": 602, "text": "10:30", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 609, "feats": null, "head": 2, "id": 6, "lemma": ".", "misc": "", "start_char": 608, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ goes) (ADVP (RB home)) (PP (IN in) (NP (PRP$ his) (NN car)))) (. .)))" }, "speaker": null, "text": "He goes home in his car.", "tokens": [ { "deprel": "nsubj", "end_char": 612, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 610, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 617, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "go", "misc": "", "start_char": 613, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 622, "feats": null, "head": 2, "id": 3, "lemma": "home", "misc": "", "start_char": 618, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 625, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 623, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 629, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "his", "misc": "", "start_char": 626, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 633, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "car", "misc": "", "start_char": 630, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 635, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 634, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBZ reads) (NP (NNS newspapers))) (CC and) (VP (VBZ listens) (PP (IN to) (NP (NN music))) (PP (IN after) (NP (NP (NN supper)) (PP (IN in) (NP (DT the) (NN evening))))))) (. .)))" }, "speaker": null, "text": "He reads newspapers and listens to music after supper in the evening.", "tokens": [ { "deprel": "nsubj", "end_char": 638, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 636, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 644, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "read", "misc": "", "start_char": 639, "text": "reads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 655, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "newspaper", "misc": "", "start_char": 645, "text": "newspapers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 659, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 656, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 667, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "listen", "misc": "", "start_char": 660, "text": "listens", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 670, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 668, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 676, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "music", "misc": "", "start_char": 671, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 682, "feats": null, "head": 9, "id": 8, "lemma": "after", "misc": "", "start_char": 677, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 689, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "supper", "misc": "", "start_char": 683, "text": "supper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 692, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 690, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 696, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 693, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 704, "feats": "Number=Sing", "head": 5, "id": 12, "lemma": "evening", "misc": "", "start_char": 697, "text": "evening", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 706, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 705, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 708, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 707, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ thinks) (SBAR (S (NP (NP (NNS Announcers) (POS ')) (NN job)) (VP (VBZ is) (ADJP (RB very) (JJ interesting) (CC and) (JJ helpful)))))) (. .)))" }, "speaker": null, "text": "He thinks Announcers' job is very interesting and helpful.", "tokens": [ { "deprel": "nsubj", "end_char": 711, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 709, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 718, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "think", "misc": "", "start_char": 712, "text": "thinks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 729, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "announcer", "misc": "", "start_char": 719, "text": "Announcers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 731, "feats": null, "head": 3, "id": 4, "lemma": "'s", "misc": "", "start_char": 730, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 735, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "job", "misc": "", "start_char": 732, "text": "job", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 738, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 736, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 743, "feats": null, "head": 8, "id": 7, "lemma": "very", "misc": "", "start_char": 739, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 755, "feats": "Degree=Pos", "head": 2, "id": 8, "lemma": "interesting", "misc": "", "start_char": 744, "text": "interesting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 759, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 756, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 767, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "helpful", "misc": "", "start_char": 760, "text": "helpful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 769, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 768, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
"Good Time" is a program on ABC Radio. Jim Green is an announcer for the program. Most of the girls and boys like the program. They also like Jim Green. Some of them often make phone calls to him and thank him for his work. There are lots of letters to him every day, too. Jim Green gets up at 6:00 every morning. He has bread and a glass of milk for breakfast. He leaves home at 6:30 and gets to his office at 7:15. The program begins at 7:30. He plays the new records of the pop songs and modern music for his listeners. At 8:00, it's time for the news. Jim finishes work at 10:30. He goes home in his car. He reads newspapers and listens to music after supper in the evening. He thinks Announcers' job is very interesting and helpful.
[ [ [ 0, 8, 9 ] ], [ [ 2, 2, 3 ] ], [ [ 2, 5, 5 ] ], [ [ 2, 2, 5 ] ], [ [ 4, 0, 2 ] ], [ [ 4, 2, 2 ], [ 2, 0, 5 ], [ 3, 0, 0 ] ], [ [ 4, 5, 6 ] ], [ [ 4, 13, 14 ] ], [ [ 5, 7, 8 ] ], [ [ 7, 5, 7 ] ], [ [ 7, 6, 7 ] ], [ [ 9, 2, 2 ], [ 16, 2, 2 ] ], [ [ 8, 2, 7 ] ], [ [ 8, 7, 7 ] ], [ [ 8, 9, 9 ] ], [ [ 9, 4, 4 ] ], [ [ 9, 8, 9 ] ], [ [ 9, 11, 11 ] ], [ [ 11, 4, 4 ] ], [ [ 12, 6, 8 ] ], [ [ 12, 10, 11 ] ], [ [ 12, 2, 11 ] ], [ [ 12, 6, 11 ] ], [ [ 13, 1, 1 ], [ 13, 3, 3 ], [ 13, 5, 8 ] ], [ [ 13, 7, 8 ], [ 1, 6, 7 ], [ 0, 0, 3 ], [ 0, 5, 9 ], [ 2, 7, 8 ], [ 11, 0, 1 ] ], [ [ 12, 13, 14 ] ], [ [ 15, 4, 4 ] ], [ [ 16, 4, 5 ] ], [ [ 17, 2, 2 ] ], [ [ 17, 6, 6 ] ], [ [ 17, 8, 8 ] ], [ [ 17, 10, 11 ] ], [ [ 19, 2, 4 ] ], [ [ 12, 0, 0 ], [ 9, 0, 0 ], [ 8, 0, 0 ], [ 7, 0, 1 ], [ 9, 8, 8 ], [ 5, 6, 6 ], [ 4, 8, 8 ], [ 4, 11, 11 ], [ 4, 13, 13 ], [ 3, 3, 4 ], [ 1, 0, 1 ], [ 1, 3, 7 ], [ 12, 13, 13 ], [ 19, 0, 0 ], [ 17, 0, 0 ], [ 16, 0, 0 ], [ 16, 4, 4 ], [ 15, 0, 0 ] ], [ [ 4, 5, 5 ] ], [ [ 5, 2, 6 ] ], [ [ 5, 4, 6 ] ], [ [ 8, 2, 2 ] ], [ [ 8, 4, 7 ] ], [ [ 19, 2, 3 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36156
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN arrival)) (PP (IN of) (NP (NN autumn)))) (VP (VBZ starts) (NP (NP (DT the) (JJ traditional) (NN fall) (NNS festivals)) (SBAR (WHNP (WDT which)) (S (VP (VBP aim) (S (VP (TO to) (VP (VB welcome) (NP (DT the) (JJ new) (NN season)))))))))) (. .)))" }, "speaker": null, "text": "The arrival of autumn starts the traditional fall festivals which aim to welcome the new season.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "arrival", "misc": "", "start_char": 4, "text": "arrival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 14, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 12, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 21, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "autumn", "misc": "", "start_char": 15, "text": "autumn", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 28, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "start", "misc": "", "start_char": 22, "text": "starts", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 32, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 6, "lemma": "the", "misc": "", "start_char": 29, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 44, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "traditional", "misc": "", "start_char": 33, "text": "traditional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 49, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "fall", "misc": "", "start_char": 45, "text": "fall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 59, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "festival", "misc": "", "start_char": 50, "text": "festivals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 65, "feats": "PronType=Rel", "head": 11, "id": 10, "lemma": "which", "misc": "", "start_char": 60, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 69, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 11, "lemma": "aim", "misc": "", "start_char": 66, "text": "aim", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 72, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 70, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 80, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "welcome", "misc": "", "start_char": 73, "text": "welcome", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 84, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 81, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 88, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "new", "misc": "", "start_char": 85, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 95, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "season", "misc": "", "start_char": 89, "text": "season", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 97, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 96, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Here)) (VP (VBZ 's)) (NP (NP (DT a) (NN guide)) (PP (IN to) (NP (NP (JJ several) (NN fall) (NNS festivals)) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (VP (VBN held) (PP (IN in) (NP (DT the) (NNP Roanoke) (NN region))) (NP (DT each) (NN year))))))))) (. .)))" }, "speaker": null, "text": "Here's a guide to several fall festivals that are held in the Roanoke region each year.", "tokens": [ { "deprel": "root", "end_char": 102, "feats": "PronType=Dem", "head": 0, "id": 1, "lemma": "here", "misc": "", "start_char": 98, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 105, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 103, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 107, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 106, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 113, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "guide", "misc": "", "start_char": 108, "text": "guide", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 116, "feats": null, "head": 8, "id": 5, "lemma": "to", "misc": "", "start_char": 114, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 124, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "several", "misc": "", "start_char": 117, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 129, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "fall", "misc": "", "start_char": 125, "text": "fall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 139, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "festival", "misc": "", "start_char": 130, "text": "festivals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj:pass", "end_char": 144, "feats": "PronType=Rel", "head": 11, "id": 9, "lemma": "that", "misc": "", "start_char": 140, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux:pass", "end_char": 148, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 145, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 153, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 8, "id": 11, "lemma": "hold", "misc": "", "start_char": 149, "text": "held", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 156, "feats": null, "head": 15, "id": 12, "lemma": "in", "misc": "", "start_char": 154, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 160, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 157, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 168, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Roanoke", "misc": "", "start_char": 161, "text": "Roanoke", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 175, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "region", "misc": "", "start_char": 169, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 180, "feats": "PronType=Tot", "head": 17, "id": 16, "lemma": "each", "misc": "", "start_char": 176, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 185, "feats": "Number=Sing", "head": 11, "id": 17, "lemma": "year", "misc": "", "start_char": 181, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 187, "feats": null, "head": 1, "id": 18, "lemma": ".", "misc": "", "start_char": 186, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 189, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 188, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Boones) (NNP Mill)) (NP (NNP Apple) (NNP Festival))))" }, "speaker": null, "text": "Boones Mill Apple Festival", "tokens": [ { "deprel": "compound", "end_char": 196, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Boones", "misc": "", "start_char": 190, "text": "Boones", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 201, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Mill", "misc": "", "start_char": 197, "text": "Mill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 207, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Apple", "misc": "", "start_char": 202, "text": "Apple", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 216, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "Festival", "misc": "", "start_char": 208, "text": "Festival", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 218, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 217, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (VP (VBN held) (NP (DT the) (JJ third)) (NP (NNP Saturday)) (PP (IN in) (NP (NNP September))) (NP (DT every) (NN year)))) (. .)))" }, "speaker": null, "text": "It is held the third Saturday in September every year.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 221, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 219, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 224, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 222, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 229, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "hold", "misc": "", "start_char": 225, "text": "held", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 233, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 230, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 239, "feats": "Degree=Pos|NumType=Ord", "head": 6, "id": 5, "lemma": "third", "misc": "", "start_char": 234, "text": "third", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 248, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "Saturday", "misc": "", "start_char": 240, "text": "Saturday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 251, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 249, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 261, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "September", "misc": "", "start_char": 252, "text": "September", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "det", "end_char": 267, "feats": "PronType=Tot", "head": 10, "id": 9, "lemma": "every", "misc": "", "start_char": 262, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 272, "feats": "Number=Sing", "head": 3, "id": 10, "lemma": "year", "misc": "", "start_char": 268, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 274, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 273, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN festival)) (VP (VP (VBZ is) (VP (VBN hosted) (PP (IN by) (NP (DT the) (NML (NML (NNP Boones) (NNP Mill)) (NNPS Lions)) (NNP Club))))) (CC and) (VP (VBZ attracts) (NP (NNS people)) (PP (IN from) (PP (NP (DT all)) (IN over) (NP (NNP Virginia)))))) (. .)))" }, "speaker": null, "text": "The festival is hosted by the Boones Mill Lions Club and attracts people from all over Virginia.", "tokens": [ { "deprel": "det", "end_char": 278, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 275, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 287, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "festival", "misc": "", "start_char": 279, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 290, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 288, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 297, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "host", "misc": "", "start_char": 291, "text": "hosted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 300, "feats": null, "head": 10, "id": 5, "lemma": "by", "misc": "", "start_char": 298, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 304, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 6, "lemma": "the", "misc": "", "start_char": 301, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 311, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "Boones", "misc": "", "start_char": 305, "text": "Boones", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 316, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "Mill", "misc": "", "start_char": 312, "text": "Mill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 322, "feats": "Number=Plur", "head": 10, "id": 9, "lemma": "Lions", "misc": "", "start_char": 317, "text": "Lions", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "obl", "end_char": 327, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "Club", "misc": "", "start_char": 323, "text": "Club", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 331, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 328, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 340, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 12, "lemma": "attract", "misc": "", "start_char": 332, "text": "attracts", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 347, "feats": "Number=Plur", "head": 12, "id": 13, "lemma": "person", "misc": "", "start_char": 341, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 352, "feats": null, "head": 17, "id": 14, "lemma": "from", "misc": "", "start_char": 348, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 356, "feats": null, "head": 17, "id": 15, "lemma": "all", "misc": "", "start_char": 353, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 361, "feats": null, "head": 17, "id": 16, "lemma": "over", "misc": "", "start_char": 357, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 370, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "Virginia", "misc": "", "start_char": 362, "text": "Virginia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 372, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 371, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (ADJP (RBS most) (JJ important)) (NNS things)) (PP (IN of) (NP (DT the) (NN festival)))) (VP (VBP include) (NP (NP (NN art) (NNS shows)) (, ,) (NP (VBN fried) (NN apple) (NNS pies)) (, ,) (CC and) (NP (DT a) (NML (JJ high) (NN school)) (NN band)))) (. .)))" }, "speaker": null, "text": "The most important things of the festival include art shows, fried apple pies, and a high school band.", "tokens": [ { "deprel": "det", "end_char": 376, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 373, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 381, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "most", "misc": "", "start_char": 377, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 391, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "important", "misc": "", "start_char": 382, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 398, "feats": "Number=Plur", "head": 8, "id": 4, "lemma": "thing", "misc": "", "start_char": 392, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 401, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 399, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 405, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 402, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 414, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "festival", "misc": "", "start_char": 406, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 422, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "include", "misc": "", "start_char": 415, "text": "include", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 426, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "art", "misc": "", "start_char": 423, "text": "art", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 432, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "show", "misc": "", "start_char": 427, "text": "shows", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 434, "feats": null, "head": 14, "id": 11, "lemma": ",", "misc": "", "start_char": 433, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 440, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 12, "lemma": "fry", "misc": "", "start_char": 435, "text": "fried", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound", "end_char": 446, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "apple", "misc": "", "start_char": 441, "text": "apple", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 451, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "pie", "misc": "", "start_char": 447, "text": "pies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 453, "feats": null, "head": 20, "id": 15, "lemma": ",", "misc": "", "start_char": 452, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 457, "feats": null, "head": 20, "id": 16, "lemma": "and", "misc": "", "start_char": 454, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 459, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 17, "lemma": "a", "misc": "", "start_char": 458, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 464, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "high", "misc": "", "start_char": 460, "text": "high", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 471, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "school", "misc": "", "start_char": 465, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 476, "feats": "Number=Sing", "head": 10, "id": 20, "lemma": "band", "misc": "", "start_char": 472, "text": "band", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 478, "feats": null, "head": 8, "id": 21, "lemma": ".", "misc": "", "start_char": 477, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (NNS lots)) (PP (IN of) (NP (NP (NN food) (, ,) (NNS crafts) (, ,) (NN music) (, ,) (CC and) (NNS games)) (PP (IN for) (NP (DT every) (NN age) (NN group))))))) (. .)))" }, "speaker": null, "text": "There are lots of food, crafts, music, and games for every age group.", "tokens": [ { "deprel": "expl", "end_char": 484, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 479, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 488, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 485, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 493, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "lot", "misc": "", "start_char": 489, "text": "lots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 496, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 494, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 501, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "food", "misc": "", "start_char": 497, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 503, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 502, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 510, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "craft", "misc": "", "start_char": 504, "text": "crafts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 512, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 511, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 518, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "music", "misc": "", "start_char": 513, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 520, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 519, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 524, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 521, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 530, "feats": "Number=Plur", "head": 5, "id": 12, "lemma": "game", "misc": "", "start_char": 525, "text": "games", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 534, "feats": null, "head": 16, "id": 13, "lemma": "for", "misc": "", "start_char": 531, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 540, "feats": null, "head": 16, "id": 14, "lemma": "every", "misc": "", "start_char": 535, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 544, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "age", "misc": "", "start_char": 541, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 550, "feats": "Number=Sing", "head": 2, "id": 16, "lemma": "group", "misc": "", "start_char": 545, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 552, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 551, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NN Admission)) (VP (VBZ is) (ADJP (JJ free))) (. .)))" }, "speaker": null, "text": "Admission is free.", "tokens": [ { "deprel": "nsubj", "end_char": 562, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "admission", "misc": "", "start_char": 553, "text": "Admission", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 565, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 563, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 570, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "free", "misc": "", "start_char": 566, "text": "free", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 572, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 571, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (JJR more) (NN information))) (, ,) (VP (VB call) (NP (CD 540-334-5975))) (. .)))" }, "speaker": null, "text": "For more information, call 540-334-5975.", "tokens": [ { "deprel": "case", "end_char": 576, "feats": null, "head": 3, "id": 1, "lemma": "for", "misc": "", "start_char": 573, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 581, "feats": "Degree=Cmp", "head": 3, "id": 2, "lemma": "more", "misc": "", "start_char": 577, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 593, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "information", "misc": "", "start_char": 582, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 595, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 594, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 600, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 5, "lemma": "call", "misc": "", "start_char": 596, "text": "call", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 613, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 6, "lemma": "540-334-5975", "misc": "", "start_char": 601, "text": "540-334-5975", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 615, "feats": null, "head": 5, "id": 7, "lemma": ".", "misc": "", "start_char": 614, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 617, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 616, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NP (NML (NNP Blue) (NNP Ridge)) (NNP Folklife) (NNP Festival)))" }, "speaker": null, "text": "Blue Ridge Folklife Festival", "tokens": [ { "deprel": "amod", "end_char": 622, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Blue", "misc": "", "start_char": 618, "text": "Blue", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 628, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Ridge", "misc": "", "start_char": 623, "text": "Ridge", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 637, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Folklife", "misc": "", "start_char": 629, "text": "Folklife", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 646, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "Festival", "misc": "", "start_char": 638, "text": "Festival", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 648, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 647, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NNP Ferrum) (NNP College)) (VP (VBZ hosts) (NP (DT the) (NN festival)) (PP (IN as) (NP (NP (DT an) (NNP October) (NN celebration)) (PP (IN of) (NP (DT the) (NN harvest))))) (NP (DT every) (NN year))) (. .)))" }, "speaker": null, "text": "Ferrum College hosts the festival as an October celebration of the harvest every year.", "tokens": [ { "deprel": "compound", "end_char": 655, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Ferrum", "misc": "", "start_char": 649, "text": "Ferrum", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 663, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "College", "misc": "", "start_char": 656, "text": "College", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 669, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "host", "misc": "", "start_char": 664, "text": "hosts", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 673, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 670, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 682, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "festival", "misc": "", "start_char": 674, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 685, "feats": null, "head": 9, "id": 6, "lemma": "as", "misc": "", "start_char": 683, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 688, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 686, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 696, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "October", "misc": "", "start_char": 689, "text": "October", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 708, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "celebration", "misc": "", "start_char": 697, "text": "celebration", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 711, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 709, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 715, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 712, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 723, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "harvest", "misc": "", "start_char": 716, "text": "harvest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 729, "feats": "PronType=Tot", "head": 14, "id": 13, "lemma": "every", "misc": "", "start_char": 724, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 734, "feats": "Number=Sing", "head": 3, "id": 14, "lemma": "year", "misc": "", "start_char": 730, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 736, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 735, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN festival)) (VP (VBZ shows) (NP (NP (DT some) (NN farm) (JJ fresh) (NN produce)) (CC and) (NP (NP (DT the) (NN farming) (NNS practices)) (PP (IN of) (NP (DT the) (JJ last) (NN year)))))) (. .)))" }, "speaker": null, "text": "The festival shows some farm fresh produce and the farming practices of the last year.", "tokens": [ { "deprel": "det", "end_char": 740, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 737, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 749, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "festival", "misc": "", "start_char": 741, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 755, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "show", "misc": "", "start_char": 750, "text": "shows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 760, "feats": null, "head": 7, "id": 4, "lemma": "some", "misc": "", "start_char": 756, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 765, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "farm", "misc": "", "start_char": 761, "text": "farm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 771, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "fresh", "misc": "", "start_char": 766, "text": "fresh", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 779, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "produce", "misc": "", "start_char": 772, "text": "produce", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 783, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 780, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 787, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 784, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 795, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "farming", "misc": "", "start_char": 788, "text": "farming", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 805, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "practice", "misc": "", "start_char": 796, "text": "practices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 808, "feats": null, "head": 15, "id": 12, "lemma": "of", "misc": "", "start_char": 806, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 812, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 809, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 817, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "last", "misc": "", "start_char": 813, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 822, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "year", "misc": "", "start_char": 818, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 824, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 823, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NNS Children)) (VP (MD can) (VP (VB enjoy) (S (VP (VBG playing) (NP (NP (JJ many)) (PP (IN of) (NP (DT the) (NNS games)))))))) (. .)))" }, "speaker": null, "text": "Children can enjoy playing many of the games.", "tokens": [ { "deprel": "nsubj", "end_char": 833, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "child", "misc": "", "start_char": 825, "text": "Children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 837, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 834, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 843, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "enjoy", "misc": "", "start_char": 838, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 851, "feats": "VerbForm=Ger", "head": 3, "id": 4, "lemma": "play", "misc": "", "start_char": 844, "text": "playing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 856, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "many", "misc": "", "start_char": 852, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 859, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 857, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 863, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 860, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 869, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "game", "misc": "", "start_char": 864, "text": "games", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 871, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 870, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN festival)) (VP (VBZ begins) (PP (IN at) (NP (CD 10:00) (NN a.m)))) (. .)))" }, "speaker": null, "text": "The festival begins at 10:00 a.m.", "tokens": [ { "deprel": "det", "end_char": 875, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 872, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 884, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "festival", "misc": "", "start_char": 876, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 891, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "begin", "misc": "", "start_char": 885, "text": "begins", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 894, "feats": null, "head": 6, "id": 4, "lemma": "at", "misc": "", "start_char": 892, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 900, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 5, "lemma": "10:00", "misc": "", "start_char": 895, "text": "10:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 904, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "a.m.", "misc": "", "start_char": 901, "text": "a.m", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 906, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 905, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NN Admission)) (VP (VBZ is) (NP (NP (NP ($ $) (CD 10)) (PP (IN for) (NP (NNS adults)))) (CC and) (NP (NP ($ $) (CD 5)) (PP (IN for) (NP (NP (NNS children)) (CC and) (NP (JJ senior) (NNS citizens))))))) (. .)))" }, "speaker": null, "text": "Admission is $10 for adults and $5 for children and senior citizens.", "tokens": [ { "deprel": "nsubj", "end_char": 916, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "admission", "misc": "", "start_char": 907, "text": "Admission", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 919, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 917, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 921, "feats": null, "head": 0, "id": 3, "lemma": "$", "misc": "", "start_char": 920, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 924, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 4, "lemma": "10", "misc": "", "start_char": 922, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 928, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 925, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 935, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "adult", "misc": "", "start_char": 929, "text": "adults", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 939, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 936, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 941, "feats": null, "head": 3, "id": 8, "lemma": "$", "misc": "", "start_char": 940, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 943, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 9, "lemma": "5", "misc": "", "start_char": 942, "text": "5", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 947, "feats": null, "head": 11, "id": 10, "lemma": "for", "misc": "", "start_char": 944, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 956, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "child", "misc": "", "start_char": 948, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 960, "feats": null, "head": 14, "id": 12, "lemma": "and", "misc": "", "start_char": 957, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 967, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "senior", "misc": "", "start_char": 961, "text": "senior", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 976, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "citizen", "misc": "", "start_char": 968, "text": "citizens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 978, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 977, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP You)) (VP (MD can) (VP (VP (VB call) (NP (CD 540-365-4412))) (CC or) (VP (VB visit) (NP (DT the) (NN website)))))) (: :) (NP (NP (NN http)) (: :) (NP (NP (NNP //www)) (, ,) (NP (ADD blueridgeinstitute.org)))) (. .)))" }, "speaker": null, "text": "You can call 540-365-4412 or visit the website: http: //www, blueridgeinstitute.org.", "tokens": [ { "deprel": "nsubj", "end_char": 982, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 979, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 986, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 983, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 991, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "call", "misc": "", "start_char": 987, "text": "call", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1004, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 4, "lemma": "540-365-4412", "misc": "", "start_char": 992, "text": "540-365-4412", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1007, "feats": null, "head": 6, "id": 5, "lemma": "or", "misc": "", "start_char": 1005, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1013, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "visit", "misc": "", "start_char": 1008, "text": "visit", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1017, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1014, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1025, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "website", "misc": "", "start_char": 1018, "text": "website", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1027, "feats": null, "head": 8, "id": 9, "lemma": ":", "misc": "", "start_char": 1026, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 1032, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "http", "misc": "", "start_char": 1028, "text": "http", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1034, "feats": null, "head": 10, "id": 11, "lemma": ":", "misc": "", "start_char": 1033, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 1040, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "//www", "misc": "", "start_char": 1035, "text": "//www", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1042, "feats": null, "head": 12, "id": 13, "lemma": ",", "misc": "", "start_char": 1041, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1065, "feats": null, "head": 12, "id": 14, "lemma": "blueridgeinstitute.org", "misc": "", "start_char": 1043, "text": "blueridgeinstitute.org", "upos": "X", "xpos": "ADD" }, { "deprel": "punct", "end_char": 1067, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 1066, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1069, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1068, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NP (NML (NNP Mountain) (NNP Magic)) (NNP Fall) (NNP Festival)))" }, "speaker": null, "text": "Mountain Magic Fall Festival", "tokens": [ { "deprel": "compound", "end_char": 1078, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Mountain", "misc": "", "start_char": 1070, "text": "Mountain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1084, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Magic", "misc": "", "start_char": 1079, "text": "Magic", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1089, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "fall", "misc": "", "start_char": 1085, "text": "Fall", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1098, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "Festival", "misc": "", "start_char": 1090, "text": "Festival", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1100, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1099, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN town)) (PP (IN of) (NP (NNP Buchanan))) (PP (IN on) (NP (NP (DT the) (NNS outskirts)) (PP (IN of) (NP (NNP Roanoke)))))) (VP (VBZ is) (NP (NP (DT the) (NN place)) (SBAR (WHADVP (WRB where)) (S (NP (DT the) (NML (NML (NNP Mountain) (NNP Magic)) (NNP Fall)) (NNP Festival)) (VP (VBZ is) (VP (VBN held))))))) (. .)))" }, "speaker": null, "text": "The town of Buchanan on the outskirts of Roanoke is the place where the Mountain Magic Fall Festival is held.", "tokens": [ { "deprel": "det", "end_char": 1104, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1101, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1109, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "town", "misc": "", "start_char": 1105, "text": "town", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1112, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1110, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1121, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Buchanan", "misc": "", "start_char": 1113, "text": "Buchanan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1124, "feats": null, "head": 7, "id": 5, "lemma": "on", "misc": "", "start_char": 1122, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1128, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1125, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1138, "feats": "Number=Plur", "head": 2, "id": 7, "lemma": "outskirt", "misc": "", "start_char": 1129, "text": "outskirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1141, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 1139, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1149, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Roanoke", "misc": "", "start_char": 1142, "text": "Roanoke", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1152, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 1150, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1156, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1153, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1162, "feats": "Number=Sing", "head": 0, "id": 12, "lemma": "place", "misc": "", "start_char": 1157, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1168, "feats": "PronType=Rel", "head": 20, "id": 13, "lemma": "where", "misc": "", "start_char": 1163, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1172, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 14, "lemma": "the", "misc": "", "start_char": 1169, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1181, "feats": "Number=Sing", "head": 17, "id": 15, "lemma": "Mountain", "misc": "", "start_char": 1173, "text": "Mountain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1187, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "Magic", "misc": "", "start_char": 1182, "text": "Magic", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1192, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "fall", "misc": "", "start_char": 1188, "text": "Fall", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj:pass", "end_char": 1201, "feats": "Number=Sing", "head": 20, "id": 18, "lemma": "Festival", "misc": "", "start_char": 1193, "text": "Festival", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 1204, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 1202, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1209, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 20, "lemma": "hold", "misc": "", "start_char": 1205, "text": "held", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1211, "feats": null, "head": 12, "id": 21, "lemma": ".", "misc": "", "start_char": 1210, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN festival)) (VP (VP (VBZ is) (VP (VBN held) (PP (IN in) (NP (NNP October))))) (CC and) (VP (VBZ has) (NP (NP (QP (CD two) (IN to) (CD four)) (NNS groups)) (PP (IN of) (NP (NP (NNS crafters)) (, ,) (NP (JJ antique) (NNS dealers)) (, ,) (CC and) (NP (NN food) (NNS vendors))))))) (. .)))" }, "speaker": null, "text": "The festival is held in October and has two to four groups of crafters, antique dealers, and food vendors.", "tokens": [ { "deprel": "det", "end_char": 1215, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1212, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1224, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "festival", "misc": "", "start_char": 1216, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1227, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1225, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1232, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "hold", "misc": "", "start_char": 1228, "text": "held", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1235, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 1233, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1243, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "October", "misc": "", "start_char": 1236, "text": "October", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1247, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1244, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1251, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 8, "lemma": "have", "misc": "", "start_char": 1248, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 1255, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 9, "lemma": "two", "misc": "", "start_char": 1252, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1258, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1256, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1263, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 11, "lemma": "four", "misc": "", "start_char": 1259, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1270, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "group", "misc": "", "start_char": 1264, "text": "groups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1273, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 1271, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1282, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "crafter", "misc": "", "start_char": 1274, "text": "crafters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1284, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 1283, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1292, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "antique", "misc": "", "start_char": 1285, "text": "antique", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1300, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "dealer", "misc": "", "start_char": 1293, "text": "dealers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1302, "feats": null, "head": 21, "id": 18, "lemma": ",", "misc": "", "start_char": 1301, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1306, "feats": null, "head": 21, "id": 19, "lemma": "and", "misc": "", "start_char": 1303, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1311, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "food", "misc": "", "start_char": 1307, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1319, "feats": "Number=Plur", "head": 14, "id": 21, "lemma": "vendor", "misc": "", "start_char": 1312, "text": "vendors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1321, "feats": null, "head": 4, "id": 22, "lemma": ".", "misc": "", "start_char": 1320, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (S (NP (JJ Live) (NNP Bluegrass) (NN music)) (VP (VBZ plays) (NP (DT all) (NN day)))) (CC and) (S (NP (NNS children)) (VP (VBP enjoy) (S (VP (VBG visiting) (NP (DT the) (NN pet) (NN zoo)))))) (. .)))" }, "speaker": null, "text": "Live Bluegrass music plays all day and children enjoy visiting the pet zoo.", "tokens": [ { "deprel": "amod", "end_char": 1326, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "live", "misc": "", "start_char": 1322, "text": "Live", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1336, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Bluegrass", "misc": "", "start_char": 1327, "text": "Bluegrass", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1342, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "music", "misc": "", "start_char": 1337, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1348, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "play", "misc": "", "start_char": 1343, "text": "plays", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1352, "feats": null, "head": 6, "id": 5, "lemma": "all", "misc": "", "start_char": 1349, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1356, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "day", "misc": "", "start_char": 1353, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1360, "feats": null, "head": 9, "id": 7, "lemma": "and", "misc": "", "start_char": 1357, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1369, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "child", "misc": "", "start_char": 1361, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 1375, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 9, "lemma": "enjoy", "misc": "", "start_char": 1370, "text": "enjoy", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 1384, "feats": "VerbForm=Ger", "head": 9, "id": 10, "lemma": "visit", "misc": "", "start_char": 1376, "text": "visiting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1388, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 1385, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1392, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "pet", "misc": "", "start_char": 1389, "text": "pet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1396, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "zoo", "misc": "", "start_char": 1393, "text": "zoo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1398, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 1397, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NML (NML (NN auto) (NN show)) (CC and) (NML (NML (NNS farmers) (POS ')) (NN market)))) (VP (VBP are) (ADVP (RB also)) (NP (JJ big) (NNS attractions))) (. .)))" }, "speaker": null, "text": "The auto show and farmers' market are also big attractions.", "tokens": [ { "deprel": "det", "end_char": 1402, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1399, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1407, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "auto", "misc": "", "start_char": 1403, "text": "auto", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1412, "feats": "Number=Sing", "head": 11, "id": 3, "lemma": "show", "misc": "", "start_char": 1408, "text": "show", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1416, "feats": null, "head": 7, "id": 4, "lemma": "and", "misc": "", "start_char": 1413, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1424, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "farmer", "misc": "", "start_char": 1417, "text": "farmers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1426, "feats": null, "head": 5, "id": 6, "lemma": "'s", "misc": "", "start_char": 1425, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "conj", "end_char": 1433, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "market", "misc": "", "start_char": 1427, "text": "market", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1437, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 1434, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1442, "feats": null, "head": 11, "id": 9, "lemma": "also", "misc": "", "start_char": 1438, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1446, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "big", "misc": "", "start_char": 1443, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1458, "feats": "Number=Plur", "head": 0, "id": 11, "lemma": "attraction", "misc": "", "start_char": 1447, "text": "attractions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1460, "feats": null, "head": 11, "id": 12, "lemma": ".", "misc": "", "start_char": 1459, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (VP (VB Call) (NP (CD 540-357-2509)) (PP (IN for) (NP (JJR more) (NN information)))) (. .)))" }, "speaker": null, "text": "Call 540-357-2509 for more information.", "tokens": [ { "deprel": "root", "end_char": 1465, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "call", "misc": "", "start_char": 1461, "text": "Call", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1478, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 2, "lemma": "540-357-2509", "misc": "", "start_char": 1466, "text": "540-357-2509", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1482, "feats": null, "head": 5, "id": 3, "lemma": "for", "misc": "", "start_char": 1479, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1487, "feats": "Degree=Cmp", "head": 5, "id": 4, "lemma": "more", "misc": "", "start_char": 1483, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 1499, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "information", "misc": "", "start_char": 1488, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1501, "feats": null, "head": 1, "id": 6, "lemma": ".", "misc": "", "start_char": 1500, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1503, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1502, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (NP (NNP Vinton) (NNP Fall) (NNP Festival)))" }, "speaker": null, "text": "Vinton Fall Festival", "tokens": [ { "deprel": "compound", "end_char": 1510, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Vinton", "misc": "", "start_char": 1504, "text": "Vinton", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1515, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "fall", "misc": "", "start_char": 1511, "text": "Fall", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1524, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "Festival", "misc": "", "start_char": 1516, "text": "Festival", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1526, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1525, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (NP (NP (DT A) (NNP 5K) (NN walk)) (, ,) (NP (DT a) (NN truck) (NN ride)) (, ,)) (CC and) (NP (DT a) (NML (JJ civil) (NN war)) (NN group))) (VP (VBP are) (NP (NP (QP (RB just) (DT some))) (PP (IN of) (NP (NP (DT the) (JJ exciting) (NNS parts)) (PP (IN of) (NP (DT the) (NML (NNP Vinton) (NNP Fall)) (NNP Festival))))))) (. .)))" }, "speaker": null, "text": "A 5K walk, a truck ride, and a civil war group are just some of the exciting parts of the Vinton Fall Festival.", "tokens": [ { "deprel": "det", "end_char": 1528, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 1527, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1531, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "5K", "misc": "", "start_char": 1529, "text": "5K", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1536, "feats": "Number=Sing", "head": 16, "id": 3, "lemma": "walk", "misc": "", "start_char": 1532, "text": "walk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1538, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 1537, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1540, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 1539, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1546, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "truck", "misc": "", "start_char": 1541, "text": "truck", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1551, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "ride", "misc": "", "start_char": 1547, "text": "ride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1553, "feats": null, "head": 13, "id": 8, "lemma": ",", "misc": "", "start_char": 1552, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1557, "feats": null, "head": 13, "id": 9, "lemma": "and", "misc": "", "start_char": 1554, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1559, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 10, "lemma": "a", "misc": "", "start_char": 1558, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1565, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "civil", "misc": "", "start_char": 1560, "text": "civil", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1569, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "war", "misc": "", "start_char": 1566, "text": "war", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1575, "feats": "Number=Sing", "head": 3, "id": 13, "lemma": "group", "misc": "", "start_char": 1570, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1579, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 14, "lemma": "be", "misc": "", "start_char": 1576, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1584, "feats": null, "head": 16, "id": 15, "lemma": "just", "misc": "", "start_char": 1580, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1589, "feats": null, "head": 0, "id": 16, "lemma": "some", "misc": "", "start_char": 1585, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1592, "feats": null, "head": 20, "id": 17, "lemma": "of", "misc": "", "start_char": 1590, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1596, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 1593, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1605, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "exciting", "misc": "", "start_char": 1597, "text": "exciting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1611, "feats": "Number=Plur", "head": 16, "id": 20, "lemma": "part", "misc": "", "start_char": 1606, "text": "parts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1614, "feats": null, "head": 25, "id": 21, "lemma": "of", "misc": "", "start_char": 1612, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1618, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 22, "lemma": "the", "misc": "", "start_char": 1615, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1625, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "Vinton", "misc": "", "start_char": 1619, "text": "Vinton", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1630, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "fall", "misc": "", "start_char": 1626, "text": "Fall", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1639, "feats": "Number=Sing", "head": 20, "id": 25, "lemma": "Festival", "misc": "", "start_char": 1631, "text": "Festival", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1641, "feats": null, "head": 16, "id": 26, "lemma": ".", "misc": "", "start_char": 1640, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN festival)) (VP (VBZ is) (VP (VBN held) (PP (IN in) (NP (NNP October))) (PP (IN under) (NP (NP (DT the) (JJ golden) (NN shade) (NNS trees)) (PP (IN in) (NP (NN downtown) (NNP Vinton))))))) (. .)))" }, "speaker": null, "text": "The festival is held in October under the golden shade trees in downtown Vinton.", "tokens": [ { "deprel": "det", "end_char": 1645, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1642, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1654, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "festival", "misc": "", "start_char": 1646, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1657, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1655, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1662, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "hold", "misc": "", "start_char": 1658, "text": "held", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1665, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 1663, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1673, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "October", "misc": "", "start_char": 1666, "text": "October", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1679, "feats": null, "head": 11, "id": 7, "lemma": "under", "misc": "", "start_char": 1674, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1683, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 8, "lemma": "the", "misc": "", "start_char": 1680, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1690, "feats": "Degree=Pos", "head": 11, "id": 9, "lemma": "golden", "misc": "", "start_char": 1684, "text": "golden", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1696, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "shade", "misc": "", "start_char": 1691, "text": "shade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1702, "feats": "Number=Plur", "head": 4, "id": 11, "lemma": "tree", "misc": "", "start_char": 1697, "text": "trees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1705, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 1703, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1714, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "downtown", "misc": "", "start_char": 1706, "text": "downtown", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1721, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "Vinton", "misc": "", "start_char": 1715, "text": "Vinton", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1723, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 1722, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (NP (JJ Other) (NNS attractions)) (VP (VBP include) (NP (NP (NNS hayrides)) (, ,) (NP (NN agriculture) (NN judging)) (, ,) (NP (NN health) (NN education)) (, ,) (CC and) (NP (NP (NNS children) (POS 's)) (NNS activities)))) (. .)))" }, "speaker": null, "text": "Other attractions include hayrides, agriculture judging, health education, and children's activities.", "tokens": [ { "deprel": "amod", "end_char": 1729, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "other", "misc": "", "start_char": 1724, "text": "Other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1741, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "attraction", "misc": "", "start_char": 1730, "text": "attractions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1749, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "include", "misc": "", "start_char": 1742, "text": "include", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1758, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "hayride", "misc": "", "start_char": 1750, "text": "hayrides", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1760, "feats": null, "head": 7, "id": 5, "lemma": ",", "misc": "", "start_char": 1759, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1772, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "agriculture", "misc": "", "start_char": 1761, "text": "agriculture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1780, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "judge", "misc": "", "start_char": 1773, "text": "judging", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1782, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 1781, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1789, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "health", "misc": "", "start_char": 1783, "text": "health", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1799, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "education", "misc": "", "start_char": 1790, "text": "education", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1801, "feats": null, "head": 15, "id": 11, "lemma": ",", "misc": "", "start_char": 1800, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1805, "feats": null, "head": 15, "id": 12, "lemma": "and", "misc": "", "start_char": 1802, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1814, "feats": "Number=Plur", "head": 15, "id": 13, "lemma": "child", "misc": "", "start_char": 1806, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1817, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 1815, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "conj", "end_char": 1828, "feats": "Number=Plur", "head": 4, "id": 15, "lemma": "activity", "misc": "", "start_char": 1818, "text": "activities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1830, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 1829, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (NP (NP (NN Phone)) (: :) (NP (CD 540-343-1364)) (. .)))" }, "speaker": null, "text": "Phone: 540-343-1364.", "tokens": [ { "deprel": "root", "end_char": 1836, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "phone", "misc": "", "start_char": 1831, "text": "Phone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1838, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 1837, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 1851, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 3, "lemma": "540-343-1364", "misc": "", "start_char": 1839, "text": "540-343-1364", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1853, "feats": null, "head": 1, "id": 4, "lemma": ".", "misc": "", "start_char": 1852, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
The arrival of autumn starts the traditional fall festivals which aim to welcome the new season. Here's a guide to several fall festivals that are held in the Roanoke region each year. Boones Mill Apple Festival It is held the third Saturday in September every year. The festival is hosted by the Boones Mill Lions Club and attracts people from all over Virginia. The most important things of the festival include art shows, fried apple pies, and a high school band. There are lots of food, crafts, music, and games for every age group. Admission is free. For more information, call 540-334-5975. Blue Ridge Folklife Festival Ferrum College hosts the festival as an October celebration of the harvest every year. The festival shows some farm fresh produce and the farming practices of the last year. Children can enjoy playing many of the games. The festival begins at 10:00 a.m. Admission is $10 for adults and $5 for children and senior citizens. You can call 540-365-4412 or visit the website: http: //www, blueridgeinstitute.org. Mountain Magic Fall Festival The town of Buchanan on the outskirts of Roanoke is the place where the Mountain Magic Fall Festival is held. The festival is held in October and has two to four groups of crafters, antique dealers, and food vendors. Live Bluegrass music plays all day and children enjoy visiting the pet zoo. The auto show and farmers' market are also big attractions. Call 540-357-2509 for more information. Vinton Fall Festival A 5K walk, a truck ride, and a civil war group are just some of the exciting parts of the Vinton Fall Festival. The festival is held in October under the golden shade trees in downtown Vinton. Other attractions include hayrides, agriculture judging, health education, and children's activities. Phone: 540-343-1364.
[ [ [ 0, 0, 3 ] ], [ [ 0, 3, 3 ] ], [ [ 0, 5, 15 ] ], [ [ 0, 13, 15 ] ], [ [ 1, 2, 3 ] ], [ [ 1, 5, 16 ] ], [ [ 1, 12, 14 ] ], [ [ 1, 15, 16 ], [ 5, 8, 9 ], [ 14, 12, 13 ] ], [ [ 3, 0, 3 ], [ 5, 0, 0 ], [ 6, 0, 1 ], [ 7, 5, 6 ] ], [ [ 5, 3, 7 ] ], [ [ 5, 7, 7 ] ], [ [ 6, 5, 9 ] ], [ [ 6, 12, 16 ] ], [ [ 6, 16, 16 ] ], [ [ 7, 0, 6 ] ], [ [ 7, 8, 9 ] ], [ [ 7, 11, 13 ] ], [ [ 7, 16, 19 ] ], [ [ 8, 2, 11 ] ], [ [ 8, 11, 11 ] ], [ [ 8, 8, 8 ] ], [ [ 8, 6, 6 ] ], [ [ 8, 4, 4 ], [ 24, 19, 19 ] ], [ [ 8, 13, 15 ] ], [ [ 9, 0, 0 ], [ 18, 0, 0 ] ], [ [ 10, 1, 2 ], [ 27, 3, 4 ] ], [ [ 12, 0, 3 ], [ 14, 3, 4 ], [ 15, 0, 1 ], [ 17, 0, 1 ] ], [ [ 14, 0, 1 ] ], [ [ 14, 6, 11 ] ], [ [ 14, 10, 11 ] ], [ [ 15, 3, 6 ] ], [ [ 15, 8, 14 ] ], [ [ 15, 12, 14 ] ], [ [ 16, 4, 7 ] ], [ [ 16, 3, 7 ] ], [ [ 16, 6, 7 ] ], [ [ 17, 4, 5 ] ], [ [ 18, 2, 3 ] ], [ [ 18, 5, 5 ] ], [ [ 18, 7, 8 ] ], [ [ 18, 12, 13 ] ], [ [ 19, 0, 0 ] ], [ [ 19, 6, 7 ] ], [ [ 23, 0, 8 ] ], [ [ 23, 3, 3 ] ], [ [ 23, 5, 8 ] ], [ [ 23, 8, 8 ] ], [ [ 23, 10, 19 ] ], [ [ 24, 0, 1 ], [ 23, 13, 17 ], [ 21, 0, 3 ] ], [ [ 24, 8, 20 ] ], [ [ 24, 13, 13 ] ], [ [ 0, 7, 7 ], [ 1, 6, 6 ] ], [ [ 7, 12, 12 ] ], [ [ 7, 8, 8 ] ], [ [ 7, 8, 19 ] ], [ [ 7, 17, 18 ] ], [ [ 8, 14, 14 ] ], [ [ 8, 4, 11 ] ], [ [ 10, 5, 5 ] ], [ [ 15, 3, 14 ] ], [ [ 15, 4, 4 ] ], [ [ 18, 10, 13 ] ], [ [ 25, 0, 2 ] ], [ [ 25, 1, 1 ] ], [ [ 25, 4, 5 ] ], [ [ 25, 9, 12 ] ], [ [ 25, 10, 12 ] ], [ [ 25, 11, 11 ] ], [ [ 26, 0, 2 ] ], [ [ 26, 4, 5 ] ], [ [ 26, 4, 6 ] ], [ [ 26, 0, 6 ] ], [ [ 26, 9, 10 ] ], [ [ 33, 12, 13 ], [ 25, 7, 7 ], [ 16, 0, 0 ], [ 18, 10, 10 ] ], [ [ 33, 12, 14 ] ], [ [ 33, 0, 1 ] ], [ [ 33, 3, 3 ] ], [ [ 33, 5, 6 ] ], [ [ 33, 5, 5 ] ], [ [ 33, 8, 9 ] ], [ [ 33, 8, 8 ] ], [ [ 33, 3, 14 ] ], [ [ 27, 1, 1 ] ], [ [ 29, 0, 2 ], [ 31, 21, 24 ], [ 32, 0, 1 ] ], [ [ 31, 0, 2 ] ], [ [ 31, 1, 1 ] ], [ [ 31, 4, 6 ] ], [ [ 31, 5, 5 ] ], [ [ 31, 9, 12 ] ], [ [ 31, 10, 11 ] ], [ [ 31, 0, 12 ] ], [ [ 31, 15, 24 ] ], [ [ 31, 17, 24 ] ], [ [ 34, 2, 2 ] ], [ [ 34, 0, 0 ] ], [ [ 32, 5, 5 ], [ 24, 5, 5 ], [ 14, 7, 7 ] ], [ [ 32, 7, 13 ] ], [ [ 32, 12, 13 ] ], [ [ 32, 9, 9 ] ], [ [ 19, 3, 3 ] ], [ [ 19, 9, 13 ] ], [ [ 24, 15, 16 ] ], [ [ 24, 15, 15 ] ], [ [ 24, 19, 20 ] ], [ [ 24, 13, 20 ] ], [ [ 26, 1, 1 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36157
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Professor) (NNP Reason)) (ADVP (RB recently)) (VP (VBD persuaded) (NP (CD 35) (NNS people)) (S (VP (TO to) (VP (VB keep) (NP (NP (DT a) (NN diary)) (PP (IN of) (NP (PDT all) (PRP$ their) (JJ absent-minded) (NNS actions)))) (PP (IN for) (NP (CD two) (NNS weeks))))))) (. .)))" }, "speaker": null, "text": "Professor Reason recently persuaded 35 people to keep a diary of all their absent-minded actions for two weeks.", "tokens": [ { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Professor", "misc": "", "start_char": 0, "text": "Professor", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 16, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "reason", "misc": "", "start_char": 10, "text": "Reason", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 25, "feats": null, "head": 4, "id": 3, "lemma": "recently", "misc": "", "start_char": 17, "text": "recently", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 35, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "persuade", "misc": "", "start_char": 26, "text": "persuaded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 38, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 5, "lemma": "35", "misc": "", "start_char": 36, "text": "35", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 45, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "person", "misc": "", "start_char": 39, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 48, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 46, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 53, "feats": "VerbForm=Inf", "head": 4, "id": 8, "lemma": "keep", "misc": "", "start_char": 49, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 55, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 54, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 61, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "diary", "misc": "", "start_char": 56, "text": "diary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 64, "feats": null, "head": 15, "id": 11, "lemma": "of", "misc": "", "start_char": 62, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 68, "feats": null, "head": 15, "id": 12, "lemma": "all", "misc": "", "start_char": 65, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 74, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 13, "lemma": "their", "misc": "", "start_char": 69, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 88, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "absent-minded", "misc": "", "start_char": 75, "text": "absent-minded", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 96, "feats": "Number=Plur", "head": 10, "id": 15, "lemma": "action", "misc": "", "start_char": 89, "text": "actions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 100, "feats": null, "head": 18, "id": 16, "lemma": "for", "misc": "", "start_char": 97, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 104, "feats": "NumForm=Word|NumType=Card", "head": 18, "id": 17, "lemma": "two", "misc": "", "start_char": 101, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 110, "feats": "Number=Plur", "head": 8, "id": 18, "lemma": "week", "misc": "", "start_char": 105, "text": "weeks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 112, "feats": null, "head": 4, "id": 19, "lemma": ".", "misc": "", "start_char": 111, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP he)) (VP (VBD came) (S (VP (TO to) (VP (VB analyze) (NP (PRP$ their) (JJ embarrassing) (NNS errors)))))))) (, ,) (NP (PRP he)) (VP (VBD was) (ADJP (VBN surprised) (S (VP (TO to) (VP (VB find) (SBAR (IN that) (S (NP (NP (QP (RB nearly) (DT all))) (PP (IN of) (NP (PRP them)))) (VP (VBD fell) (PP (IN into) (NP (DT a) (JJ few) (NNS groups))))))))))) (. .)))" }, "speaker": null, "text": "When he came to analyze their embarrassing errors, he was surprised to find that nearly all of them fell into a few groups.", "tokens": [ { "deprel": "advmod", "end_char": 117, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 113, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 120, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 118, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 125, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 3, "lemma": "come", "misc": "", "start_char": 121, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 128, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 126, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 136, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "analyze", "misc": "", "start_char": 129, "text": "analyze", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 142, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 6, "lemma": "their", "misc": "", "start_char": 137, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 155, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "embarrassing", "misc": "", "start_char": 143, "text": "embarrassing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 162, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "error", "misc": "", "start_char": 156, "text": "errors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 164, "feats": null, "head": 3, "id": 9, "lemma": ",", "misc": "", "start_char": 163, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 167, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "he", "misc": "", "start_char": 165, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 171, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 168, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 181, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "surprise", "misc": "", "start_char": 172, "text": "surprised", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 184, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 182, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 189, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "find", "misc": "", "start_char": 185, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 194, "feats": null, "head": 20, "id": 15, "lemma": "that", "misc": "", "start_char": 190, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 201, "feats": null, "head": 17, "id": 16, "lemma": "nearly", "misc": "", "start_char": 195, "text": "nearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 205, "feats": null, "head": 20, "id": 17, "lemma": "all", "misc": "", "start_char": 202, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 208, "feats": null, "head": 19, "id": 18, "lemma": "of", "misc": "", "start_char": 206, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 213, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 17, "id": 19, "lemma": "they", "misc": "", "start_char": 209, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 218, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 20, "lemma": "fall", "misc": "", "start_char": 214, "text": "fell", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 223, "feats": null, "head": 24, "id": 21, "lemma": "into", "misc": "", "start_char": 219, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 225, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 224, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 229, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "few", "misc": "", "start_char": 226, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 236, "feats": "Number=Plur", "head": 20, "id": 24, "lemma": "group", "misc": "", "start_char": 230, "text": "groups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 238, "feats": null, "head": 12, "id": 25, "lemma": ".", "misc": "", "start_char": 237, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 240, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 239, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD One)) (PP (IN of) (NP (DT the) (NNS women)))) (, ,) (PP (IN for) (NP (NN instance))) (, ,) (PP (IN on) (S (VP (VBG leaving) (NP (PRP$ her) (NN house)) (PP (IN for) (NP (NN work))) (NP (CD one) (NN morning))))) (VP (VP (VBD threw) (NP (PRP$ her) (NN pet) (NN dog)) (NP (PRP$ her) (NNS earrings))) (CC and) (VP (VBD tried) (S (VP (TO to) (VP (VB fix) (NP (DT a) (NN dog) (NN biscuit)) (PP (IN on) (NP (PRP$ her) (NN ear)))))))) (. .)))" }, "speaker": null, "text": "One of the women, for instance, on leaving her house for work one morning threw her pet dog her earrings and tried to fix a dog biscuit on her ear.", "tokens": [ { "deprel": "nsubj", "end_char": 244, "feats": "NumForm=Word|NumType=Card", "head": 17, "id": 1, "lemma": "one", "misc": "", "start_char": 241, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 247, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 245, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 251, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 248, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 257, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "woman", "misc": "", "start_char": 252, "text": "women", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 259, "feats": null, "head": 17, "id": 5, "lemma": ",", "misc": "", "start_char": 258, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 263, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 260, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 272, "feats": "Number=Sing", "head": 17, "id": 7, "lemma": "instance", "misc": "", "start_char": 264, "text": "instance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 274, "feats": null, "head": 17, "id": 8, "lemma": ",", "misc": "", "start_char": 273, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 277, "feats": null, "head": 10, "id": 9, "lemma": "on", "misc": "", "start_char": 275, "text": "on", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 285, "feats": "VerbForm=Ger", "head": 17, "id": 10, "lemma": "leave", "misc": "", "start_char": 278, "text": "leaving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 289, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "her", "misc": "", "start_char": 286, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 295, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "house", "misc": "", "start_char": 290, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 299, "feats": null, "head": 14, "id": 13, "lemma": "for", "misc": "", "start_char": 296, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 304, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "work", "misc": "", "start_char": 300, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nummod", "end_char": 308, "feats": "NumForm=Word|NumType=Card", "head": 16, "id": 15, "lemma": "one", "misc": "", "start_char": 305, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 316, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "morning", "misc": "", "start_char": 309, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 322, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 17, "lemma": "throw", "misc": "", "start_char": 317, "text": "threw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 326, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "her", "misc": "", "start_char": 323, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 330, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "pet", "misc": "", "start_char": 327, "text": "pet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "iobj", "end_char": 334, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "dog", "misc": "", "start_char": 331, "text": "dog", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:poss", "end_char": 338, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "her", "misc": "", "start_char": 335, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 347, "feats": "Number=Plur", "head": 17, "id": 22, "lemma": "earring", "misc": "", "start_char": 339, "text": "earrings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 351, "feats": null, "head": 24, "id": 23, "lemma": "and", "misc": "", "start_char": 348, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 357, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 24, "lemma": "try", "misc": "", "start_char": 352, "text": "tried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 360, "feats": null, "head": 26, "id": 25, "lemma": "to", "misc": "", "start_char": 358, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 364, "feats": "VerbForm=Inf", "head": 24, "id": 26, "lemma": "fix", "misc": "", "start_char": 361, "text": "fix", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 366, "feats": "Definite=Ind|PronType=Art", "head": 29, "id": 27, "lemma": "a", "misc": "", "start_char": 365, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 370, "feats": "Number=Sing", "head": 29, "id": 28, "lemma": "dog", "misc": "", "start_char": 367, "text": "dog", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 378, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "biscuit", "misc": "", "start_char": 371, "text": "biscuit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 381, "feats": null, "head": 32, "id": 30, "lemma": "on", "misc": "", "start_char": 379, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 385, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 32, "id": 31, "lemma": "her", "misc": "", "start_char": 382, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 389, "feats": "Number=Sing", "head": 26, "id": 32, "lemma": "ear", "misc": "", "start_char": 386, "text": "ear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 391, "feats": null, "head": 17, "id": 33, "lemma": ".", "misc": "", "start_char": 390, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (NP (NP (DT The) (NN explanation)) (PP (IN for) (NP (DT this)))) (VP (VBZ is) (SBAR (IN that) (S (NP (DT the) (NN brain)) (VP (VBZ is) (PP (IN like) (NP (DT a) (NN computer)))))))) (, ,) ('' '') (VP (VBZ explains)) (NP (DT the) (NN professor)) (. .)))" }, "speaker": null, "text": "\"The explanation for this is that the brain is like a computer,\" explains the professor.", "tokens": [ { "deprel": "punct", "end_char": 394, "feats": null, "head": 16, "id": 1, "lemma": "``", "misc": "", "start_char": 392, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 398, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 395, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 410, "feats": "Number=Sing", "head": 13, "id": 3, "lemma": "explanation", "misc": "", "start_char": 399, "text": "explanation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 414, "feats": null, "head": 5, "id": 4, "lemma": "for", "misc": "", "start_char": 411, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 419, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 5, "lemma": "this", "misc": "", "start_char": 415, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 422, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 6, "lemma": "be", "misc": "", "start_char": 420, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 427, "feats": null, "head": 13, "id": 7, "lemma": "that", "misc": "", "start_char": 423, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 431, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 428, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 437, "feats": "Number=Sing", "head": 13, "id": 9, "lemma": "brain", "misc": "", "start_char": 432, "text": "brain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 440, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 10, "lemma": "be", "misc": "", "start_char": 438, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 445, "feats": null, "head": 13, "id": 11, "lemma": "like", "misc": "", "start_char": 441, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 447, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 446, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 456, "feats": "Number=Sing", "head": 16, "id": 13, "lemma": "computer", "misc": "", "start_char": 448, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 458, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 457, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 461, "feats": null, "head": 16, "id": 15, "lemma": "''", "misc": "", "start_char": 459, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 470, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 16, "lemma": "explain", "misc": "", "start_char": 462, "text": "explains", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 474, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 471, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 484, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "professor", "misc": "", "start_char": 475, "text": "professor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 486, "feats": null, "head": 16, "id": 19, "lemma": ".", "misc": "", "start_char": 485, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NNS People)) (VP (NN programme) (S (NP (PRP themselves)) (VP (TO to) (VP (VB do) (NP (JJ certain) (NNS activities)) (ADVP (RB regularly)))))) (. .) ('' '')))" }, "speaker": null, "text": "\"People programme themselves to do certain activities regularly.\"", "tokens": [ { "deprel": "punct", "end_char": 489, "feats": null, "head": 3, "id": 1, "lemma": "``", "misc": "", "start_char": 487, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 496, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 490, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 506, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "programme", "misc": "", "start_char": 497, "text": "programme", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:npmod", "end_char": 517, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 3, "id": 4, "lemma": "themselves", "misc": "", "start_char": 507, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 520, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 518, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 523, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "do", "misc": "", "start_char": 521, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 531, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "certain", "misc": "", "start_char": 524, "text": "certain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 542, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "activity", "misc": "", "start_char": 532, "text": "activities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 552, "feats": null, "head": 6, "id": 9, "lemma": "regularly", "misc": "", "start_char": 543, "text": "regularly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 554, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 553, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 557, "feats": null, "head": 3, "id": 11, "lemma": "''", "misc": "", "start_char": 555, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (NP (NP (DT the) (NN woman) (POS 's)) (NN custom)) (NP (DT every) (NN morning)) (S (VP (TO to) (VP (VP (VB throw) (NP (PRP$ her) (NN dog)) (NP (CD two) (NNS biscuits))) (CC and) (RB then) (VP (VBD put) (PRT (IN on)) (NP (PRP$ her) (NNS earrings))))))) (. .)))" }, "speaker": null, "text": "It was the woman's custom every morning to throw her dog two biscuits and then put on her earrings.", "tokens": [ { "deprel": "nsubj", "end_char": 560, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 558, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 564, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 561, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 568, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 565, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 574, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "woman", "misc": "", "start_char": 569, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 577, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 575, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "root", "end_char": 584, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "custom", "misc": "", "start_char": 578, "text": "custom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 590, "feats": null, "head": 8, "id": 7, "lemma": "every", "misc": "", "start_char": 585, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 598, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "morning", "misc": "", "start_char": 591, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 601, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 599, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 607, "feats": "VerbForm=Inf", "head": 6, "id": 10, "lemma": "throw", "misc": "", "start_char": 602, "text": "throw", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 611, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "her", "misc": "", "start_char": 608, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 615, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "dog", "misc": "", "start_char": 612, "text": "dog", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nummod", "end_char": 619, "feats": "NumForm=Word|NumType=Card", "head": 14, "id": 13, "lemma": "two", "misc": "", "start_char": 616, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 628, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "biscuit", "misc": "", "start_char": 620, "text": "biscuits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 632, "feats": null, "head": 17, "id": 15, "lemma": "and", "misc": "", "start_char": 629, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 637, "feats": "PronType=Dem", "head": 17, "id": 16, "lemma": "then", "misc": "", "start_char": 633, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 641, "feats": "Tense=Past|VerbForm=Fin", "head": 6, "id": 17, "lemma": "put", "misc": "", "start_char": 638, "text": "put", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 644, "feats": null, "head": 17, "id": 18, "lemma": "on", "misc": "", "start_char": 642, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 648, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "her", "misc": "", "start_char": 645, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 657, "feats": "Number=Plur", "head": 17, "id": 20, "lemma": "earring", "misc": "", "start_char": 649, "text": "earrings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 659, "feats": null, "head": 6, "id": 21, "lemma": ".", "misc": "", "start_char": 658, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (`` ``) (CC But) (ADVP (RB somehow)) (NP (DT the) (NN action)) (VP (VBD got) (VP (VBN reversed) (PP (IN in) (NP (DT the) (NN programme))))) (. .) ('' '')))" }, "speaker": null, "text": "\"But somehow the action got reversed in the programme.\"", "tokens": [ { "deprel": "punct", "end_char": 662, "feats": null, "head": 7, "id": 1, "lemma": "``", "misc": "", "start_char": 660, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "cc", "end_char": 666, "feats": null, "head": 7, "id": 2, "lemma": "but", "misc": "", "start_char": 663, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 674, "feats": null, "head": 7, "id": 3, "lemma": "somehow", "misc": "", "start_char": 667, "text": "somehow", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 678, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 675, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 685, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "action", "misc": "", "start_char": 679, "text": "action", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 689, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "get", "misc": "", "start_char": 686, "text": "got", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 698, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "reverse", "misc": "", "start_char": 690, "text": "reversed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 701, "feats": null, "head": 10, "id": 8, "lemma": "in", "misc": "", "start_char": 699, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 705, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 702, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 715, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "programme", "misc": "", "start_char": 706, "text": "programme", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 717, "feats": null, "head": 7, "id": 11, "lemma": ".", "misc": "", "start_char": 716, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 720, "feats": null, "head": 7, "id": 12, "lemma": "''", "misc": "", "start_char": 718, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NP (QP (RB About) (CD one) (IN in) (CD twenty))) (PP (IN of) (NP (NP (DT the) (NNS incidents)) (SBAR (S (NP (DT the) (NNS volunteers)) (VP (VBD reported))))))) (VP (VBD were) (NP (DT these) (`` ``) (NML (NN programme) (NN assembly)) (NNS failures))) (. .) ('' '')))" }, "speaker": null, "text": "About one in twenty of the incidents the volunteers reported were these \"programme assembly failures.\"", "tokens": [ { "deprel": "advmod", "end_char": 726, "feats": null, "head": 2, "id": 1, "lemma": "about", "misc": "", "start_char": 721, "text": "About", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 730, "feats": "NumForm=Word|NumType=Card", "head": 16, "id": 2, "lemma": "one", "misc": "", "start_char": 727, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 733, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 731, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 740, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 4, "lemma": "twenty", "misc": "", "start_char": 734, "text": "twenty", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 743, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 741, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 747, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 744, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 757, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "incident", "misc": "", "start_char": 748, "text": "incidents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 761, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 758, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 772, "feats": "Number=Plur", "head": 10, "id": 9, "lemma": "volunteer", "misc": "", "start_char": 762, "text": "volunteers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "parataxis", "end_char": 781, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 10, "lemma": "report", "misc": "", "start_char": 773, "text": "reported", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cop", "end_char": 786, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 11, "lemma": "be", "misc": "", "start_char": 782, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 792, "feats": "Number=Plur|PronType=Dem", "head": 16, "id": 12, "lemma": "this", "misc": "", "start_char": 787, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 795, "feats": null, "head": 16, "id": 13, "lemma": "``", "misc": "", "start_char": 793, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 805, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "programme", "misc": "", "start_char": 796, "text": "programme", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 814, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "assembly", "misc": "", "start_char": 806, "text": "assembly", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 823, "feats": "Number=Plur", "head": 0, "id": 16, "lemma": "failure", "misc": "", "start_char": 815, "text": "failures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 825, "feats": null, "head": 16, "id": 17, "lemma": ".", "misc": "", "start_char": 824, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 828, "feats": null, "head": 16, "id": 18, "lemma": "''", "misc": "", "start_char": 826, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 830, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 829, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD Twenty) (NN percent)) (PP (IN of) (NP (DT all) (NNS errors)))) (VP (VBD were) (`` ``) (NP (NN test) (NNS failures)) ('' '') (, --) (PP (ADVP (RB mainly)) (IN due) (IN to) (S (RB not) (VP (VBG verifying) (NP (NP (DT the) (NN progress)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (DT the) (NN body)) (VP (VBD was) (VP (VBG doing))))))))))) (. .)))" }, "speaker": null, "text": "Twenty percent of all errors were \"test failures\"--mainly due to not verifying the progress of what the body was doing.", "tokens": [ { "deprel": "nummod", "end_char": 837, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "twenty", "misc": "", "start_char": 831, "text": "Twenty", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 845, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "percent", "misc": "", "start_char": 838, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 848, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 846, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 852, "feats": null, "head": 5, "id": 4, "lemma": "all", "misc": "", "start_char": 849, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 859, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "error", "misc": "", "start_char": 853, "text": "errors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 864, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 6, "lemma": "be", "misc": "", "start_char": 860, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "punct", "end_char": 867, "feats": null, "head": 9, "id": 7, "lemma": "``", "misc": "", "start_char": 865, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 872, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "test", "misc": "", "start_char": 868, "text": "test", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 881, "feats": "Number=Plur", "head": 0, "id": 9, "lemma": "failure", "misc": "", "start_char": 873, "text": "failures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 884, "feats": null, "head": 9, "id": 10, "lemma": "''", "misc": "", "start_char": 882, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 887, "feats": null, "head": 9, "id": 11, "lemma": "--", "misc": "", "start_char": 885, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 894, "feats": null, "head": 16, "id": 12, "lemma": "mainly", "misc": "", "start_char": 888, "text": "mainly", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 898, "feats": null, "head": 16, "id": 13, "lemma": "due", "misc": "", "start_char": 895, "text": "due", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 901, "feats": null, "head": 13, "id": 14, "lemma": "to", "misc": "", "start_char": 899, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 905, "feats": null, "head": 16, "id": 15, "lemma": "not", "misc": "", "start_char": 902, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 915, "feats": "VerbForm=Ger", "head": 9, "id": 16, "lemma": "verify", "misc": "", "start_char": 906, "text": "verifying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 919, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 916, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 928, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "progress", "misc": "", "start_char": 920, "text": "progress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 931, "feats": null, "head": 20, "id": 19, "lemma": "of", "misc": "", "start_char": 929, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 936, "feats": "PronType=Rel", "head": 18, "id": 20, "lemma": "what", "misc": "", "start_char": 932, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "det", "end_char": 940, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 937, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 945, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "body", "misc": "", "start_char": 941, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 949, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 24, "id": 23, "lemma": "be", "misc": "", "start_char": 946, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 955, "feats": "Tense=Pres|VerbForm=Part", "head": 20, "id": 24, "lemma": "do", "misc": "", "start_char": 950, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 957, "feats": null, "head": 9, "id": 25, "lemma": ".", "misc": "", "start_char": 956, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN man)) (ADVP (RB about) (S (VP (TO to) (VP (VB get) (S (NP (PRP$ his) (NN car)) (PP (IN out) (PP (IN of) (NP (DT the) (NN garage)))))))))) (VP (VP (VBD passed) (PP (IN through) (NP (NP (DT the) (NN back) (NN yard)) (SBAR (WHADVP (WRB where)) (S (NP (PRP$ his) (NN garden) (NN jacket) (CC and) (NNS boots)) (VP (VBD were) (VP (VBN kept)))))))) (, ,) (VP (VBD put) (NP (PRP them)) (PRT (RP on))) (, --) (PP (ADVP (JJ much)) (IN to) (NP (PRP$ his) (NN surprise)))) (. .)))" }, "speaker": null, "text": "A man about to get his car out of the garage passed through the back yard where his garden jacket and boots were kept, put them on--much to his surprise.", "tokens": [ { "deprel": "det", "end_char": 959, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 958, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 963, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "man", "misc": "", "start_char": 960, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 969, "feats": null, "head": 5, "id": 3, "lemma": "about", "misc": "", "start_char": 964, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 972, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 970, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 976, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "get", "misc": "", "start_char": 973, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 980, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "his", "misc": "", "start_char": 977, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 984, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "car", "misc": "", "start_char": 981, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 988, "feats": null, "head": 11, "id": 8, "lemma": "out", "misc": "", "start_char": 985, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 991, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 989, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 995, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 992, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1002, "feats": "Number=Sing", "head": 5, "id": 11, "lemma": "garage", "misc": "", "start_char": 996, "text": "garage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1009, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "pass", "misc": "", "start_char": 1003, "text": "passed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1017, "feats": null, "head": 16, "id": 13, "lemma": "through", "misc": "", "start_char": 1010, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1021, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 1018, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1026, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "back", "misc": "", "start_char": 1022, "text": "back", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1031, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "yard", "misc": "", "start_char": 1027, "text": "yard", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1037, "feats": "PronType=Rel", "head": 24, "id": 17, "lemma": "where", "misc": "", "start_char": 1032, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 1041, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "his", "misc": "", "start_char": 1038, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1048, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "garden", "misc": "", "start_char": 1042, "text": "garden", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1055, "feats": "Number=Sing", "head": 24, "id": 20, "lemma": "jacket", "misc": "", "start_char": 1049, "text": "jacket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1059, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 1056, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1065, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "boot", "misc": "", "start_char": 1060, "text": "boots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1070, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 24, "id": 23, "lemma": "be", "misc": "", "start_char": 1066, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 1075, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 16, "id": 24, "lemma": "keep", "misc": "", "start_char": 1071, "text": "kept", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1077, "feats": null, "head": 26, "id": 25, "lemma": ",", "misc": "", "start_char": 1076, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1081, "feats": "Mood=Ind|VerbForm=Fin", "head": 24, "id": 26, "lemma": "put", "misc": "", "start_char": 1078, "text": "put", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1086, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 26, "id": 27, "lemma": "they", "misc": "", "start_char": 1082, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 1089, "feats": null, "head": 26, "id": 28, "lemma": "on", "misc": "", "start_char": 1087, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1092, "feats": null, "head": 30, "id": 29, "lemma": "--", "misc": "", "start_char": 1090, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "parataxis", "end_char": 1097, "feats": "Degree=Pos", "head": 12, "id": 30, "lemma": "much", "misc": "", "start_char": 1093, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1100, "feats": null, "head": 33, "id": 31, "lemma": "to", "misc": "", "start_char": 1098, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1104, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 33, "id": 32, "lemma": "his", "misc": "", "start_char": 1101, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1113, "feats": "Number=Sing", "head": 30, "id": 33, "lemma": "surprise", "misc": "", "start_char": 1105, "text": "surprise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1115, "feats": null, "head": 12, "id": 34, "lemma": ".", "misc": "", "start_char": 1114, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN woman)) (VP (VBD reported) (, ,) (`` ``) (S (NP (PRP I)) (VP (VBD got) (PP (IN into) (NP (DT the) (NN bath))) (PP (IN with) (NP (PRP$ my) (NNS socks))) (PRT (RB on))))) (. .) ('' '')))" }, "speaker": null, "text": "A woman reported, \"I got into the bath with my socks on.\"", "tokens": [ { "deprel": "det", "end_char": 1117, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 1116, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1123, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "woman", "misc": "", "start_char": 1118, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1132, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "report", "misc": "", "start_char": 1124, "text": "reported", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1134, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 1133, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1137, "feats": null, "head": 3, "id": 5, "lemma": "``", "misc": "", "start_char": 1135, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1139, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 1138, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1143, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "get", "misc": "", "start_char": 1140, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1148, "feats": null, "head": 10, "id": 8, "lemma": "into", "misc": "", "start_char": 1144, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1152, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1149, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1157, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "bath", "misc": "", "start_char": 1153, "text": "bath", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1162, "feats": null, "head": 14, "id": 11, "lemma": "with", "misc": "", "start_char": 1158, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1165, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "my", "misc": "", "start_char": 1163, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1171, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "sock", "misc": "", "start_char": 1166, "text": "socks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 1174, "feats": null, "head": 7, "id": 14, "lemma": "on", "misc": "", "start_char": 1172, "text": "on", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1176, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 1175, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1179, "feats": null, "head": 3, "id": 16, "lemma": "''", "misc": "", "start_char": 1177, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1181, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1180, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJS commonest) (NN problem)) (VP (VBD was) (NP (NN information) (`` ``) (NN storage) (NNS failures) ('' ''))) (. .)))" }, "speaker": null, "text": "The commonest problem was information \"storage failures\".", "tokens": [ { "deprel": "det", "end_char": 1185, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1182, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1195, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "commonest", "misc": "", "start_char": 1186, "text": "commonest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 1203, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "problem", "misc": "", "start_char": 1196, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1207, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 4, "lemma": "be", "misc": "", "start_char": 1204, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "compound", "end_char": 1219, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "information", "misc": "", "start_char": 1208, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1222, "feats": null, "head": 7, "id": 6, "lemma": "``", "misc": "", "start_char": 1220, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 1230, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "storage", "misc": "", "start_char": 1223, "text": "storage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1239, "feats": "Number=Plur", "head": 0, "id": 8, "lemma": "failure", "misc": "", "start_char": 1231, "text": "failures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1242, "feats": null, "head": 8, "id": 9, "lemma": "''", "misc": "", "start_char": 1240, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1244, "feats": null, "head": 8, "id": 10, "lemma": ".", "misc": "", "start_char": 1243, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (VP (VBD forgot) (NP (NP (DT the) (NNS names)) (PP (IN of) (NP (NP (NNS people)) (SBAR (WHNP (WP$ whose) (NNS faces)) (S (NP (PRP they)) (VP (VBD knew)))))))) (, ,) (VP (VBD went) (PP (IN into) (NP (DT a) (NN room)))) (CC and) (VP (VBD forgot) (SBAR (WHADVP (WRB why)) (S (NP (PRP they)) (VP (VP (VBD were) (ADVP (RB there))) (, ,) (VP (VBD mislaid) (NP (NN something))) (, ,) (CC or) (VP (VBD smoked) (NP (DT a) (NN cigarette)) (PP (IN without) (S (VP (VBG realizing) (NP (PRP it))))))))))) (. .)))" }, "speaker": null, "text": "People forgot the names of people whose faces they knew, went into a room and forgot why they were there, mislaid something, or smoked a cigarette without realizing it.", "tokens": [ { "deprel": "nsubj", "end_char": 1251, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "person", "misc": "", "start_char": 1245, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1258, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "forget", "misc": "", "start_char": 1252, "text": "forgot", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1262, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1259, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1268, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "name", "misc": "", "start_char": 1263, "text": "names", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1271, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1269, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1278, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "person", "misc": "", "start_char": 1272, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod:poss", "end_char": 1284, "feats": "Poss=Yes|PronType=Rel", "head": 8, "id": 7, "lemma": "whose", "misc": "", "start_char": 1279, "text": "whose", "upos": "PRON", "xpos": "WP$" }, { "deprel": "obj", "end_char": 1290, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "face", "misc": "", "start_char": 1285, "text": "faces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1295, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "they", "misc": "", "start_char": 1291, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1300, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 10, "lemma": "know", "misc": "", "start_char": 1296, "text": "knew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1302, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 1301, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1307, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 12, "lemma": "go", "misc": "", "start_char": 1303, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1312, "feats": null, "head": 15, "id": 13, "lemma": "into", "misc": "", "start_char": 1308, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1314, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 1313, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1319, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "room", "misc": "", "start_char": 1315, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1323, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 1320, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1330, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 17, "lemma": "forget", "misc": "", "start_char": 1324, "text": "forgot", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1334, "feats": "PronType=Int", "head": 17, "id": 18, "lemma": "why", "misc": "", "start_char": 1331, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1339, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 21, "id": 19, "lemma": "they", "misc": "", "start_char": 1335, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1344, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 20, "lemma": "be", "misc": "", "start_char": 1340, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl:relcl", "end_char": 1350, "feats": "PronType=Dem", "head": 18, "id": 21, "lemma": "there", "misc": "", "start_char": 1345, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1352, "feats": null, "head": 23, "id": 22, "lemma": ",", "misc": "", "start_char": 1351, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1360, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 23, "lemma": "mislaid", "misc": "", "start_char": 1353, "text": "mislaid", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1370, "feats": "Number=Sing|PronType=Ind", "head": 23, "id": 24, "lemma": "something", "misc": "", "start_char": 1361, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 1372, "feats": null, "head": 27, "id": 25, "lemma": ",", "misc": "", "start_char": 1371, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1375, "feats": null, "head": 27, "id": 26, "lemma": "or", "misc": "", "start_char": 1373, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1382, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 27, "lemma": "smoke", "misc": "", "start_char": 1376, "text": "smoked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1384, "feats": "Definite=Ind|PronType=Art", "head": 29, "id": 28, "lemma": "a", "misc": "", "start_char": 1383, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1394, "feats": "Number=Sing", "head": 27, "id": 29, "lemma": "cigarette", "misc": "", "start_char": 1385, "text": "cigarette", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1402, "feats": null, "head": 31, "id": 30, "lemma": "without", "misc": "", "start_char": 1395, "text": "without", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1412, "feats": "VerbForm=Ger", "head": 27, "id": 31, "lemma": "realize", "misc": "", "start_char": 1403, "text": "realizing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1415, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 31, "id": 32, "lemma": "it", "misc": "", "start_char": 1413, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1417, "feats": null, "head": 2, "id": 33, "lemma": ".", "misc": "", "start_char": 1416, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1419, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1418, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN research)) (ADVP (RB so) (RB far)) (VP (VBZ suggests) (SBAR (IN that) (S (SBAR (IN while) (S (NP (NP (DT the) (JJ central) (NN processor)) (PP (IN of) (NP (DT the) (NN brain)))) (VP (VBZ is) (VP (VBN liberated) (PP (IN from) (NP (NP (JJ second-to-second) (NN control)) (PP (IN of) (NP (DT a) (JJ well-practiced) (NN routine))))))))) (, ,) (NP (PRP it)) (VP (MD must) (ADVP (RB repeatedly)) (VP (VB switch) (ADVP (RB back)) (NP (PRP$ its) (NN attention)) (PP (IN at) (NP (JJ important) (NN decision) (NNS points))) (S (VP (TO to) (VP (VB check) (SBAR (IN that) (S (NP (DT the) (NN action)) (VP (VBZ goes) (PRT (RP on)) (SBAR (IN as) (S (VP (VBN intended))))))))))))))) (. .)))" }, "speaker": null, "text": "The research so far suggests that while the central processor of the brain is liberated from second-to-second control of a well-practiced routine, it must repeatedly switch back its attention at important decision points to check that the action goes on as intended.", "tokens": [ { "deprel": "det", "end_char": 1423, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1420, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1432, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "research", "misc": "", "start_char": 1424, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1435, "feats": null, "head": 4, "id": 3, "lemma": "so", "misc": "", "start_char": 1433, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1439, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "far", "misc": "", "start_char": 1436, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1448, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "suggest", "misc": "", "start_char": 1440, "text": "suggests", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1453, "feats": null, "head": 27, "id": 6, "lemma": "that", "misc": "", "start_char": 1449, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 1459, "feats": null, "head": 15, "id": 7, "lemma": "while", "misc": "", "start_char": 1454, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1463, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 1460, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1471, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "central", "misc": "", "start_char": 1464, "text": "central", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1481, "feats": "Number=Sing", "head": 15, "id": 10, "lemma": "processor", "misc": "", "start_char": 1472, "text": "processor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1484, "feats": null, "head": 13, "id": 11, "lemma": "of", "misc": "", "start_char": 1482, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1488, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1485, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1494, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "brain", "misc": "", "start_char": 1489, "text": "brain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1497, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 1495, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1507, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 27, "id": 15, "lemma": "liberate", "misc": "", "start_char": 1498, "text": "liberated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1512, "feats": null, "head": 18, "id": 16, "lemma": "from", "misc": "", "start_char": 1508, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1529, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "second-to-second", "misc": "", "start_char": 1513, "text": "second-to-second", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1537, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "control", "misc": "", "start_char": 1530, "text": "control", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1540, "feats": null, "head": 22, "id": 19, "lemma": "of", "misc": "", "start_char": 1538, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1542, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 20, "lemma": "a", "misc": "", "start_char": 1541, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1557, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "well-practiced", "misc": "", "start_char": 1543, "text": "well-practiced", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1565, "feats": "Number=Sing", "head": 18, "id": 22, "lemma": "routine", "misc": "", "start_char": 1558, "text": "routine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1567, "feats": null, "head": 15, "id": 23, "lemma": ",", "misc": "", "start_char": 1566, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1570, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 27, "id": 24, "lemma": "it", "misc": "", "start_char": 1568, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1575, "feats": "VerbForm=Fin", "head": 27, "id": 25, "lemma": "must", "misc": "", "start_char": 1571, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1586, "feats": null, "head": 27, "id": 26, "lemma": "repeatedly", "misc": "", "start_char": 1576, "text": "repeatedly", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1593, "feats": "VerbForm=Inf", "head": 5, "id": 27, "lemma": "switch", "misc": "", "start_char": 1587, "text": "switch", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1598, "feats": null, "head": 27, "id": 28, "lemma": "back", "misc": "", "start_char": 1594, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 1602, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 30, "id": 29, "lemma": "its", "misc": "", "start_char": 1599, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1612, "feats": "Number=Sing", "head": 27, "id": 30, "lemma": "attention", "misc": "", "start_char": 1603, "text": "attention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1615, "feats": null, "head": 34, "id": 31, "lemma": "at", "misc": "", "start_char": 1613, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1625, "feats": "Degree=Pos", "head": 34, "id": 32, "lemma": "important", "misc": "", "start_char": 1616, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1634, "feats": "Number=Sing", "head": 34, "id": 33, "lemma": "decision", "misc": "", "start_char": 1626, "text": "decision", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1641, "feats": "Number=Plur", "head": 27, "id": 34, "lemma": "point", "misc": "", "start_char": 1635, "text": "points", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1644, "feats": null, "head": 36, "id": 35, "lemma": "to", "misc": "", "start_char": 1642, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1650, "feats": "VerbForm=Inf", "head": 27, "id": 36, "lemma": "check", "misc": "", "start_char": 1645, "text": "check", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1655, "feats": null, "head": 40, "id": 37, "lemma": "that", "misc": "", "start_char": 1651, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1659, "feats": "Definite=Def|PronType=Art", "head": 39, "id": 38, "lemma": "the", "misc": "", "start_char": 1656, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1666, "feats": "Number=Sing", "head": 40, "id": 39, "lemma": "action", "misc": "", "start_char": 1660, "text": "action", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 1671, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 36, "id": 40, "lemma": "go", "misc": "", "start_char": 1667, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 1674, "feats": null, "head": 40, "id": 41, "lemma": "on", "misc": "", "start_char": 1672, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 1677, "feats": null, "head": 43, "id": 42, "lemma": "as", "misc": "", "start_char": 1675, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1686, "feats": "Tense=Past|VerbForm=Part", "head": 40, "id": 43, "lemma": "intend", "misc": "", "start_char": 1678, "text": "intended", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1688, "feats": null, "head": 5, "id": 44, "lemma": ".", "misc": "", "start_char": 1687, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Otherwise)) (NP (DT the) (NN activity)) (VP (MD may) (VP (VB be) (VP (VBN gotten) (PP (IN by) (NP (DT another) (ADJP (RB frequently) (CC and) (RB recently) (VBN used)) (NN programme))) (, ,) (S (VP (VBG resulting) (PP (IN in) (NP (JJ embarrassing) (NNS errors)))))))) (. .)))" }, "speaker": null, "text": "Otherwise the activity may be gotten by another frequently and recently used programme, resulting in embarrassing errors.", "tokens": [ { "deprel": "advmod", "end_char": 1698, "feats": null, "head": 6, "id": 1, "lemma": "otherwise", "misc": "", "start_char": 1689, "text": "Otherwise", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1702, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1699, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1711, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "activity", "misc": "", "start_char": 1703, "text": "activity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1715, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "may", "misc": "", "start_char": 1712, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1718, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1716, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1725, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "get", "misc": "", "start_char": 1719, "text": "gotten", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1728, "feats": null, "head": 13, "id": 7, "lemma": "by", "misc": "", "start_char": 1726, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1736, "feats": null, "head": 13, "id": 8, "lemma": "another", "misc": "", "start_char": 1729, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1747, "feats": null, "head": 13, "id": 9, "lemma": "frequently", "misc": "", "start_char": 1737, "text": "frequently", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1751, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 1748, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1760, "feats": null, "head": 12, "id": 11, "lemma": "recently", "misc": "", "start_char": 1752, "text": "recently", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1765, "feats": "Tense=Past|VerbForm=Part", "head": 9, "id": 12, "lemma": "use", "misc": "", "start_char": 1761, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 1775, "feats": "Number=Sing", "head": 6, "id": 13, "lemma": "programme", "misc": "", "start_char": 1766, "text": "programme", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1777, "feats": null, "head": 6, "id": 14, "lemma": ",", "misc": "", "start_char": 1776, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1787, "feats": "VerbForm=Ger", "head": 6, "id": 15, "lemma": "result", "misc": "", "start_char": 1778, "text": "resulting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1790, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 1788, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1803, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "embarrassing", "misc": "", "start_char": 1791, "text": "embarrassing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1810, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "error", "misc": "", "start_char": 1804, "text": "errors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1812, "feats": null, "head": 6, "id": 19, "lemma": ".", "misc": "", "start_char": 1811, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Professor Reason recently persuaded 35 people to keep a diary of all their absent-minded actions for two weeks. When he came to analyze their embarrassing errors, he was surprised to find that nearly all of them fell into a few groups. One of the women, for instance, on leaving her house for work one morning threw her pet dog her earrings and tried to fix a dog biscuit on her ear. "The explanation for this is that the brain is like a computer," explains the professor. "People programme themselves to do certain activities regularly." It was the woman's custom every morning to throw her dog two biscuits and then put on her earrings. "But somehow the action got reversed in the programme." About one in twenty of the incidents the volunteers reported were these "programme assembly failures." Twenty percent of all errors were "test failures"--mainly due to not verifying the progress of what the body was doing. A man about to get his car out of the garage passed through the back yard where his garden jacket and boots were kept, put them on--much to his surprise. A woman reported, "I got into the bath with my socks on." The commonest problem was information "storage failures". People forgot the names of people whose faces they knew, went into a room and forgot why they were there, mislaid something, or smoked a cigarette without realizing it. The research so far suggests that while the central processor of the brain is liberated from second-to-second control of a well-practiced routine, it must repeatedly switch back its attention at important decision points to check that the action goes on as intended. Otherwise the activity may be gotten by another frequently and recently used programme, resulting in embarrassing errors.
[ [ [ 0, 0, 1 ], [ 1, 1, 1 ], [ 1, 9, 9 ], [ 4, 16, 17 ] ], [ [ 0, 4, 5 ], [ 0, 12, 12 ], [ 1, 5, 5 ], [ 1, 18, 18 ] ], [ [ 0, 8, 14 ] ], [ [ 0, 11, 14 ] ], [ [ 0, 16, 17 ] ], [ [ 1, 5, 7 ] ], [ [ 1, 21, 23 ] ], [ [ 3, 0, 3 ], [ 3, 10, 10 ], [ 3, 17, 17 ], [ 3, 20, 20 ], [ 3, 30, 30 ], [ 6, 2, 4 ], [ 6, 10, 10 ], [ 6, 18, 18 ] ], [ [ 3, 2, 3 ] ], [ [ 3, 6, 6 ] ], [ [ 3, 9, 11 ] ], [ [ 3, 10, 11 ] ], [ [ 3, 13, 13 ] ], [ [ 3, 14, 15 ] ], [ [ 3, 17, 19 ], [ 6, 10, 11 ] ], [ [ 3, 18, 18 ] ], [ [ 3, 20, 21 ], [ 6, 18, 19 ] ], [ [ 3, 26, 28 ] ], [ [ 3, 30, 31 ] ], [ [ 4, 1, 4 ] ], [ [ 4, 4, 4 ] ], [ [ 4, 7, 8 ], [ 17, 11, 12 ] ], [ [ 4, 11, 12 ] ], [ [ 5, 1, 1 ], [ 5, 3, 3 ], [ 15, 0, 0 ], [ 15, 8, 8 ], [ 15, 18, 18 ] ], [ [ 5, 6, 7 ] ], [ [ 6, 0, 0 ], [ 6, 2, 5 ] ], [ [ 6, 6, 7 ] ], [ [ 6, 12, 13 ] ], [ [ 6, 15, 15 ] ], [ [ 7, 3, 4 ], [ 17, 37, 38 ] ], [ [ 7, 8, 9 ], [ 8, 13, 13 ] ], [ [ 8, 7, 8 ] ], [ [ 10, 0, 4 ], [ 10, 6, 9 ] ], [ [ 10, 3, 4 ] ], [ [ 10, 7, 7 ] ], [ [ 10, 15, 23 ] ], [ [ 10, 16, 23 ] ], [ [ 10, 20, 21 ] ], [ [ 11, 5, 6 ] ], [ [ 11, 9, 10 ] ], [ [ 11, 18, 18 ] ], [ [ 11, 17, 21 ], [ 11, 26, 26 ] ], [ [ 11, 31, 32 ] ], [ [ 12, 5, 5 ], [ 12, 0, 1 ], [ 12, 11, 11 ] ], [ [ 12, 8, 9 ] ], [ [ 12, 11, 12 ] ], [ [ 14, 4, 8 ], [ 14, 0, 2 ] ], [ [ 14, 6, 6 ] ], [ [ 15, 2, 9 ] ], [ [ 15, 5, 9 ] ], [ [ 15, 13, 14 ] ], [ [ 15, 23, 23 ] ], [ [ 15, 27, 28 ], [ 15, 31, 31 ] ], [ [ 15, 30, 31 ] ], [ [ 17, 0, 1 ] ], [ [ 17, 7, 12 ], [ 17, 23, 23 ], [ 17, 28, 28 ] ], [ [ 17, 16, 21 ] ], [ [ 17, 19, 21 ] ], [ [ 17, 28, 29 ] ], [ [ 17, 31, 33 ] ], [ [ 17, 32, 32 ] ], [ [ 18, 1, 2 ] ], [ [ 18, 16, 17 ] ], [ [ 1, 15, 18 ] ], [ [ 8, 0, 9 ], [ 8, 11, 17 ] ], [ [ 8, 3, 9 ] ], [ [ 8, 5, 9 ] ], [ [ 10, 19, 23 ] ], [ [ 15, 17, 20 ] ], [ [ 11, 0, 10 ], [ 11, 5, 5 ], [ 11, 17, 17 ], [ 11, 31, 31 ] ], [ [ 11, 13, 27 ] ], [ [ 18, 7, 12 ] ], [ [ 3, 27, 27 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36158
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (JJS most) (NNP Chinese))) (, ,) (NP (NP (PRP it))) (VP (VBZ is) (RB not) (ADJP (JJ easy)) (S (VP (TO to) (VP (VB say) (`` ``) (S (NP (PRP I)) (VP (VBP love) (NP (PRP you)))) ('' '') (, ,) (PP (ADVP (RB even)) (IN to) (NP (PRP$ our) (NNS parents))) (, ,) (ADVP (DT no) (NN matter) (SBAR (WHNP (WRB how) (JJ much)) (S (NP (PRP we)) (VP (VBP love) (NP (PRP them)))))))))) (. .)))" }, "speaker": null, "text": "For most Chinese, it is not easy to say \"I love you\", even to our parents, no matter how much we love them.", "tokens": [ { "deprel": "case", "end_char": 3, "feats": null, "head": 3, "id": 1, "lemma": "for", "misc": "", "start_char": 0, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 8, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "most", "misc": "", "start_char": 4, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 16, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "Chinese", "misc": "", "start_char": 9, "text": "Chinese", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 18, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 17, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 21, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 5, "lemma": "it", "misc": "", "start_char": 19, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 24, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 22, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 28, "feats": null, "head": 8, "id": 7, "lemma": "not", "misc": "", "start_char": 25, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 33, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "easy", "misc": "", "start_char": 29, "text": "easy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 36, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 34, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 40, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "say", "misc": "", "start_char": 37, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 43, "feats": null, "head": 13, "id": 11, "lemma": "``", "misc": "", "start_char": 41, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 45, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "I", "misc": "", "start_char": 44, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 50, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 10, "id": 13, "lemma": "love", "misc": "", "start_char": 46, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 54, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 13, "id": 14, "lemma": "you", "misc": "", "start_char": 51, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 13, "id": 15, "lemma": "''", "misc": "", "start_char": 55, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 59, "feats": null, "head": 20, "id": 16, "lemma": ",", "misc": "", "start_char": 58, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 64, "feats": null, "head": 20, "id": 17, "lemma": "even", "misc": "", "start_char": 60, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 67, "feats": null, "head": 20, "id": 18, "lemma": "to", "misc": "", "start_char": 65, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 71, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "our", "misc": "", "start_char": 68, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 79, "feats": "Number=Plur", "head": 13, "id": 20, "lemma": "parent", "misc": "", "start_char": 72, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 81, "feats": null, "head": 23, "id": 21, "lemma": ",", "misc": "", "start_char": 80, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 84, "feats": null, "head": 23, "id": 22, "lemma": "no", "misc": "", "start_char": 82, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 91, "feats": "Number=Sing", "head": 13, "id": 23, "lemma": "matter", "misc": "", "start_char": 85, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 95, "feats": "PronType=Int", "head": 25, "id": 24, "lemma": "how", "misc": "", "start_char": 92, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advmod", "end_char": 100, "feats": "Degree=Pos", "head": 27, "id": 25, "lemma": "much", "misc": "", "start_char": 96, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 103, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 27, "id": 26, "lemma": "we", "misc": "", "start_char": 101, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl", "end_char": 108, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 23, "id": 27, "lemma": "love", "misc": "", "start_char": 104, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 113, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 27, "id": 28, "lemma": "they", "misc": "", "start_char": 109, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 115, "feats": null, "head": 8, "id": 29, "lemma": ".", "misc": "", "start_char": 114, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNPS Chinese)) (VP (VBP prefer) (S (VP (TO to) (VP (VP (VB put) (NP (PRP$ their) (NN love)) (PP (IN in) (NP (NN heart)))) (CONJP (RB rather) (IN than)) (VP (VB speak) (NP (DT the) (NNS words))))))) (. .)))" }, "speaker": null, "text": "The Chinese prefer to put their love in heart rather than speak the words.", "tokens": [ { "deprel": "det", "end_char": 119, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 116, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 127, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "Chinese", "misc": "", "start_char": 120, "text": "Chinese", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "root", "end_char": 134, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "prefer", "misc": "", "start_char": 128, "text": "prefer", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 137, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 135, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 141, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "put", "misc": "", "start_char": 138, "text": "put", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 147, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "their", "misc": "", "start_char": 142, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 152, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "love", "misc": "", "start_char": 148, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 155, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 153, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 161, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "heart", "misc": "", "start_char": 156, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 168, "feats": null, "head": 12, "id": 10, "lemma": "rather", "misc": "", "start_char": 162, "text": "rather", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 173, "feats": null, "head": 10, "id": 11, "lemma": "than", "misc": "", "start_char": 169, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "conj", "end_char": 179, "feats": "VerbForm=Inf", "head": 5, "id": 12, "lemma": "speak", "misc": "", "start_char": 174, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 183, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 180, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 189, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "word", "misc": "", "start_char": 184, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 191, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 190, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT Some)) (PP (IN of) (NP (PRP us)))) (VP (MD may) (VP (VB think) (SBAR (S (NP (NP (PRP it))) (VP (VBZ is) (RB not) (ADJP (JJ important)) (S (VP (TO to) (VP (VB speak) (PRT (RP out)) (NP (PRP$ their) (NN love)))))))))) (. .)))" }, "speaker": null, "text": "Some of us may think it is not important to speak out their love.", "tokens": [ { "deprel": "nsubj", "end_char": 196, "feats": null, "head": 5, "id": 1, "lemma": "some", "misc": "", "start_char": 192, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 199, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 197, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 202, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 1, "id": 3, "lemma": "we", "misc": "", "start_char": 200, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 206, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "may", "misc": "", "start_char": 203, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 212, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "think", "misc": "", "start_char": 207, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "expl", "end_char": 215, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 6, "lemma": "it", "misc": "", "start_char": 213, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 218, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 216, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 222, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 219, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 232, "feats": "Degree=Pos", "head": 5, "id": 9, "lemma": "important", "misc": "", "start_char": 223, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 235, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 233, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 241, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "speak", "misc": "", "start_char": 236, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 245, "feats": null, "head": 11, "id": 12, "lemma": "out", "misc": "", "start_char": 242, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "nmod:poss", "end_char": 251, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "their", "misc": "", "start_char": 246, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 256, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "love", "misc": "", "start_char": 252, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 258, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 257, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (SBAR (ADVP (RB Only)) (IN if) (S (NP (PRP$ our) (NNS parents)) (VP (MD can) (VP (VP (VB feel) (NP (PRP$ our) (NN love))) (CC and) (VP (VB believe) (SBAR (S (NP (PRP we)) (VP (VBP love) (NP (NN hem)))))))))) (, ,) (NP (DT that)) (VP (VBZ is) (ADJP (JJ enough))) (. .)))" }, "speaker": null, "text": "Only if our parents can feel our love and believe we love hem, that is enough.", "tokens": [ { "deprel": "advmod", "end_char": 263, "feats": null, "head": 6, "id": 1, "lemma": "only", "misc": "", "start_char": 259, "text": "Only", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 266, "feats": null, "head": 6, "id": 2, "lemma": "if", "misc": "", "start_char": 264, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 270, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "our", "misc": "", "start_char": 267, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 278, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "parent", "misc": "", "start_char": 271, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 282, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "can", "misc": "", "start_char": 279, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 287, "feats": "VerbForm=Inf", "head": 17, "id": 6, "lemma": "feel", "misc": "", "start_char": 283, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 291, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "our", "misc": "", "start_char": 288, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 296, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "love", "misc": "", "start_char": 292, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 300, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 297, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 308, "feats": "VerbForm=Inf", "head": 6, "id": 10, "lemma": "believe", "misc": "", "start_char": 301, "text": "believe", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 311, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 12, "id": 11, "lemma": "we", "misc": "", "start_char": 309, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 316, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 10, "id": 12, "lemma": "love", "misc": "", "start_char": 312, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 320, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "hem", "misc": "", "start_char": 317, "text": "hem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 322, "feats": null, "head": 17, "id": 14, "lemma": ",", "misc": "", "start_char": 321, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 327, "feats": "Number=Sing|PronType=Dem", "head": 17, "id": 15, "lemma": "that", "misc": "", "start_char": 323, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 330, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 328, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 337, "feats": "Degree=Pos", "head": 0, "id": 17, "lemma": "enough", "misc": "", "start_char": 331, "text": "enough", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 339, "feats": null, "head": 17, "id": 18, "lemma": ".", "misc": "", "start_char": 338, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 341, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 340, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (VP (VB Try) (S (VP (TO to) (VP (VB think) (PP (IN about) (NP (DT this) (NN question))) (PP (IN in) (NP (DT another) (NN way))))))) (. .)))" }, "speaker": null, "text": "Try to think about this question in another way.", "tokens": [ { "deprel": "root", "end_char": 345, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "try", "misc": "", "start_char": 342, "text": "Try", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 348, "feats": null, "head": 3, "id": 2, "lemma": "to", "misc": "", "start_char": 346, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 354, "feats": "VerbForm=Inf", "head": 1, "id": 3, "lemma": "think", "misc": "", "start_char": 349, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 360, "feats": null, "head": 6, "id": 4, "lemma": "about", "misc": "", "start_char": 355, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 365, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 5, "lemma": "this", "misc": "", "start_char": 361, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 374, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "question", "misc": "", "start_char": 366, "text": "question", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 377, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 375, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 385, "feats": null, "head": 9, "id": 8, "lemma": "another", "misc": "", "start_char": 378, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 389, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "way", "misc": "", "start_char": 386, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 391, "feats": null, "head": 1, "id": 10, "lemma": ".", "misc": "", "start_char": 390, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB want) (S (VP (TO to) (VP (VB hear) (S (NP (PRP$ your) (NNS parents)) (VP (VB say) (SBAR (S (NP (PRP they)) (VP (VBP love) (NP (PRP you)) (SBAR (SBAR (IN If) (S (NP (PRP they)) (VP (VBP say) (ADVP (RB so))))) (, ,) (SBARQ (WHNP (WP what)) (SQ (MD will) (NP (PRP you)) (VP (VB feel) (SBAR (VP (MD Wo) (RB n't) (S (NP (PRP you)) (VP (VB feel) (ADJP (ADJP (JJ happy)) (CC and) (ADJP (RB very) (JJ warm))) (PP (IN in) (NP (NN heart) (RB Sure)))))) (S (NP (PRP you)) (VP (MD will))))))))))))))))) (. .)))" }, "speaker": null, "text": "Do you want to hear your parents say they love you If they say so, what will you feel Won't you feel happy and very warm in heart Sure you will.", "tokens": [ { "deprel": "aux", "end_char": 394, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 392, "text": "Do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 398, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 395, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 403, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "want", "misc": "", "start_char": 399, "text": "want", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 406, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 404, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 411, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "hear", "misc": "", "start_char": 407, "text": "hear", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 416, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "your", "misc": "", "start_char": 412, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 424, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "parent", "misc": "", "start_char": 417, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 428, "feats": "VerbForm=Inf", "head": 5, "id": 8, "lemma": "say", "misc": "", "start_char": 425, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 433, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "they", "misc": "", "start_char": 429, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 438, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 10, "lemma": "love", "misc": "", "start_char": 434, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 442, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 10, "id": 11, "lemma": "you", "misc": "", "start_char": 439, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 445, "feats": null, "head": 14, "id": 12, "lemma": "if", "misc": "", "start_char": 443, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 450, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "they", "misc": "", "start_char": 446, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 454, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 14, "lemma": "say", "misc": "", "start_char": 451, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 457, "feats": null, "head": 14, "id": 15, "lemma": "so", "misc": "", "start_char": 455, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 459, "feats": null, "head": 20, "id": 16, "lemma": ",", "misc": "", "start_char": 458, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "obj", "end_char": 464, "feats": "PronType=Int", "head": 20, "id": 17, "lemma": "what", "misc": "", "start_char": 460, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 469, "feats": "VerbForm=Fin", "head": 20, "id": 18, "lemma": "will", "misc": "", "start_char": 465, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 473, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 20, "id": 19, "lemma": "you", "misc": "", "start_char": 470, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 478, "feats": "VerbForm=Inf", "head": 3, "id": 20, "lemma": "feel", "misc": "", "start_char": 474, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "aux", "end_char": 481, "feats": "VerbForm=Fin", "head": 24, "id": 21, "lemma": "will", "misc": "", "start_char": 479, "text": "Wo", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 485, "feats": null, "head": 24, "id": 22, "lemma": "not", "misc": "", "start_char": 482, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 489, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 24, "id": 23, "lemma": "you", "misc": "", "start_char": 486, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 494, "feats": "VerbForm=Inf", "head": 20, "id": 24, "lemma": "feel", "misc": "", "start_char": 490, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 500, "feats": "Degree=Pos", "head": 24, "id": 25, "lemma": "happy", "misc": "", "start_char": 495, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 504, "feats": null, "head": 28, "id": 26, "lemma": "and", "misc": "", "start_char": 501, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 509, "feats": null, "head": 28, "id": 27, "lemma": "very", "misc": "", "start_char": 505, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 514, "feats": "Degree=Pos", "head": 24, "id": 28, "lemma": "warm", "misc": "", "start_char": 510, "text": "warm", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 517, "feats": null, "head": 30, "id": 29, "lemma": "in", "misc": "", "start_char": 515, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 523, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "heart", "misc": "", "start_char": 518, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 528, "feats": null, "head": 33, "id": 31, "lemma": "sure", "misc": "", "start_char": 524, "text": "Sure", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 532, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 33, "id": 32, "lemma": "you", "misc": "", "start_char": 529, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 537, "feats": "VerbForm=Fin", "head": 3, "id": 33, "lemma": "will", "misc": "", "start_char": 533, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "punct", "end_char": 539, "feats": null, "head": 3, "id": 34, "lemma": ".", "misc": "", "start_char": 538, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP$ your) (NNS parents)) (VP (MD will) (VP (VB feel) (NP (DT the) (JJ same)) (SBAR (IN if) (S (NP (PRP you)) (VP (VBP tell) (NP (PRP them)) (SBAR (S (NP (PRP you)) (VP (VBP love) (NP (PRP them)))))))))) (. .)))" }, "speaker": null, "text": "And your parents will feel the same if you tell them you love them.", "tokens": [ { "deprel": "cc", "end_char": 543, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 540, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 548, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "your", "misc": "", "start_char": 544, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 556, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "parent", "misc": "", "start_char": 549, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 561, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "will", "misc": "", "start_char": 557, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 566, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "feel", "misc": "", "start_char": 562, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 570, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 567, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 575, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "same", "misc": "", "start_char": 571, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 578, "feats": null, "head": 10, "id": 8, "lemma": "if", "misc": "", "start_char": 576, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 582, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 10, "id": 9, "lemma": "you", "misc": "", "start_char": 579, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 587, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 5, "id": 10, "lemma": "tell", "misc": "", "start_char": 583, "text": "tell", "upos": "VERB", "xpos": "VBP" }, { "deprel": "iobj", "end_char": 592, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "they", "misc": "", "start_char": 588, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj", "end_char": 596, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 13, "id": 12, "lemma": "you", "misc": "", "start_char": 593, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 601, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 10, "id": 13, "lemma": "love", "misc": "", "start_char": 597, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 606, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 14, "lemma": "they", "misc": "", "start_char": 602, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 608, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 607, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NNS Parents)) (ADVP (RB never)) (VP (VBP expect) (S (NP (PRP$ their) (NNS children)) (VP (TO to) (VP (VB do) (NP (JJ many) (NNS things)) (PP (IN for) (NP (PRP them))))))) (. .)))" }, "speaker": null, "text": "Parents never expect their children to do many things for them.", "tokens": [ { "deprel": "nsubj", "end_char": 616, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "Parent", "misc": "", "start_char": 609, "text": "Parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 622, "feats": null, "head": 3, "id": 2, "lemma": "never", "misc": "", "start_char": 617, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 629, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "expect", "misc": "", "start_char": 623, "text": "expect", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 635, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "their", "misc": "", "start_char": 630, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 644, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "child", "misc": "", "start_char": 636, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 647, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 645, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 650, "feats": "VerbForm=Inf", "head": 3, "id": 7, "lemma": "do", "misc": "", "start_char": 648, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 655, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "many", "misc": "", "start_char": 651, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 662, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "thing", "misc": "", "start_char": 656, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 666, "feats": null, "head": 11, "id": 10, "lemma": "for", "misc": "", "start_char": 663, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 671, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 11, "lemma": "they", "misc": "", "start_char": 667, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 673, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 672, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP are) (ADJP (RB so) (JJ easy) (S (VP (TO to) (VP (VB be) (ADJP (JJ satisfied))))))) (. .)))" }, "speaker": null, "text": "They are so easy to be satisfied.", "tokens": [ { "deprel": "nsubj", "end_char": 678, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "they", "misc": "", "start_char": 674, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 682, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 679, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 685, "feats": null, "head": 4, "id": 3, "lemma": "so", "misc": "", "start_char": 683, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 690, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "easy", "misc": "", "start_char": 686, "text": "easy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 693, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 691, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 696, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 694, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 706, "feats": "Degree=Pos", "head": 4, "id": 7, "lemma": "satisfied", "misc": "", "start_char": 697, "text": "satisfied", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 708, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 707, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (SBARQ (WHADVP (WRB Why)) (RB not) (S (VP (VB try) (S (VP (TO to) (VP (VB say) (`` ``) (S (NP (PRP I)) (VP (VBP love) (NP (PRP you)))) (`` '') (PP (IN to) (NP (PRP them))) (NP (CD one) (NN day))))))) (NP (PRP It)) (VP (VBZ 's) (RB not) (NP (DT a) (ADJP (RB really) (JJ difficult)) (NN thing))) (. .)))" }, "speaker": null, "text": "Why not try to say \"I love you\" to them one day It's not a really difficult thing.", "tokens": [ { "deprel": "advmod", "end_char": 712, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "why", "misc": "", "start_char": 709, "text": "Why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advmod", "end_char": 716, "feats": null, "head": 3, "id": 2, "lemma": "not", "misc": "", "start_char": 713, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 720, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "try", "misc": "", "start_char": 717, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 723, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 721, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 727, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "say", "misc": "", "start_char": 724, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 730, "feats": null, "head": 8, "id": 6, "lemma": "``", "misc": "", "start_char": 728, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 732, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 7, "lemma": "I", "misc": "", "start_char": 731, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 737, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 8, "lemma": "love", "misc": "", "start_char": 733, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 741, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 8, "id": 9, "lemma": "you", "misc": "", "start_char": 738, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 744, "feats": null, "head": 8, "id": 10, "lemma": "''", "misc": "", "start_char": 742, "text": "''", "upos": "PUNCT", "xpos": "``" }, { "deprel": "case", "end_char": 747, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 745, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 752, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 8, "id": 12, "lemma": "they", "misc": "", "start_char": 748, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nummod", "end_char": 756, "feats": "NumForm=Word|NumType=Card", "head": 14, "id": 13, "lemma": "one", "misc": "", "start_char": 753, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 760, "feats": "Number=Sing", "head": 21, "id": 14, "lemma": "day", "misc": "", "start_char": 757, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 763, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 21, "id": 15, "lemma": "it", "misc": "", "start_char": 761, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 766, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 16, "lemma": "be", "misc": "", "start_char": 764, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 770, "feats": null, "head": 21, "id": 17, "lemma": "not", "misc": "", "start_char": 767, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 772, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 18, "lemma": "a", "misc": "", "start_char": 771, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 779, "feats": null, "head": 20, "id": 19, "lemma": "really", "misc": "", "start_char": 773, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 789, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "difficult", "misc": "", "start_char": 780, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "parataxis", "end_char": 795, "feats": "Number=Sing", "head": 8, "id": 21, "lemma": "thing", "misc": "", "start_char": 790, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 797, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 796, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP you)) (VP (MD will) (VP (VB see) (SBAR (WHADJP (WRB how) (JJ surprised) (CC and) (JJ happy)) (S (NP (PRP they)) (VP (VBP are)))))) (. !)))" }, "speaker": null, "text": "And you will see how surprised and happy they are!", "tokens": [ { "deprel": "cc", "end_char": 801, "feats": null, "head": 4, "id": 1, "lemma": "and", "misc": "", "start_char": 798, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 805, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 802, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 810, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "will", "misc": "", "start_char": 806, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 814, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "see", "misc": "", "start_char": 811, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 818, "feats": "PronType=Int", "head": 6, "id": 5, "lemma": "how", "misc": "", "start_char": 815, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "ccomp", "end_char": 828, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "surprised", "misc": "", "start_char": 819, "text": "surprised", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 832, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 829, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 838, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "happy", "misc": "", "start_char": 833, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 843, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 9, "lemma": "they", "misc": "", "start_char": 839, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 847, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 10, "lemma": "be", "misc": "", "start_char": 844, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "punct", "end_char": 849, "feats": null, "head": 4, "id": 11, "lemma": "!", "misc": "", "start_char": 848, "text": "!", "upos": "PUNCT", "xpos": "." } ] } ]
For most Chinese, it is not easy to say "I love you", even to our parents, no matter how much we love them. The Chinese prefer to put their love in heart rather than speak the words. Some of us may think it is not important to speak out their love. Only if our parents can feel our love and believe we love hem, that is enough. Try to think about this question in another way. Do you want to hear your parents say they love you If they say so, what will you feel Won't you feel happy and very warm in heart Sure you will. And your parents will feel the same if you tell them you love them. Parents never expect their children to do many things for them. They are so easy to be satisfied. Why not try to say "I love you" to them one day It's not a really difficult thing. And you will see how surprised and happy they are!
[ [ [ 0, 1, 2 ] ], [ [ 0, 4, 4 ] ], [ [ 0, 13, 13 ], [ 6, 1, 1 ], [ 6, 5, 5 ], [ 6, 10, 10 ], [ 6, 31, 31 ], [ 6, 18, 18 ], [ 6, 22, 22 ], [ 7, 1, 1 ], [ 7, 8, 8 ], [ 7, 11, 11 ], [ 10, 8, 8 ], [ 11, 1, 1 ] ], [ [ 0, 11, 11 ], [ 10, 6, 6 ] ], [ [ 0, 18, 19 ], [ 0, 27, 27 ], [ 2, 12, 12 ], [ 3, 2, 3 ] ], [ [ 0, 18, 18 ], [ 0, 25, 25 ], [ 2, 2, 2 ], [ 3, 2, 2 ], [ 3, 6, 6 ], [ 3, 10, 10 ] ], [ [ 1, 0, 1 ], [ 1, 5, 5 ] ], [ [ 1, 5, 6 ], [ 2, 12, 13 ] ], [ [ 1, 8, 8 ], [ 6, 29, 29 ] ], [ [ 1, 12, 13 ] ], [ [ 2, 0, 2 ] ], [ [ 2, 5, 5 ] ], [ [ 3, 6, 7 ] ], [ [ 3, 14, 14 ] ], [ [ 5, 4, 5 ] ], [ [ 5, 7, 8 ] ], [ [ 6, 5, 6 ], [ 6, 8, 8 ], [ 6, 12, 12 ], [ 7, 1, 2 ], [ 7, 13, 13 ], [ 7, 10, 10 ] ], [ [ 6, 16, 19 ] ], [ [ 8, 0, 0 ], [ 8, 3, 3 ], [ 8, 10, 10 ], [ 9, 0, 0 ], [ 10, 11, 11 ], [ 11, 8, 8 ] ], [ [ 8, 3, 4 ] ], [ [ 8, 7, 8 ] ], [ [ 10, 12, 13 ] ], [ [ 10, 17, 20 ] ], [ [ 10, 14, 14 ] ], [ [ 11, 4, 9 ] ], [ [ 10, 5, 9 ], [ 0, 10, 14 ] ], [ [ 0, 23, 27 ] ], [ [ 3, 12, 12 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36159
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT An) (NML (NML (JJ Austrian-American) (NN explorer)) (, ,) (NML (NN scientist)) (, ,) (NML (NN linguist)) (, ,) (NML (NN photographer)) (, ,) (CC and) (NML (NN writer)))) (, ,) (NP (NNP Joseph) (NNP Francis) (NNP Charles) (NNP Rock)) (, ,)) (VP (VBD travelled) (ADVP (RB extensively)) (PP (IN through) (NP (NP (NNP Tibet) (, ,) (NNP Yunnan) (, ,) (NNP Gansu) (, ,) (CC and) (NP (NNP Sichuan) (NNS provinces))) (PP (IN in) (NP (NNP China))))) (PP (IN for) (NP (QP (JJR more) (IN than) (CD 25)) (NNS years)))) (. .)))" }, "speaker": null, "text": "An Austrian-American explorer, scientist, linguist, photographer, and writer, Joseph Francis Charles Rock, travelled extensively through Tibet, Yunnan, Gansu, and Sichuan provinces in China for more than 25 years.", "tokens": [ { "deprel": "det", "end_char": 2, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 0, "text": "An", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 20, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "Austrian-American", "misc": "", "start_char": 3, "text": "Austrian-American", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 29, "feats": "Number=Sing", "head": 19, "id": 3, "lemma": "explorer", "misc": "", "start_char": 21, "text": "explorer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 31, "feats": null, "head": 5, "id": 4, "lemma": ",", "misc": "", "start_char": 30, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 41, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "scientist", "misc": "", "start_char": 32, "text": "scientist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 43, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 42, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 52, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "linguist", "misc": "", "start_char": 44, "text": "linguist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 54, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 53, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 67, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "photographer", "misc": "", "start_char": 55, "text": "photographer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 68, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 73, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 70, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 80, "feats": "Number=Sing", "head": 3, "id": 12, "lemma": "writer", "misc": "", "start_char": 74, "text": "writer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 82, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 81, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 89, "feats": "Number=Sing", "head": 3, "id": 14, "lemma": "Joseph", "misc": "", "start_char": 83, "text": "Joseph", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 97, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Francis", "misc": "", "start_char": 90, "text": "Francis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 105, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "Charles", "misc": "", "start_char": 98, "text": "Charles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 110, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "Rock", "misc": "", "start_char": 106, "text": "Rock", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 112, "feats": null, "head": 3, "id": 18, "lemma": ",", "misc": "", "start_char": 111, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 122, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 19, "lemma": "travel", "misc": "", "start_char": 113, "text": "travelled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 134, "feats": null, "head": 19, "id": 20, "lemma": "extensively", "misc": "", "start_char": 123, "text": "extensively", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 142, "feats": null, "head": 22, "id": 21, "lemma": "through", "misc": "", "start_char": 135, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 148, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "Tibet", "misc": "", "start_char": 143, "text": "Tibet", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 150, "feats": null, "head": 24, "id": 23, "lemma": ",", "misc": "", "start_char": 149, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 157, "feats": "Number=Sing", "head": 22, "id": 24, "lemma": "Yunnan", "misc": "", "start_char": 151, "text": "Yunnan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 159, "feats": null, "head": 26, "id": 25, "lemma": ",", "misc": "", "start_char": 158, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 165, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "Gansu", "misc": "", "start_char": 160, "text": "Gansu", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 167, "feats": null, "head": 30, "id": 27, "lemma": ",", "misc": "", "start_char": 166, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 171, "feats": null, "head": 30, "id": 28, "lemma": "and", "misc": "", "start_char": 168, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 179, "feats": "Number=Sing", "head": 30, "id": 29, "lemma": "Sichuan", "misc": "", "start_char": 172, "text": "Sichuan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 189, "feats": "Number=Plur", "head": 22, "id": 30, "lemma": "province", "misc": "", "start_char": 180, "text": "provinces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 192, "feats": null, "head": 32, "id": 31, "lemma": "in", "misc": "", "start_char": 190, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 198, "feats": "Number=Sing", "head": 19, "id": 32, "lemma": "China", "misc": "", "start_char": 193, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 202, "feats": null, "head": 37, "id": 33, "lemma": "for", "misc": "", "start_char": 199, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 207, "feats": "Degree=Cmp", "head": 36, "id": 34, "lemma": "more", "misc": "", "start_char": 203, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 212, "feats": null, "head": 34, "id": 35, "lemma": "than", "misc": "", "start_char": 208, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 215, "feats": "NumForm=Digit|NumType=Card", "head": 37, "id": 36, "lemma": "25", "misc": "", "start_char": 213, "text": "25", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 221, "feats": "Number=Plur", "head": 19, "id": 37, "lemma": "year", "misc": "", "start_char": 216, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 223, "feats": null, "head": 19, "id": 38, "lemma": ".", "misc": "", "start_char": 222, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 225, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 224, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (CD 1924))) (, ,) (NP (NNP Harvard)) (VP (VBD sent) (NP (NNP Joseph) (NNP Francis) (NNP Rock)) (PP (IN on) (NP (NP (DT a) (NN treasure) (NN hunt)) (PP (IN through) (NP (NP (NP (NNP China) (POS 's)) (ADJP (JJ southwestern) (NNP provinces-the)) (NNP Wild) (NNP West)) (PP (IN of) (NP (PRP$ their) (NN day)))))))) (. .)))" }, "speaker": null, "text": "In 1924, Harvard sent Joseph Francis Rock on a treasure hunt through China's southwestern provinces-the Wild West of their day.", "tokens": [ { "deprel": "case", "end_char": 228, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 226, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 233, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 2, "lemma": "1924", "misc": "", "start_char": 229, "text": "1924", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 235, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 234, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 243, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Harvard", "misc": "", "start_char": 236, "text": "Harvard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 248, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "send", "misc": "", "start_char": 244, "text": "sent", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 255, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Joseph", "misc": "", "start_char": 249, "text": "Joseph", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 263, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Francis", "misc": "", "start_char": 256, "text": "Francis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 268, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Rock", "misc": "", "start_char": 264, "text": "Rock", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 271, "feats": null, "head": 12, "id": 9, "lemma": "on", "misc": "", "start_char": 269, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 273, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 272, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 282, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "treasure", "misc": "", "start_char": 274, "text": "treasure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 287, "feats": "Number=Sing", "head": 5, "id": 12, "lemma": "hunt", "misc": "", "start_char": 283, "text": "hunt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 295, "feats": null, "head": 19, "id": 13, "lemma": "through", "misc": "", "start_char": 288, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 301, "feats": "Number=Sing", "head": 19, "id": 14, "lemma": "China", "misc": "", "start_char": 296, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 304, "feats": null, "head": 14, "id": 15, "lemma": "'s", "misc": "", "start_char": 302, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 317, "feats": "Degree=Pos", "head": 19, "id": 16, "lemma": "southwestern", "misc": "", "start_char": 305, "text": "southwestern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 331, "feats": "Degree=Pos", "head": 19, "id": 17, "lemma": "provinces-the", "misc": "", "start_char": 318, "text": "provinces-the", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 336, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "Wild", "misc": "", "start_char": 332, "text": "Wild", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 341, "feats": "Number=Sing", "head": 5, "id": 19, "lemma": "West", "misc": "", "start_char": 337, "text": "West", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 344, "feats": null, "head": 22, "id": 20, "lemma": "of", "misc": "", "start_char": 342, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 350, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "their", "misc": "", "start_char": 345, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 354, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "day", "misc": "", "start_char": 351, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 356, "feats": null, "head": 5, "id": 23, "lemma": ".", "misc": "", "start_char": 355, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (S (CC But) (NP (NN gold) (CC and) (NN silver)) (VP (VBD were) (RB n't) (NP (PRP$ his) (NN task)))) (: :) (S (NP (NP (NN Rock)) (, ,) (NP (DT a) (JJ splendid) (NN botanist)) (, ,)) (ADVP (RB just)) (VP (VBD wanted) (S (VP (TO to) (VP (VB fill) (NP (PRP$ his) (NNS bags)) (PP (IN with) (NP (NP (PDT all) (DT the) (NNS seeds)) (, ,) (NP (JJ young) (NNS trees)) (, ,) (CC and) (NP (NP (JJ small) (NNS bushes)) (SBAR (S (NP (PRP he)) (VP (MD could) (VP (VB find))))))))))))) (. .)))" }, "speaker": null, "text": "But gold and silver weren't his task: Rock, a splendid botanist, just wanted to fill his bags with all the seeds, young trees, and small bushes he could find.", "tokens": [ { "deprel": "cc", "end_char": 360, "feats": null, "head": 8, "id": 1, "lemma": "but", "misc": "", "start_char": 357, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 365, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "gold", "misc": "", "start_char": 361, "text": "gold", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 369, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 366, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 376, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "silver", "misc": "", "start_char": 370, "text": "silver", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 381, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 377, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 385, "feats": null, "head": 8, "id": 6, "lemma": "not", "misc": "", "start_char": 382, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 389, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 386, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "root", "end_char": 394, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "task", "misc": "", "start_char": 390, "text": "task", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 396, "feats": null, "head": 8, "id": 9, "lemma": ":", "misc": "", "start_char": 395, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 401, "feats": "Number=Sing", "head": 17, "id": 10, "lemma": "rock", "misc": "", "start_char": 397, "text": "Rock", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 403, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 402, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 405, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 404, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 414, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "splendid", "misc": "", "start_char": 406, "text": "splendid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 423, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "botanist", "misc": "", "start_char": 415, "text": "botanist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 425, "feats": null, "head": 10, "id": 15, "lemma": ",", "misc": "", "start_char": 424, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 430, "feats": null, "head": 17, "id": 16, "lemma": "just", "misc": "", "start_char": 426, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 437, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 17, "lemma": "want", "misc": "", "start_char": 431, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 440, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 438, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 445, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "fill", "misc": "", "start_char": 441, "text": "fill", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 449, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "his", "misc": "", "start_char": 446, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 454, "feats": "Number=Plur", "head": 19, "id": 21, "lemma": "bag", "misc": "", "start_char": 450, "text": "bags", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 459, "feats": null, "head": 25, "id": 22, "lemma": "with", "misc": "", "start_char": 455, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 463, "feats": null, "head": 25, "id": 23, "lemma": "all", "misc": "", "start_char": 460, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 467, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 464, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 473, "feats": "Number=Plur", "head": 19, "id": 25, "lemma": "seed", "misc": "", "start_char": 468, "text": "seeds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 475, "feats": null, "head": 28, "id": 26, "lemma": ",", "misc": "", "start_char": 474, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 481, "feats": "Degree=Pos", "head": 28, "id": 27, "lemma": "young", "misc": "", "start_char": 476, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 487, "feats": "Number=Plur", "head": 25, "id": 28, "lemma": "tree", "misc": "", "start_char": 482, "text": "trees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 489, "feats": null, "head": 32, "id": 29, "lemma": ",", "misc": "", "start_char": 488, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 493, "feats": null, "head": 32, "id": 30, "lemma": "and", "misc": "", "start_char": 490, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 499, "feats": "Degree=Pos", "head": 32, "id": 31, "lemma": "small", "misc": "", "start_char": 494, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 506, "feats": "Number=Plur", "head": 25, "id": 32, "lemma": "bush", "misc": "", "start_char": 500, "text": "bushes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 509, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 35, "id": 33, "lemma": "he", "misc": "", "start_char": 507, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 515, "feats": "VerbForm=Fin", "head": 35, "id": 34, "lemma": "could", "misc": "", "start_char": 510, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 520, "feats": "VerbForm=Inf", "head": 32, "id": 35, "lemma": "find", "misc": "", "start_char": 516, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 522, "feats": null, "head": 8, "id": 36, "lemma": ".", "misc": "", "start_char": 521, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD collected) (NP (NP (CD 20,000) (NNS pieces)) (PP (IN of) (NP (JJ different) (NN pl) (NNS ants)))) (PP (IN for) (NP (DT the) (NNP Arnold) (NNP Arboretum))) (ADVP (RB altogether))) (. .)))" }, "speaker": null, "text": "He collected 20,000 pieces of different pl ants for the Arnold Arboretum altogether.", "tokens": [ { "deprel": "nsubj", "end_char": 525, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 523, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 535, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "collect", "misc": "", "start_char": 526, "text": "collected", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 542, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 3, "lemma": "20000", "misc": "", "start_char": 536, "text": "20,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 549, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "piece", "misc": "", "start_char": 543, "text": "pieces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 552, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 550, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 562, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "different", "misc": "", "start_char": 553, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 565, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "pl", "misc": "", "start_char": 563, "text": "pl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 570, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "ant", "misc": "", "start_char": 566, "text": "ants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 574, "feats": null, "head": 12, "id": 9, "lemma": "for", "misc": "", "start_char": 571, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 578, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 575, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 585, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Arnold", "misc": "", "start_char": 579, "text": "Arnold", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 595, "feats": "Number=Sing", "head": 2, "id": 12, "lemma": "Arboretum", "misc": "", "start_char": 586, "text": "Arboretum", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 606, "feats": null, "head": 2, "id": 13, "lemma": "altogether", "misc": "", "start_char": 596, "text": "altogether", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 608, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 607, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NNP Botany)) (, ,) (ADVP (RB though)) (, ,) (VP (VBD was) (NP (NP (QP (RB just) (CD one))) (PP (IN of) (NP (NP (NNP Rock) (POS 's)) (NNS strengths))))) (. .)))" }, "speaker": null, "text": "Botany, though, was just one of Rock's strengths.", "tokens": [ { "deprel": "nsubj", "end_char": 615, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Botany", "misc": "", "start_char": 609, "text": "Botany", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 617, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 616, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 624, "feats": null, "head": 7, "id": 3, "lemma": "though", "misc": "", "start_char": 618, "text": "though", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 626, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 625, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 630, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 627, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 635, "feats": null, "head": 7, "id": 6, "lemma": "just", "misc": "", "start_char": 631, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 639, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 7, "lemma": "one", "misc": "", "start_char": 636, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 642, "feats": null, "head": 11, "id": 8, "lemma": "of", "misc": "", "start_char": 640, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 647, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "Rock", "misc": "", "start_char": 643, "text": "Rock", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 650, "feats": null, "head": 9, "id": 10, "lemma": "'s", "misc": "", "start_char": 648, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 660, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "strength", "misc": "", "start_char": 651, "text": "strengths", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 662, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 661, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (ADVP (RB also)) (VP (VP (VBD took) (NP (NP (NNS hundreds)) (PP (IN of) (NP (NP (NNS photos)) (PP (IN of) (NP (NP (DT the) (NNP Naxi)) (, ,) (NP (NP (DT a) (NN tribe)) (PP (IN in) (NP (NNP Yunnan) (NN province))))))))) (, ,) (S (VP (VBG recording) (NP (NP (PRP$ their) (JJ now-lost) (NN way)) (PP (IN of) (NP (NN life)))) (PP (IN for) (NP (CC both) (NP (NNP Harvard)) (CC and) (NP (NNP National) (NNP Geographic))))))) (, ,) (CC and) (VP (VBD took) (NP (NNS notes)) (PP (IN for) (NP (NP (DT a) (JJ 500-page) (NN dictionary)) (PP (IN of) (NP (PRP$ their) (NN language))))))) (. .)))" }, "speaker": null, "text": "He also took hundreds of photos of the Naxi, a tribe in Yunnan province, recording their now-lost way of life for both Harvard and National Geographic, and took notes for a 500-page dictionary of their language.", "tokens": [ { "deprel": "nsubj", "end_char": 665, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 663, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 670, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 666, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 675, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "take", "misc": "", "start_char": 671, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 684, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "hundred", "misc": "", "start_char": 676, "text": "hundreds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 687, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 685, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 694, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "photo", "misc": "", "start_char": 688, "text": "photos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 697, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 695, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 701, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 698, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 706, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "Naxi", "misc": "", "start_char": 702, "text": "Naxi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 708, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 707, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 710, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 709, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 716, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "tribe", "misc": "", "start_char": 711, "text": "tribe", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 719, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 717, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 726, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Yunnan", "misc": "", "start_char": 720, "text": "Yunnan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 735, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "province", "misc": "", "start_char": 727, "text": "province", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 737, "feats": null, "head": 17, "id": 16, "lemma": ",", "misc": "", "start_char": 736, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 747, "feats": "VerbForm=Ger", "head": 3, "id": 17, "lemma": "record", "misc": "", "start_char": 738, "text": "recording", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 753, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "their", "misc": "", "start_char": 748, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 762, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "now-lost", "misc": "", "start_char": 754, "text": "now-lost", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 766, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "way", "misc": "", "start_char": 763, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 769, "feats": null, "head": 22, "id": 21, "lemma": "of", "misc": "", "start_char": 767, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 774, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "life", "misc": "", "start_char": 770, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 778, "feats": null, "head": 25, "id": 23, "lemma": "for", "misc": "", "start_char": 775, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "cc:preconj", "end_char": 783, "feats": null, "head": 25, "id": 24, "lemma": "both", "misc": "", "start_char": 779, "text": "both", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "obl", "end_char": 791, "feats": "Number=Sing", "head": 17, "id": 25, "lemma": "Harvard", "misc": "", "start_char": 784, "text": "Harvard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 795, "feats": null, "head": 28, "id": 26, "lemma": "and", "misc": "", "start_char": 792, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 804, "feats": "Degree=Pos", "head": 28, "id": 27, "lemma": "National", "misc": "", "start_char": 796, "text": "National", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "conj", "end_char": 815, "feats": "Number=Sing", "head": 25, "id": 28, "lemma": "geographic", "misc": "", "start_char": 805, "text": "Geographic", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 817, "feats": null, "head": 31, "id": 29, "lemma": ",", "misc": "", "start_char": 816, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 821, "feats": null, "head": 31, "id": 30, "lemma": "and", "misc": "", "start_char": 818, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 826, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 31, "lemma": "take", "misc": "", "start_char": 822, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 832, "feats": "Number=Plur", "head": 31, "id": 32, "lemma": "note", "misc": "", "start_char": 827, "text": "notes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 836, "feats": null, "head": 36, "id": 33, "lemma": "for", "misc": "", "start_char": 833, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 838, "feats": "Definite=Ind|PronType=Art", "head": 36, "id": 34, "lemma": "a", "misc": "", "start_char": 837, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 847, "feats": "Degree=Pos", "head": 36, "id": 35, "lemma": "500-page", "misc": "", "start_char": 839, "text": "500-page", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 858, "feats": "Number=Sing", "head": 31, "id": 36, "lemma": "dictionary", "misc": "", "start_char": 848, "text": "dictionary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 861, "feats": null, "head": 39, "id": 37, "lemma": "of", "misc": "", "start_char": 859, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 867, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 39, "id": 38, "lemma": "their", "misc": "", "start_char": 862, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 876, "feats": "Number=Sing", "head": 36, "id": 39, "lemma": "language", "misc": "", "start_char": 868, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 878, "feats": null, "head": 3, "id": 40, "lemma": ".", "misc": "", "start_char": 877, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP$ His) (JJ hand-drawn) (NN map)) (PP (IN of) (NP (PRP$ his) (NNS travels))) (PP (IN through) (NP (NP (NP (NNP China) (POS 's)) (`` ``) (NNP Cho-Ni) ('' '') (NN area)) (, ,) (PP (IN in) (NP (DT the) (NNP Harvard) (NNP Map) (NNP Collection))) (, ,)))) (VP (VP (VBZ includes) (NP (NP (QP (JJR more) (IN than) (DT a) (CD thousand)) (NNS rivers) (, ,) (NNS towns) (, ,) (CC and) (NNS mountains)) (VP (VBN shown) (PP (IN in) (NP (CC both) (NNP English) (CC and) (NNP Chinese)))))) (, ,) (CC and) (VP (VBD was) (ADJP (ADJP (RB so) (RB well) (VBN made)) (SBAR (IN that) (S (NP (DT the) (NNP U.S.government)) (VP (VBD used) (NP (PRP it)) (S (VP (TO to) (VP (VB plan) (NP (NNS attacks)) (PP (IN from) (NP (NNS planes))) (PP (IN in) (NP (NNP World) (NNP War) (CD II)))))))))))) (. .)))" }, "speaker": null, "text": "His hand-drawn map of his travels through China's \"Cho-Ni\" area, in the Harvard Map Collection, includes more than a thousand rivers, towns, and mountains shown in both English and Chinese, and was so well made that the U.S.government used it to plan attacks from planes in World War II.", "tokens": [ { "deprel": "nmod:poss", "end_char": 882, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 1, "lemma": "his", "misc": "", "start_char": 879, "text": "His", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 893, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "hand-drawn", "misc": "", "start_char": 883, "text": "hand-drawn", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 897, "feats": "Number=Sing", "head": 21, "id": 3, "lemma": "map", "misc": "", "start_char": 894, "text": "map", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 900, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 898, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 904, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "his", "misc": "", "start_char": 901, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 912, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "travel", "misc": "", "start_char": 905, "text": "travels", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 920, "feats": null, "head": 13, "id": 7, "lemma": "through", "misc": "", "start_char": 913, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 926, "feats": "Number=Sing", "head": 13, "id": 8, "lemma": "China", "misc": "", "start_char": 921, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 929, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 927, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "punct", "end_char": 932, "feats": null, "head": 13, "id": 10, "lemma": "``", "misc": "", "start_char": 930, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 939, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "Cho-Ni", "misc": "", "start_char": 933, "text": "Cho-Ni", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 942, "feats": null, "head": 13, "id": 12, "lemma": "''", "misc": "", "start_char": 940, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nmod", "end_char": 947, "feats": "Number=Sing", "head": 6, "id": 13, "lemma": "area", "misc": "", "start_char": 943, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 949, "feats": null, "head": 13, "id": 14, "lemma": ",", "misc": "", "start_char": 948, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 952, "feats": null, "head": 19, "id": 15, "lemma": "in", "misc": "", "start_char": 950, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 956, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 16, "lemma": "the", "misc": "", "start_char": 953, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 964, "feats": "Number=Sing", "head": 19, "id": 17, "lemma": "Harvard", "misc": "", "start_char": 957, "text": "Harvard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 968, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "map", "misc": "", "start_char": 965, "text": "Map", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 979, "feats": "Number=Sing", "head": 3, "id": 19, "lemma": "Collection", "misc": "", "start_char": 969, "text": "Collection", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 981, "feats": null, "head": 21, "id": 20, "lemma": ",", "misc": "", "start_char": 980, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 990, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 21, "lemma": "include", "misc": "", "start_char": 982, "text": "includes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 995, "feats": "Degree=Cmp", "head": 25, "id": 22, "lemma": "more", "misc": "", "start_char": 991, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 1000, "feats": null, "head": 22, "id": 23, "lemma": "than", "misc": "", "start_char": 996, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1002, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 24, "lemma": "a", "misc": "", "start_char": 1001, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 1011, "feats": "NumForm=Word|NumType=Card", "head": 26, "id": 25, "lemma": "thousand", "misc": "", "start_char": 1003, "text": "thousand", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1018, "feats": "Number=Plur", "head": 21, "id": 26, "lemma": "river", "misc": "", "start_char": 1012, "text": "rivers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1020, "feats": null, "head": 28, "id": 27, "lemma": ",", "misc": "", "start_char": 1019, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1026, "feats": "Number=Plur", "head": 26, "id": 28, "lemma": "town", "misc": "", "start_char": 1021, "text": "towns", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1028, "feats": null, "head": 31, "id": 29, "lemma": ",", "misc": "", "start_char": 1027, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1032, "feats": null, "head": 31, "id": 30, "lemma": "and", "misc": "", "start_char": 1029, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1042, "feats": "Number=Plur", "head": 26, "id": 31, "lemma": "mountain", "misc": "", "start_char": 1033, "text": "mountains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1048, "feats": "Tense=Past|VerbForm=Part", "head": 26, "id": 32, "lemma": "show", "misc": "", "start_char": 1043, "text": "shown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1051, "feats": null, "head": 35, "id": 33, "lemma": "in", "misc": "", "start_char": 1049, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "cc:preconj", "end_char": 1056, "feats": null, "head": 35, "id": 34, "lemma": "both", "misc": "", "start_char": 1052, "text": "both", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "obl", "end_char": 1064, "feats": "Number=Sing", "head": 32, "id": 35, "lemma": "English", "misc": "", "start_char": 1057, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1068, "feats": null, "head": 37, "id": 36, "lemma": "and", "misc": "", "start_char": 1065, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1076, "feats": "Number=Sing", "head": 35, "id": 37, "lemma": "Chinese", "misc": "", "start_char": 1069, "text": "Chinese", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1078, "feats": null, "head": 43, "id": 38, "lemma": ",", "misc": "", "start_char": 1077, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1082, "feats": null, "head": 43, "id": 39, "lemma": "and", "misc": "", "start_char": 1079, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux:pass", "end_char": 1086, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 43, "id": 40, "lemma": "be", "misc": "", "start_char": 1083, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1089, "feats": null, "head": 42, "id": 41, "lemma": "so", "misc": "", "start_char": 1087, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1094, "feats": "Degree=Pos", "head": 43, "id": 42, "lemma": "well", "misc": "", "start_char": 1090, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1099, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 21, "id": 43, "lemma": "make", "misc": "", "start_char": 1095, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1104, "feats": null, "head": 47, "id": 44, "lemma": "that", "misc": "", "start_char": 1100, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1108, "feats": "Definite=Def|PronType=Art", "head": 46, "id": 45, "lemma": "the", "misc": "", "start_char": 1105, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1123, "feats": "Number=Sing", "head": 47, "id": 46, "lemma": "U.S.government", "misc": "", "start_char": 1109, "text": "U.S.government", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "ccomp", "end_char": 1128, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 43, "id": 47, "lemma": "use", "misc": "", "start_char": 1124, "text": "used", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1131, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 47, "id": 48, "lemma": "it", "misc": "", "start_char": 1129, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1134, "feats": null, "head": 50, "id": 49, "lemma": "to", "misc": "", "start_char": 1132, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1139, "feats": "VerbForm=Inf", "head": 47, "id": 50, "lemma": "plan", "misc": "", "start_char": 1135, "text": "plan", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1147, "feats": "Number=Plur", "head": 50, "id": 51, "lemma": "attack", "misc": "", "start_char": 1140, "text": "attacks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1152, "feats": null, "head": 53, "id": 52, "lemma": "from", "misc": "", "start_char": 1148, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1159, "feats": "Number=Plur", "head": 50, "id": 53, "lemma": "plane", "misc": "", "start_char": 1153, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1162, "feats": null, "head": 56, "id": 54, "lemma": "in", "misc": "", "start_char": 1160, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1168, "feats": "Number=Sing", "head": 56, "id": 55, "lemma": "World", "misc": "", "start_char": 1163, "text": "World", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1172, "feats": "Number=Sing", "head": 50, "id": 56, "lemma": "War", "misc": "", "start_char": 1169, "text": "War", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 1175, "feats": "NumForm=Roman|NumType=Card", "head": 56, "id": 57, "lemma": "II", "misc": "", "start_char": 1173, "text": "II", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1177, "feats": null, "head": 21, "id": 58, "lemma": ".", "misc": "", "start_char": 1176, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1179, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1178, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (S (VP (VBG declaring) (NP (NP (PRP$ his) (JJ successful) (NN return)) (PP (IN under) (NP (NP (DT the) (NN headline)) (`` ``) (S (VP (VBG Seeking) (NP (JJ Strange) (NNPS Flowers)) (, ,) (PP (IN in) (NP (NP (DT the) (NNP Far) (NNPS Reaches)) (PP (IN of) (NP (DT the) (NNP World))))))))))))) (, ,) ('' '') (NP (DT the) (NNP Boston) (NNP Evening) (NNP Transcript)) (VP (VBD ran) (NP (NP (DT a) (JJ large) (NN photo)) (PP (IN of) (NP (NP (DT the) (VBG daring) (NN explorer)) (VP (VBG wearing) (NP (DT a) (NML (NML (JJ woolly) (NN coat)) (CC and) (NML (NN fox-skin) (NN hat))))))))) (. .)))" }, "speaker": null, "text": "In declaring his successful return under the headline \"Seeking Strange Flowers, in the Far Reaches of the World,\" the Boston Evening Transcript ran a large photo of the daring explorer wearing a woolly coat and fox-skin hat.", "tokens": [ { "deprel": "mark", "end_char": 1182, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 1180, "text": "In", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1192, "feats": "VerbForm=Ger", "head": 27, "id": 2, "lemma": "declare", "misc": "", "start_char": 1183, "text": "declaring", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1196, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 3, "lemma": "his", "misc": "", "start_char": 1193, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1207, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "successful", "misc": "", "start_char": 1197, "text": "successful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1214, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "return", "misc": "", "start_char": 1208, "text": "return", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1220, "feats": null, "head": 8, "id": 6, "lemma": "under", "misc": "", "start_char": 1215, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1224, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1221, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1233, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "headline", "misc": "", "start_char": 1225, "text": "headline", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1236, "feats": null, "head": 10, "id": 9, "lemma": "``", "misc": "", "start_char": 1234, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advcl", "end_char": 1244, "feats": "VerbForm=Ger", "head": 2, "id": 10, "lemma": "seek", "misc": "", "start_char": 1237, "text": "Seeking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1252, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "strange", "misc": "", "start_char": 1245, "text": "Strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1260, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "Flower", "misc": "", "start_char": 1253, "text": "Flowers", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 1262, "feats": null, "head": 10, "id": 13, "lemma": ",", "misc": "", "start_char": 1261, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1265, "feats": null, "head": 17, "id": 14, "lemma": "in", "misc": "", "start_char": 1263, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1269, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 1266, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1273, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "Far", "misc": "", "start_char": 1270, "text": "Far", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1281, "feats": "Number=Plur", "head": 10, "id": 17, "lemma": "Reach", "misc": "", "start_char": 1274, "text": "Reaches", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 1284, "feats": null, "head": 20, "id": 18, "lemma": "of", "misc": "", "start_char": 1282, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1288, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 1285, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1294, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "World", "misc": "", "start_char": 1289, "text": "World", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1296, "feats": null, "head": 27, "id": 21, "lemma": ",", "misc": "", "start_char": 1295, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1299, "feats": null, "head": 27, "id": 22, "lemma": "''", "misc": "", "start_char": 1297, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "det", "end_char": 1303, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 23, "lemma": "the", "misc": "", "start_char": 1300, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1310, "feats": "Number=Sing", "head": 26, "id": 24, "lemma": "Boston", "misc": "", "start_char": 1304, "text": "Boston", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1318, "feats": "Number=Sing", "head": 26, "id": 25, "lemma": "Evening", "misc": "", "start_char": 1311, "text": "Evening", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1329, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "Transcript", "misc": "", "start_char": 1319, "text": "Transcript", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1333, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 27, "lemma": "run", "misc": "", "start_char": 1330, "text": "ran", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1335, "feats": "Definite=Ind|PronType=Art", "head": 30, "id": 28, "lemma": "a", "misc": "", "start_char": 1334, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1341, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "large", "misc": "", "start_char": 1336, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1347, "feats": "Number=Sing", "head": 27, "id": 30, "lemma": "photo", "misc": "", "start_char": 1342, "text": "photo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1350, "feats": null, "head": 34, "id": 31, "lemma": "of", "misc": "", "start_char": 1348, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1354, "feats": "Definite=Def|PronType=Art", "head": 34, "id": 32, "lemma": "the", "misc": "", "start_char": 1351, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1361, "feats": "VerbForm=Ger", "head": 34, "id": 33, "lemma": "dare", "misc": "", "start_char": 1355, "text": "daring", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod", "end_char": 1370, "feats": "Number=Sing", "head": 30, "id": 34, "lemma": "explorer", "misc": "", "start_char": 1362, "text": "explorer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1378, "feats": "VerbForm=Ger", "head": 34, "id": 35, "lemma": "wear", "misc": "", "start_char": 1371, "text": "wearing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1380, "feats": "Definite=Ind|PronType=Art", "head": 38, "id": 36, "lemma": "a", "misc": "", "start_char": 1379, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1387, "feats": "Degree=Pos", "head": 38, "id": 37, "lemma": "woolly", "misc": "", "start_char": 1381, "text": "woolly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1392, "feats": "Number=Sing", "head": 35, "id": 38, "lemma": "coat", "misc": "", "start_char": 1388, "text": "coat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1396, "feats": null, "head": 41, "id": 39, "lemma": "and", "misc": "", "start_char": 1393, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1405, "feats": "Number=Sing", "head": 41, "id": 40, "lemma": "fox-skin", "misc": "", "start_char": 1397, "text": "fox-skin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1409, "feats": "Number=Sing", "head": 38, "id": 41, "lemma": "hat", "misc": "", "start_char": 1406, "text": "hat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1411, "feats": null, "head": 27, "id": 42, "lemma": ".", "misc": "", "start_char": 1410, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (VP (VBN said) (SBAR (IN that) (S (PP (IN in) (S (VP (VBG discussing) (NP (NP (PRP$ his) (NN heroism)) (PP (VBG including) (NP (NP (NN hair-raising) (NNS escapes)) (PP (IN from) (NP (NN death))) (PP (CC either) (IN from) (NP (NP (NN mountain) (NNS slides)) (, ,) (NP (NN snow) (NNS slides)) (CC or) (PP (IN from) (NP (NN robber) (NNS armies))))))))))) (, ,) (NP (PRP he)) (VP (VBD waved) (NP (DT the) (NN idea)) (ADVP (RB away)) (SBAR (IN as) (IN if) (S (NP (PRP it)) (VP (VBD was) (PP (IN of) (NP (DT no) (NN importance))))))))))) (. .)))" }, "speaker": null, "text": "It was said that in discussing his heroism including hair-raising escapes from death either from mountain slides, snow slides or from robber armies, he waved the idea away as if it was of no importance.", "tokens": [ { "deprel": "expl", "end_char": 1414, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1412, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1418, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1415, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1423, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 1419, "text": "said", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1428, "feats": null, "head": 27, "id": 4, "lemma": "that", "misc": "", "start_char": 1424, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 1431, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 1429, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1442, "feats": "VerbForm=Ger", "head": 27, "id": 6, "lemma": "discuss", "misc": "", "start_char": 1432, "text": "discussing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1446, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 1443, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1454, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "heroism", "misc": "", "start_char": 1447, "text": "heroism", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1464, "feats": "VerbForm=Ger", "head": 11, "id": 9, "lemma": "include", "misc": "", "start_char": 1455, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 1477, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "hair-raising", "misc": "", "start_char": 1465, "text": "hair-raising", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1485, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "escape", "misc": "", "start_char": 1478, "text": "escapes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1490, "feats": null, "head": 13, "id": 12, "lemma": "from", "misc": "", "start_char": 1486, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1496, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "death", "misc": "", "start_char": 1491, "text": "death", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc:preconj", "end_char": 1503, "feats": null, "head": 17, "id": 14, "lemma": "either", "misc": "", "start_char": 1497, "text": "either", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1508, "feats": null, "head": 17, "id": 15, "lemma": "from", "misc": "", "start_char": 1504, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1517, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "mountain", "misc": "", "start_char": 1509, "text": "mountain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1524, "feats": "Number=Plur", "head": 6, "id": 17, "lemma": "slide", "misc": "", "start_char": 1518, "text": "slides", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1526, "feats": null, "head": 20, "id": 18, "lemma": ",", "misc": "", "start_char": 1525, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1531, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "snow", "misc": "", "start_char": 1527, "text": "snow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1538, "feats": "Number=Plur", "head": 17, "id": 20, "lemma": "slide", "misc": "", "start_char": 1532, "text": "slides", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1541, "feats": null, "head": 24, "id": 21, "lemma": "or", "misc": "", "start_char": 1539, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1546, "feats": null, "head": 24, "id": 22, "lemma": "from", "misc": "", "start_char": 1542, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1553, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "robber", "misc": "", "start_char": 1547, "text": "robber", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1560, "feats": "Number=Plur", "head": 17, "id": 24, "lemma": "army", "misc": "", "start_char": 1554, "text": "armies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1562, "feats": null, "head": 6, "id": 25, "lemma": ",", "misc": "", "start_char": 1561, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1565, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 27, "id": 26, "lemma": "he", "misc": "", "start_char": 1563, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "csubj:pass", "end_char": 1571, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 27, "lemma": "wave", "misc": "", "start_char": 1566, "text": "waved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1575, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 28, "lemma": "the", "misc": "", "start_char": 1572, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1580, "feats": "Number=Sing", "head": 27, "id": 29, "lemma": "idea", "misc": "", "start_char": 1576, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1585, "feats": null, "head": 27, "id": 30, "lemma": "away", "misc": "", "start_char": 1581, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1588, "feats": null, "head": 37, "id": 31, "lemma": "as", "misc": "", "start_char": 1586, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1591, "feats": null, "head": 31, "id": 32, "lemma": "if", "misc": "", "start_char": 1589, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1594, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 37, "id": 33, "lemma": "it", "misc": "", "start_char": 1592, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1598, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 37, "id": 34, "lemma": "be", "misc": "", "start_char": 1595, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 1601, "feats": null, "head": 37, "id": 35, "lemma": "of", "misc": "", "start_char": 1599, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1604, "feats": null, "head": 37, "id": 36, "lemma": "no", "misc": "", "start_char": 1602, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 1615, "feats": "Number=Sing", "head": 27, "id": 37, "lemma": "importance", "misc": "", "start_char": 1605, "text": "importance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1617, "feats": null, "head": 3, "id": 38, "lemma": ".", "misc": "", "start_char": 1616, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1619, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1618, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Arboretum) (CC and) (NNP Rock)) (VP (VBD separated) (PP (IN from) (NP (DT each) (JJ other))) (PP (IN after) (NP (CD 1927))) (SBAR (ADVP (RB mainly)) (IN because) (S (NP (PRP$ his) (NN trip)) (VP (VBD cost) (NP (NNP Harvard)) (NP (NP (DT a) (JJ fortune-about) ($ $) (CD 900,000)) (PP (IN in) (NP (NP (NN today) (POS 's)) (NNS dollars)))))))) (. .)))" }, "speaker": null, "text": "The Arboretum and Rock separated from each other after 1927 mainly because his trip cost Harvard a fortune-about $900,000 in today's dollars.", "tokens": [ { "deprel": "det", "end_char": 1623, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1620, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1633, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "Arboretum", "misc": "", "start_char": 1624, "text": "Arboretum", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1637, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 1634, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1642, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Rock", "misc": "", "start_char": 1638, "text": "Rock", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1652, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "separate", "misc": "", "start_char": 1643, "text": "separated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1657, "feats": null, "head": 7, "id": 6, "lemma": "from", "misc": "", "start_char": 1653, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1662, "feats": "ExtPos=PRON|PronType=Rcp", "head": 5, "id": 7, "lemma": "each", "misc": "", "start_char": 1658, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 1668, "feats": "Degree=Pos", "head": 7, "id": 8, "lemma": "other", "misc": "", "start_char": 1663, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1674, "feats": null, "head": 10, "id": 9, "lemma": "after", "misc": "", "start_char": 1669, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1679, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 10, "lemma": "1927", "misc": "", "start_char": 1675, "text": "1927", "upos": "NUM", "xpos": "CD" }, { "deprel": "advmod", "end_char": 1686, "feats": null, "head": 15, "id": 11, "lemma": "mainly", "misc": "", "start_char": 1680, "text": "mainly", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1694, "feats": null, "head": 15, "id": 12, "lemma": "because", "misc": "", "start_char": 1687, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1698, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "his", "misc": "", "start_char": 1695, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1703, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "trip", "misc": "", "start_char": 1699, "text": "trip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1708, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 15, "lemma": "cost", "misc": "", "start_char": 1704, "text": "cost", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1716, "feats": "Number=Sing", "head": 15, "id": 16, "lemma": "Harvard", "misc": "", "start_char": 1709, "text": "Harvard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "det", "end_char": 1718, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 17, "lemma": "a", "misc": "", "start_char": 1717, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1732, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "fortune-about", "misc": "", "start_char": 1719, "text": "fortune-about", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1734, "feats": null, "head": 15, "id": 19, "lemma": "$", "misc": "", "start_char": 1733, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 1742, "feats": "NumForm=Digit|NumType=Card", "head": 19, "id": 20, "lemma": "900000", "misc": "", "start_char": 1735, "text": "900,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1745, "feats": null, "head": 24, "id": 21, "lemma": "in", "misc": "", "start_char": 1743, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1751, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "today", "misc": "", "start_char": 1746, "text": "today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1754, "feats": null, "head": 22, "id": 23, "lemma": "'s", "misc": "", "start_char": 1752, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 1762, "feats": "Number=Plur", "head": 19, "id": 24, "lemma": "dollar", "misc": "", "start_char": 1755, "text": "dollars", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1764, "feats": null, "head": 5, "id": 25, "lemma": ".", "misc": "", "start_char": 1763, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Fortunately)) (, ,) (SBAR (WHNP (WP what)) (S (NP (PRP he)) (VP (VBD brought) (ADVP (RB back))))) (VP (VBZ remains) (, ,) (PP (VBG including) (NP (NP (JJ amazing) (NNS photos)) (CC and) (NP (PRP$ his) (JJ great) (NNS stories))))) (. .)))" }, "speaker": null, "text": "Fortunately, what he brought back remains, including amazing photos and his great stories.", "tokens": [ { "deprel": "advmod", "end_char": 1776, "feats": null, "head": 7, "id": 1, "lemma": "fortunately", "misc": "", "start_char": 1765, "text": "Fortunately", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1778, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 1777, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1783, "feats": "PronType=Rel", "head": 7, "id": 3, "lemma": "what", "misc": "", "start_char": 1779, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1786, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "he", "misc": "", "start_char": 1784, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1794, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 5, "lemma": "bring", "misc": "", "start_char": 1787, "text": "brought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1799, "feats": null, "head": 5, "id": 6, "lemma": "back", "misc": "", "start_char": 1795, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1807, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "remain", "misc": "", "start_char": 1800, "text": "remains", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1809, "feats": null, "head": 7, "id": 8, "lemma": ",", "misc": "", "start_char": 1808, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1819, "feats": "VerbForm=Ger", "head": 11, "id": 9, "lemma": "include", "misc": "", "start_char": 1810, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1827, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "amazing", "misc": "", "start_char": 1820, "text": "amazing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1834, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "photo", "misc": "", "start_char": 1828, "text": "photos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1838, "feats": null, "head": 15, "id": 12, "lemma": "and", "misc": "", "start_char": 1835, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1842, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 13, "lemma": "his", "misc": "", "start_char": 1839, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1848, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "great", "misc": "", "start_char": 1843, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1856, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "story", "misc": "", "start_char": 1849, "text": "stories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1858, "feats": null, "head": 7, "id": 16, "lemma": ".", "misc": "", "start_char": 1857, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
An Austrian-American explorer, scientist, linguist, photographer, and writer, Joseph Francis Charles Rock, travelled extensively through Tibet, Yunnan, Gansu, and Sichuan provinces in China for more than 25 years. In 1924, Harvard sent Joseph Francis Rock on a treasure hunt through China's southwestern provinces-the Wild West of their day. But gold and silver weren't his task: Rock, a splendid botanist, just wanted to fill his bags with all the seeds, young trees, and small bushes he could find. He collected 20,000 pieces of different pl ants for the Arnold Arboretum altogether. Botany, though, was just one of Rock's strengths. He also took hundreds of photos of the Naxi, a tribe in Yunnan province, recording their now-lost way of life for both Harvard and National Geographic, and took notes for a 500-page dictionary of their language. His hand-drawn map of his travels through China's "Cho-Ni" area, in the Harvard Map Collection, includes more than a thousand rivers, towns, and mountains shown in both English and Chinese, and was so well made that the U.S.government used it to plan attacks from planes in World War II. In declaring his successful return under the headline "Seeking Strange Flowers, in the Far Reaches of the World," the Boston Evening Transcript ran a large photo of the daring explorer wearing a woolly coat and fox-skin hat. It was said that in discussing his heroism including hair-raising escapes from death either from mountain slides, snow slides or from robber armies, he waved the idea away as if it was of no importance. The Arboretum and Rock separated from each other after 1927 mainly because his trip cost Harvard a fortune-about $900,000 in today's dollars. Fortunately, what he brought back remains, including amazing photos and his great stories.
[ [ [ 0, 31, 31 ], [ 2, 13, 14 ], [ 7, 7, 8 ] ], [ [ 0, 33, 36 ] ], [ [ 2, 1, 1 ] ], [ [ 2, 3, 3 ], [ 6, 24, 24 ], [ 7, 16, 16 ], [ 12, 15, 15 ] ], [ [ 2, 13, 21 ] ], [ [ 2, 20, 21 ] ], [ [ 2, 20, 20 ] ], [ [ 2, 9, 11 ] ], [ [ 2, 10, 10 ] ], [ [ 3, 1, 1 ] ], [ [ 3, 3, 3 ] ], [ [ 3, 1, 3 ] ], [ [ 3, 6, 7 ] ], [ [ 3, 19, 20 ] ], [ [ 3, 22, 24 ] ], [ [ 3, 26, 27 ] ], [ [ 3, 22, 34 ] ], [ [ 4, 2, 7 ] ], [ [ 4, 5, 7 ] ], [ [ 5, 8, 10 ] ], [ [ 5, 0, 0 ] ], [ [ 6, 13, 14 ] ], [ [ 6, 17, 21 ] ], [ [ 6, 21, 21 ] ], [ [ 6, 23, 27 ] ], [ [ 6, 26, 27 ] ], [ [ 6, 24, 27 ] ], [ [ 6, 31, 31 ] ], [ [ 6, 33, 38 ] ], [ [ 6, 37, 38 ] ], [ [ 7, 0, 5 ] ], [ [ 7, 4, 5 ] ], [ [ 7, 7, 12 ] ], [ [ 7, 15, 18 ] ], [ [ 7, 10, 10 ] ], [ [ 7, 33, 36 ] ], [ [ 7, 36, 36 ] ], [ [ 7, 34, 34 ] ], [ [ 7, 34, 36 ] ], [ [ 7, 21, 36 ] ], [ [ 7, 44, 45 ] ], [ [ 7, 50, 50 ] ], [ [ 7, 52, 52 ] ], [ [ 7, 54, 56 ] ], [ [ 9, 2, 4 ] ], [ [ 9, 14, 19 ] ], [ [ 9, 18, 19 ] ], [ [ 9, 22, 25 ] ], [ [ 9, 23, 23 ] ], [ [ 9, 27, 40 ] ], [ [ 9, 35, 40 ] ], [ [ 9, 39, 40 ] ], [ [ 9, 35, 37 ] ], [ [ 12, 0, 3 ] ], [ [ 12, 6, 7 ] ], [ [ 12, 9, 9 ] ], [ [ 12, 12, 13 ] ], [ [ 12, 12, 12 ], [ 6, 0, 0 ], [ 7, 0, 0 ], [ 7, 4, 4 ], [ 2, 5, 7 ], [ 0, 0, 11 ], [ 0, 13, 16 ], [ 0, 0, 16 ], [ 3, 11, 13 ], [ 3, 9, 9 ], [ 3, 9, 13 ], [ 3, 6, 6 ], [ 4, 0, 0 ], [ 5, 8, 9 ], [ 9, 2, 2 ], [ 12, 3, 3 ], [ 10, 25, 25 ], [ 13, 3, 3 ], [ 13, 12, 12 ], [ 3, 19, 19 ], [ 3, 32, 32 ], [ 10, 6, 6 ], [ 9, 31, 33 ] ], [ [ 12, 16, 19 ] ], [ [ 12, 21, 23 ] ], [ [ 12, 21, 22 ] ], [ [ 12, 0, 1 ], [ 4, 9, 11 ] ], [ [ 10, 12, 12 ] ], [ [ 10, 15, 16 ] ], [ [ 10, 15, 15 ] ], [ [ 10, 18, 19 ] ], [ [ 10, 18, 18 ] ], [ [ 10, 22, 23 ] ], [ [ 10, 27, 28 ] ], [ [ 10, 32, 32 ] ], [ [ 10, 35, 36 ] ], [ [ 10, 6, 23 ] ], [ [ 10, 5, 23 ] ], [ [ 13, 9, 10 ] ], [ [ 13, 12, 14 ] ], [ [ 13, 9, 14 ] ], [ [ 13, 2, 5 ] ], [ [ 0, 2, 2 ] ], [ [ 0, 4, 4 ] ], [ [ 0, 6, 6 ] ], [ [ 0, 8, 8 ] ], [ [ 0, 11, 11 ] ], [ [ 0, 21, 21 ] ], [ [ 0, 25, 25 ] ], [ [ 0, 28, 29 ] ], [ [ 6, 13, 13 ], [ 0, 23, 23 ] ], [ [ 0, 21, 29 ] ], [ [ 2, 17, 21 ] ], [ [ 3, 22, 31 ] ], [ [ 3, 30, 31 ] ], [ [ 5, 6, 10 ] ], [ [ 6, 3, 8 ] ], [ [ 6, 5, 8 ] ], [ [ 7, 25, 25 ] ], [ [ 7, 27, 27 ] ], [ [ 7, 30, 30 ] ], [ [ 7, 23, 30 ] ], [ [ 9, 1, 21 ] ], [ [ 9, 6, 21 ] ], [ [ 9, 8, 21 ] ], [ [ 9, 27, 33 ] ], [ [ 10, 6, 7 ] ], [ [ 10, 9, 10 ] ], [ [ 9, 9, 11 ] ], [ [ 10, 22, 22 ] ], [ [ 2, 13, 16 ] ], [ [ 7, 47, 47 ] ], [ [ 6, 17, 17 ], [ 6, 37, 37 ], [ 6, 7, 8 ], [ 6, 10, 14 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36160
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (NP (NP (DT a) (JJ cold) (NN winter) (NN afternoon)) (PP (IN before) (NP (NNP Christmas))))) (. .)))" }, "speaker": null, "text": "It was a cold winter afternoon before Christmas.", "tokens": [ { "deprel": "nsubj", "end_char": 2, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 0, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 6, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 3, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 8, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 7, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 13, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "cold", "misc": "", "start_char": 9, "text": "cold", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 20, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "winter", "misc": "", "start_char": 14, "text": "winter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 30, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "afternoon", "misc": "", "start_char": 21, "text": "afternoon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 37, "feats": null, "head": 8, "id": 7, "lemma": "before", "misc": "", "start_char": 31, "text": "before", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 47, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Christmas", "misc": "", "start_char": 38, "text": "Christmas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 49, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 48, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP$ My) (NNS parents)) (CC and) (NP (PRP I))) (VP (VBD sat) (PP (IN on) (NP (DT the) (NN bench))) (PP (IN in) (NP (NP (NNP Washington)) (, ,) (NP (NNP D.C.) (NNP Union) (NNP Station)))) (, ,) (S (VP (VBG waiting) (PP (IN for) (NP (DT the) (NN train)))))) (. .)))" }, "speaker": null, "text": "My parents and I sat on the bench in Washington, D.C. Union Station, waiting for the train.", "tokens": [ { "deprel": "nmod:poss", "end_char": 52, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 50, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 60, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "parent", "misc": "", "start_char": 53, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 64, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 61, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 66, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 4, "lemma": "I", "misc": "", "start_char": 65, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 70, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "sit", "misc": "", "start_char": 67, "text": "sat", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 73, "feats": null, "head": 8, "id": 6, "lemma": "on", "misc": "", "start_char": 71, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 77, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 74, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 83, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "bench", "misc": "", "start_char": 78, "text": "bench", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 86, "feats": null, "head": 14, "id": 9, "lemma": "in", "misc": "", "start_char": 84, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 97, "feats": "Number=Sing", "head": 14, "id": 10, "lemma": "Washington", "misc": "", "start_char": 87, "text": "Washington", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 99, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 98, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 104, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "D.C.", "misc": "", "start_char": 100, "text": "D.C.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 110, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "Union", "misc": "", "start_char": 105, "text": "Union", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 118, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "Station", "misc": "", "start_char": 111, "text": "Station", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 120, "feats": null, "head": 5, "id": 15, "lemma": ",", "misc": "", "start_char": 119, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 128, "feats": "VerbForm=Ger", "head": 5, "id": 16, "lemma": "wait", "misc": "", "start_char": 121, "text": "waiting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 132, "feats": null, "head": 19, "id": 17, "lemma": "for", "misc": "", "start_char": 129, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 136, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 133, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 142, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "train", "misc": "", "start_char": 137, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 144, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 143, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (SINV (PP (IN Inside) (NP (DT the) (NN waiting) (NN hall))) (VP (VBD were)) (NP (JJ many) (NNS people)) (. .)))" }, "speaker": null, "text": "Inside the waiting hall were many people.", "tokens": [ { "deprel": "case", "end_char": 151, "feats": null, "head": 4, "id": 1, "lemma": "inside", "misc": "", "start_char": 145, "text": "Inside", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 155, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 152, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 163, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "waiting", "misc": "", "start_char": 156, "text": "waiting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 168, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "hall", "misc": "", "start_char": 164, "text": "hall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 173, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 5, "lemma": "be", "misc": "", "start_char": 169, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "amod", "end_char": 178, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "many", "misc": "", "start_char": 174, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 185, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "person", "misc": "", "start_char": 179, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 187, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 186, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 189, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 188, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN boy)) (VP (VBD sat) (ADVP (RB nearby))) (. .)))" }, "speaker": null, "text": "A boy sat nearby.", "tokens": [ { "deprel": "det", "end_char": 191, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 190, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 195, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "boy", "misc": "", "start_char": 192, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 199, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "sit", "misc": "", "start_char": 196, "text": "sat", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 206, "feats": null, "head": 3, "id": 4, "lemma": "nearby", "misc": "", "start_char": 200, "text": "nearby", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 208, "feats": null, "head": 3, "id": 5, "lemma": ".", "misc": "", "start_char": 207, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP$ His) (NML (NML (JJ worn) (NN jacket)) (, ,) (NML (JJ pale) (NN face)) (, ,) (NML (JJ dirty) (NNS hands)))) (ADVP (DT all))) (VP (VBD seemed) (S (VP (TO to) (VP (VB tell) (NP (PRP me)) (SBAR (IN that) (S (NP (PRP he)) (VP (VBD was) (ADJP (JJ homeless))))))))) (. .)))" }, "speaker": null, "text": "His worn jacket, pale face, dirty hands all seemed to tell me that he was homeless.", "tokens": [ { "deprel": "nmod:poss", "end_char": 212, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 1, "lemma": "his", "misc": "", "start_char": 209, "text": "His", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 217, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "worn", "misc": "", "start_char": 213, "text": "worn", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 224, "feats": "Number=Sing", "head": 11, "id": 3, "lemma": "jacket", "misc": "", "start_char": 218, "text": "jacket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 226, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 225, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 231, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "pale", "misc": "", "start_char": 227, "text": "pale", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 236, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "face", "misc": "", "start_char": 232, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 238, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 237, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 244, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "dirty", "misc": "", "start_char": 239, "text": "dirty", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 250, "feats": "Number=Plur", "head": 3, "id": 9, "lemma": "hand", "misc": "", "start_char": 245, "text": "hands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 254, "feats": null, "head": 11, "id": 10, "lemma": "all", "misc": "", "start_char": 251, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 261, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "seem", "misc": "", "start_char": 255, "text": "seemed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 264, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 262, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 269, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "tell", "misc": "", "start_char": 265, "text": "tell", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 272, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 14, "lemma": "I", "misc": "", "start_char": 270, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 277, "feats": null, "head": 18, "id": 15, "lemma": "that", "misc": "", "start_char": 273, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 280, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 16, "lemma": "he", "misc": "", "start_char": 278, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 284, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 281, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 293, "feats": "Degree=Pos", "head": 13, "id": 18, "lemma": "homeless", "misc": "", "start_char": 285, "text": "homeless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 295, "feats": null, "head": 11, "id": 19, "lemma": ".", "misc": "", "start_char": 294, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 297, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 296, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP He)) (VP (MD must) (VP (VB be) (ADJP (JJ cold) (CC and) (JJ hungry)))) (. .)))" }, "speaker": null, "text": "\"He must be cold and hungry.", "tokens": [ { "deprel": "punct", "end_char": 300, "feats": null, "head": 5, "id": 1, "lemma": "``", "misc": "", "start_char": 298, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 303, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "he", "misc": "", "start_char": 301, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 308, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "must", "misc": "", "start_char": 304, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 311, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 309, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 316, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "cold", "misc": "", "start_char": 312, "text": "cold", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 320, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 317, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 327, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "hungry", "misc": "", "start_char": 321, "text": "hungry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 329, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 328, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Maybe)) (NP (PRP I)) (VP (MD should) (VP (VB help) (NP (PRP him))))) (, ,) ('' '') (NP (PRP I)) (VP (VBD said) (PP (IN to) (NP (PRP myself)))) (. .)))" }, "speaker": null, "text": "Maybe I should help him,\" I said to myself.", "tokens": [ { "deprel": "advmod", "end_char": 335, "feats": null, "head": 4, "id": 1, "lemma": "maybe", "misc": "", "start_char": 330, "text": "Maybe", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 337, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 336, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 344, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "should", "misc": "", "start_char": 338, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 349, "feats": "VerbForm=Inf", "head": 9, "id": 4, "lemma": "help", "misc": "", "start_char": 345, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 353, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 5, "lemma": "he", "misc": "", "start_char": 350, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 355, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 354, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 358, "feats": null, "head": 9, "id": 7, "lemma": "''", "misc": "", "start_char": 356, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 360, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 359, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 365, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "say", "misc": "", "start_char": 361, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 368, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 366, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 375, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes", "head": 9, "id": 11, "lemma": "myself", "misc": "", "start_char": 369, "text": "myself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 377, "feats": null, "head": 9, "id": 12, "lemma": ".", "misc": "", "start_char": 376, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 379, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 378, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (PP (ADVP (RB Just)) (IN at) (NP (DT that) (NN moment))) (, ,) (NP (DT a) (JJ well-dressed) (JJ young) (NN couple)) (VP (VBD walked) (PP (IN towards) (NP (PRP him)))) (. .)))" }, "speaker": null, "text": "Just at that moment, a well-dressed young couple walked towards him.", "tokens": [ { "deprel": "advmod", "end_char": 384, "feats": null, "head": 4, "id": 1, "lemma": "just", "misc": "", "start_char": 380, "text": "Just", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 387, "feats": null, "head": 4, "id": 2, "lemma": "at", "misc": "", "start_char": 385, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 392, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 3, "lemma": "that", "misc": "", "start_char": 388, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 399, "feats": "Number=Sing", "head": 10, "id": 4, "lemma": "moment", "misc": "", "start_char": 393, "text": "moment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 401, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 400, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 403, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 6, "lemma": "a", "misc": "", "start_char": 402, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 416, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "well-dressed", "misc": "", "start_char": 404, "text": "well-dressed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 422, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "young", "misc": "", "start_char": 417, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 429, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "couple", "misc": "", "start_char": 423, "text": "couple", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 436, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "walk", "misc": "", "start_char": 430, "text": "walked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 444, "feats": null, "head": 12, "id": 11, "lemma": "towards", "misc": "", "start_char": 437, "text": "towards", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 448, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 12, "lemma": "he", "misc": "", "start_char": 445, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 450, "feats": null, "head": 10, "id": 13, "lemma": ".", "misc": "", "start_char": 449, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 452, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 451, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (VP (VB Excuse) (NP (PRP me)))) (, ,) ('' '') (NP (DT the) (NN man)) (VP (VBD bent) (ADVP (RB down))) (. .)))" }, "speaker": null, "text": "\"Excuse me,\" the man bent down.", "tokens": [ { "deprel": "punct", "end_char": 455, "feats": null, "head": 8, "id": 1, "lemma": "``", "misc": "", "start_char": 453, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "ccomp", "end_char": 462, "feats": "Mood=Imp|VerbForm=Fin", "head": 8, "id": 2, "lemma": "excuse", "misc": "", "start_char": 456, "text": "Excuse", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 465, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "I", "misc": "", "start_char": 463, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 467, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 466, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 470, "feats": null, "head": 8, "id": 5, "lemma": "''", "misc": "", "start_char": 468, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "det", "end_char": 474, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 471, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 478, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "man", "misc": "", "start_char": 475, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 483, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "bend", "misc": "", "start_char": 479, "text": "bent", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 488, "feats": null, "head": 8, "id": 9, "lemma": "down", "misc": "", "start_char": 484, "text": "down", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 490, "feats": null, "head": 8, "id": 10, "lemma": ".", "misc": "", "start_char": 489, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (NP (PRP$ My) (NN wife)) (CC and) (NP (PRP I))) (VP (VBD bought) (NP (CD two) (NN meal) (NNS boxes)))) (CC but) (S (NP (CD one)) (VP (VBD was) (ADJP (JJ enough)) (PP (IN for) (NP (PRP us))))) (. .)))" }, "speaker": null, "text": "\"My wife and I bought two meal boxes but one was enough for us.", "tokens": [ { "deprel": "punct", "end_char": 493, "feats": null, "head": 6, "id": 1, "lemma": "``", "misc": "", "start_char": 491, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nmod:poss", "end_char": 496, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "my", "misc": "", "start_char": 494, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 501, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "wife", "misc": "", "start_char": 497, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 505, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 502, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 507, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 5, "lemma": "I", "misc": "", "start_char": 506, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 514, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "buy", "misc": "", "start_char": 508, "text": "bought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 518, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 7, "lemma": "two", "misc": "", "start_char": 515, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 523, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "meal", "misc": "", "start_char": 519, "text": "meal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 529, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "box", "misc": "", "start_char": 524, "text": "boxes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 533, "feats": null, "head": 13, "id": 10, "lemma": "but", "misc": "", "start_char": 530, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 537, "feats": "NumForm=Word|NumType=Card", "head": 13, "id": 11, "lemma": "one", "misc": "", "start_char": 534, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "cop", "end_char": 541, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 538, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 548, "feats": "Degree=Pos", "head": 6, "id": 13, "lemma": "enough", "misc": "", "start_char": 542, "text": "enough", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 552, "feats": null, "head": 15, "id": 14, "lemma": "for", "misc": "", "start_char": 549, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 555, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 15, "lemma": "we", "misc": "", "start_char": 553, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 557, "feats": null, "head": 6, "id": 16, "lemma": ".", "misc": "", "start_char": 556, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP hate) (S (VP (TO to) (VP (VB waste) (NP (JJ good) (NN food)))))) (. .)))" }, "speaker": null, "text": "We hate to waste good food.", "tokens": [ { "deprel": "nsubj", "end_char": 560, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 558, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 565, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "hate", "misc": "", "start_char": 561, "text": "hate", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 568, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 566, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 574, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "waste", "misc": "", "start_char": 569, "text": "waste", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 579, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "good", "misc": "", "start_char": 575, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 584, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "food", "misc": "", "start_char": 580, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 586, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 585, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (SQ (MD Can) (NP (PRP you)) (VP (VP (VB help) (NP (PRP us)) (ADVP (RP out))) (CC and) (VP (VB put) (NP (DT this)) (S (VP (TO to) (VP (VB use)))))) (. ?) ('' '')))" }, "speaker": null, "text": "Can you help us out and put this to use?\"", "tokens": [ { "deprel": "aux", "end_char": 590, "feats": "VerbForm=Fin", "head": 3, "id": 1, "lemma": "can", "misc": "", "start_char": 587, "text": "Can", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 594, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 591, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 599, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "help", "misc": "", "start_char": 595, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 602, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "we", "misc": "", "start_char": 600, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 606, "feats": null, "head": 3, "id": 5, "lemma": "out", "misc": "", "start_char": 603, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "cc", "end_char": 610, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 607, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 614, "feats": "VerbForm=Inf", "head": 3, "id": 7, "lemma": "put", "misc": "", "start_char": 611, "text": "put", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 619, "feats": "Number=Sing|PronType=Dem", "head": 7, "id": 8, "lemma": "this", "misc": "", "start_char": 615, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "mark", "end_char": 622, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 620, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 626, "feats": "VerbForm=Inf", "head": 7, "id": 10, "lemma": "use", "misc": "", "start_char": 623, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 628, "feats": null, "head": 3, "id": 11, "lemma": "?", "misc": "", "start_char": 627, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 631, "feats": null, "head": 3, "id": 12, "lemma": "''", "misc": "", "start_char": 629, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP he)) (VP (VBD handed) (NP (DT the) (NN boy)) (NP (DT a) (NN meal) (NN box))) (. .)))" }, "speaker": null, "text": "he handed the boy a meal box.", "tokens": [ { "deprel": "nsubj", "end_char": 634, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 632, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 641, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "hand", "misc": "", "start_char": 635, "text": "handed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 645, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 642, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 649, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "boy", "misc": "", "start_char": 646, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 651, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 650, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 656, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "meal", "misc": "", "start_char": 652, "text": "meal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 660, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "box", "misc": "", "start_char": 657, "text": "box", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 662, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 661, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 664, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 663, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN boy)) (VP (VP (VBD thanked) (NP (PRP them))) (CC and) (VP (VBD opened) (NP (DT the) (NN box)) (PP (IN with) (NP (NN joy) (CC and) (NN care))))) (. .)))" }, "speaker": null, "text": "The boy thanked them and opened the box with joy and care.", "tokens": [ { "deprel": "det", "end_char": 668, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 665, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 672, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "boy", "misc": "", "start_char": 669, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 680, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "thank", "misc": "", "start_char": 673, "text": "thanked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 685, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "they", "misc": "", "start_char": 681, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 689, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 686, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 696, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 6, "lemma": "open", "misc": "", "start_char": 690, "text": "opened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 700, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 697, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 704, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "box", "misc": "", "start_char": 701, "text": "box", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 709, "feats": null, "head": 10, "id": 9, "lemma": "with", "misc": "", "start_char": 705, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 713, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "joy", "misc": "", "start_char": 710, "text": "joy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 717, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 714, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 722, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "care", "misc": "", "start_char": 718, "text": "care", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 724, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 723, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Suddenly)) (NP (PRP he)) (VP (VBD stopped)) (. .)))" }, "speaker": null, "text": "Suddenly he stopped.", "tokens": [ { "deprel": "advmod", "end_char": 733, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "suddenly", "misc": "", "start_char": 725, "text": "Suddenly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 736, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 734, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 744, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "stop", "misc": "", "start_char": 737, "text": "stopped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 746, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 745, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NP (DT the) (NN direction)) (SBAR (WHPP (IN to) (WHNP (WDT which))) (S (NP (PRP he)) (VP (VBD looked)))))) (, ,) (NP (PRP I)) (VP (VBD saw) (NP (NP (DT an) (JJ old) (NN man)) (PP (IN in) (NP (NN rags-))) (PP (IN in) (NP (NP (DT a) (VBN worn) (NN sweater)) (, ,) (NP (VBN worn) (NNS trousers)) (CC and) (NP (JJ open) (NNS shoes))))) (, ,) (S (VP (VBG entering) (NP (DT the) (NN hall))))) (. .)))" }, "speaker": null, "text": "In the direction to which he looked, I saw an old man in rags- in a worn sweater, worn trousers and open shoes, entering the hall.", "tokens": [ { "deprel": "case", "end_char": 749, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 747, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 753, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 750, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 763, "feats": "Number=Sing", "head": 10, "id": 3, "lemma": "direction", "misc": "", "start_char": 754, "text": "direction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 766, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 764, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 772, "feats": "PronType=Rel", "head": 7, "id": 5, "lemma": "which", "misc": "", "start_char": 767, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 775, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "misc": "", "start_char": 773, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 782, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "look", "misc": "", "start_char": 776, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 784, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 783, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 786, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "I", "misc": "", "start_char": 785, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 790, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "see", "misc": "", "start_char": 787, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 793, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 791, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 797, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "old", "misc": "", "start_char": 794, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 801, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "man", "misc": "", "start_char": 798, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 804, "feats": null, "head": 15, "id": 14, "lemma": "in", "misc": "", "start_char": 802, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 810, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "rags-", "misc": "", "start_char": 805, "text": "rags-", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 813, "feats": null, "head": 19, "id": 16, "lemma": "in", "misc": "", "start_char": 811, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 815, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 17, "lemma": "a", "misc": "", "start_char": 814, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 820, "feats": "Tense=Past|VerbForm=Part", "head": 19, "id": 18, "lemma": "wear", "misc": "", "start_char": 816, "text": "worn", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod", "end_char": 828, "feats": "Number=Sing", "head": 13, "id": 19, "lemma": "sweater", "misc": "", "start_char": 821, "text": "sweater", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 830, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 829, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 835, "feats": "Tense=Past|VerbForm=Part", "head": 22, "id": 21, "lemma": "wear", "misc": "", "start_char": 831, "text": "worn", "upos": "VERB", "xpos": "VBN" }, { "deprel": "conj", "end_char": 844, "feats": "Number=Plur", "head": 13, "id": 22, "lemma": "trousers", "misc": "", "start_char": 836, "text": "trousers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 848, "feats": null, "head": 25, "id": 23, "lemma": "and", "misc": "", "start_char": 845, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 853, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "open", "misc": "", "start_char": 849, "text": "open", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 859, "feats": "Number=Plur", "head": 19, "id": 25, "lemma": "shoe", "misc": "", "start_char": 854, "text": "shoes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 861, "feats": null, "head": 27, "id": 26, "lemma": ",", "misc": "", "start_char": 860, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 870, "feats": "VerbForm=Ger", "head": 10, "id": 27, "lemma": "enter", "misc": "", "start_char": 862, "text": "entering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 874, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 28, "lemma": "the", "misc": "", "start_char": 871, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 879, "feats": "Number=Sing", "head": 27, "id": 29, "lemma": "hall", "misc": "", "start_char": 875, "text": "hall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 881, "feats": null, "head": 10, "id": 30, "lemma": ".", "misc": "", "start_char": 880, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 883, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 882, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Putting) (NP (DT the) (NN meal) (NN box)) (ADVP (RB aside)))) (, ,) (NP (DT the) (NN boy)) (VP (VP (VBD stood)) (CC and) (VP (VBD helped) (NP (DT the) (JJ old)) (PP (IN to) (NP (PRP$ his) (NN seat))))) (. .)))" }, "speaker": null, "text": "Putting the meal box aside, the boy stood and helped the old to his seat.", "tokens": [ { "deprel": "advcl", "end_char": 891, "feats": "VerbForm=Ger", "head": 9, "id": 1, "lemma": "put", "misc": "", "start_char": 884, "text": "Putting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 895, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 892, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 900, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "meal", "misc": "", "start_char": 896, "text": "meal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 904, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "box", "misc": "", "start_char": 901, "text": "box", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 910, "feats": null, "head": 1, "id": 5, "lemma": "aside", "misc": "", "start_char": 905, "text": "aside", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 912, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 911, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 916, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 913, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 920, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "boy", "misc": "", "start_char": 917, "text": "boy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 926, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "stand", "misc": "", "start_char": 921, "text": "stood", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 930, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 927, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 937, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 11, "lemma": "help", "misc": "", "start_char": 931, "text": "helped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 941, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 938, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 945, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "old", "misc": "", "start_char": 942, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 948, "feats": null, "head": 16, "id": 14, "lemma": "to", "misc": "", "start_char": 946, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 952, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "his", "misc": "", "start_char": 949, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 957, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "seat", "misc": "", "start_char": 953, "text": "seat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 959, "feats": null, "head": 9, "id": 17, "lemma": ".", "misc": "", "start_char": 958, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBD took) (PRT (RP off)) (NP (PRP$ his) (NN jacket))) (CC and) (VP (VBD covered) (NP (PRP it)) (PP (IN on) (NP (NP (DT the) (JJ old) (NN man) (POS 's)) (NNS shoulders)))) (, ,) (S (VP (VBG saying) (, ,) (`` ``) (S (S (NP (DT A) (NN gentleman)) (VP (VBD brought) (NP (PRP me)) (NP (DT this) (JJ warm) (NN meal)))) (CC but) (S (NP (PRP I)) (ADVP (RB just)) (VP (VBD finished) (VP (VBG eating)))))))) (. .)))" }, "speaker": null, "text": "He took off his jacket and covered it on the old man's shoulders, saying, \"A gentleman brought me this warm meal but I just finished eating.", "tokens": [ { "deprel": "nsubj", "end_char": 962, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 960, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 967, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "take", "misc": "", "start_char": 963, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 971, "feats": null, "head": 2, "id": 3, "lemma": "off", "misc": "", "start_char": 968, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "nmod:poss", "end_char": 975, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "his", "misc": "", "start_char": 972, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 982, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "jacket", "misc": "", "start_char": 976, "text": "jacket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 986, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 983, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 994, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "cover", "misc": "", "start_char": 987, "text": "covered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 997, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 8, "lemma": "it", "misc": "", "start_char": 995, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1000, "feats": null, "head": 14, "id": 9, "lemma": "on", "misc": "", "start_char": 998, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1004, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 1001, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1008, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "old", "misc": "", "start_char": 1005, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod:poss", "end_char": 1012, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "man", "misc": "", "start_char": 1009, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1015, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 1013, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 1025, "feats": "Number=Plur", "head": 7, "id": 14, "lemma": "shoulder", "misc": "", "start_char": 1016, "text": "shoulders", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1027, "feats": null, "head": 16, "id": 15, "lemma": ",", "misc": "", "start_char": 1026, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1034, "feats": "VerbForm=Ger", "head": 7, "id": 16, "lemma": "say", "misc": "", "start_char": 1028, "text": "saying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1036, "feats": null, "head": 16, "id": 17, "lemma": ",", "misc": "", "start_char": 1035, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1039, "feats": null, "head": 21, "id": 18, "lemma": "``", "misc": "", "start_char": 1037, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 1041, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 19, "lemma": "a", "misc": "", "start_char": 1040, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1051, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "gentleman", "misc": "", "start_char": 1042, "text": "gentleman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 1059, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 21, "lemma": "bring", "misc": "", "start_char": 1052, "text": "brought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1062, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 21, "id": 22, "lemma": "I", "misc": "", "start_char": 1060, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 1067, "feats": "Number=Sing|PronType=Dem", "head": 25, "id": 23, "lemma": "this", "misc": "", "start_char": 1063, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1072, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "warm", "misc": "", "start_char": 1068, "text": "warm", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1077, "feats": "Number=Sing", "head": 21, "id": 25, "lemma": "meal", "misc": "", "start_char": 1073, "text": "meal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1081, "feats": null, "head": 29, "id": 26, "lemma": "but", "misc": "", "start_char": 1078, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1083, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 29, "id": 27, "lemma": "I", "misc": "", "start_char": 1082, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1088, "feats": null, "head": 29, "id": 28, "lemma": "just", "misc": "", "start_char": 1084, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1097, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 21, "id": 29, "lemma": "finish", "misc": "", "start_char": 1089, "text": "finished", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1104, "feats": "VerbForm=Ger", "head": 29, "id": 30, "lemma": "eat", "misc": "", "start_char": 1098, "text": "eating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1106, "feats": null, "head": 2, "id": 31, "lemma": ".", "misc": "", "start_char": 1105, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP hate) (S (VP (TO to) (VP (VB waste) (NP (JJ good) (NN food)))))) (. .)))" }, "speaker": null, "text": "I hate to waste good food.", "tokens": [ { "deprel": "nsubj", "end_char": 1108, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1107, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1113, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "hate", "misc": "", "start_char": 1109, "text": "hate", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1116, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 1114, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1122, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "waste", "misc": "", "start_char": 1117, "text": "waste", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1127, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "good", "misc": "", "start_char": 1123, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1132, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "food", "misc": "", "start_char": 1128, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1134, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 1133, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (SQ (MD Can) (NP (PRP you)) (VP (VB help) (NP (PRP me)) (PRT (RP out))) (. ?) ('' '')))" }, "speaker": null, "text": "Can you help me out?\"", "tokens": [ { "deprel": "aux", "end_char": 1138, "feats": "VerbForm=Fin", "head": 3, "id": 1, "lemma": "can", "misc": "", "start_char": 1135, "text": "Can", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 1142, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 1139, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1147, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "help", "misc": "", "start_char": 1143, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1150, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "I", "misc": "", "start_char": 1148, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 1154, "feats": null, "head": 3, "id": 5, "lemma": "out", "misc": "", "start_char": 1151, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1156, "feats": null, "head": 3, "id": 6, "lemma": "?", "misc": "", "start_char": 1155, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1159, "feats": null, "head": 3, "id": 7, "lemma": "''", "misc": "", "start_char": 1157, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD placed) (NP (DT the) (JJ still-warm) (NN meal) (NN box)) (PP (IN in) (NP (NP (DT the) (JJ old) (NN man) (POS 's)) (NNS hands))) (PP (IN without) (S (VP (VBG waiting) (PP (IN for) (NP (DT an) (NN answer))))))) (. .)))" }, "speaker": null, "text": "He placed the still-warm meal box in the old man's hands without waiting for an answer.", "tokens": [ { "deprel": "nsubj", "end_char": 1162, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1160, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1169, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "place", "misc": "", "start_char": 1163, "text": "placed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1173, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 1170, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1184, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "still-warm", "misc": "", "start_char": 1174, "text": "still-warm", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1189, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "meal", "misc": "", "start_char": 1185, "text": "meal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1193, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "box", "misc": "", "start_char": 1190, "text": "box", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1196, "feats": null, "head": 12, "id": 7, "lemma": "in", "misc": "", "start_char": 1194, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1200, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 1197, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1204, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "old", "misc": "", "start_char": 1201, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod:poss", "end_char": 1208, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "man", "misc": "", "start_char": 1205, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1211, "feats": null, "head": 10, "id": 11, "lemma": "'s", "misc": "", "start_char": 1209, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 1217, "feats": "Number=Plur", "head": 2, "id": 12, "lemma": "hand", "misc": "", "start_char": 1212, "text": "hands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1225, "feats": null, "head": 14, "id": 13, "lemma": "without", "misc": "", "start_char": 1218, "text": "without", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1233, "feats": "VerbForm=Ger", "head": 2, "id": 14, "lemma": "wait", "misc": "", "start_char": 1226, "text": "waiting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1237, "feats": null, "head": 17, "id": 15, "lemma": "for", "misc": "", "start_char": 1234, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1240, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 1238, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1247, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "answer", "misc": "", "start_char": 1241, "text": "answer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1249, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 1248, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1251, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1250, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (`` ``) (INTJ (UH Sure)) (, ,) (NP (NN son)) (, ,) (CC but) (SBAR (IN if) (S (ADVP (RB only)) (NP (PRP you)) (VP (VBP share) (NP (DT that) (NN sandwich)) (PP (IN with) (NP (PRP me)))))) (. .)))" }, "speaker": null, "text": "\"Sure, son, but if only you share that sandwich with me.", "tokens": [ { "deprel": "punct", "end_char": 1254, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 1252, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "discourse", "end_char": 1259, "feats": null, "head": 4, "id": 2, "lemma": "sure", "misc": "", "start_char": 1255, "text": "Sure", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 1261, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 1260, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1265, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "son", "misc": "", "start_char": 1262, "text": "son", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1267, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 1266, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1271, "feats": null, "head": 10, "id": 6, "lemma": "but", "misc": "", "start_char": 1268, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1274, "feats": null, "head": 10, "id": 7, "lemma": "if", "misc": "", "start_char": 1272, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1279, "feats": null, "head": 10, "id": 8, "lemma": "only", "misc": "", "start_char": 1275, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1283, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 10, "id": 9, "lemma": "you", "misc": "", "start_char": 1280, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1289, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 10, "lemma": "share", "misc": "", "start_char": 1284, "text": "share", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1294, "feats": "Number=Sing|PronType=Dem", "head": 12, "id": 11, "lemma": "that", "misc": "", "start_char": 1290, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1303, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "sandwich", "misc": "", "start_char": 1295, "text": "sandwich", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1308, "feats": null, "head": 14, "id": 13, "lemma": "with", "misc": "", "start_char": 1304, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1311, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 14, "lemma": "I", "misc": "", "start_char": 1309, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1313, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 1312, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (NP (ADJP (RB too) (JJ much))) (PP (IN for) (NP (NP (DT a) (NN man)) (PP (IN at) (NP (PRP$ my) (NN age)))))) (. .) ('' '')))" }, "speaker": null, "text": "It's too much for a man at my age.\"", "tokens": [ { "deprel": "nsubj", "end_char": 1316, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 1314, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1319, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1317, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1323, "feats": null, "head": 4, "id": 3, "lemma": "too", "misc": "", "start_char": 1320, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1328, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "much", "misc": "", "start_char": 1324, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1332, "feats": null, "head": 7, "id": 5, "lemma": "for", "misc": "", "start_char": 1329, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1334, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 1333, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1338, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "man", "misc": "", "start_char": 1335, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1341, "feats": null, "head": 10, "id": 8, "lemma": "at", "misc": "", "start_char": 1339, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1344, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "my", "misc": "", "start_char": 1342, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1348, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "age", "misc": "", "start_char": 1345, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1350, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 1349, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1353, "feats": null, "head": 4, "id": 12, "lemma": "''", "misc": "", "start_char": 1351, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1355, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1354, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBD were) (RB all) (VP (VBN touched))) (. .)))" }, "speaker": null, "text": "We were all touched.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1358, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "we", "misc": "", "start_char": 1356, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1363, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1359, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1367, "feats": null, "head": 4, "id": 3, "lemma": "all", "misc": "", "start_char": 1364, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1375, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "touch", "misc": "", "start_char": 1368, "text": "touched", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1377, "feats": null, "head": 4, "id": 5, "lemma": ".", "misc": "", "start_char": 1376, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (NP (NN Dad)) (VP (VP (VBD went) (ADVP (RB away))) (CC and) (ADVP (RB soon)) (VP (VBD returned) (PP (IN with) (NP (NP (NNS cups)) (PP (IN of) (NP (NP (JJ hot) (NN chocolate)) (CC and) (NP (DT a) (JJ big) (NN pizza)))))))) (. .)))" }, "speaker": null, "text": "Dad went away and soon returned with cups of hot chocolate and a big pizza.", "tokens": [ { "deprel": "nsubj", "end_char": 1381, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "dad", "misc": "", "start_char": 1378, "text": "Dad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1386, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "go", "misc": "", "start_char": 1382, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1391, "feats": null, "head": 2, "id": 3, "lemma": "away", "misc": "", "start_char": 1387, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1395, "feats": null, "head": 6, "id": 4, "lemma": "and", "misc": "", "start_char": 1392, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1400, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "soon", "misc": "", "start_char": 1396, "text": "soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1409, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "return", "misc": "", "start_char": 1401, "text": "returned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1414, "feats": null, "head": 8, "id": 7, "lemma": "with", "misc": "", "start_char": 1410, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1419, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "cup", "misc": "", "start_char": 1415, "text": "cups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1422, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 1420, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1426, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "hot", "misc": "", "start_char": 1423, "text": "hot", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1436, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "chocolate", "misc": "", "start_char": 1427, "text": "chocolate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1440, "feats": null, "head": 15, "id": 12, "lemma": "and", "misc": "", "start_char": 1437, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1442, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 1441, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1446, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "big", "misc": "", "start_char": 1443, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1452, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "pizza", "misc": "", "start_char": 1447, "text": "pizza", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1454, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 1453, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (NP (NN Mum) (CC and) (NN dad)) (VP (VBD went) (ADVP (RB up) (PP (IN to) (NP (DT those) (NNS rags)))) (, ,) (`` ``) (S (VP (VB Excuse) (NP (PRP me))))) (. ...) ('' '')))" }, "speaker": null, "text": "Mum and dad went up to those rags, \"Excuse me ...\"", "tokens": [ { "deprel": "nsubj", "end_char": 1458, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "mum", "misc": "", "start_char": 1455, "text": "Mum", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1462, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 1459, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1466, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "dad", "misc": "", "start_char": 1463, "text": "dad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1471, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "go", "misc": "", "start_char": 1467, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1474, "feats": null, "head": 4, "id": 5, "lemma": "up", "misc": "", "start_char": 1472, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1477, "feats": null, "head": 8, "id": 6, "lemma": "to", "misc": "", "start_char": 1475, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1483, "feats": "Number=Plur|PronType=Dem", "head": 8, "id": 7, "lemma": "that", "misc": "", "start_char": 1478, "text": "those", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1488, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "rag", "misc": "", "start_char": 1484, "text": "rags", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1490, "feats": null, "head": 4, "id": 9, "lemma": ",", "misc": "", "start_char": 1489, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1493, "feats": null, "head": 11, "id": 10, "lemma": "``", "misc": "", "start_char": 1491, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "parataxis", "end_char": 1500, "feats": "Mood=Imp|VerbForm=Fin", "head": 4, "id": 11, "lemma": "excuse", "misc": "", "start_char": 1494, "text": "Excuse", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 1503, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 12, "lemma": "I", "misc": "", "start_char": 1501, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1507, "feats": null, "head": 4, "id": 13, "lemma": "...", "misc": "", "start_char": 1504, "text": "...", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1510, "feats": null, "head": 4, "id": 14, "lemma": "''", "misc": "", "start_char": 1508, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1512, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1511, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD rushed) (PP (IN into) (NP (DT a) (NNP KFC)))) (CC and) (VP (VBD took) (PRT (RP out)) (NP (PRP$ my) (NN pocket) (NN money)))) (. .)))" }, "speaker": null, "text": "I rushed into a KFC and took out my pocket money.", "tokens": [ { "deprel": "nsubj", "end_char": 1514, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1513, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1521, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "rush", "misc": "", "start_char": 1515, "text": "rushed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1526, "feats": null, "head": 5, "id": 3, "lemma": "into", "misc": "", "start_char": 1522, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1528, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1527, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1532, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "KFC", "misc": "", "start_char": 1529, "text": "KFC", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1536, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 1533, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1541, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "take", "misc": "", "start_char": 1537, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1545, "feats": null, "head": 7, "id": 8, "lemma": "out", "misc": "", "start_char": 1542, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "nmod:poss", "end_char": 1548, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 9, "lemma": "my", "misc": "", "start_char": 1546, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1555, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "pocket", "misc": "", "start_char": 1549, "text": "pocket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1561, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "money", "misc": "", "start_char": 1556, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1563, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 1562, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP It)) (VP (VBD was) (ADJP (RB so) (JJ cold)) (NP (DT that) (NN afternoon)))) (CC but) (S (NP (PRP I)) (VP (VBD felt) (ADJP (ADJP (RB much) (JJR warmer)) (SBAR (IN than) (S (NP (PRP I)) (VP (VBD had) (ADVP (RB ever)) (VP (VBN thought) (S (ADJP (JJ possible)))))))))) (. .)))" }, "speaker": null, "text": "It was so cold that afternoon but I felt much warmer than I had ever thought possible.", "tokens": [ { "deprel": "nsubj", "end_char": 1566, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 1564, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1570, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1567, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1573, "feats": null, "head": 4, "id": 3, "lemma": "so", "misc": "", "start_char": 1571, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1578, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "cold", "misc": "", "start_char": 1574, "text": "cold", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "det", "end_char": 1583, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 5, "lemma": "that", "misc": "", "start_char": 1579, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1593, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "afternoon", "misc": "", "start_char": 1584, "text": "afternoon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1597, "feats": null, "head": 9, "id": 7, "lemma": "but", "misc": "", "start_char": 1594, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1599, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 1598, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1604, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "feel", "misc": "", "start_char": 1600, "text": "felt", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1609, "feats": null, "head": 11, "id": 10, "lemma": "much", "misc": "", "start_char": 1605, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1616, "feats": "Degree=Cmp", "head": 9, "id": 11, "lemma": "warm", "misc": "", "start_char": 1610, "text": "warmer", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 1621, "feats": null, "head": 16, "id": 12, "lemma": "than", "misc": "", "start_char": 1617, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1623, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 16, "id": 13, "lemma": "I", "misc": "", "start_char": 1622, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1627, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 16, "id": 14, "lemma": "have", "misc": "", "start_char": 1624, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1632, "feats": null, "head": 16, "id": 15, "lemma": "ever", "misc": "", "start_char": 1628, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1640, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 16, "lemma": "think", "misc": "", "start_char": 1633, "text": "thought", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 1649, "feats": "Degree=Pos", "head": 16, "id": 17, "lemma": "possible", "misc": "", "start_char": 1641, "text": "possible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1651, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 1650, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
It was a cold winter afternoon before Christmas. My parents and I sat on the bench in Washington, D.C. Union Station, waiting for the train. Inside the waiting hall were many people. A boy sat nearby. His worn jacket, pale face, dirty hands all seemed to tell me that he was homeless. "He must be cold and hungry. Maybe I should help him," I said to myself. Just at that moment, a well-dressed young couple walked towards him. "Excuse me," the man bent down. "My wife and I bought two meal boxes but one was enough for us. We hate to waste good food. Can you help us out and put this to use?" he handed the boy a meal box. The boy thanked them and opened the box with joy and care. Suddenly he stopped. In the direction to which he looked, I saw an old man in rags- in a worn sweater, worn trousers and open shoes, entering the hall. Putting the meal box aside, the boy stood and helped the old to his seat. He took off his jacket and covered it on the old man's shoulders, saying, "A gentleman brought me this warm meal but I just finished eating. I hate to waste good food. Can you help me out?" He placed the still-warm meal box in the old man's hands without waiting for an answer. "Sure, son, but if only you share that sandwich with me. It's too much for a man at my age." We were all touched. Dad went away and soon returned with cups of hot chocolate and a big pizza. Mum and dad went up to those rags, "Excuse me ..." I rushed into a KFC and took out my pocket money. It was so cold that afternoon but I felt much warmer than I had ever thought possible.
[ [ [ 0, 4, 4 ] ], [ [ 0, 7, 7 ] ], [ [ 1, 0, 3 ] ], [ [ 1, 6, 7 ] ], [ [ 1, 9, 13 ] ], [ [ 1, 17, 18 ] ], [ [ 2, 1, 3 ] ], [ [ 2, 5, 6 ] ], [ [ 5, 0, 8 ] ], [ [ 10, 2, 3 ] ], [ [ 14, 0, 0 ], [ 15, 3, 3 ], [ 13, 1, 4 ], [ 13, 14, 14 ], [ 18, 3, 3 ] ], [ [ 13, 1, 2 ] ], [ [ 13, 6, 8 ] ], [ [ 13, 10, 10 ] ], [ [ 14, 4, 5 ] ], [ [ 15, 7, 7 ] ], [ [ 13, 7, 7 ], [ 16, 5, 5 ], [ 22, 2, 2 ], [ 26, 4, 4 ] ], [ [ 18, 9, 11 ] ], [ [ 18, 9, 9 ] ], [ [ 18, 11, 11 ] ], [ [ 20, 16, 24 ] ], [ [ 20, 16, 18 ] ], [ [ 20, 20, 21 ] ], [ [ 20, 23, 24 ] ], [ [ 20, 27, 28 ] ], [ [ 22, 1, 3 ], [ 18, 6, 7 ], [ 16, 4, 6 ], [ 23, 22, 24 ] ], [ [ 22, 14, 15 ] ], [ [ 23, 3, 4 ], [ 23, 7, 7 ] ], [ [ 23, 9, 13 ] ], [ [ 24, 4, 5 ] ], [ [ 26, 7, 11 ] ], [ [ 26, 15, 16 ] ], [ [ 28, 3, 3 ], [ 28, 8, 8 ], [ 24, 0, 0 ], [ 22, 6, 7 ], [ 18, 0, 1 ], [ 19, 1, 1 ], [ 20, 5, 5 ], [ 22, 14, 14 ], [ 23, 0, 0 ], [ 23, 3, 3 ], [ 23, 21, 21 ], [ 23, 26, 26 ], [ 25, 3, 3 ], [ 26, 0, 0 ], [ 15, 1, 1 ], [ 16, 2, 3 ], [ 10, 11, 11 ], [ 4, 0, 1 ], [ 5, 0, 0 ], [ 5, 15, 15 ], [ 7, 1, 1 ], [ 8, 4, 4 ] ], [ [ 28, 10, 11 ] ], [ [ 28, 13, 13 ], [ 29, 8, 8 ], [ 26, 7, 10 ], [ 23, 9, 12 ], [ 20, 10, 12 ], [ 25, 1, 1 ], [ 22, 11, 12 ] ], [ [ 29, 0, 0 ] ], [ [ 29, 8, 9 ] ], [ [ 31, 0, 0 ] ], [ [ 32, 0, 0 ], [ 33, 2, 2 ] ], [ [ 32, 7, 14 ] ], [ [ 32, 9, 14 ] ], [ [ 32, 9, 10 ] ], [ [ 32, 12, 14 ] ], [ [ 33, 0, 0 ] ], [ [ 33, 0, 2 ] ], [ [ 33, 6, 7 ] ], [ [ 35, 0, 0 ], [ 35, 8, 8 ], [ 36, 7, 7 ], [ 36, 12, 12 ], [ 20, 8, 8 ], [ 13, 4, 4 ], [ 8, 7, 7 ], [ 8, 10, 10 ], [ 8, 1, 1 ], [ 5, 13, 13 ], [ 1, 3, 3 ], [ 1, 0, 0 ], [ 13, 1, 1 ] ], [ [ 35, 3, 4 ] ], [ [ 35, 8, 10 ] ], [ [ 36, 4, 5 ] ], [ [ 12, 5, 6 ], [ 16, 0, 0 ] ], [ [ 0, 2, 7 ] ], [ [ 1, 9, 11 ] ], [ [ 20, 1, 6 ] ], [ [ 23, 18, 19 ] ], [ [ 33, 11, 11 ], [ 12, 2, 2 ] ], [ [ 29, 5, 9 ] ], [ [ 1, 0, 1 ] ], [ [ 26, 2, 5 ] ], [ [ 26, 13, 16 ] ], [ [ 22, 0, 3 ] ], [ [ 10, 5, 8 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36161
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN decision) (S (VP (TO to) (VP (VB further) (NP (NP (DT all) (CC or) (NN part)) (PP (IN of) (NP (NP (PRP$ your) (NNS studies)) (PP (IN outside) (NP (PRP$ your) (NN country)))))))))) (VP (VBZ is) (NP (DT a) (JJ serious) (NN one)))) (, ,) (CC and) (NP (NP (CD one)) (SBAR (WHNP (WDT which)) (S (PP (IN for) (NP (JJS most) (NNS students))) (VP (MD will) (VP (VB have) (NP (DT a) (JJ special) (JJ life-long) (NN benefit))))))) (. .)))" }, "speaker": null, "text": "The decision to further all or part of your studies outside your country is a serious one, and one which for most students will have a special life-long benefit.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 12, "feats": "Number=Sing", "head": 17, "id": 2, "lemma": "decision", "misc": "", "start_char": 4, "text": "decision", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 15, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 13, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 23, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "further", "misc": "", "start_char": 16, "text": "further", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 27, "feats": null, "head": 4, "id": 5, "lemma": "all", "misc": "", "start_char": 24, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "cc", "end_char": 30, "feats": null, "head": 7, "id": 6, "lemma": "or", "misc": "", "start_char": 28, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 35, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "part", "misc": "", "start_char": 31, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 38, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 36, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 43, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "your", "misc": "", "start_char": 39, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 51, "feats": "Number=Plur", "head": 5, "id": 10, "lemma": "study", "misc": "", "start_char": 44, "text": "studies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 59, "feats": null, "head": 13, "id": 11, "lemma": "outside", "misc": "", "start_char": 52, "text": "outside", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 64, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "your", "misc": "", "start_char": 60, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 72, "feats": "Number=Sing", "head": 4, "id": 13, "lemma": "country", "misc": "", "start_char": 65, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 75, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 14, "lemma": "be", "misc": "", "start_char": 73, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 77, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 76, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 85, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "serious", "misc": "", "start_char": 78, "text": "serious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 89, "feats": "Number=Sing", "head": 0, "id": 17, "lemma": "one", "misc": "", "start_char": 86, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 91, "feats": null, "head": 20, "id": 18, "lemma": ",", "misc": "", "start_char": 90, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 95, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 92, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 99, "feats": "NumForm=Word|NumType=Card", "head": 17, "id": 20, "lemma": "one", "misc": "", "start_char": 96, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 105, "feats": "PronType=Rel", "head": 26, "id": 21, "lemma": "which", "misc": "", "start_char": 100, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "case", "end_char": 109, "feats": null, "head": 24, "id": 22, "lemma": "for", "misc": "", "start_char": 106, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 114, "feats": "Degree=Sup", "head": 24, "id": 23, "lemma": "most", "misc": "", "start_char": 110, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 123, "feats": "Number=Plur", "head": 26, "id": 24, "lemma": "student", "misc": "", "start_char": 115, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 128, "feats": "VerbForm=Fin", "head": 26, "id": 25, "lemma": "will", "misc": "", "start_char": 124, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 133, "feats": "VerbForm=Inf", "head": 20, "id": 26, "lemma": "have", "misc": "", "start_char": 129, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 135, "feats": "Definite=Ind|PronType=Art", "head": 30, "id": 27, "lemma": "a", "misc": "", "start_char": 134, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 143, "feats": "Degree=Pos", "head": 30, "id": 28, "lemma": "special", "misc": "", "start_char": 136, "text": "special", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 153, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "life-long", "misc": "", "start_char": 144, "text": "life-long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 161, "feats": "Number=Sing", "head": 26, "id": 30, "lemma": "benefit", "misc": "", "start_char": 154, "text": "benefit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 163, "feats": null, "head": 17, "id": 31, "lemma": ".", "misc": "", "start_char": 162, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBP realize) (SBAR (S (NP (NNP English)) (VP (MD will) (VP (VP (VB help) (NP (PRP you)) (PP (IN in) (NP (PRP$ your) (NN career)))) (CC and) (VP (VB enrich) (NP (PRP$ your) (JJ personal) (NN life)))))))))) (, ,) (NP (PRP you)) (VP (MD will) (VP (VB find) (SBAR (IN that) (S (S (VP (VBG coming) (PP (IN to) (NP (NNP England))) (S (VP (TO to) (VP (VB study) (NP (NNP English))))))) (VP (VBZ is) (NP (NP (DT a) (ADJP (RB very) (JJ special)) (NN experience)) (SBAR (WHNP (WDT that)) (S (NP (PRP you)) (VP (MD will) (ADVP (RB never)) (VP (VB forget))))))))))) (. .)))" }, "speaker": null, "text": "If you realize English will help you in your career and enrich your personal life, you will find that coming to England to study English is a very special experience that you will never forget.", "tokens": [ { "deprel": "mark", "end_char": 166, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 164, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 170, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 167, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 178, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 19, "id": 3, "lemma": "realize", "misc": "", "start_char": 171, "text": "realize", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 186, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "English", "misc": "", "start_char": 179, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 191, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "will", "misc": "", "start_char": 187, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 196, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "help", "misc": "", "start_char": 192, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 200, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 6, "id": 7, "lemma": "you", "misc": "", "start_char": 197, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 203, "feats": null, "head": 10, "id": 8, "lemma": "in", "misc": "", "start_char": 201, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 208, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "your", "misc": "", "start_char": 204, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 215, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "career", "misc": "", "start_char": 209, "text": "career", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 219, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 216, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 226, "feats": "VerbForm=Inf", "head": 6, "id": 12, "lemma": "enrich", "misc": "", "start_char": 220, "text": "enrich", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 231, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 15, "id": 13, "lemma": "your", "misc": "", "start_char": 227, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 240, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "personal", "misc": "", "start_char": 232, "text": "personal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 245, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "life", "misc": "", "start_char": 241, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 247, "feats": null, "head": 19, "id": 16, "lemma": ",", "misc": "", "start_char": 246, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 251, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 19, "id": 17, "lemma": "you", "misc": "", "start_char": 248, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 256, "feats": "VerbForm=Fin", "head": 19, "id": 18, "lemma": "will", "misc": "", "start_char": 252, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 261, "feats": "VerbForm=Inf", "head": 0, "id": 19, "lemma": "find", "misc": "", "start_char": 257, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 266, "feats": null, "head": 31, "id": 20, "lemma": "that", "misc": "", "start_char": 262, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "csubj", "end_char": 273, "feats": "VerbForm=Ger", "head": 31, "id": 21, "lemma": "come", "misc": "", "start_char": 267, "text": "coming", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 276, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 274, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 284, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "England", "misc": "", "start_char": 277, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 287, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 285, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 293, "feats": "VerbForm=Inf", "head": 21, "id": 25, "lemma": "study", "misc": "", "start_char": 288, "text": "study", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 301, "feats": "Number=Sing", "head": 25, "id": 26, "lemma": "English", "misc": "", "start_char": 294, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 304, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 31, "id": 27, "lemma": "be", "misc": "", "start_char": 302, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 306, "feats": "Definite=Ind|PronType=Art", "head": 31, "id": 28, "lemma": "a", "misc": "", "start_char": 305, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 311, "feats": null, "head": 30, "id": 29, "lemma": "very", "misc": "", "start_char": 307, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 319, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "special", "misc": "", "start_char": 312, "text": "special", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 330, "feats": "Number=Sing", "head": 19, "id": 31, "lemma": "experience", "misc": "", "start_char": 320, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 335, "feats": "PronType=Rel", "head": 36, "id": 32, "lemma": "that", "misc": "", "start_char": 331, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 339, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 36, "id": 33, "lemma": "you", "misc": "", "start_char": 336, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 344, "feats": "VerbForm=Fin", "head": 36, "id": 34, "lemma": "will", "misc": "", "start_char": 340, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 350, "feats": null, "head": 36, "id": 35, "lemma": "never", "misc": "", "start_char": 345, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 357, "feats": "VerbForm=Inf", "head": 31, "id": 36, "lemma": "forget", "misc": "", "start_char": 351, "text": "forget", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 359, "feats": null, "head": 19, "id": 37, "lemma": ".", "misc": "", "start_char": 358, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP am) (ADJP (RB very) (JJ pleased) (S (VP (TO to) (VP (VB have) (NP (DT this) (NN opportunity) (S (VP (TO to) (VP (VB invite) (NP (PRP you)) (S (VP (TO to) (VP (VB join) (NP (PRP$ our) (NML (JJ English) (NNP Language)) (NNS courses)))))))))))))) (. .)))" }, "speaker": null, "text": "I am very pleased to have this opportunity to invite you to join our English Language courses.", "tokens": [ { "deprel": "nsubj", "end_char": 361, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 360, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 364, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 362, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 369, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 365, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 377, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "pleased", "misc": "", "start_char": 370, "text": "pleased", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 380, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 378, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 385, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "have", "misc": "", "start_char": 381, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 390, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 7, "lemma": "this", "misc": "", "start_char": 386, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 402, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "opportunity", "misc": "", "start_char": 391, "text": "opportunity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 405, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 403, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 412, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "invite", "misc": "", "start_char": 406, "text": "invite", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 416, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 10, "id": 11, "lemma": "you", "misc": "", "start_char": 413, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 419, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 417, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 424, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "join", "misc": "", "start_char": 420, "text": "join", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 428, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 17, "id": 14, "lemma": "our", "misc": "", "start_char": 425, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 436, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "English", "misc": "", "start_char": 429, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 445, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "Language", "misc": "", "start_char": 437, "text": "Language", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 453, "feats": "Number=Plur", "head": 13, "id": 17, "lemma": "course", "misc": "", "start_char": 446, "text": "courses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 455, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 454, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 457, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 456, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NNP London)) (VP (VBZ is) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN world) (POS 's)) (JJ outstanding) (UCP (JJ cultural) (CC and) (NN trade)) (NN center))))) (. .)))" }, "speaker": null, "text": "London is one of the world's outstanding cultural and trade center.", "tokens": [ { "deprel": "nsubj", "end_char": 464, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "London", "misc": "", "start_char": 458, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 467, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 465, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 471, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 3, "lemma": "one", "misc": "", "start_char": 468, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 474, "feats": null, "head": 12, "id": 4, "lemma": "of", "misc": "", "start_char": 472, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 478, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 475, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 484, "feats": "Number=Sing", "head": 12, "id": 6, "lemma": "world", "misc": "", "start_char": 479, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 487, "feats": null, "head": 6, "id": 7, "lemma": "'s", "misc": "", "start_char": 485, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 499, "feats": "Degree=Pos", "head": 12, "id": 8, "lemma": "outstanding", "misc": "", "start_char": 488, "text": "outstanding", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 508, "feats": "Degree=Pos", "head": 12, "id": 9, "lemma": "cultural", "misc": "", "start_char": 500, "text": "cultural", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 512, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 509, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 518, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "trade", "misc": "", "start_char": 513, "text": "trade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 525, "feats": "Number=Sing", "head": 3, "id": 12, "lemma": "center", "misc": "", "start_char": 519, "text": "center", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 527, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 526, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD will) (VP (VB live) (PP (IN in) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN world) (POS 's)) (JJ great) (NNS cities))))))) (. .)))" }, "speaker": null, "text": "You will live in one of the world's great cities.", "tokens": [ { "deprel": "nsubj", "end_char": 531, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 528, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 536, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 532, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 541, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "live", "misc": "", "start_char": 537, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 544, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 542, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 548, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 5, "lemma": "one", "misc": "", "start_char": 545, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 551, "feats": null, "head": 11, "id": 6, "lemma": "of", "misc": "", "start_char": 549, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 555, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 552, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 561, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "world", "misc": "", "start_char": 556, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 564, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 562, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 570, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "great", "misc": "", "start_char": 565, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 577, "feats": "Number=Plur", "head": 5, "id": 11, "lemma": "city", "misc": "", "start_char": 571, "text": "cities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 579, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 578, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ provides) (NP (NP (DT the) (JJ perfect) (NNS arrangements)) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (VP (TO to) (VP (VB learn) (CC and) (VB develop) (NP (JJ English) (NN language) (NNS skills)))))))) (. .)))" }, "speaker": null, "text": "It provides the perfect arrangements in which to learn and develop English language skills.", "tokens": [ { "deprel": "nsubj", "end_char": 582, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 580, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 591, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "provide", "misc": "", "start_char": 583, "text": "provides", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 595, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 592, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 603, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "perfect", "misc": "", "start_char": 596, "text": "perfect", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 616, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "arrangement", "misc": "", "start_char": 604, "text": "arrangements", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 619, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 617, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 625, "feats": "PronType=Rel", "head": 9, "id": 7, "lemma": "which", "misc": "", "start_char": 620, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "mark", "end_char": 628, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 626, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl:relcl", "end_char": 634, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "learn", "misc": "", "start_char": 629, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 638, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 635, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 646, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "develop", "misc": "", "start_char": 639, "text": "develop", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 654, "feats": "Degree=Pos", "head": 14, "id": 12, "lemma": "English", "misc": "", "start_char": 647, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 663, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "language", "misc": "", "start_char": 655, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 670, "feats": "Number=Plur", "head": 9, "id": 14, "lemma": "skill", "misc": "", "start_char": 664, "text": "skills", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 672, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 671, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJ international) (NN body)) (PP (IN of) (NP (NP (DT the) (NNS students)) (VP (VBG attending) (NP (NP (NNS courses)) (PP (IN at) (NP (NP (JJ English) (NN language) (NNPS Institutes)) (PP (IN in) (NP (NNP London)))))))))) (VP (VBZ provides) (NP (DT an) (NN attraction)) (SBAR (IN because) (S (NP (PRP it)) (VP (VBZ is) (NP (DT a) (JJ good) (NN chance) (SBAR (IN for) (S (NP (PRP you)) (VP (TO to) (VP (VB enjoy) (NP (NP (JJ other) (NNS cultures)) (PP (IN in) (NP (NNS surroundings)))) (S (VP (TO to) (VP (VB develop) (NP (JJ personal) (NN character)))))))))))))) (. .)))" }, "speaker": null, "text": "The international body of the students attending courses at English language Institutes in London provides an attraction because it is a good chance for you to enjoy other cultures in surroundings to develop personal character.", "tokens": [ { "deprel": "det", "end_char": 676, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 673, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 690, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "international", "misc": "", "start_char": 677, "text": "international", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 695, "feats": "Number=Sing", "head": 15, "id": 3, "lemma": "body", "misc": "", "start_char": 691, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 698, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 696, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 702, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 699, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 711, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "student", "misc": "", "start_char": 703, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 721, "feats": "VerbForm=Ger", "head": 6, "id": 7, "lemma": "attend", "misc": "", "start_char": 712, "text": "attending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 729, "feats": "Number=Plur", "head": 7, "id": 8, "lemma": "course", "misc": "", "start_char": 722, "text": "courses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 732, "feats": null, "head": 12, "id": 9, "lemma": "at", "misc": "", "start_char": 730, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 740, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "English", "misc": "", "start_char": 733, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 749, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "language", "misc": "", "start_char": 741, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 760, "feats": "Number=Plur", "head": 7, "id": 12, "lemma": "Institute", "misc": "", "start_char": 750, "text": "Institutes", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 763, "feats": null, "head": 14, "id": 13, "lemma": "in", "misc": "", "start_char": 761, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 770, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "London", "misc": "", "start_char": 764, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 779, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 15, "lemma": "provide", "misc": "", "start_char": 771, "text": "provides", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 782, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 780, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 793, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "attraction", "misc": "", "start_char": 783, "text": "attraction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 801, "feats": null, "head": 23, "id": 18, "lemma": "because", "misc": "", "start_char": 794, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "expl", "end_char": 804, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 19, "lemma": "it", "misc": "", "start_char": 802, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 807, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 20, "lemma": "be", "misc": "", "start_char": 805, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 809, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 21, "lemma": "a", "misc": "", "start_char": 808, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 814, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "good", "misc": "", "start_char": 810, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 821, "feats": "Number=Sing", "head": 15, "id": 23, "lemma": "chance", "misc": "", "start_char": 815, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 825, "feats": null, "head": 27, "id": 24, "lemma": "for", "misc": "", "start_char": 822, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 829, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 27, "id": 25, "lemma": "you", "misc": "", "start_char": 826, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 832, "feats": null, "head": 27, "id": 26, "lemma": "to", "misc": "", "start_char": 830, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 838, "feats": "VerbForm=Inf", "head": 23, "id": 27, "lemma": "enjoy", "misc": "", "start_char": 833, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 844, "feats": "Degree=Pos", "head": 29, "id": 28, "lemma": "other", "misc": "", "start_char": 839, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 853, "feats": "Number=Plur", "head": 27, "id": 29, "lemma": "culture", "misc": "", "start_char": 845, "text": "cultures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 856, "feats": null, "head": 31, "id": 30, "lemma": "in", "misc": "", "start_char": 854, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 869, "feats": "Number=Plur", "head": 29, "id": 31, "lemma": "surroundings", "misc": "", "start_char": 857, "text": "surroundings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 872, "feats": null, "head": 33, "id": 32, "lemma": "to", "misc": "", "start_char": 870, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 880, "feats": "VerbForm=Inf", "head": 27, "id": 33, "lemma": "develop", "misc": "", "start_char": 873, "text": "develop", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 889, "feats": "Degree=Pos", "head": 35, "id": 34, "lemma": "personal", "misc": "", "start_char": 881, "text": "personal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 899, "feats": "Number=Sing", "head": 33, "id": 35, "lemma": "character", "misc": "", "start_char": 890, "text": "character", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 901, "feats": null, "head": 15, "id": 36, "lemma": ".", "misc": "", "start_char": 900, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (PRP we)) (VP (VBP prepare) (PP (IN for) (NP (DT the) (JJ 21st) (NN Century)))))) (, ,) (NP (JJ international) (NN communication)) (VP (VBZ has) (ADVP (RB never)) (VP (VBN been) (ADJP (RBR more) (JJ important)))) (. .)))" }, "speaker": null, "text": "As we prepare for the 21st Century, international communication has never been more important.", "tokens": [ { "deprel": "mark", "end_char": 904, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 902, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 907, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 905, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 915, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 3, "lemma": "prepare", "misc": "", "start_char": 908, "text": "prepare", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 919, "feats": null, "head": 7, "id": 4, "lemma": "for", "misc": "", "start_char": 916, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 923, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 920, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 928, "feats": "Degree=Pos|NumType=Ord", "head": 7, "id": 6, "lemma": "21st", "misc": "", "start_char": 924, "text": "21st", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 936, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "century", "misc": "", "start_char": 929, "text": "Century", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 938, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 937, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 952, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "international", "misc": "", "start_char": 939, "text": "international", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 966, "feats": "Number=Sing", "head": 15, "id": 10, "lemma": "communication", "misc": "", "start_char": 953, "text": "communication", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 970, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 11, "lemma": "have", "misc": "", "start_char": 967, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 976, "feats": null, "head": 15, "id": 12, "lemma": "never", "misc": "", "start_char": 971, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 981, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 13, "lemma": "be", "misc": "", "start_char": 977, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 986, "feats": "Degree=Cmp", "head": 15, "id": 14, "lemma": "more", "misc": "", "start_char": 982, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "root", "end_char": 996, "feats": "Degree=Pos", "head": 0, "id": 15, "lemma": "important", "misc": "", "start_char": 987, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 998, "feats": null, "head": 15, "id": 16, "lemma": ".", "misc": "", "start_char": 997, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (S (VP (TO To) (VP (VB master) (NP (DT a) (JJ foreign) (NN language))))) (VP (VBZ is) (VP (VBG becoming) (NP (NP (DT a) (JJ useful) (NN tool)) (PP (IN for) (NP (NP (NN trade)) (, ,) (NP (ADJP (JJ industrial) (CC and) (JJ professional)) (NN success))))))) (. .)))" }, "speaker": null, "text": "To master a foreign language is becoming a useful tool for trade, industrial and professional success.", "tokens": [ { "deprel": "mark", "end_char": 1001, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 999, "text": "To", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1008, "feats": "VerbForm=Inf", "head": 7, "id": 2, "lemma": "master", "misc": "", "start_char": 1002, "text": "master", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1010, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 1009, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1018, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "foreign", "misc": "", "start_char": 1011, "text": "foreign", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1027, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "language", "misc": "", "start_char": 1019, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1030, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1028, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1039, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 7, "lemma": "become", "misc": "", "start_char": 1031, "text": "becoming", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1041, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 1040, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1048, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "useful", "misc": "", "start_char": 1042, "text": "useful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 1053, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "tool", "misc": "", "start_char": 1049, "text": "tool", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1057, "feats": null, "head": 17, "id": 11, "lemma": "for", "misc": "", "start_char": 1054, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1063, "feats": "Number=Sing", "head": 17, "id": 12, "lemma": "trade", "misc": "", "start_char": 1058, "text": "trade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1065, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 1064, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1076, "feats": "Degree=Pos", "head": 12, "id": 14, "lemma": "industrial", "misc": "", "start_char": 1066, "text": "industrial", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1080, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 1077, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1093, "feats": "Degree=Pos", "head": 12, "id": 16, "lemma": "professional", "misc": "", "start_char": 1081, "text": "professional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1101, "feats": "Number=Sing", "head": 10, "id": 17, "lemma": "success", "misc": "", "start_char": 1094, "text": "success", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1103, "feats": null, "head": 7, "id": 18, "lemma": ".", "misc": "", "start_char": 1102, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP$ Our) (NN aim)) (PP (IN at) (NP (DT the) (JJ English) (NN language) (NNS Institutes)))) (VP (VBZ is) (S (VP (TO to) (VP (VB develop) (NP (NP (NNS students) (POS ')) (JJ English) (NN language) (NNS skills)) (PP (IN in) (NP (ADJP (JJ friendly) (CC and) (JJ helpful)) (NNS conditions))))))) (. .)))" }, "speaker": null, "text": "Our aim at the English language Institutes is to develop students' English language skills in friendly and helpful conditions.", "tokens": [ { "deprel": "nmod:poss", "end_char": 1107, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "our", "misc": "", "start_char": 1104, "text": "Our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj:outer", "end_char": 1111, "feats": "Number=Sing", "head": 10, "id": 2, "lemma": "aim", "misc": "", "start_char": 1108, "text": "aim", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1114, "feats": null, "head": 7, "id": 3, "lemma": "at", "misc": "", "start_char": 1112, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1118, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 4, "lemma": "the", "misc": "", "start_char": 1115, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1126, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "English", "misc": "", "start_char": 1119, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1135, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "language", "misc": "", "start_char": 1127, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1146, "feats": "Number=Plur", "head": 2, "id": 7, "lemma": "institute", "misc": "", "start_char": 1136, "text": "Institutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1149, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 1147, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1152, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 1150, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 1160, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "develop", "misc": "", "start_char": 1153, "text": "develop", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1169, "feats": "Number=Plur", "head": 15, "id": 11, "lemma": "student", "misc": "", "start_char": 1161, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1171, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 1170, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1179, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "English", "misc": "", "start_char": 1172, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1188, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "language", "misc": "", "start_char": 1180, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1195, "feats": "Number=Plur", "head": 10, "id": 15, "lemma": "skill", "misc": "", "start_char": 1189, "text": "skills", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1198, "feats": null, "head": 20, "id": 16, "lemma": "in", "misc": "", "start_char": 1196, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1207, "feats": "Degree=Pos", "head": 20, "id": 17, "lemma": "friendly", "misc": "", "start_char": 1199, "text": "friendly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1211, "feats": null, "head": 19, "id": 18, "lemma": "and", "misc": "", "start_char": 1208, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1219, "feats": "Degree=Pos", "head": 17, "id": 19, "lemma": "helpful", "misc": "", "start_char": 1212, "text": "helpful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1230, "feats": "Number=Plur", "head": 15, "id": 20, "lemma": "condition", "misc": "", "start_char": 1220, "text": "conditions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1232, "feats": null, "head": 10, "id": 21, "lemma": ".", "misc": "", "start_char": 1231, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1234, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1233, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (S (VP (VP (VBN Supported) (PP (IN by) (NP (NML (NN computer) (, ,) (NN video) (CC and) (JJ audio)) (NN equipment)))) (, ,) (CC and) (VP (VBG using) (NP (NN sound) (NN classroom))))) (, ,) (NP (NP (PRP$ our) (NN team)) (PP (IN of) (NP (NNS teachers)))) (VP (MD will) (VP (VB guide) (NP (PRP you)) (PP (IN through) (NP (NP (PRP$ your) (VBN chosen) (NN course)) (PP (IN of) (NP (NN study)))))))) (, ,) (S (NP (PRP you)) (VP (MD will) (VP (VB receive) (NP (JJ excellent) (NN service) (CC and) (NN advice)) (PP (IN at) (NP (DT every) (NN stage)))))) (. .)))" }, "speaker": null, "text": "Supported by computer, video and audio equipment, and using sound classroom, our team of teachers will guide you through your chosen course of study, you will receive excellent service and advice at every stage.", "tokens": [ { "deprel": "advcl", "end_char": 1244, "feats": "Tense=Past|VerbForm=Part", "head": 20, "id": 1, "lemma": "support", "misc": "", "start_char": 1235, "text": "Supported", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1247, "feats": null, "head": 8, "id": 2, "lemma": "by", "misc": "", "start_char": 1245, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1256, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "computer", "misc": "", "start_char": 1248, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1258, "feats": null, "head": 5, "id": 4, "lemma": ",", "misc": "", "start_char": 1257, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1264, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "video", "misc": "", "start_char": 1259, "text": "video", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1268, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 1265, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1274, "feats": "Degree=Pos", "head": 3, "id": 7, "lemma": "audio", "misc": "", "start_char": 1269, "text": "audio", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1284, "feats": "Number=Sing", "head": 1, "id": 8, "lemma": "equipment", "misc": "", "start_char": 1275, "text": "equipment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1286, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 1285, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1290, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 1287, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1296, "feats": "VerbForm=Ger", "head": 1, "id": 11, "lemma": "use", "misc": "", "start_char": 1291, "text": "using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 1302, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "sound", "misc": "", "start_char": 1297, "text": "sound", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1312, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "classroom", "misc": "", "start_char": 1303, "text": "classroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1314, "feats": null, "head": 1, "id": 14, "lemma": ",", "misc": "", "start_char": 1313, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1318, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "our", "misc": "", "start_char": 1315, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1323, "feats": "Number=Sing", "head": 20, "id": 16, "lemma": "team", "misc": "", "start_char": 1319, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1326, "feats": null, "head": 18, "id": 17, "lemma": "of", "misc": "", "start_char": 1324, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1335, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "teacher", "misc": "", "start_char": 1327, "text": "teachers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1340, "feats": "VerbForm=Fin", "head": 20, "id": 19, "lemma": "will", "misc": "", "start_char": 1336, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1346, "feats": "VerbForm=Inf", "head": 0, "id": 20, "lemma": "guide", "misc": "", "start_char": 1341, "text": "guide", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1350, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 20, "id": 21, "lemma": "you", "misc": "", "start_char": 1347, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1358, "feats": null, "head": 25, "id": 22, "lemma": "through", "misc": "", "start_char": 1351, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1363, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 25, "id": 23, "lemma": "your", "misc": "", "start_char": 1359, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1370, "feats": "Tense=Past|VerbForm=Part", "head": 25, "id": 24, "lemma": "choose", "misc": "", "start_char": 1364, "text": "chosen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 1377, "feats": "Number=Sing", "head": 20, "id": 25, "lemma": "course", "misc": "", "start_char": 1371, "text": "course", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1380, "feats": null, "head": 27, "id": 26, "lemma": "of", "misc": "", "start_char": 1378, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1386, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "study", "misc": "", "start_char": 1381, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1388, "feats": null, "head": 20, "id": 28, "lemma": ",", "misc": "", "start_char": 1387, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1392, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 31, "id": 29, "lemma": "you", "misc": "", "start_char": 1389, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1397, "feats": "VerbForm=Fin", "head": 31, "id": 30, "lemma": "will", "misc": "", "start_char": 1393, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1405, "feats": "VerbForm=Inf", "head": 20, "id": 31, "lemma": "receive", "misc": "", "start_char": 1398, "text": "receive", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1415, "feats": "Degree=Pos", "head": 33, "id": 32, "lemma": "excellent", "misc": "", "start_char": 1406, "text": "excellent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1423, "feats": "Number=Sing", "head": 31, "id": 33, "lemma": "service", "misc": "", "start_char": 1416, "text": "service", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1427, "feats": null, "head": 35, "id": 34, "lemma": "and", "misc": "", "start_char": 1424, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1434, "feats": "Number=Sing", "head": 33, "id": 35, "lemma": "advice", "misc": "", "start_char": 1428, "text": "advice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1437, "feats": null, "head": 38, "id": 36, "lemma": "at", "misc": "", "start_char": 1435, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1443, "feats": null, "head": 38, "id": 37, "lemma": "every", "misc": "", "start_char": 1438, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1449, "feats": "Number=Sing", "head": 31, "id": 38, "lemma": "stage", "misc": "", "start_char": 1444, "text": "stage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1451, "feats": null, "head": 20, "id": 39, "lemma": ".", "misc": "", "start_char": 1450, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ Our) (JJ out-of-class) (NN support) (NN staff)) (VP (MD will) (VP (VB help) (S (NP (PRP you)) (VP (VP (VB settle) (PRT (RP in))) (CC and) (VP (VB make) (NP (NP (DT the) (JJS most)) (PP (IN of) (NP (PRP$ your) (NN stay)))) (PP (IN in) (NP (NNP London)))))))) (. .)))" }, "speaker": null, "text": "Our out-of-class support staff will help you settle in and make the most of your stay in London.", "tokens": [ { "deprel": "nmod:poss", "end_char": 1455, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 1, "lemma": "our", "misc": "", "start_char": 1452, "text": "Our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1468, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "out-of-class", "misc": "", "start_char": 1456, "text": "out-of-class", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1476, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "support", "misc": "", "start_char": 1469, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1482, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "staff", "misc": "", "start_char": 1477, "text": "staff", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1487, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "will", "misc": "", "start_char": 1483, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1492, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "help", "misc": "", "start_char": 1488, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1496, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 6, "id": 7, "lemma": "you", "misc": "", "start_char": 1493, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1503, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "settle", "misc": "", "start_char": 1497, "text": "settle", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1506, "feats": null, "head": 8, "id": 9, "lemma": "in", "misc": "", "start_char": 1504, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "cc", "end_char": 1510, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 1507, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1515, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "make", "misc": "", "start_char": 1511, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1519, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1516, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1524, "feats": "Degree=Sup", "head": 11, "id": 13, "lemma": "most", "misc": "", "start_char": 1520, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 1527, "feats": null, "head": 16, "id": 14, "lemma": "of", "misc": "", "start_char": 1525, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1532, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "your", "misc": "", "start_char": 1528, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1537, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "stay", "misc": "", "start_char": 1533, "text": "stay", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1540, "feats": null, "head": 18, "id": 17, "lemma": "in", "misc": "", "start_char": 1538, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1547, "feats": "Number=Sing", "head": 11, "id": 18, "lemma": "London", "misc": "", "start_char": 1541, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1549, "feats": null, "head": 6, "id": 19, "lemma": ".", "misc": "", "start_char": 1548, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Truly)) (, ,) (NP (PRP you)) (VP (MD will) (VP (VP (VB enjoy) (NP (PRP yourself)) (PP (IN in) (NP (NNP London)))) (CC and) (VP (VB make) (NP (NP (NNS friendships)) (SBAR (WHNP (WDT that)) (S (VP (MD will) (VP (VB last) (NP (DT a) (NN lifetime)))))))))) (. .)))" }, "speaker": null, "text": "Truly, you will enjoy yourself in London and make friendships that will last a lifetime.", "tokens": [ { "deprel": "advmod", "end_char": 1555, "feats": null, "head": 5, "id": 1, "lemma": "Truly", "misc": "", "start_char": 1550, "text": "Truly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1557, "feats": null, "head": 5, "id": 2, "lemma": ",", "misc": "", "start_char": 1556, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1561, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 3, "lemma": "you", "misc": "", "start_char": 1558, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1566, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "will", "misc": "", "start_char": 1562, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1572, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "enjoy", "misc": "", "start_char": 1567, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1581, "feats": "Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes", "head": 5, "id": 6, "lemma": "yourself", "misc": "", "start_char": 1573, "text": "yourself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1584, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 1582, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1591, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "London", "misc": "", "start_char": 1585, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1595, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1592, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1600, "feats": "VerbForm=Inf", "head": 5, "id": 10, "lemma": "make", "misc": "", "start_char": 1596, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1612, "feats": "Number=Plur", "head": 10, "id": 11, "lemma": "friendship", "misc": "", "start_char": 1601, "text": "friendships", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1617, "feats": "PronType=Rel", "head": 14, "id": 12, "lemma": "that", "misc": "", "start_char": 1613, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 1622, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "will", "misc": "", "start_char": 1618, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1627, "feats": "VerbForm=Inf", "head": 11, "id": 14, "lemma": "last", "misc": "", "start_char": 1623, "text": "last", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1629, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 1628, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1638, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "lifetime", "misc": "", "start_char": 1630, "text": "lifetime", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1640, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 1639, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP hope) (SBAR (S (NP (PRP we)) (VP (MD can) (VP (VB welcome) (NP (PRP you)) (PP (IN to) (NP (NP (DT this) (JJ exciting) (NN world)) (PP (IN of) (NP (NNP London)))))))))) (. .)))" }, "speaker": null, "text": "I hope we can welcome you to this exciting world of London.", "tokens": [ { "deprel": "nsubj", "end_char": 1642, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1641, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1647, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "hope", "misc": "", "start_char": 1643, "text": "hope", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1650, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 3, "lemma": "we", "misc": "", "start_char": 1648, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1654, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "can", "misc": "", "start_char": 1651, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1662, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "welcome", "misc": "", "start_char": 1655, "text": "welcome", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1666, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 5, "id": 6, "lemma": "you", "misc": "", "start_char": 1663, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1669, "feats": null, "head": 10, "id": 7, "lemma": "to", "misc": "", "start_char": 1667, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1674, "feats": "Number=Sing|PronType=Dem", "head": 10, "id": 8, "lemma": "this", "misc": "", "start_char": 1670, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1683, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "exciting", "misc": "", "start_char": 1675, "text": "exciting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1689, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "world", "misc": "", "start_char": 1684, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1692, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 1690, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1699, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "London", "misc": "", "start_char": 1693, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1701, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 1700, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (VP (VB Come) (CC and) (VB see) (NP (PRP us))) (. !)))" }, "speaker": null, "text": "Come and see us!", "tokens": [ { "deprel": "root", "end_char": 1706, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "come", "misc": "", "start_char": 1702, "text": "Come", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 1710, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 1707, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1714, "feats": "Mood=Imp|VerbForm=Fin", "head": 1, "id": 3, "lemma": "see", "misc": "", "start_char": 1711, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1717, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "we", "misc": "", "start_char": 1715, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1719, "feats": null, "head": 1, "id": 5, "lemma": "!", "misc": "", "start_char": 1718, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (VP (VB Visit) (NP (DT a) (NN class)) (PP (IN in) (NP (NP (DT any)) (PP (IN of) (NP (DT the) (NNP English) (NNP Language) (NNPS Institutes)))))) (. .)))" }, "speaker": null, "text": "Visit a class in any of the English Language Institutes.", "tokens": [ { "deprel": "root", "end_char": 1725, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "visit", "misc": "", "start_char": 1720, "text": "Visit", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1727, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1726, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1733, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "class", "misc": "", "start_char": 1728, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1736, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 1734, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1740, "feats": null, "head": 1, "id": 5, "lemma": "any", "misc": "", "start_char": 1737, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1743, "feats": null, "head": 10, "id": 6, "lemma": "of", "misc": "", "start_char": 1741, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1747, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 7, "lemma": "the", "misc": "", "start_char": 1744, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1755, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "English", "misc": "", "start_char": 1748, "text": "English", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1764, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Language", "misc": "", "start_char": 1756, "text": "Language", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1775, "feats": "Number=Plur", "head": 5, "id": 10, "lemma": "Institute", "misc": "", "start_char": 1765, "text": "Institutes", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 1777, "feats": null, "head": 1, "id": 11, "lemma": ".", "misc": "", "start_char": 1776, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (VP (VB See) (PP (IN for) (NP (PRP yourself))) (SBAR (WHADVP (WRB why)) (S (NP (PRP we)) (VP (VBP encourage) (NP (PRP you)) (S (VP (TO to) (VP (VB study) (PP (IN in) (NP (NNP London)))))))))) (. .)))" }, "speaker": null, "text": "See for yourself why we encourage you to study in London.", "tokens": [ { "deprel": "root", "end_char": 1781, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "see", "misc": "", "start_char": 1778, "text": "See", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1785, "feats": null, "head": 3, "id": 2, "lemma": "for", "misc": "", "start_char": 1782, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1794, "feats": "Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes", "head": 1, "id": 3, "lemma": "yourself", "misc": "", "start_char": 1786, "text": "yourself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1798, "feats": "PronType=Rel", "head": 6, "id": 4, "lemma": "why", "misc": "", "start_char": 1795, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1801, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "we", "misc": "", "start_char": 1799, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1811, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 1, "id": 6, "lemma": "encourage", "misc": "", "start_char": 1802, "text": "encourage", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1815, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 6, "id": 7, "lemma": "you", "misc": "", "start_char": 1812, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1818, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1816, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1824, "feats": "VerbForm=Inf", "head": 6, "id": 9, "lemma": "study", "misc": "", "start_char": 1819, "text": "study", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1827, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 1825, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1834, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "London", "misc": "", "start_char": 1828, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1836, "feats": null, "head": 1, "id": 12, "lemma": ".", "misc": "", "start_char": 1835, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
The decision to further all or part of your studies outside your country is a serious one, and one which for most students will have a special life-long benefit. If you realize English will help you in your career and enrich your personal life, you will find that coming to England to study English is a very special experience that you will never forget. I am very pleased to have this opportunity to invite you to join our English Language courses. London is one of the world's outstanding cultural and trade center. You will live in one of the world's great cities. It provides the perfect arrangements in which to learn and develop English language skills. The international body of the students attending courses at English language Institutes in London provides an attraction because it is a good chance for you to enjoy other cultures in surroundings to develop personal character. As we prepare for the 21st Century, international communication has never been more important. To master a foreign language is becoming a useful tool for trade, industrial and professional success. Our aim at the English language Institutes is to develop students' English language skills in friendly and helpful conditions. Supported by computer, video and audio equipment, and using sound classroom, our team of teachers will guide you through your chosen course of study, you will receive excellent service and advice at every stage. Our out-of-class support staff will help you settle in and make the most of your stay in London. Truly, you will enjoy yourself in London and make friendships that will last a lifetime. I hope we can welcome you to this exciting world of London. Come and see us! Visit a class in any of the English Language Institutes. See for yourself why we encourage you to study in London.
[ [ [ 0, 0, 1 ] ], [ [ 0, 4, 9 ] ], [ [ 0, 8, 9 ] ], [ [ 0, 11, 12 ] ], [ [ 0, 14, 16 ] ], [ [ 0, 19, 23 ] ], [ [ 0, 22, 23 ] ], [ [ 0, 26, 29 ] ], [ [ 1, 3, 3 ], [ 1, 25, 25 ], [ 2, 14, 14 ], [ 6, 11, 11 ], [ 7, 9, 9 ], [ 10, 4, 4 ], [ 10, 12, 12 ], [ 17, 7, 7 ] ], [ [ 1, 8, 9 ] ], [ [ 1, 12, 14 ] ], [ [ 1, 22, 22 ] ], [ [ 1, 20, 25 ] ], [ [ 2, 6, 7 ] ], [ [ 2, 13, 16 ] ], [ [ 4, 4, 11 ] ], [ [ 5, 6, 10 ] ], [ [ 6, 2, 4 ] ], [ [ 7, 0, 13 ] ], [ [ 7, 4, 13 ] ], [ [ 7, 7, 7 ] ], [ [ 7, 15, 16 ] ], [ [ 7, 20, 22 ] ], [ [ 7, 27, 28 ] ], [ [ 7, 33, 34 ] ], [ [ 8, 1, 1 ], [ 2, 13, 13 ], [ 12, 14, 14 ], [ 10, 0, 0 ], [ 13, 0, 0 ], [ 16, 3, 3 ], [ 15, 2, 2 ], [ 18, 4, 4 ] ], [ [ 8, 4, 6 ] ], [ [ 8, 8, 9 ] ], [ [ 9, 2, 4 ] ], [ [ 9, 11, 16 ] ], [ [ 10, 10, 14 ] ], [ [ 10, 16, 19 ] ], [ [ 12, 2, 2 ] ], [ [ 12, 4, 4 ] ], [ [ 12, 6, 7 ] ], [ [ 12, 10, 12 ] ], [ [ 12, 14, 17 ] ], [ [ 12, 17, 17 ] ], [ [ 12, 22, 26 ] ], [ [ 12, 26, 26 ] ], [ [ 12, 31, 34 ] ], [ [ 12, 36, 37 ] ], [ [ 13, 0, 3 ] ], [ [ 13, 2, 2 ] ], [ [ 13, 11, 17 ] ], [ [ 14, 5, 5 ], [ 0, 8, 8 ], [ 0, 11, 11 ], [ 1, 8, 8 ], [ 1, 6, 6 ], [ 1, 32, 32 ], [ 1, 1, 1 ], [ 1, 12, 12 ], [ 1, 16, 16 ], [ 2, 10, 10 ], [ 5, 0, 0 ], [ 7, 24, 24 ], [ 12, 28, 28 ], [ 12, 22, 22 ], [ 13, 6, 6 ], [ 12, 20, 20 ], [ 13, 14, 14 ], [ 14, 2, 2 ], [ 15, 5, 5 ], [ 18, 6, 6 ], [ 18, 2, 2 ] ], [ [ 14, 14, 15 ] ], [ [ 15, 0, 0 ], [ 2, 0, 0 ] ], [ [ 15, 7, 11 ] ], [ [ 15, 11, 11 ], [ 4, 0, 0 ], [ 4, 2, 11 ], [ 5, 4, 10 ], [ 7, 13, 13 ], [ 13, 17, 17 ], [ 14, 7, 7 ], [ 18, 10, 10 ] ], [ [ 17, 1, 2 ] ], [ [ 17, 4, 9 ] ], [ [ 17, 6, 9 ], [ 10, 3, 6 ] ], [ [ 1, 27, 35 ] ], [ [ 4, 10, 10 ], [ 9, 11, 11 ] ], [ [ 4, 4, 6 ], [ 5, 6, 8 ] ], [ [ 6, 0, 0 ] ], [ [ 2, 14, 15 ], [ 6, 11, 12 ], [ 7, 9, 10 ], [ 10, 12, 13 ], [ 10, 4, 5 ], [ 17, 7, 8 ] ], [ [ 7, 9, 11 ] ], [ [ 7, 18, 18 ] ], [ [ 7, 30, 30 ] ], [ [ 9, 7, 16 ] ], [ [ 10, 0, 6 ] ], [ [ 10, 10, 11 ] ], [ [ 12, 2, 7 ] ], [ [ 12, 11, 11 ] ], [ [ 12, 11, 12 ] ], [ [ 13, 14, 17 ] ], [ [ 14, 10, 15 ] ], [ [ 18, 3, 10 ] ], [ [ 6, 11, 13 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36162
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJ next) (NN time)) (SBAR (S (NP (PRP you)) (VP (VP (VBP look) (PRT (RB up)) (PP (IN at) (NP (DT the) (NN sky)))) (CC and) (VP (VBP see) (NP (NP (DT a) (NN cloud)) (SBAR (WHNP (WDT that)) (S (VP (VBZ looks) (PP (IN like) (NP (NP (NNP Mickey) (NNP Mouse)) (CC or) (NP (PRP$ your) (JJ favorite) (NN fruit))))))))))))) (, ,) (VP (VB look) (ADVP (RB again))) (. .)))" }, "speaker": null, "text": "The next time you look up at the sky and see a cloud that looks like Mickey Mouse or your favorite fruit, look again.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 8, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "next", "misc": "", "start_char": 4, "text": "next", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 13, "feats": "Number=Sing", "head": 24, "id": 3, "lemma": "time", "misc": "", "start_char": 9, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 17, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 4, "lemma": "you", "misc": "", "start_char": 14, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 22, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 5, "lemma": "look", "misc": "", "start_char": 18, "text": "look", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 25, "feats": null, "head": 5, "id": 6, "lemma": "up", "misc": "", "start_char": 23, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 9, "id": 7, "lemma": "at", "misc": "", "start_char": 26, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 32, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 29, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "sky", "misc": "", "start_char": 33, "text": "sky", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 40, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 37, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 44, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 5, "id": 11, "lemma": "see", "misc": "", "start_char": 41, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 46, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 45, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 52, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "cloud", "misc": "", "start_char": 47, "text": "cloud", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 57, "feats": "PronType=Rel", "head": 15, "id": 14, "lemma": "that", "misc": "", "start_char": 53, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 63, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 15, "lemma": "look", "misc": "", "start_char": 58, "text": "looks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 68, "feats": null, "head": 17, "id": 16, "lemma": "like", "misc": "", "start_char": 64, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 75, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "Mickey", "misc": "", "start_char": 69, "text": "Mickey", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 81, "feats": "Number=Sing", "head": 17, "id": 18, "lemma": "Mouse", "misc": "", "start_char": 76, "text": "Mouse", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 84, "feats": null, "head": 22, "id": 19, "lemma": "or", "misc": "", "start_char": 82, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 89, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 22, "id": 20, "lemma": "your", "misc": "", "start_char": 85, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 98, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "favorite", "misc": "", "start_char": 90, "text": "favorite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 104, "feats": "Number=Sing", "head": 17, "id": 22, "lemma": "fruit", "misc": "", "start_char": 99, "text": "fruit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 106, "feats": null, "head": 3, "id": 23, "lemma": ",", "misc": "", "start_char": 105, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 111, "feats": "Mood=Imp|Person=2|VerbForm=Fin", "head": 0, "id": 24, "lemma": "look", "misc": "", "start_char": 107, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 117, "feats": null, "head": 24, "id": 25, "lemma": "again", "misc": "", "start_char": 112, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 119, "feats": null, "head": 24, "id": 26, "lemma": ".", "misc": "", "start_char": 118, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (MD may) (RB not) (VP (VB be) (NP (NP (DT a) (NN cloud)) (, ,) (CC but) (NP (NP (DT a) (NNP Flogo)) (, --) (NP (NP (DT a) (NN logo)) (SBAR (WHNP (WDT that)) (S (VP (VBZ flies))))))))) (. .)))" }, "speaker": null, "text": "It may not be a cloud, but a Flogo--a logo that flies.", "tokens": [ { "deprel": "nsubj", "end_char": 122, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 120, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 126, "feats": "VerbForm=Fin", "head": 6, "id": 2, "lemma": "may", "misc": "", "start_char": 123, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 130, "feats": null, "head": 6, "id": 3, "lemma": "not", "misc": "", "start_char": 127, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 133, "feats": "VerbForm=Inf", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 131, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 135, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 134, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 141, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "cloud", "misc": "", "start_char": 136, "text": "cloud", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 143, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 142, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 147, "feats": null, "head": 10, "id": 8, "lemma": "but", "misc": "", "start_char": 144, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 149, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 148, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 155, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "Flogo", "misc": "", "start_char": 150, "text": "Flogo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 158, "feats": null, "head": 13, "id": 11, "lemma": "--", "misc": "", "start_char": 156, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 160, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 159, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 165, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "logo", "misc": "", "start_char": 161, "text": "logo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 170, "feats": "PronType=Rel", "head": 15, "id": 14, "lemma": "that", "misc": "", "start_char": 166, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 176, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 15, "lemma": "fly", "misc": "", "start_char": 171, "text": "flies", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 178, "feats": null, "head": 6, "id": 16, "lemma": ".", "misc": "", "start_char": 177, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (NP (NP (NP (DT a) (JJ new) (NN form)) (PP (IN of) (NP (NN advertising))) (PP (IN in) (NP (DT the) (NN sky)))) (SBAR (WHNP (WDT that)) (S (VP (VBZ 's) (ADVP (RB never)) (VP (VBN been) (VP (VBN used) (ADVP (RB before))))))))) (. .)))" }, "speaker": null, "text": "It's a new form of advertising in the sky that's never been used before.", "tokens": [ { "deprel": "nsubj", "end_char": 181, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 179, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 184, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 182, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 186, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 185, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 190, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "new", "misc": "", "start_char": 187, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 195, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "form", "misc": "", "start_char": 191, "text": "form", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 198, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 196, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 210, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "advertising", "misc": "", "start_char": 199, "text": "advertising", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 213, "feats": null, "head": 10, "id": 8, "lemma": "in", "misc": "", "start_char": 211, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 217, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 214, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 221, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "sky", "misc": "", "start_char": 218, "text": "sky", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 226, "feats": "PronType=Rel", "head": 15, "id": 11, "lemma": "that", "misc": "", "start_char": 222, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 229, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 12, "lemma": "be", "misc": "", "start_char": 227, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 235, "feats": null, "head": 15, "id": 13, "lemma": "never", "misc": "", "start_char": 230, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 240, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 236, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "acl:relcl", "end_char": 245, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 7, "id": 15, "lemma": "use", "misc": "", "start_char": 241, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 252, "feats": null, "head": 15, "id": 16, "lemma": "before", "misc": "", "start_char": 246, "text": "before", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 254, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 253, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBZ 's) (NP (NP (DT a) (JJ different) (NN way)) (SBAR (S (VP (TO to) (VP (VB market) (NP (PRP$ your) (NNS products) (, ,) (NNS logos) (, ,) (CC and) (NNS events)))))))) (. .)))" }, "speaker": null, "text": "It's a different way to market your products, logos, and events.", "tokens": [ { "deprel": "nsubj", "end_char": 257, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 255, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 260, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 258, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 262, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 261, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 272, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "different", "misc": "", "start_char": 263, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 276, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "way", "misc": "", "start_char": 273, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 279, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 277, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 286, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "market", "misc": "", "start_char": 280, "text": "market", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 291, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "your", "misc": "", "start_char": 287, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 300, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "product", "misc": "", "start_char": 292, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 302, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 301, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 308, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "logo", "misc": "", "start_char": 303, "text": "logos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 310, "feats": null, "head": 14, "id": 12, "lemma": ",", "misc": "", "start_char": 309, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 314, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 311, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 321, "feats": "Number=Plur", "head": 9, "id": 14, "lemma": "event", "misc": "", "start_char": 315, "text": "events", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 323, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 322, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 325, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 324, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT These) (JJ funny) (NNS logos)) (VP (VBP are) (VP (VBN made) (PP (IN with) (NP (NP (NN soap) (NNS bubbles)) (VP (VBN mixed) (PP (IN with) (NP (NP (DT a) (JJ little) (NN helium) (NN gas)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VP (VBZ makes) (S (NP (PRP them)) (ADJP (ADJP (JJR lighter)) (PP (IN than) (NP (NN air)))))) (CC and) (VP (VBP float) (PP (IN in) (NP (DT the) (NN sky)))))))))))))) (. .)))" }, "speaker": null, "text": "These funny logos are made with soap bubbles mixed with a little helium gas, which makes them lighter than air and float in the sky.", "tokens": [ { "deprel": "det", "end_char": 331, "feats": "Number=Plur|PronType=Dem", "head": 3, "id": 1, "lemma": "this", "misc": "", "start_char": 326, "text": "These", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 337, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "funny", "misc": "", "start_char": 332, "text": "funny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 343, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "logo", "misc": "", "start_char": 338, "text": "logos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 347, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 344, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 352, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "make", "misc": "", "start_char": 348, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 357, "feats": null, "head": 8, "id": 6, "lemma": "with", "misc": "", "start_char": 353, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 362, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "soap", "misc": "", "start_char": 358, "text": "soap", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 370, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "bubble", "misc": "", "start_char": 363, "text": "bubbles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 376, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 9, "lemma": "mix", "misc": "", "start_char": 371, "text": "mixed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 381, "feats": null, "head": 14, "id": 10, "lemma": "with", "misc": "", "start_char": 377, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 383, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 11, "lemma": "a", "misc": "", "start_char": 382, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 390, "feats": "Degree=Pos", "head": 14, "id": 12, "lemma": "little", "misc": "", "start_char": 384, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 397, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "helium", "misc": "", "start_char": 391, "text": "helium", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 401, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "gas", "misc": "", "start_char": 398, "text": "gas", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 403, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 402, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 409, "feats": "PronType=Rel", "head": 17, "id": 16, "lemma": "which", "misc": "", "start_char": 404, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 415, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 17, "lemma": "make", "misc": "", "start_char": 410, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 420, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 17, "id": 18, "lemma": "they", "misc": "", "start_char": 416, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 428, "feats": "Degree=Cmp", "head": 17, "id": 19, "lemma": "light", "misc": "", "start_char": 421, "text": "lighter", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 433, "feats": null, "head": 21, "id": 20, "lemma": "than", "misc": "", "start_char": 429, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 437, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "air", "misc": "", "start_char": 434, "text": "air", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 441, "feats": null, "head": 23, "id": 22, "lemma": "and", "misc": "", "start_char": 438, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 447, "feats": "Mood=Ind|Person=3|VerbForm=Fin", "head": 17, "id": 23, "lemma": "float", "misc": "", "start_char": 442, "text": "float", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 450, "feats": null, "head": 26, "id": 24, "lemma": "in", "misc": "", "start_char": 448, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 454, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 451, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 458, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "sky", "misc": "", "start_char": 455, "text": "sky", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 460, "feats": null, "head": 5, "id": 27, "lemma": ".", "misc": "", "start_char": 459, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (JJ Special) (NNS machines)) (VP (VBP are) (VP (VBN used) (S (VP (TO to) (VP (VB make) (NP (DT these) (JJ new) (JJ funny) (NNS Flogos))))))) (. .)))" }, "speaker": null, "text": "Special machines are used to make these new funny Flogos.", "tokens": [ { "deprel": "amod", "end_char": 468, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Special", "misc": "", "start_char": 461, "text": "Special", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 477, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "machine", "misc": "", "start_char": 469, "text": "machines", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 481, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 478, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 486, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "use", "misc": "", "start_char": 482, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 489, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 487, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 494, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "make", "misc": "", "start_char": 490, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 500, "feats": "Number=Plur|PronType=Dem", "head": 10, "id": 7, "lemma": "this", "misc": "", "start_char": 495, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 504, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "new", "misc": "", "start_char": 501, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 510, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "funny", "misc": "", "start_char": 505, "text": "funny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 517, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "flogo", "misc": "", "start_char": 511, "text": "Flogos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 519, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 518, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN machine)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD can) (VP (VB be) (VP (VBN rented) (PP (IN for) (NP (NP ($ $) (CD 2,500)) (NP (DT a) (NN day))))))))) (, ,)) (VP (MD can) (VP (VB make) (S (NP (DT a) (NNP Flogo)) (NP (DT every) (CD 15-25) (NNS seconds))))) (. .)))" }, "speaker": null, "text": "The machine, which can be rented for $2,500 a day, can make a Flogo every 15-25 seconds.", "tokens": [ { "deprel": "det", "end_char": 523, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 520, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 531, "feats": "Number=Sing", "head": 15, "id": 2, "lemma": "machine", "misc": "", "start_char": 524, "text": "machine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 533, "feats": null, "head": 7, "id": 3, "lemma": ",", "misc": "", "start_char": 532, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 539, "feats": "PronType=Rel", "head": 7, "id": 4, "lemma": "which", "misc": "", "start_char": 534, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 543, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "can", "misc": "", "start_char": 540, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 546, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 544, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl:relcl", "end_char": 553, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 7, "lemma": "rent", "misc": "", "start_char": 547, "text": "rented", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 557, "feats": null, "head": 9, "id": 8, "lemma": "for", "misc": "", "start_char": 554, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 559, "feats": null, "head": 7, "id": 9, "lemma": "$", "misc": "", "start_char": 558, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 565, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 10, "lemma": "2500", "misc": "", "start_char": 560, "text": "2,500", "upos": "NUM", "xpos": "CD" }, { "deprel": "det", "end_char": 567, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 566, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:tmod", "end_char": 571, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "day", "misc": "", "start_char": 568, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 573, "feats": null, "head": 2, "id": 13, "lemma": ",", "misc": "", "start_char": 572, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 577, "feats": "VerbForm=Fin", "head": 15, "id": 14, "lemma": "can", "misc": "", "start_char": 574, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 582, "feats": "VerbForm=Inf", "head": 0, "id": 15, "lemma": "make", "misc": "", "start_char": 578, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 584, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 583, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 590, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "Flogo", "misc": "", "start_char": 585, "text": "Flogo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "det", "end_char": 596, "feats": null, "head": 20, "id": 18, "lemma": "every", "misc": "", "start_char": 591, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 602, "feats": "NumForm=Digit|NumType=Card", "head": 20, "id": 19, "lemma": "15-25", "misc": "", "start_char": 597, "text": "15-25", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 610, "feats": "Number=Plur", "head": 15, "id": 20, "lemma": "second", "misc": "", "start_char": 603, "text": "seconds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 612, "feats": null, "head": 15, "id": 21, "lemma": ".", "misc": "", "start_char": 611, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 614, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 613, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NNS Flogos)) (VP (MD can) (VP (VB fly) (ADVP (ADVP (RB much) (JJR higher)) (CC or) (JJR lower)) (SBAR (IN if) (S (VP (VBN needed)))))) (. .)))" }, "speaker": null, "text": "Flogos can fly much higher or lower if needed.", "tokens": [ { "deprel": "nsubj", "end_char": 621, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "flogo", "misc": "", "start_char": 615, "text": "Flogos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 625, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 622, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 629, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "fly", "misc": "", "start_char": 626, "text": "fly", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 634, "feats": null, "head": 5, "id": 4, "lemma": "much", "misc": "", "start_char": 630, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 641, "feats": "Degree=Cmp", "head": 3, "id": 5, "lemma": "high", "misc": "", "start_char": 635, "text": "higher", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "cc", "end_char": 644, "feats": null, "head": 7, "id": 6, "lemma": "or", "misc": "", "start_char": 642, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 650, "feats": "Degree=Cmp", "head": 5, "id": 7, "lemma": "low", "misc": "", "start_char": 645, "text": "lower", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 653, "feats": null, "head": 9, "id": 8, "lemma": "if", "misc": "", "start_char": 651, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 660, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 9, "lemma": "need", "misc": "", "start_char": 654, "text": "needed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 662, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 661, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (MD can) (VP (VB last) (PP (IN from) (NP (NP (NP (DT a) (JJ few) (NNS minutes)) (PP (IN to) (NP (DT an) (NN hour)))) (ADVP (RB anywhere) (PP (IN in) (NP (DT the) (NN sky)))))) (, ,) (PP (VBG depending) (PP (IN on) (NP (DT the) (NN weather) (NNS conditions)))))) (. .)))" }, "speaker": null, "text": "They can last from a few minutes to an hour anywhere in the sky, depending on the weather conditions.", "tokens": [ { "deprel": "nsubj", "end_char": 667, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 663, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 671, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 668, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 676, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "last", "misc": "", "start_char": 672, "text": "last", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 681, "feats": null, "head": 7, "id": 4, "lemma": "from", "misc": "", "start_char": 677, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 683, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 682, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 687, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "few", "misc": "", "start_char": 684, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 695, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "minute", "misc": "", "start_char": 688, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 698, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 696, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 701, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 699, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 706, "feats": "Number=Sing", "head": 3, "id": 10, "lemma": "hour", "misc": "", "start_char": 702, "text": "hour", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 715, "feats": null, "head": 3, "id": 11, "lemma": "anywhere", "misc": "", "start_char": 707, "text": "anywhere", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 718, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 716, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 722, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 719, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 726, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "sky", "misc": "", "start_char": 723, "text": "sky", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 728, "feats": null, "head": 3, "id": 15, "lemma": ",", "misc": "", "start_char": 727, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 738, "feats": "VerbForm=Ger", "head": 20, "id": 16, "lemma": "depend", "misc": "", "start_char": 729, "text": "depending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "fixed", "end_char": 741, "feats": null, "head": 16, "id": 17, "lemma": "on", "misc": "", "start_char": 739, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 745, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 742, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 753, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "weather", "misc": "", "start_char": 746, "text": "weather", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 764, "feats": "Number=Plur", "head": 3, "id": 20, "lemma": "condition", "misc": "", "start_char": 754, "text": "conditions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 766, "feats": null, "head": 3, "id": 21, "lemma": ".", "misc": "", "start_char": 765, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Though) (S (NP (PRP they)) (VP (MD can) (VP (VB fly) (NP (QP (RB up) (IN to) (CD 20)) (, ,) (CD 000) (NNS feet)))))) (, ,) (NP (PRP they)) (ADVP (RB usually)) (VP (VBP float) (ADVP (RB around)) (PP (IN at) (NP (QP (CD 300-) (CD 500)) (NNS feet)))) (. .)))" }, "speaker": null, "text": "Though they can fly up to 20, 000 feet, they usually float around at 300- 500 feet.", "tokens": [ { "deprel": "mark", "end_char": 773, "feats": null, "head": 4, "id": 1, "lemma": "though", "misc": "", "start_char": 767, "text": "Though", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 778, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "they", "misc": "", "start_char": 774, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 782, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 779, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 786, "feats": "VerbForm=Inf", "head": 14, "id": 4, "lemma": "fly", "misc": "", "start_char": 783, "text": "fly", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 789, "feats": null, "head": 4, "id": 5, "lemma": "up", "misc": "", "start_char": 787, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 792, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 790, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 795, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 7, "lemma": "20", "misc": "", "start_char": 793, "text": "20", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 797, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 796, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 801, "feats": "NumForm=Digit|NumType=Card", "head": 10, "id": 9, "lemma": "000", "misc": "", "start_char": 798, "text": "000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 806, "feats": "Number=Plur", "head": 4, "id": 10, "lemma": "foot", "misc": "", "start_char": 802, "text": "feet", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 808, "feats": null, "head": 4, "id": 11, "lemma": ",", "misc": "", "start_char": 807, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 813, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 12, "lemma": "they", "misc": "", "start_char": 809, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 821, "feats": null, "head": 14, "id": 13, "lemma": "usually", "misc": "", "start_char": 814, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 827, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 14, "lemma": "float", "misc": "", "start_char": 822, "text": "float", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 834, "feats": null, "head": 14, "id": 15, "lemma": "around", "misc": "", "start_char": 828, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 837, "feats": null, "head": 19, "id": 16, "lemma": "at", "misc": "", "start_char": 835, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 842, "feats": "NumForm=Digit|NumType=Card", "head": 18, "id": 17, "lemma": "300-", "misc": "", "start_char": 838, "text": "300-", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 846, "feats": "NumForm=Digit|NumType=Card", "head": 19, "id": 18, "lemma": "500", "misc": "", "start_char": 843, "text": "500", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 851, "feats": "Number=Plur", "head": 14, "id": 19, "lemma": "foot", "misc": "", "start_char": 847, "text": "feet", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 853, "feats": null, "head": 14, "id": 20, "lemma": ".", "misc": "", "start_char": 852, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (NP (NNS Flogos)) (VP (VBP are) (ADJP (RB only) (JJ white)) (ADVP (RB now)))) (, ,) (CC but) (S (NP (NNS people)) (VP (VBP hope) (S (VP (TO to) (VP (VB have) (NP (JJR more) (JJ colorful) (NNS Flogos)) (PP (IN in) (NP (DT the) (JJ near) (NN future)))))))) (. .)))" }, "speaker": null, "text": "Flogos are only white now, but people hope to have more colorful Flogos in the near future.", "tokens": [ { "deprel": "nsubj", "end_char": 860, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "flogo", "misc": "", "start_char": 854, "text": "Flogos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 864, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 861, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 869, "feats": null, "head": 4, "id": 3, "lemma": "only", "misc": "", "start_char": 865, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 875, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "white", "misc": "", "start_char": 870, "text": "white", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 879, "feats": null, "head": 4, "id": 5, "lemma": "now", "misc": "", "start_char": 876, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 881, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 880, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 885, "feats": null, "head": 9, "id": 7, "lemma": "but", "misc": "", "start_char": 882, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 892, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "person", "misc": "", "start_char": 886, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 897, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 9, "lemma": "hope", "misc": "", "start_char": 893, "text": "hope", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 900, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 898, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 905, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "have", "misc": "", "start_char": 901, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 910, "feats": "Degree=Cmp", "head": 14, "id": 12, "lemma": "more", "misc": "", "start_char": 906, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "amod", "end_char": 919, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "colorful", "misc": "", "start_char": 911, "text": "colorful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 926, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "flogo", "misc": "", "start_char": 920, "text": "Flogos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 929, "feats": null, "head": 18, "id": 15, "lemma": "in", "misc": "", "start_char": 927, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 933, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 930, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 938, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "near", "misc": "", "start_char": 934, "text": "near", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 945, "feats": "Number=Sing", "head": 11, "id": 18, "lemma": "future", "misc": "", "start_char": 939, "text": "future", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 947, "feats": null, "head": 4, "id": 19, "lemma": ".", "misc": "", "start_char": 946, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 949, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 948, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NNS Flogos)) (VP (VBP are) (NP (NNP Green)) (, ,) (ADJP (NP (CD 100) (NN %)) (RB environmentally) (JJ safe)) (, ,) (SBAR (IN because) (S (NP (NP (DT the) (NN soap)) (VP (VBN used) (S (VP (TO to) (VP (VB make) (NP (DT the) (NNP Flogo))))))) (VP (VBZ comes) (PP (IN from) (NP (NNS plants) (CC and) (NNS leaves))))))) (. .)))" }, "speaker": null, "text": "Flogos are Green, 100% environmentally safe, because the soap used to make the Flogo comes from plants and leaves.", "tokens": [ { "deprel": "nsubj", "end_char": 956, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "flogo", "misc": "", "start_char": 950, "text": "Flogos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 960, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 957, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 966, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "Green", "misc": "", "start_char": 961, "text": "Green", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 968, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 967, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 972, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 5, "lemma": "100", "misc": "", "start_char": 969, "text": "100", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 974, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "%", "misc": "", "start_char": 973, "text": "%", "upos": "SYM", "xpos": "NN" }, { "deprel": "advmod", "end_char": 990, "feats": null, "head": 8, "id": 7, "lemma": "environmentally", "misc": "", "start_char": 975, "text": "environmentally", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 995, "feats": "Degree=Pos", "head": 3, "id": 8, "lemma": "safe", "misc": "", "start_char": 991, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 997, "feats": null, "head": 3, "id": 9, "lemma": ",", "misc": "", "start_char": 996, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1005, "feats": null, "head": 18, "id": 10, "lemma": "because", "misc": "", "start_char": 998, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1009, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1006, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1014, "feats": "Number=Sing", "head": 18, "id": 12, "lemma": "soap", "misc": "", "start_char": 1010, "text": "soap", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1019, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 13, "lemma": "use", "misc": "", "start_char": 1015, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1022, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 1020, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1027, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "make", "misc": "", "start_char": 1023, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1031, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 1028, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1037, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "Flogo", "misc": "", "start_char": 1032, "text": "Flogo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 1043, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 18, "lemma": "come", "misc": "", "start_char": 1038, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1048, "feats": null, "head": 20, "id": 19, "lemma": "from", "misc": "", "start_char": 1044, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1055, "feats": "Number=Plur", "head": 18, "id": 20, "lemma": "plant", "misc": "", "start_char": 1049, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1059, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 1056, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1066, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "leave", "misc": "", "start_char": 1060, "text": "leaves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1068, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 1067, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (ADVP (RB So)) (NP (NP (DT this) (JJ fun) (NN way)) (PP (IN of) (NP (NN advertising)))) (VP (VBZ is) (ADJP (JJ healthy) (CC and) (JJ good)) (PP (IN for) (NP (DT the) (NN environment)))) (. .)))" }, "speaker": null, "text": "So this fun way of advertising is healthy and good for the environment.", "tokens": [ { "deprel": "advmod", "end_char": 1071, "feats": null, "head": 8, "id": 1, "lemma": "so", "misc": "", "start_char": 1069, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1076, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 2, "lemma": "this", "misc": "", "start_char": 1072, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1080, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "fun", "misc": "", "start_char": 1077, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1084, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "way", "misc": "", "start_char": 1081, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1087, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1085, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1099, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "advertising", "misc": "", "start_char": 1088, "text": "advertising", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1102, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1100, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1110, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "healthy", "misc": "", "start_char": 1103, "text": "healthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1114, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1111, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1119, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "good", "misc": "", "start_char": 1115, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1123, "feats": null, "head": 13, "id": 11, "lemma": "for", "misc": "", "start_char": 1120, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1127, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1124, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1139, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "environment", "misc": "", "start_char": 1128, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1141, "feats": null, "head": 8, "id": 14, "lemma": ".", "misc": "", "start_char": 1140, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
The next time you look up at the sky and see a cloud that looks like Mickey Mouse or your favorite fruit, look again. It may not be a cloud, but a Flogo--a logo that flies. It's a new form of advertising in the sky that's never been used before. It's a different way to market your products, logos, and events. These funny logos are made with soap bubbles mixed with a little helium gas, which makes them lighter than air and float in the sky. Special machines are used to make these new funny Flogos. The machine, which can be rented for $2,500 a day, can make a Flogo every 15-25 seconds. Flogos can fly much higher or lower if needed. They can last from a few minutes to an hour anywhere in the sky, depending on the weather conditions. Though they can fly up to 20, 000 feet, they usually float around at 300- 500 feet. Flogos are only white now, but people hope to have more colorful Flogos in the near future. Flogos are Green, 100% environmentally safe, because the soap used to make the Flogo comes from plants and leaves. So this fun way of advertising is healthy and good for the environment.
[ [ [ 0, 3, 3 ], [ 3, 7, 7 ], [ 0, 19, 19 ] ], [ [ 0, 7, 8 ], [ 2, 8, 9 ], [ 5, 24, 25 ], [ 10, 12, 13 ] ], [ [ 0, 11, 21 ] ], [ [ 0, 16, 17 ] ], [ [ 0, 19, 21 ] ], [ [ 0, 16, 21 ] ], [ [ 0, 0, 21 ] ], [ [ 1, 0, 0 ], [ 2, 0, 0 ], [ 3, 0, 0 ], [ 2, 2, 15 ] ], [ [ 1, 4, 5 ] ], [ [ 2, 6, 6 ] ], [ [ 3, 2, 4 ] ], [ [ 3, 7, 13 ] ], [ [ 5, 6, 13 ] ], [ [ 5, 10, 13 ] ], [ [ 5, 20, 20 ] ], [ [ 6, 0, 1 ] ], [ [ 7, 8, 11 ] ], [ [ 10, 4, 6 ] ], [ [ 10, 8, 9 ] ], [ [ 10, 17, 19 ] ], [ [ 11, 6, 9 ] ], [ [ 11, 16, 18 ] ], [ [ 12, 4, 4 ] ], [ [ 12, 7, 7 ] ], [ [ 12, 11, 13 ] ], [ [ 12, 15, 17 ] ], [ [ 14, 10, 16 ] ], [ [ 14, 19, 19 ] ], [ [ 14, 21, 21 ] ], [ [ 14, 19, 21 ] ], [ [ 15, 1, 5 ] ], [ [ 15, 11, 12 ] ], [ [ 7, 0, 1 ] ], [ [ 15, 5, 5 ] ], [ [ 7, 17, 19 ] ], [ [ 5, 6, 6 ] ], [ [ 5, 12, 12 ] ], [ [ 7, 10, 11 ] ], [ [ 1, 8, 14 ], [ 1, 8, 9 ], [ 1, 11, 14 ], [ 7, 15, 16 ], [ 5, 0, 2 ], [ 5, 17, 17 ], [ 6, 6, 9 ], [ 9, 0, 0 ], [ 10, 0, 0 ], [ 11, 1, 1 ], [ 12, 0, 0 ], [ 11, 11, 11 ], [ 14, 0, 0 ], [ 14, 15, 16 ] ], [ [ 10, 18, 18 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36163
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Thomas) (NNP Alva) (NNP Edison)) (VP (VBD was) (VP (VBN awarded) (NP (NP (NP (JJR more) (NNS patents)) (PP (IN on) (NP (NNS inventions)))) (PP (IN than) (NP (DT any) (JJ other) (NNP American)))))) (. .)))" }, "speaker": null, "text": "Thomas Alva Edison was awarded more patents on inventions than any other American.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 6, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Thomas", "misc": "", "start_char": 0, "text": "Thomas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 11, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Alva", "misc": "", "start_char": 7, "text": "Alva", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 18, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Edison", "misc": "", "start_char": 12, "text": "Edison", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 22, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 19, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 30, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "award", "misc": "", "start_char": 23, "text": "awarded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 35, "feats": "Degree=Cmp", "head": 7, "id": 6, "lemma": "more", "misc": "", "start_char": 31, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 43, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "patent", "misc": "", "start_char": 36, "text": "patents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 46, "feats": null, "head": 9, "id": 8, "lemma": "on", "misc": "", "start_char": 44, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 57, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "invention", "misc": "", "start_char": 47, "text": "inventions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 62, "feats": null, "head": 13, "id": 10, "lemma": "than", "misc": "", "start_char": 58, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 66, "feats": null, "head": 13, "id": 11, "lemma": "any", "misc": "", "start_char": 63, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 72, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "other", "misc": "", "start_char": 67, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 81, "feats": "Number=Sing", "head": 5, "id": 13, "lemma": "American", "misc": "", "start_char": 73, "text": "American", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 83, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 82, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP he)) (VP (VBD died) (PP (IN in) (NP (CD 1931)))))) (, ,) (NP (NNPS Americans)) (VP (VBD wondered) (SBAR (WHADVP (WRB how)) (S (NP (PRP they)) (VP (MD could) (ADVP (RBS best)) (VP (VB show) (NP (NP (PRP$ their) (NN respect)) (PP (IN for) (NP (PRP him))))))))) (. .)))" }, "speaker": null, "text": "When he died in 1931, Americans wondered how they could best show their respect for him.", "tokens": [ { "deprel": "advmod", "end_char": 88, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 84, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 91, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 89, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 96, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 3, "lemma": "die", "misc": "", "start_char": 92, "text": "died", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 99, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 97, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 104, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 5, "lemma": "1931", "misc": "", "start_char": 100, "text": "1931", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 106, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 105, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 116, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "American", "misc": "", "start_char": 107, "text": "Americans", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "root", "end_char": 125, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "wonder", "misc": "", "start_char": 117, "text": "wondered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 129, "feats": "PronType=Int", "head": 8, "id": 9, "lemma": "how", "misc": "", "start_char": 126, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 134, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 10, "lemma": "they", "misc": "", "start_char": 130, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 140, "feats": "VerbForm=Fin", "head": 13, "id": 11, "lemma": "could", "misc": "", "start_char": 135, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 145, "feats": "Degree=Sup", "head": 13, "id": 12, "lemma": "well", "misc": "", "start_char": 141, "text": "best", "upos": "ADV", "xpos": "RBS" }, { "deprel": "advcl:relcl", "end_char": 150, "feats": "VerbForm=Inf", "head": 9, "id": 13, "lemma": "show", "misc": "", "start_char": 146, "text": "show", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 156, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "their", "misc": "", "start_char": 151, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 164, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "respect", "misc": "", "start_char": 157, "text": "respect", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 168, "feats": null, "head": 17, "id": 16, "lemma": "for", "misc": "", "start_char": 165, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 172, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 17, "lemma": "he", "misc": "", "start_char": 169, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 174, "feats": null, "head": 8, "id": 18, "lemma": ".", "misc": "", "start_char": 173, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (CD One) (NN suggestion)) (VP (VBD was) (SBAR (IN that) (S (NP (DT the) (NN nation)) (VP (VB observe) (NP (NP (DT a) (NN minute) (QP (CC or) (CD two))) (PP (IN of) (NP (JJ total) (NN blackout)))))))) (. .)))" }, "speaker": null, "text": "One suggestion was that the nation observe a minute or two of total blackout.", "tokens": [ { "deprel": "nummod", "end_char": 178, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "one", "misc": "", "start_char": 175, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj:outer", "end_char": 189, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "suggestion", "misc": "", "start_char": 179, "text": "suggestion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 193, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 190, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "mark", "end_char": 198, "feats": null, "head": 7, "id": 4, "lemma": "that", "misc": "", "start_char": 194, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 202, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 199, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 209, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "nation", "misc": "", "start_char": 203, "text": "nation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 217, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "observe", "misc": "", "start_char": 210, "text": "observe", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 219, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 218, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 226, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "minute", "misc": "", "start_char": 220, "text": "minute", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 229, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 227, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 233, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 11, "lemma": "two", "misc": "", "start_char": 230, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 236, "feats": null, "head": 14, "id": 12, "lemma": "of", "misc": "", "start_char": 234, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 242, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "total", "misc": "", "start_char": 237, "text": "total", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 251, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "blackout", "misc": "", "start_char": 243, "text": "blackout", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 253, "feats": null, "head": 7, "id": 15, "lemma": ".", "misc": "", "start_char": 252, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT All) (JJ electric) (NN power)) (VP (MD would) (VP (VB be) (VP (VBN shut) (PRT (RP off)) (PP (IN in) (NP (NNS homes) (, ,) (NNS streets) (, ,) (CC and) (NNS factories)))))) (. .)))" }, "speaker": null, "text": "All electric power would be shut off in homes, streets, and factories.", "tokens": [ { "deprel": "det", "end_char": 257, "feats": null, "head": 3, "id": 1, "lemma": "all", "misc": "", "start_char": 254, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 266, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "electric", "misc": "", "start_char": 258, "text": "electric", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 272, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "power", "misc": "", "start_char": 267, "text": "power", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 278, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "would", "misc": "", "start_char": 273, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 281, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 279, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 286, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "shut", "misc": "", "start_char": 282, "text": "shut", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 290, "feats": null, "head": 6, "id": 7, "lemma": "off", "misc": "", "start_char": 287, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 293, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 291, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 299, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "home", "misc": "", "start_char": 294, "text": "homes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 301, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 300, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 309, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "street", "misc": "", "start_char": 302, "text": "streets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 311, "feats": null, "head": 14, "id": 12, "lemma": ",", "misc": "", "start_char": 310, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 315, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 312, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 325, "feats": "Number=Plur", "head": 9, "id": 14, "lemma": "factory", "misc": "", "start_char": 316, "text": "factories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 327, "feats": null, "head": 6, "id": 15, "lemma": ".", "misc": "", "start_char": 326, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Perhaps)) (NP (PRP$ his) (VBN suggested) (NN plan)) (VP (VBD made) (S (NP (NNPS Americans)) (VP (VB realize) (ADVP (RB fully)) (SBAR (WHNP (WP what)) (S (NP (NP (NNP Edison)) (CC and) (NP (PRP$ his) (NNS inventions))) (VP (VBP mean) (PP (IN to) (NP (PRP them))))))))) (. .)))" }, "speaker": null, "text": "Perhaps his suggested plan made Americans realize fully what Edison and his inventions mean to them.", "tokens": [ { "deprel": "advmod", "end_char": 335, "feats": null, "head": 5, "id": 1, "lemma": "perhaps", "misc": "", "start_char": 328, "text": "Perhaps", "upos": "ADV", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 339, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 2, "lemma": "his", "misc": "", "start_char": 336, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 349, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 3, "lemma": "suggest", "misc": "", "start_char": 340, "text": "suggested", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nsubj", "end_char": 354, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "plan", "misc": "", "start_char": 350, "text": "plan", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 359, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "make", "misc": "", "start_char": 355, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 369, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "American", "misc": "", "start_char": 360, "text": "Americans", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "xcomp", "end_char": 377, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "realize", "misc": "", "start_char": 370, "text": "realize", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 383, "feats": null, "head": 9, "id": 8, "lemma": "fully", "misc": "", "start_char": 378, "text": "fully", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 388, "feats": "PronType=Rel", "head": 7, "id": 9, "lemma": "what", "misc": "", "start_char": 384, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 395, "feats": "Number=Sing", "head": 14, "id": 10, "lemma": "Edison", "misc": "", "start_char": 389, "text": "Edison", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 399, "feats": null, "head": 13, "id": 11, "lemma": "and", "misc": "", "start_char": 396, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 403, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "his", "misc": "", "start_char": 400, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 414, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "invention", "misc": "", "start_char": 404, "text": "inventions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 419, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 14, "lemma": "mean", "misc": "", "start_char": 415, "text": "mean", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 422, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 420, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 427, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 16, "lemma": "they", "misc": "", "start_char": 423, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 429, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 428, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (JJ Electric) (NN power)) (VP (VBD was) (ADJP (RB too) (JJ important) (PP (IN to) (NP (DT the) (NN country))))) (. .)))" }, "speaker": null, "text": "Electric power was too important to the country.", "tokens": [ { "deprel": "amod", "end_char": 438, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "electric", "misc": "", "start_char": 430, "text": "Electric", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 444, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "power", "misc": "", "start_char": 439, "text": "power", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 448, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 445, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 452, "feats": null, "head": 5, "id": 4, "lemma": "too", "misc": "", "start_char": 449, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 462, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "important", "misc": "", "start_char": 453, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 465, "feats": null, "head": 8, "id": 6, "lemma": "to", "misc": "", "start_char": 463, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 469, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 466, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 477, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "country", "misc": "", "start_char": 470, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 479, "feats": null, "head": 5, "id": 9, "lemma": ".", "misc": "", "start_char": 478, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Shutting) (NP (PRP it)) (PRT (RP off)) (PP (IN for) (NP (RB even) (DT a) (JJ short) (NN time))))) (VP (MD would) (VP (VB have) (VP (VBN led) (PP (IN to) (NP (JJ complete) (NN confusion)))))) (. .)))" }, "speaker": null, "text": "Shutting it off for even a short time would have led to complete confusion.", "tokens": [ { "deprel": "csubj", "end_char": 488, "feats": "VerbForm=Ger", "head": 11, "id": 1, "lemma": "shut", "misc": "", "start_char": 480, "text": "Shutting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 491, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 1, "id": 2, "lemma": "it", "misc": "", "start_char": 489, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 495, "feats": null, "head": 1, "id": 3, "lemma": "off", "misc": "", "start_char": 492, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 499, "feats": null, "head": 8, "id": 4, "lemma": "for", "misc": "", "start_char": 496, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 504, "feats": null, "head": 8, "id": 5, "lemma": "even", "misc": "", "start_char": 500, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 506, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 505, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 512, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "short", "misc": "", "start_char": 507, "text": "short", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 517, "feats": "Number=Sing", "head": 1, "id": 8, "lemma": "time", "misc": "", "start_char": 513, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 523, "feats": "VerbForm=Fin", "head": 11, "id": 9, "lemma": "would", "misc": "", "start_char": 518, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 528, "feats": "VerbForm=Inf", "head": 11, "id": 10, "lemma": "have", "misc": "", "start_char": 524, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 532, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 11, "lemma": "lead", "misc": "", "start_char": 529, "text": "led", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 535, "feats": null, "head": 14, "id": 12, "lemma": "to", "misc": "", "start_char": 533, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 544, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "complete", "misc": "", "start_char": 536, "text": "complete", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 554, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "confusion", "misc": "", "start_char": 545, "text": "confusion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 556, "feats": null, "head": 11, "id": 15, "lemma": ".", "misc": "", "start_char": 555, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN blackout)) (VP (VBD was) (PP (IN out) (PP (IN of) (NP (DT the) (NN question))))) (. .)))" }, "speaker": null, "text": "A blackout was out of the question.", "tokens": [ { "deprel": "det", "end_char": 558, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 557, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 567, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "blackout", "misc": "", "start_char": 559, "text": "blackout", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 571, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 568, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 575, "feats": null, "head": 7, "id": 4, "lemma": "out", "misc": "", "start_char": 572, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 578, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 576, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 582, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 579, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 591, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "question", "misc": "", "start_char": 583, "text": "question", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 593, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 592, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 595, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 594, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN On) (NP (NP (DT the) (NN day)) (PP (IN of) (NP (NP (NNP Edison) (POS 's)) (NN funeral))))) (, ,) (NP (JJ many) (NNS people)) (ADVP (RB silently)) (VP (VBD dimmed) (NP (PRP$ their) (NNS lights))) (. .)))" }, "speaker": null, "text": "On the day of Edison's funeral, many people silently dimmed their lights.", "tokens": [ { "deprel": "case", "end_char": 598, "feats": null, "head": 3, "id": 1, "lemma": "on", "misc": "", "start_char": 596, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 602, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 599, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 606, "feats": "Number=Sing", "head": 12, "id": 3, "lemma": "day", "misc": "", "start_char": 603, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 609, "feats": null, "head": 7, "id": 4, "lemma": "of", "misc": "", "start_char": 607, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 616, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "Edison", "misc": "", "start_char": 610, "text": "Edison", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 619, "feats": null, "head": 5, "id": 6, "lemma": "'s", "misc": "", "start_char": 617, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 627, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "funeral", "misc": "", "start_char": 620, "text": "funeral", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 629, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 628, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 634, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "many", "misc": "", "start_char": 630, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 641, "feats": "Number=Plur", "head": 12, "id": 10, "lemma": "person", "misc": "", "start_char": 635, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 650, "feats": null, "head": 12, "id": 11, "lemma": "silently", "misc": "", "start_char": 642, "text": "silently", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 657, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "dim", "misc": "", "start_char": 651, "text": "dimmed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 663, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "their", "misc": "", "start_char": 658, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 670, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "light", "misc": "", "start_char": 664, "text": "lights", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 672, "feats": null, "head": 12, "id": 15, "lemma": ".", "misc": "", "start_char": 671, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT this) (NN way))) (NP (PRP they)) (VP (VBD honoured) (NP (NP (DT the) (NN man)) (SBAR (WHNP (WP who)) (S (VP (VBD had) (VP (VBN done) (NP (NP (JJR more)) (PP (IN than) (NP (NN anyone) (JJ else)))) (PP (IN to) (NP (NP (DT the) (JJ great) (NN force)) (PP (IN of) (NP (NN electrity)))))))))))))" }, "speaker": null, "text": "In this way they honoured the man who had done more than anyone else to the great force of electrity", "tokens": [ { "deprel": "case", "end_char": 675, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 673, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 680, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "this", "misc": "", "start_char": 676, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 684, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "way", "misc": "", "start_char": 681, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 689, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "they", "misc": "", "start_char": 685, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 698, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "honoure", "misc": "", "start_char": 690, "text": "honoured", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 702, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 699, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 706, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "man", "misc": "", "start_char": 703, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 710, "feats": "PronType=Rel", "head": 10, "id": 8, "lemma": "who", "misc": "", "start_char": 707, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 714, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "have", "misc": "", "start_char": 711, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 719, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 10, "lemma": "do", "misc": "", "start_char": 715, "text": "done", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 724, "feats": "Degree=Cmp", "head": 10, "id": 11, "lemma": "more", "misc": "", "start_char": 720, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 729, "feats": null, "head": 13, "id": 12, "lemma": "than", "misc": "", "start_char": 725, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 736, "feats": "Number=Sing|PronType=Ind", "head": 11, "id": 13, "lemma": "anyone", "misc": "", "start_char": 730, "text": "anyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "amod", "end_char": 741, "feats": "Degree=Pos", "head": 13, "id": 14, "lemma": "else", "misc": "", "start_char": 737, "text": "else", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 744, "feats": null, "head": 18, "id": 15, "lemma": "to", "misc": "", "start_char": 742, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 748, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 745, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 754, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "great", "misc": "", "start_char": 749, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 760, "feats": "Number=Sing", "head": 10, "id": 18, "lemma": "force", "misc": "", "start_char": 755, "text": "force", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 763, "feats": null, "head": 20, "id": 19, "lemma": "of", "misc": "", "start_char": 761, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 773, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "electrity", "misc": "", "start_char": 764, "text": "electrity", "upos": "NOUN", "xpos": "NN" } ] } ]
Thomas Alva Edison was awarded more patents on inventions than any other American. When he died in 1931, Americans wondered how they could best show their respect for him. One suggestion was that the nation observe a minute or two of total blackout. All electric power would be shut off in homes, streets, and factories. Perhaps his suggested plan made Americans realize fully what Edison and his inventions mean to them. Electric power was too important to the country. Shutting it off for even a short time would have led to complete confusion. A blackout was out of the question. On the day of Edison's funeral, many people silently dimmed their lights. In this way they honoured the man who had done more than anyone else to the great force of electrity
[ [ [ 1, 4, 4 ] ], [ [ 1, 13, 14 ] ], [ [ 1, 13, 16 ] ], [ [ 2, 0, 1 ] ], [ [ 2, 4, 5 ] ], [ [ 2, 7, 8 ] ], [ [ 2, 7, 13 ] ], [ [ 5, 0, 1 ], [ 3, 0, 2 ], [ 6, 1, 1 ] ], [ [ 3, 8, 8 ] ], [ [ 3, 10, 10 ] ], [ [ 3, 13, 13 ] ], [ [ 4, 11, 12 ] ], [ [ 5, 6, 7 ] ], [ [ 6, 5, 7 ] ], [ [ 7, 0, 1 ] ], [ [ 7, 5, 6 ] ], [ [ 9, 12, 13 ] ], [ [ 10, 1, 2 ] ], [ [ 10, 15, 19 ] ], [ [ 9, 4, 6 ] ], [ [ 10, 19, 19 ] ], [ [ 4, 15, 15 ], [ 1, 9, 9 ], [ 1, 13, 13 ], [ 1, 6, 6 ], [ 4, 5, 5 ] ], [ [ 0, 10, 12 ] ], [ [ 0, 5, 6 ] ], [ [ 0, 8, 8 ] ], [ [ 2, 12, 13 ] ], [ [ 3, 8, 13 ] ], [ [ 4, 1, 3 ] ], [ [ 4, 8, 15 ] ], [ [ 4, 9, 12 ] ], [ [ 9, 1, 6 ] ], [ [ 0, 0, 2 ], [ 1, 1, 1 ], [ 1, 16, 16 ], [ 4, 1, 1 ], [ 4, 11, 11 ], [ 4, 9, 9 ], [ 9, 4, 5 ] ], [ [ 9, 8, 9 ], [ 9, 12, 12 ], [ 10, 3, 3 ] ], [ [ 10, 5, 19 ] ], [ [ 10, 10, 13 ] ], [ [ 6, 12, 13 ] ], [ [ 6, 0, 7 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36164
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (NN nature)) (VP (VBZ is) (VP (VBN left) (ADVP (RB alone)))))) (, ,) (NP (DT a) (NN balance)) (VP (VBZ is) (VP (VBN reached) (PP (IN among) (NP (NP (DT the) (NNS animals) (CC and) (NNS plants)) (VP (VBG living) (PP (IN in) (NP (CD one) (NN area)))))))) (. .)))" }, "speaker": null, "text": "When nature is left alone, a balance is reached among the animals and plants living in one area.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "when", "misc": "", "start_char": 0, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj:pass", "end_char": 11, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "nature", "misc": "", "start_char": 5, "text": "nature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 12, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 19, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 10, "id": 4, "lemma": "leave", "misc": "", "start_char": 15, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 25, "feats": null, "head": 4, "id": 5, "lemma": "alone", "misc": "", "start_char": 20, "text": "alone", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 27, "feats": null, "head": 4, "id": 6, "lemma": ",", "misc": "", "start_char": 26, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 29, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 28, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 37, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "balance", "misc": "", "start_char": 30, "text": "balance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 38, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 48, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "reach", "misc": "", "start_char": 41, "text": "reached", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 13, "id": 11, "lemma": "among", "misc": "", "start_char": 49, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 58, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 55, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 66, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "animal", "misc": "", "start_char": 59, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 70, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 67, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 77, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "plant", "misc": "", "start_char": 71, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 84, "feats": "VerbForm=Ger", "head": 13, "id": 16, "lemma": "live", "misc": "", "start_char": 78, "text": "living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 87, "feats": null, "head": 19, "id": 17, "lemma": "in", "misc": "", "start_char": 85, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 91, "feats": "NumForm=Word|NumType=Card", "head": 19, "id": 18, "lemma": "one", "misc": "", "start_char": 88, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 96, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "area", "misc": "", "start_char": 92, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 98, "feats": null, "head": 10, "id": 20, "lemma": ".", "misc": "", "start_char": 97, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (CC But) (SBAR (WHADVP (WRB when)) (S (NP (NN man)) (VP (VBZ starts) (NP (PRP$ his) (NN work)) (PP (IN in) (NP (NN nature)))))) (, ,) (NP (DT the) (NN balance)) (VP (VBZ is) (ADJP (JJ likely) (S (VP (TO to) (VP (VB be) (VP (VBN destroyed))))))) (. .)))" }, "speaker": null, "text": "But when man starts his work in nature, the balance is likely to be destroyed.", "tokens": [ { "deprel": "cc", "end_char": 102, "feats": null, "head": 13, "id": 1, "lemma": "but", "misc": "", "start_char": 99, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 107, "feats": "PronType=Int", "head": 4, "id": 2, "lemma": "when", "misc": "", "start_char": 103, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 111, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "man", "misc": "", "start_char": 108, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 118, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 4, "lemma": "start", "misc": "", "start_char": 112, "text": "starts", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 122, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "his", "misc": "", "start_char": 119, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 127, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "work", "misc": "", "start_char": 123, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 130, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 128, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 137, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "nature", "misc": "", "start_char": 131, "text": "nature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 139, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 138, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 143, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 140, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 151, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "balance", "misc": "", "start_char": 144, "text": "balance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 154, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 152, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 161, "feats": "Degree=Pos", "head": 0, "id": 13, "lemma": "likely", "misc": "", "start_char": 155, "text": "likely", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 164, "feats": null, "head": 16, "id": 14, "lemma": "to", "misc": "", "start_char": 162, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 167, "feats": "VerbForm=Inf", "head": 16, "id": 15, "lemma": "be", "misc": "", "start_char": 165, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 177, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 13, "id": 16, "lemma": "destroy", "misc": "", "start_char": 168, "text": "destroyed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 179, "feats": null, "head": 13, "id": 17, "lemma": ".", "misc": "", "start_char": 178, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VP (VBZ grows) (NP (DT a) (NN crop))) (CC and) (VP (VBZ takes) (NP (PRP it)) (ADVP (RB away)) (S (VP (TO to) (VP (VB eat))))))) (: ;) (S (ADVP (RB then)) (NP (EX there)) (VP (VBP are) (NP (NP (DT no) (JJ dead) (NNS leaves)) (VP (VP (TO to) (VP (VB fall) (PP (IN on) (NP (DT the) (NN ground))))) (, ,) (S (VP (VBG holding) (NP (NN water)) (SBAR (IN while) (S (NP (PRP it)) (VP (VP (VBZ sinks) (PP (IN into) (NP (DT the) (NN surface)))) (, ,) (CC or) (VP (VBG decaying) (CC and) (VBG adding) (NP (NN humus)) (PP (IN to) (NP (DT the) (NN soil))))))))))))) (. .)))" }, "speaker": null, "text": "He grows a crop and takes it away to eat; then there are no dead leaves to fall on the ground, holding water while it sinks into the surface, or decaying and adding humus to the soil.", "tokens": [ { "deprel": "nsubj", "end_char": 182, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 180, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 188, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "grow", "misc": "", "start_char": 183, "text": "grows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 190, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 189, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 195, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "crop", "misc": "", "start_char": 191, "text": "crop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 199, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 196, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 205, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "take", "misc": "", "start_char": 200, "text": "takes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 208, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "it", "misc": "", "start_char": 206, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 213, "feats": null, "head": 6, "id": 8, "lemma": "away", "misc": "", "start_char": 209, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 216, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 214, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 220, "feats": "VerbForm=Inf", "head": 6, "id": 10, "lemma": "eat", "misc": "", "start_char": 217, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 222, "feats": null, "head": 2, "id": 11, "lemma": ";", "misc": "", "start_char": 221, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "advmod", "end_char": 227, "feats": "PronType=Dem", "head": 14, "id": 12, "lemma": "then", "misc": "", "start_char": 223, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "expl", "end_char": 233, "feats": null, "head": 14, "id": 13, "lemma": "there", "misc": "", "start_char": 228, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "parataxis", "end_char": 237, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 14, "lemma": "be", "misc": "", "start_char": 234, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 240, "feats": null, "head": 17, "id": 15, "lemma": "no", "misc": "", "start_char": 238, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 245, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "dead", "misc": "", "start_char": 241, "text": "dead", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 252, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "leave", "misc": "", "start_char": 246, "text": "leaves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 255, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 253, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 260, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "fall", "misc": "", "start_char": 256, "text": "fall", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 263, "feats": null, "head": 22, "id": 20, "lemma": "on", "misc": "", "start_char": 261, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 267, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 264, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 274, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "ground", "misc": "", "start_char": 268, "text": "ground", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 276, "feats": null, "head": 24, "id": 23, "lemma": ",", "misc": "", "start_char": 275, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 284, "feats": "VerbForm=Ger", "head": 19, "id": 24, "lemma": "hold", "misc": "", "start_char": 277, "text": "holding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 290, "feats": "Number=Sing", "head": 24, "id": 25, "lemma": "water", "misc": "", "start_char": 285, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 296, "feats": null, "head": 28, "id": 26, "lemma": "while", "misc": "", "start_char": 291, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 299, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 28, "id": 27, "lemma": "it", "misc": "", "start_char": 297, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 305, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 28, "lemma": "sink", "misc": "", "start_char": 300, "text": "sinks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 310, "feats": null, "head": 31, "id": 29, "lemma": "into", "misc": "", "start_char": 306, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 314, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 30, "lemma": "the", "misc": "", "start_char": 311, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 322, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "surface", "misc": "", "start_char": 315, "text": "surface", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 324, "feats": null, "head": 34, "id": 32, "lemma": ",", "misc": "", "start_char": 323, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 327, "feats": null, "head": 34, "id": 33, "lemma": "or", "misc": "", "start_char": 325, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 336, "feats": "VerbForm=Ger", "head": 19, "id": 34, "lemma": "decay", "misc": "", "start_char": 328, "text": "decaying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cc", "end_char": 340, "feats": null, "head": 36, "id": 35, "lemma": "and", "misc": "", "start_char": 337, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 347, "feats": "VerbForm=Ger", "head": 34, "id": 36, "lemma": "add", "misc": "", "start_char": 341, "text": "adding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 353, "feats": "Number=Sing", "head": 36, "id": 37, "lemma": "humus", "misc": "", "start_char": 348, "text": "humus", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 356, "feats": null, "head": 40, "id": 38, "lemma": "to", "misc": "", "start_char": 354, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 360, "feats": "Definite=Def|PronType=Art", "head": 40, "id": 39, "lemma": "the", "misc": "", "start_char": 357, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 365, "feats": "Number=Sing", "head": 36, "id": 40, "lemma": "soil", "misc": "", "start_char": 361, "text": "soil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 367, "feats": null, "head": 2, "id": 41, "lemma": ".", "misc": "", "start_char": 366, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Unless) (S (NP (DT a) (NN farmer)) (VP (VBZ acts) (PP (IN with) (NP (NN knowledge) (CC and) (NN skill)))))) (, ,) (NP (PRP he)) (VP (VBZ is) (ADVP (RB therefore)) (ADJP (RBS most) (JJ likely) (S (VP (TO to) (VP (VB make) (S (NP (DT the) (NN land)) (ADJP (JJR poorer)))))))) (. .)))" }, "speaker": null, "text": "Unless a farmer acts with knowledge and skill, he is therefore most likely to make the land poorer.", "tokens": [ { "deprel": "mark", "end_char": 374, "feats": null, "head": 4, "id": 1, "lemma": "unless", "misc": "", "start_char": 368, "text": "Unless", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 376, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 375, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 383, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "farmer", "misc": "", "start_char": 377, "text": "farmer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 388, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 4, "lemma": "act", "misc": "", "start_char": 384, "text": "acts", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 393, "feats": null, "head": 6, "id": 5, "lemma": "with", "misc": "", "start_char": 389, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 403, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "knowledge", "misc": "", "start_char": 394, "text": "knowledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 407, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 404, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 413, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "skill", "misc": "", "start_char": 408, "text": "skill", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 415, "feats": null, "head": 14, "id": 9, "lemma": ",", "misc": "", "start_char": 414, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 418, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 10, "lemma": "he", "misc": "", "start_char": 416, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 421, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 11, "lemma": "be", "misc": "", "start_char": 419, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 431, "feats": null, "head": 14, "id": 12, "lemma": "therefore", "misc": "", "start_char": 422, "text": "therefore", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 436, "feats": "Degree=Sup", "head": 14, "id": 13, "lemma": "most", "misc": "", "start_char": 432, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "root", "end_char": 443, "feats": "Degree=Pos", "head": 0, "id": 14, "lemma": "likely", "misc": "", "start_char": 437, "text": "likely", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 446, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 444, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 451, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "make", "misc": "", "start_char": 447, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 455, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 452, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 460, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "land", "misc": "", "start_char": 456, "text": "land", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 467, "feats": "Degree=Cmp", "head": 16, "id": 19, "lemma": "poor", "misc": "", "start_char": 461, "text": "poorer", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 469, "feats": null, "head": 14, "id": 20, "lemma": ".", "misc": "", "start_char": 468, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (VP (TO To) (VP (VB take) (NP (NP (DT the) (NN place)) (PP (IN of) (NP (NP (DT the) (JJ useful) (NN matter)) (PP (IN in) (NP (NP (DT the) (NNS crops)) (SBAR (WHNP (WDT that)) (S (NP (PRP he)) (VP (VBZ removes)))))))))))) (, ,) (NP (PRP he)) (VP (VBZ uses) (NP (NP (DT some) (NN kind)) (PP (IN of) (NP (NN fertilizer))))) (. .)))" }, "speaker": null, "text": "To take the place of the useful matter in the crops that he removes, he uses some kind of fertilizer.", "tokens": [ { "deprel": "mark", "end_char": 472, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 470, "text": "To", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 477, "feats": "VerbForm=Inf", "head": 17, "id": 2, "lemma": "take", "misc": "", "start_char": 473, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 481, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 478, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 487, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "place", "misc": "", "start_char": 482, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 490, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 488, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 494, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 491, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 501, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "useful", "misc": "", "start_char": 495, "text": "useful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 508, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "matter", "misc": "", "start_char": 502, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 511, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 509, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 515, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 512, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 521, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "crop", "misc": "", "start_char": 516, "text": "crops", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obj", "end_char": 526, "feats": "PronType=Rel", "head": 14, "id": 12, "lemma": "that", "misc": "", "start_char": 522, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 529, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "he", "misc": "", "start_char": 527, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 537, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 14, "lemma": "remove", "misc": "", "start_char": 530, "text": "removes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 539, "feats": null, "head": 2, "id": 15, "lemma": ",", "misc": "", "start_char": 538, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 542, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "he", "misc": "", "start_char": 540, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 547, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 17, "lemma": "use", "misc": "", "start_char": 543, "text": "uses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 552, "feats": null, "head": 19, "id": 18, "lemma": "some", "misc": "", "start_char": 548, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 557, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "kind", "misc": "", "start_char": 553, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 560, "feats": null, "head": 21, "id": 20, "lemma": "of", "misc": "", "start_char": 558, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 571, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "fertilizer", "misc": "", "start_char": 561, "text": "fertilizer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 573, "feats": null, "head": 17, "id": 22, "lemma": ".", "misc": "", "start_char": 572, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (S (NP (JJ Chemical) (NNS fertilizers)) (VP (VBP are) (PP (IN of) (NP (JJ great) (NN help))))) (, ,) (CC but) (S (NP (NP (NP (DT the) (NN waste) (NNS products)) (PP (IN of) (NP (NNS animals)))) (CC and) (NP (NP (VBG decaying) (NNS remains)) (PP (IN of) (NP (NNS plants))))) (VP (MD should) (ADVP (RB also)) (VP (VB be) (VP (VBN put) (PP (IN on) (NP (DT the) (NN land))))))) (. .)))" }, "speaker": null, "text": "Chemical fertilizers are of great help, but the waste products of animals and decaying remains of plants should also be put on the land.", "tokens": [ { "deprel": "amod", "end_char": 582, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Chemical", "misc": "", "start_char": 574, "text": "Chemical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 594, "feats": "Number=Plur", "head": 6, "id": 2, "lemma": "fertilizer", "misc": "", "start_char": 583, "text": "fertilizers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 598, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 595, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 601, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 599, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 607, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "great", "misc": "", "start_char": 602, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 612, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "help", "misc": "", "start_char": 608, "text": "help", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 614, "feats": null, "head": 22, "id": 7, "lemma": ",", "misc": "", "start_char": 613, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 618, "feats": null, "head": 22, "id": 8, "lemma": "but", "misc": "", "start_char": 615, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 622, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 619, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 628, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "waste", "misc": "", "start_char": 623, "text": "waste", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 637, "feats": "Number=Plur", "head": 22, "id": 11, "lemma": "product", "misc": "", "start_char": 629, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 640, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 638, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 648, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "animal", "misc": "", "start_char": 641, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 652, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 649, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 661, "feats": "VerbForm=Ger", "head": 16, "id": 15, "lemma": "decay", "misc": "", "start_char": 653, "text": "decaying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "conj", "end_char": 669, "feats": "Number=Plur", "head": 11, "id": 16, "lemma": "remains", "misc": "", "start_char": 662, "text": "remains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 672, "feats": null, "head": 18, "id": 17, "lemma": "of", "misc": "", "start_char": 670, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 679, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "plant", "misc": "", "start_char": 673, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 686, "feats": "VerbForm=Fin", "head": 22, "id": 19, "lemma": "should", "misc": "", "start_char": 680, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 691, "feats": null, "head": 22, "id": 20, "lemma": "also", "misc": "", "start_char": 687, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 694, "feats": "VerbForm=Inf", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 692, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 698, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 6, "id": 22, "lemma": "put", "misc": "", "start_char": 695, "text": "put", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 701, "feats": null, "head": 25, "id": 23, "lemma": "on", "misc": "", "start_char": 699, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 705, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 702, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 710, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "land", "misc": "", "start_char": 706, "text": "land", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 712, "feats": null, "head": 6, "id": 26, "lemma": ".", "misc": "", "start_char": 711, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT some) (NNS places))) (, ,) (NP (NP (PRP it))) (VP (VBZ is) (NP (NP (DT a) (NN habit)) (SBAR (S (VP (TO to) (VP (VB burn) (NP (NN waste) (NN material)) (S (VP (VBG lying) (PP (IN about)))))))))) (, ,) (CC but) (S (NP (JJ such) (NN burning)) (VP (VBZ destroys) (NP (NP (DT the) (JJ useful) (NN matter)) (PP (IN in) (NP (DT the) (JJ dead) (NNS plants)))))) (. .)))" }, "speaker": null, "text": "In some places, it is a habit to burn waste material lying about, but such burning destroys the useful matter in the dead plants.", "tokens": [ { "deprel": "case", "end_char": 715, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 713, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 720, "feats": null, "head": 3, "id": 2, "lemma": "some", "misc": "", "start_char": 716, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 727, "feats": "Number=Plur", "head": 8, "id": 3, "lemma": "place", "misc": "", "start_char": 721, "text": "places", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 729, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 728, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 732, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 5, "lemma": "it", "misc": "", "start_char": 730, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 735, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 733, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 737, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 736, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 743, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "habit", "misc": "", "start_char": 738, "text": "habit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 746, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 744, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 751, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "burn", "misc": "", "start_char": 747, "text": "burn", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 757, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "waste", "misc": "", "start_char": 752, "text": "waste", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 766, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "material", "misc": "", "start_char": 758, "text": "material", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 772, "feats": "VerbForm=Ger", "head": 10, "id": 13, "lemma": "lie", "misc": "", "start_char": 767, "text": "lying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obl", "end_char": 778, "feats": null, "head": 13, "id": 14, "lemma": "about", "misc": "", "start_char": 773, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 780, "feats": null, "head": 19, "id": 15, "lemma": ",", "misc": "", "start_char": 779, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 784, "feats": null, "head": 19, "id": 16, "lemma": "but", "misc": "", "start_char": 781, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 789, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "such", "misc": "", "start_char": 785, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 797, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "burning", "misc": "", "start_char": 790, "text": "burning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 806, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 19, "lemma": "destroy", "misc": "", "start_char": 798, "text": "destroys", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 810, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 20, "lemma": "the", "misc": "", "start_char": 807, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 817, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "useful", "misc": "", "start_char": 811, "text": "useful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 824, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "matter", "misc": "", "start_char": 818, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 827, "feats": null, "head": 26, "id": 23, "lemma": "in", "misc": "", "start_char": 825, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 831, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 24, "lemma": "the", "misc": "", "start_char": 828, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 836, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "dead", "misc": "", "start_char": 832, "text": "dead", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 843, "feats": "Number=Plur", "head": 22, "id": 26, "lemma": "plant", "misc": "", "start_char": 837, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 845, "feats": null, "head": 8, "id": 27, "lemma": ".", "misc": "", "start_char": 844, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Although) (S (NP (NP (DT the) (NNS ashes)) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (VP (VBN left)))))) (VP (VBP are) (ADJP (JJ valuable)) (SBAR (WHADVP (WRB when)) (S (VP (VBN put) (PP (IN on) (NP (DT the) (NN land))))))))) (, ,) (NP (NP (DT a) (JJR better) (NN practice))) (VP (VBZ is) (S (VP (TO to) (VP (VB bury) (NP (DT the) (NN waste)) (SBAR (IN so) (IN that) (S (NP (PRP it)) (VP (VBZ decays) (CC and) (VBZ increases) (NP (DT the) (NN humus)) (PP (IN in) (NP (DT the) (NN soil)))))))))) (. .)))" }, "speaker": null, "text": "Although the ashes that are left are valuable when put on the land, a better practice is to bury the waste so that it decays and increases the humus in the soil.", "tokens": [ { "deprel": "mark", "end_char": 854, "feats": null, "head": 8, "id": 1, "lemma": "although", "misc": "", "start_char": 846, "text": "Although", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 858, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 855, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 864, "feats": "Number=Plur", "head": 8, "id": 3, "lemma": "ash", "misc": "", "start_char": 859, "text": "ashes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj:pass", "end_char": 869, "feats": "PronType=Rel", "head": 6, "id": 4, "lemma": "that", "misc": "", "start_char": 865, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux:pass", "end_char": 873, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 870, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 878, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 6, "lemma": "leave", "misc": "", "start_char": 874, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cop", "end_char": 882, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 879, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 891, "feats": "Degree=Pos", "head": 20, "id": 8, "lemma": "valuable", "misc": "", "start_char": 883, "text": "valuable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 896, "feats": "PronType=Int", "head": 10, "id": 9, "lemma": "when", "misc": "", "start_char": 892, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advcl", "end_char": 900, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 10, "lemma": "put", "misc": "", "start_char": 897, "text": "put", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 903, "feats": null, "head": 13, "id": 11, "lemma": "on", "misc": "", "start_char": 901, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 907, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 904, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 912, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "land", "misc": "", "start_char": 908, "text": "land", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 914, "feats": null, "head": 8, "id": 14, "lemma": ",", "misc": "", "start_char": 913, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 916, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 915, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 923, "feats": "Degree=Cmp", "head": 17, "id": 16, "lemma": "good", "misc": "", "start_char": 917, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj:outer", "end_char": 932, "feats": "Number=Sing", "head": 20, "id": 17, "lemma": "practice", "misc": "", "start_char": 924, "text": "practice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 935, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 18, "lemma": "be", "misc": "", "start_char": 933, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 938, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 936, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 943, "feats": "VerbForm=Inf", "head": 0, "id": 20, "lemma": "bury", "misc": "", "start_char": 939, "text": "bury", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 947, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 944, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 953, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "waste", "misc": "", "start_char": 948, "text": "waste", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 956, "feats": null, "head": 26, "id": 23, "lemma": "so", "misc": "", "start_char": 954, "text": "so", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 961, "feats": null, "head": 23, "id": 24, "lemma": "that", "misc": "", "start_char": 957, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 964, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 26, "id": 25, "lemma": "it", "misc": "", "start_char": 962, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 971, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 26, "lemma": "decay", "misc": "", "start_char": 965, "text": "decays", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "cc", "end_char": 975, "feats": null, "head": 28, "id": 27, "lemma": "and", "misc": "", "start_char": 972, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 985, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 26, "id": 28, "lemma": "increase", "misc": "", "start_char": 976, "text": "increases", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 989, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 29, "lemma": "the", "misc": "", "start_char": 986, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 995, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "humus", "misc": "", "start_char": 990, "text": "humus", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 998, "feats": null, "head": 33, "id": 31, "lemma": "in", "misc": "", "start_char": 996, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1002, "feats": "Definite=Def|PronType=Art", "head": 33, "id": 32, "lemma": "the", "misc": "", "start_char": 999, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1007, "feats": "Number=Sing", "head": 28, "id": 33, "lemma": "soil", "misc": "", "start_char": 1003, "text": "soil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1009, "feats": null, "head": 20, "id": 34, "lemma": ".", "misc": "", "start_char": 1008, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1011, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1010, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT the) (NN past))) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NN world) (NN population)) (VP (VBD was) (ADJP (ADJP (RB much) (JJR lower)) (SBAR (IN than) (S (NP (PRP it)) (VP (VBZ is) (ADVP (RB now))))))))) (, ,) (NP (DT a) (NN man)) (VP (VBD had) (NP (NP (JJ little) (NN difficulty)) (PP (IN in) (NP (JJ ordinary) (NNS times))) (PP (IN in) (S (VP (VBG growing) (NP (NP (DT the) (NN food)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN needed))))))))))) (. .)))" }, "speaker": null, "text": "In the past, when the world population was much lower than it is now, a man had little difficulty in ordinary times in growing the food that was needed.", "tokens": [ { "deprel": "case", "end_char": 1014, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 1012, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1018, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1015, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1023, "feats": "Number=Sing", "head": 19, "id": 3, "lemma": "past", "misc": "", "start_char": 1019, "text": "past", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1025, "feats": null, "head": 19, "id": 4, "lemma": ",", "misc": "", "start_char": 1024, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1030, "feats": "PronType=Int", "head": 11, "id": 5, "lemma": "when", "misc": "", "start_char": 1026, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1034, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1031, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1040, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "world", "misc": "", "start_char": 1035, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1051, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "population", "misc": "", "start_char": 1041, "text": "population", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1055, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 1052, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1060, "feats": null, "head": 11, "id": 10, "lemma": "much", "misc": "", "start_char": 1056, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1066, "feats": "Degree=Cmp", "head": 19, "id": 11, "lemma": "low", "misc": "", "start_char": 1061, "text": "lower", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 1071, "feats": null, "head": 14, "id": 12, "lemma": "than", "misc": "", "start_char": 1067, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1074, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "it", "misc": "", "start_char": 1072, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1077, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 14, "lemma": "be", "misc": "", "start_char": 1075, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1081, "feats": null, "head": 14, "id": 15, "lemma": "now", "misc": "", "start_char": 1078, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1083, "feats": null, "head": 19, "id": 16, "lemma": ",", "misc": "", "start_char": 1082, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1085, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 17, "lemma": "a", "misc": "", "start_char": 1084, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1089, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "man", "misc": "", "start_char": 1086, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1093, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 19, "lemma": "have", "misc": "", "start_char": 1090, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 1100, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "little", "misc": "", "start_char": 1094, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1111, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "difficulty", "misc": "", "start_char": 1101, "text": "difficulty", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1114, "feats": null, "head": 24, "id": 22, "lemma": "in", "misc": "", "start_char": 1112, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1123, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "ordinary", "misc": "", "start_char": 1115, "text": "ordinary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1129, "feats": "Number=Plur", "head": 21, "id": 24, "lemma": "time", "misc": "", "start_char": 1124, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1132, "feats": null, "head": 26, "id": 25, "lemma": "in", "misc": "", "start_char": 1130, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1140, "feats": "VerbForm=Ger", "head": 19, "id": 26, "lemma": "grow", "misc": "", "start_char": 1133, "text": "growing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1144, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 27, "lemma": "the", "misc": "", "start_char": 1141, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1149, "feats": "Number=Sing", "head": 26, "id": 28, "lemma": "food", "misc": "", "start_char": 1145, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1154, "feats": "PronType=Rel", "head": 31, "id": 29, "lemma": "that", "misc": "", "start_char": 1150, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux:pass", "end_char": 1158, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 31, "id": 30, "lemma": "be", "misc": "", "start_char": 1155, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 1165, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 28, "id": 31, "lemma": "need", "misc": "", "start_char": 1159, "text": "needed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1167, "feats": null, "head": 19, "id": 32, "lemma": ".", "misc": "", "start_char": 1166, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (DT a) (NN field)) (VP (VBD had) (VP (VP (VBN been) (VP (VBN used) (NP (DT some) (NNS years)))) (CC and) (VP (VBD had) (VP (VBN become) (ADJP (JJ tired)))))))) (, ,) (NP (DT the) (NN farmer)) (VP (MD could) (VP (VB move) (PP (IN to) (NP (DT another) (NN place))))) (. .)))" }, "speaker": null, "text": "When a field had been used some years and had become tired, the farmer could move to another place.", "tokens": [ { "deprel": "advmod", "end_char": 1172, "feats": "PronType=Int", "head": 6, "id": 1, "lemma": "when", "misc": "", "start_char": 1168, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1174, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1173, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1180, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "field", "misc": "", "start_char": 1175, "text": "field", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1184, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 4, "lemma": "have", "misc": "", "start_char": 1181, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "aux:pass", "end_char": 1189, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1185, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "advcl", "end_char": 1194, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 17, "id": 6, "lemma": "use", "misc": "", "start_char": 1190, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1199, "feats": null, "head": 8, "id": 7, "lemma": "some", "misc": "", "start_char": 1195, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1205, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "year", "misc": "", "start_char": 1200, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1209, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 1206, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 1213, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "have", "misc": "", "start_char": 1210, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 1220, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 11, "lemma": "become", "misc": "", "start_char": 1214, "text": "become", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 1226, "feats": "Degree=Pos", "head": 11, "id": 12, "lemma": "tired", "misc": "", "start_char": 1221, "text": "tired", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1228, "feats": null, "head": 17, "id": 13, "lemma": ",", "misc": "", "start_char": 1227, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1232, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 1229, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1239, "feats": "Number=Sing", "head": 17, "id": 15, "lemma": "farmer", "misc": "", "start_char": 1233, "text": "farmer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1245, "feats": "VerbForm=Fin", "head": 17, "id": 16, "lemma": "could", "misc": "", "start_char": 1240, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1250, "feats": "VerbForm=Inf", "head": 0, "id": 17, "lemma": "move", "misc": "", "start_char": 1246, "text": "move", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1253, "feats": null, "head": 20, "id": 18, "lemma": "to", "misc": "", "start_char": 1251, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1261, "feats": null, "head": 20, "id": 19, "lemma": "another", "misc": "", "start_char": 1254, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1267, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "place", "misc": "", "start_char": 1262, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1269, "feats": null, "head": 17, "id": 21, "lemma": ".", "misc": "", "start_char": 1268, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ tired) (NN land)) (ADVP (RB then)) (ADVP (RB slowly)) (VP (VBD recovered)) (. .)))" }, "speaker": null, "text": "The tired land then slowly recovered.", "tokens": [ { "deprel": "det", "end_char": 1273, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1270, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1279, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "tired", "misc": "", "start_char": 1274, "text": "tired", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1284, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "land", "misc": "", "start_char": 1280, "text": "land", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1289, "feats": "PronType=Dem", "head": 6, "id": 4, "lemma": "then", "misc": "", "start_char": 1285, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1296, "feats": null, "head": 6, "id": 5, "lemma": "slowly", "misc": "", "start_char": 1290, "text": "slowly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1306, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "recover", "misc": "", "start_char": 1297, "text": "recovered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1308, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 1307, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Gradually)) (NP (NP (NNS grasses)) (CC and) (NP (JJ other) (NNS plants))) (VP (MD would) (VP (VB appear) (PP (IN on) (NP (PRP it)))))) (CC and) (S (NP (PRP$ its) (JJ productive) (NN power)) (VP (MD would) (ADVP (RB slowly)) (VP (VB return) (PP (IN to) (NP (JJ normal))) (PP (IN through) (NP (PRP$ their) (NN decay)))))) (. .)))" }, "speaker": null, "text": "Gradually grasses and other plants would appear on it and its productive power would slowly return to normal through their decay.", "tokens": [ { "deprel": "advmod", "end_char": 1318, "feats": null, "head": 7, "id": 1, "lemma": "gradually", "misc": "", "start_char": 1309, "text": "Gradually", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1326, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "grasses", "misc": "", "start_char": 1319, "text": "grasses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1330, "feats": null, "head": 5, "id": 3, "lemma": "and", "misc": "", "start_char": 1327, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1336, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "other", "misc": "", "start_char": 1331, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1343, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "plant", "misc": "", "start_char": 1337, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1349, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "would", "misc": "", "start_char": 1344, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1356, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "appear", "misc": "", "start_char": 1350, "text": "appear", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1359, "feats": null, "head": 9, "id": 8, "lemma": "on", "misc": "", "start_char": 1357, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1362, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 9, "lemma": "it", "misc": "", "start_char": 1360, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 1366, "feats": null, "head": 16, "id": 10, "lemma": "and", "misc": "", "start_char": 1363, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1370, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 11, "lemma": "its", "misc": "", "start_char": 1367, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1381, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "productive", "misc": "", "start_char": 1371, "text": "productive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1387, "feats": "Number=Sing", "head": 16, "id": 13, "lemma": "power", "misc": "", "start_char": 1382, "text": "power", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1393, "feats": "VerbForm=Fin", "head": 16, "id": 14, "lemma": "would", "misc": "", "start_char": 1388, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1400, "feats": null, "head": 16, "id": 15, "lemma": "slowly", "misc": "", "start_char": 1394, "text": "slowly", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1407, "feats": "VerbForm=Inf", "head": 7, "id": 16, "lemma": "return", "misc": "", "start_char": 1401, "text": "return", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1410, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 1408, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1417, "feats": "Degree=Pos", "head": 16, "id": 18, "lemma": "normal", "misc": "", "start_char": 1411, "text": "normal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1425, "feats": null, "head": 21, "id": 19, "lemma": "through", "misc": "", "start_char": 1418, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1431, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "their", "misc": "", "start_char": 1426, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1437, "feats": "Number=Sing", "head": 16, "id": 21, "lemma": "decay", "misc": "", "start_char": 1432, "text": "decay", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1439, "feats": null, "head": 7, "id": 22, "lemma": ".", "misc": "", "start_char": 1438, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (CC But) (NP (NN nature)) (, ,) (S (VP (VBN left) (ADVP (RB alone)))) (, ,) (VP (MD would) (VP (VB take) (NP (DT a) (JJ long) (NN time)) (S (VP (TO to) (VP (VB bring) (ADVP (RB back)) (NP (DT the) (NN land)) (PP (IN to) (NP (PRP$ its) (JJ former) (NN state))))))))) (: ;) (S (S (NP (NP (DT the) (NN length)) (PP (PP (IN of) (NP (NN time))) (VP (VBN required)))) (VP (MD would) (VP (VB depend) (PP (IN on) (NP (JJ local) (NNS conditions)))))) (, ,) (CC but) (S (NP (PRP it)) (VP (MD might) (ADVP (RB well)) (VP (VB be) (NP (CD ten) (NNS years)))))) (. .)))" }, "speaker": null, "text": "But nature, left alone, would take a long time to bring back the land to its former state; the length of time required would depend on local conditions, but it might well be ten years.", "tokens": [ { "deprel": "cc", "end_char": 1443, "feats": null, "head": 8, "id": 1, "lemma": "but", "misc": "", "start_char": 1440, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1450, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "nature", "misc": "", "start_char": 1444, "text": "nature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1452, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 1451, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 1457, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 4, "lemma": "leave", "misc": "", "start_char": 1453, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1463, "feats": null, "head": 4, "id": 5, "lemma": "alone", "misc": "", "start_char": 1458, "text": "alone", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1465, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 1464, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1471, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "would", "misc": "", "start_char": 1466, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1476, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "take", "misc": "", "start_char": 1472, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1478, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 1477, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1483, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "long", "misc": "", "start_char": 1479, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1488, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "time", "misc": "", "start_char": 1484, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1491, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1489, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1497, "feats": "VerbForm=Inf", "head": 8, "id": 13, "lemma": "bring", "misc": "", "start_char": 1492, "text": "bring", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1502, "feats": null, "head": 13, "id": 14, "lemma": "back", "misc": "", "start_char": 1498, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1506, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1503, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1511, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "land", "misc": "", "start_char": 1507, "text": "land", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1514, "feats": null, "head": 20, "id": 17, "lemma": "to", "misc": "", "start_char": 1512, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1518, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "its", "misc": "", "start_char": 1515, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1525, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "former", "misc": "", "start_char": 1519, "text": "former", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1531, "feats": "Number=Sing", "head": 13, "id": 20, "lemma": "state", "misc": "", "start_char": 1526, "text": "state", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1533, "feats": null, "head": 28, "id": 21, "lemma": ";", "misc": "", "start_char": 1532, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 1537, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 1534, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1544, "feats": "Number=Sing", "head": 28, "id": 23, "lemma": "length", "misc": "", "start_char": 1538, "text": "length", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1547, "feats": null, "head": 25, "id": 24, "lemma": "of", "misc": "", "start_char": 1545, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1552, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "time", "misc": "", "start_char": 1548, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1561, "feats": "Tense=Past|VerbForm=Part", "head": 23, "id": 26, "lemma": "require", "misc": "", "start_char": 1553, "text": "required", "upos": "VERB", "xpos": "VBN" }, { "deprel": "aux", "end_char": 1567, "feats": "VerbForm=Fin", "head": 28, "id": 27, "lemma": "would", "misc": "", "start_char": 1562, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1574, "feats": "VerbForm=Inf", "head": 8, "id": 28, "lemma": "depend", "misc": "", "start_char": 1568, "text": "depend", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1577, "feats": null, "head": 31, "id": 29, "lemma": "on", "misc": "", "start_char": 1575, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1583, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "local", "misc": "", "start_char": 1578, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1594, "feats": "Number=Plur", "head": 28, "id": 31, "lemma": "condition", "misc": "", "start_char": 1584, "text": "conditions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1596, "feats": null, "head": 39, "id": 32, "lemma": ",", "misc": "", "start_char": 1595, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1600, "feats": null, "head": 39, "id": 33, "lemma": "but", "misc": "", "start_char": 1597, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1603, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 39, "id": 34, "lemma": "it", "misc": "", "start_char": 1601, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1609, "feats": "VerbForm=Fin", "head": 39, "id": 35, "lemma": "might", "misc": "", "start_char": 1604, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1614, "feats": "Degree=Pos", "head": 39, "id": 36, "lemma": "well", "misc": "", "start_char": 1610, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 1617, "feats": "VerbForm=Inf", "head": 39, "id": 37, "lemma": "be", "misc": "", "start_char": 1615, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "nummod", "end_char": 1621, "feats": "NumForm=Word|NumType=Card", "head": 39, "id": 38, "lemma": "ten", "misc": "", "start_char": 1618, "text": "ten", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 1627, "feats": "Number=Plur", "head": 28, "id": 39, "lemma": "year", "misc": "", "start_char": 1622, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1629, "feats": null, "head": 8, "id": 40, "lemma": ".", "misc": "", "start_char": 1628, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1631, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1630, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBZ is) (NP (DT a) (JJ bad) (NN practice)) (S (VP (TO to) (VP (VB grow) (NP (NP (DT the) (JJ same) (NN crop)) (PP (IN in) (NP (DT a) (NN field)))) (NP (NP (NN year)) (PP (IN after) (NP (NN year)))))))) (. .)))" }, "speaker": null, "text": "It is a bad practice to grow the same crop in a field year after year.", "tokens": [ { "deprel": "expl", "end_char": 1634, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 1632, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1637, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1635, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1639, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 1638, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1643, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "bad", "misc": "", "start_char": 1640, "text": "bad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1652, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "practice", "misc": "", "start_char": 1644, "text": "practice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1655, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1653, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1660, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "grow", "misc": "", "start_char": 1656, "text": "grow", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1664, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 1661, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1669, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "same", "misc": "", "start_char": 1665, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1674, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "crop", "misc": "", "start_char": 1670, "text": "crop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1677, "feats": null, "head": 13, "id": 11, "lemma": "in", "misc": "", "start_char": 1675, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1679, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 1678, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1685, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "field", "misc": "", "start_char": 1680, "text": "field", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl:tmod", "end_char": 1690, "feats": "Number=Sing", "head": 7, "id": 14, "lemma": "year", "misc": "", "start_char": 1686, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1696, "feats": null, "head": 16, "id": 15, "lemma": "after", "misc": "", "start_char": 1691, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1701, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "year", "misc": "", "start_char": 1697, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1703, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 1702, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (DT the) (NN crop)) (VP (VBZ is) (VP (VBN changed))))) (, ,) (NP (DT the) (NN land)) (VP (MD will) (VP (VB suffer) (ADVP (JJR less)) (SBAR (IN because) (S (NP (PRP it)) (VP (VBZ is) (VP (VBN treated) (CC and) (VBN used) (PP (IN in) (NP (DT a) (JJ different) (NN way))))))))) (. .)))" }, "speaker": null, "text": "If the crop is changed, the land will suffer less because it is treated and used in a different way.", "tokens": [ { "deprel": "mark", "end_char": 1706, "feats": null, "head": 5, "id": 1, "lemma": "if", "misc": "", "start_char": 1704, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1710, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1707, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1715, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "crop", "misc": "", "start_char": 1711, "text": "crop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1718, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1716, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1726, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 10, "id": 5, "lemma": "change", "misc": "", "start_char": 1719, "text": "changed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1728, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 1727, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1732, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1729, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1737, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "land", "misc": "", "start_char": 1733, "text": "land", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1742, "feats": "VerbForm=Fin", "head": 10, "id": 9, "lemma": "will", "misc": "", "start_char": 1738, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1749, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "suffer", "misc": "", "start_char": 1743, "text": "suffer", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1754, "feats": "Degree=Cmp", "head": 10, "id": 11, "lemma": "less", "misc": "", "start_char": 1750, "text": "less", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 1762, "feats": null, "head": 15, "id": 12, "lemma": "because", "misc": "", "start_char": 1755, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 1765, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "it", "misc": "", "start_char": 1763, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1768, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 1766, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1776, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 10, "id": 15, "lemma": "treat", "misc": "", "start_char": 1769, "text": "treated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cc", "end_char": 1780, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 1777, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1785, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 17, "lemma": "use", "misc": "", "start_char": 1781, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1788, "feats": null, "head": 21, "id": 18, "lemma": "in", "misc": "", "start_char": 1786, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1790, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 1789, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1800, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "different", "misc": "", "start_char": 1791, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1804, "feats": "Number=Sing", "head": 15, "id": 21, "lemma": "way", "misc": "", "start_char": 1801, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1806, "feats": null, "head": 10, "id": 22, "lemma": ".", "misc": "", "start_char": 1805, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (JJ Different) (NNS plants)) (VP (VBP have) (NP (NP (JJ different) (NNS effects)) (PP (IN on) (NP (DT the) (NN soil))))) (. .)))" }, "speaker": null, "text": "Different plants have different effects on the soil.", "tokens": [ { "deprel": "amod", "end_char": 1816, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "different", "misc": "", "start_char": 1807, "text": "Different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1823, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "plant", "misc": "", "start_char": 1817, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1828, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 1824, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1838, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "different", "misc": "", "start_char": 1829, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1846, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "effect", "misc": "", "start_char": 1839, "text": "effects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1849, "feats": null, "head": 8, "id": 6, "lemma": "on", "misc": "", "start_char": 1847, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1853, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1850, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1858, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "soil", "misc": "", "start_char": 1854, "text": "soil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1860, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 1859, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Therefore)) (, ,) (NP (NP (DT a) (NN change)) (PP (IN of) (NP (NN crop)))) (VP (MD will) (VP (VB do) (NP (NP (JJR less) (NN harm)) (PP (IN than) (NP (NP (DT the) (NN growing)) (PP (IN of) (NP (DT the) (JJ same) (NN crop)))))) (NP (NP (NN year)) (PP (IN after) (NP (NN year))))))) (CC and) (S (NP (NP (DT a) (JJ regular) (NN change)) (PP (IN to) (NP (NN grass)))) (VP (MD will) (VP (VB do) (ADJP (JJ good)) (PP (IN to) (NP (DT the) (NN soil)))))) (. .)))" }, "speaker": null, "text": "Therefore, a change of crop will do less harm than the growing of the same crop year after year and a regular change to grass will do good to the soil.", "tokens": [ { "deprel": "advmod", "end_char": 1870, "feats": null, "head": 8, "id": 1, "lemma": "therefore", "misc": "", "start_char": 1861, "text": "Therefore", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1872, "feats": null, "head": 8, "id": 2, "lemma": ",", "misc": "", "start_char": 1871, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1874, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 1873, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1881, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "change", "misc": "", "start_char": 1875, "text": "change", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1884, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1882, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1889, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "crop", "misc": "", "start_char": 1885, "text": "crop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1894, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "will", "misc": "", "start_char": 1890, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1897, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "do", "misc": "", "start_char": 1895, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1902, "feats": "Degree=Cmp", "head": 10, "id": 9, "lemma": "less", "misc": "", "start_char": 1898, "text": "less", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1907, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "harm", "misc": "", "start_char": 1903, "text": "harm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1912, "feats": null, "head": 13, "id": 11, "lemma": "than", "misc": "", "start_char": 1908, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1916, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1913, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1924, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "grow", "misc": "", "start_char": 1917, "text": "growing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1927, "feats": null, "head": 17, "id": 14, "lemma": "of", "misc": "", "start_char": 1925, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1931, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 1928, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1936, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "same", "misc": "", "start_char": 1932, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1941, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "crop", "misc": "", "start_char": 1937, "text": "crop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:tmod", "end_char": 1946, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "year", "misc": "", "start_char": 1942, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1952, "feats": null, "head": 20, "id": 19, "lemma": "after", "misc": "", "start_char": 1947, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1957, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "year", "misc": "", "start_char": 1953, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1961, "feats": null, "head": 28, "id": 21, "lemma": "and", "misc": "", "start_char": 1958, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1963, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 1962, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1971, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "regular", "misc": "", "start_char": 1964, "text": "regular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1978, "feats": "Number=Sing", "head": 28, "id": 24, "lemma": "change", "misc": "", "start_char": 1972, "text": "change", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1981, "feats": null, "head": 26, "id": 25, "lemma": "to", "misc": "", "start_char": 1979, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1987, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "grass", "misc": "", "start_char": 1982, "text": "grass", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1992, "feats": "VerbForm=Fin", "head": 28, "id": 27, "lemma": "will", "misc": "", "start_char": 1988, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1995, "feats": "VerbForm=Inf", "head": 8, "id": 28, "lemma": "do", "misc": "", "start_char": 1993, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 2000, "feats": "Degree=Pos", "head": 28, "id": 29, "lemma": "good", "misc": "", "start_char": 1996, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 2003, "feats": null, "head": 32, "id": 30, "lemma": "to", "misc": "", "start_char": 2001, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2007, "feats": "Definite=Def|PronType=Art", "head": 32, "id": 31, "lemma": "the", "misc": "", "start_char": 2004, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2012, "feats": "Number=Sing", "head": 28, "id": 32, "lemma": "soil", "misc": "", "start_char": 2008, "text": "soil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2014, "feats": null, "head": 8, "id": 33, "lemma": ".", "misc": "", "start_char": 2013, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (JJ Much)) (VP (MD will) (ADVP (RB therefore)) (VP (VB be) (VP (VBN gained) (SBAR (IN if) (S (NP (JJ different) (NNS crops)) (VP (VBP are) (VP (VBN grown) (NP (CD one)) (PP (IN after) (NP (DT another))) (, ,) (NP (NP (DT a) (NN method)) (VP (VBN known) (PP (IN as) (NP (NP (DT the) (NN rotation)) (PP (IN of) (NP (NNS crops)))))))))))))) (. .)))" }, "speaker": null, "text": "Much will therefore be gained if different crops are grown one after another, a method known as the rotation of crops.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 2019, "feats": "Degree=Pos", "head": 5, "id": 1, "lemma": "much", "misc": "", "start_char": 2015, "text": "Much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "aux", "end_char": 2024, "feats": "VerbForm=Fin", "head": 5, "id": 2, "lemma": "will", "misc": "", "start_char": 2020, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 2034, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "therefore", "misc": "", "start_char": 2025, "text": "therefore", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 2037, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 2035, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 2044, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "gain", "misc": "", "start_char": 2038, "text": "gained", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 2047, "feats": null, "head": 10, "id": 6, "lemma": "if", "misc": "", "start_char": 2045, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 2057, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "different", "misc": "", "start_char": 2048, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 2063, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "crop", "misc": "", "start_char": 2058, "text": "crops", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 2067, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 2064, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 2073, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 10, "lemma": "grow", "misc": "", "start_char": 2068, "text": "grown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 2077, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 11, "lemma": "one", "misc": "", "start_char": 2074, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 2083, "feats": null, "head": 13, "id": 12, "lemma": "after", "misc": "", "start_char": 2078, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2091, "feats": null, "head": 10, "id": 13, "lemma": "another", "misc": "", "start_char": 2084, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 2093, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 2092, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 2095, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 2094, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "parataxis", "end_char": 2102, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "method", "misc": "", "start_char": 2096, "text": "method", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 2108, "feats": "Tense=Past|VerbForm=Part", "head": 16, "id": 17, "lemma": "know", "misc": "", "start_char": 2103, "text": "known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 2111, "feats": null, "head": 20, "id": 18, "lemma": "as", "misc": "", "start_char": 2109, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2115, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 2112, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2124, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "rotation", "misc": "", "start_char": 2116, "text": "rotation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2127, "feats": null, "head": 22, "id": 21, "lemma": "of", "misc": "", "start_char": 2125, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2133, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "crop", "misc": "", "start_char": 2128, "text": "crops", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2135, "feats": null, "head": 5, "id": 23, "lemma": ".", "misc": "", "start_char": 2134, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
When nature is left alone, a balance is reached among the animals and plants living in one area. But when man starts his work in nature, the balance is likely to be destroyed. He grows a crop and takes it away to eat; then there are no dead leaves to fall on the ground, holding water while it sinks into the surface, or decaying and adding humus to the soil. Unless a farmer acts with knowledge and skill, he is therefore most likely to make the land poorer. To take the place of the useful matter in the crops that he removes, he uses some kind of fertilizer. Chemical fertilizers are of great help, but the waste products of animals and decaying remains of plants should also be put on the land. In some places, it is a habit to burn waste material lying about, but such burning destroys the useful matter in the dead plants. Although the ashes that are left are valuable when put on the land, a better practice is to bury the waste so that it decays and increases the humus in the soil. In the past, when the world population was much lower than it is now, a man had little difficulty in ordinary times in growing the food that was needed. When a field had been used some years and had become tired, the farmer could move to another place. The tired land then slowly recovered. Gradually grasses and other plants would appear on it and its productive power would slowly return to normal through their decay. But nature, left alone, would take a long time to bring back the land to its former state; the length of time required would depend on local conditions, but it might well be ten years. It is a bad practice to grow the same crop in a field year after year. If the crop is changed, the land will suffer less because it is treated and used in a different way. Different plants have different effects on the soil. Therefore, a change of crop will do less harm than the growing of the same crop year after year and a regular change to grass will do good to the soil. Much will therefore be gained if different crops are grown one after another, a method known as the rotation of crops.
[ [ [ 0, 1, 1 ], [ 1, 7, 7 ], [ 13, 1, 1 ], [ 13, 17, 17 ] ], [ [ 0, 6, 7 ], [ 1, 9, 10 ] ], [ [ 0, 11, 18 ] ], [ [ 0, 17, 18 ] ], [ [ 1, 4, 7 ] ], [ [ 2, 11, 11 ], [ 11, 3, 3 ] ], [ [ 2, 20, 21 ] ], [ [ 2, 24, 24 ] ], [ [ 2, 26, 26 ], [ 2, 2, 3 ], [ 2, 6, 6 ] ], [ [ 2, 29, 30 ] ], [ [ 2, 33, 39 ] ], [ [ 2, 36, 36 ] ], [ [ 3, 1, 2 ], [ 3, 9, 9 ], [ 4, 12, 12 ], [ 4, 15, 15 ], [ 10, 13, 14 ] ], [ [ 3, 5, 5 ] ], [ [ 3, 7, 7 ] ], [ [ 3, 5, 7 ] ], [ [ 4, 5, 13 ] ], [ [ 4, 9, 13 ] ], [ [ 4, 17, 20 ] ], [ [ 4, 20, 20 ] ], [ [ 5, 0, 1 ] ], [ [ 5, 4, 5 ] ], [ [ 5, 8, 12 ] ], [ [ 5, 12, 12 ] ], [ [ 5, 14, 17 ] ], [ [ 5, 17, 17 ] ], [ [ 5, 8, 17 ] ], [ [ 6, 1, 2 ] ], [ [ 6, 6, 7 ] ], [ [ 6, 11, 12 ] ], [ [ 6, 19, 21 ] ], [ [ 6, 23, 25 ] ], [ [ 7, 1, 5 ] ], [ [ 7, 14, 16 ] ], [ [ 7, 20, 21 ], [ 7, 24, 24 ] ], [ [ 7, 28, 32 ] ], [ [ 9, 1, 2 ] ], [ [ 9, 5, 7 ], [ 9, 12, 12 ] ], [ [ 9, 6, 6 ] ], [ [ 9, 14, 14 ] ], [ [ 9, 16, 17 ] ], [ [ 9, 19, 20 ] ], [ [ 9, 22, 23 ] ], [ [ 9, 25, 30 ] ], [ [ 9, 26, 30 ] ], [ [ 10, 6, 7 ] ], [ [ 10, 18, 19 ] ], [ [ 11, 0, 2 ] ], [ [ 12, 3, 4 ] ], [ [ 12, 1, 1 ] ], [ [ 12, 1, 4 ], [ 12, 19, 19 ] ], [ [ 12, 8, 8 ], [ 12, 10, 10 ] ], [ [ 12, 10, 12 ] ], [ [ 12, 19, 20 ] ], [ [ 13, 8, 10 ] ], [ [ 13, 17, 19 ] ], [ [ 13, 21, 24 ] ], [ [ 13, 24, 24 ] ], [ [ 13, 29, 30 ] ], [ [ 13, 37, 38 ] ], [ [ 15, 7, 9 ], [ 16, 1, 2 ], [ 18, 5, 5 ] ], [ [ 15, 11, 12 ], [ 10, 1, 2 ] ], [ [ 15, 13, 15 ], [ 18, 17, 19 ] ], [ [ 15, 13, 13 ], [ 15, 15, 15 ], [ 18, 17, 17 ], [ 18, 19, 19 ] ], [ [ 16, 6, 7 ], [ 13, 14, 15 ], [ 7, 11, 12 ], [ 3, 16, 17 ], [ 5, 23, 24 ], [ 16, 12, 12 ] ], [ [ 16, 18, 20 ] ], [ [ 17, 0, 1 ] ], [ [ 17, 3, 4 ] ], [ [ 17, 6, 7 ], [ 2, 38, 39 ], [ 7, 31, 32 ], [ 18, 30, 31 ] ], [ [ 18, 2, 5 ] ], [ [ 18, 8, 16 ] ], [ [ 18, 11, 16 ] ], [ [ 18, 14, 16 ] ], [ [ 18, 21, 25 ] ], [ [ 18, 25, 25 ] ], [ [ 19, 6, 7 ] ], [ [ 19, 10, 12 ] ], [ [ 19, 14, 15 ] ], [ [ 19, 18, 21 ] ], [ [ 19, 21, 21 ] ], [ [ 2, 14, 21 ] ], [ [ 4, 2, 3 ] ], [ [ 6, 16, 17 ] ], [ [ 1, 2, 2 ], [ 1, 4, 4 ], [ 2, 0, 0 ] ], [ [ 19, 10, 10 ] ], [ [ 19, 12, 12 ] ], [ [ 15, 2, 12 ] ], [ [ 2, 23, 30 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36165
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NN Language) (NN learning)) (VP (VBZ begins) (PP (IN with) (S (VP (NN listening))))) (. .)))" }, "speaker": null, "text": "Language learning begins with listening.", "tokens": [ { "deprel": "compound", "end_char": 8, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "language", "misc": "", "start_char": 0, "text": "Language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 17, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "learning", "misc": "", "start_char": 9, "text": "learning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 24, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "begin", "misc": "", "start_char": 18, "text": "begins", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 29, "feats": null, "head": 5, "id": 4, "lemma": "with", "misc": "", "start_char": 25, "text": "with", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "obl", "end_char": 39, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "listening", "misc": "", "start_char": 30, "text": "listening", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 41, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 40, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (S (NP (NNS Children)) (VP (VBP are) (ADJP (RB greatly) (JJ different) (PP (IN in) (NP (NP (NP (DT the) (NN amount)) (PP (IN of) (NP (NN listening)))) (SBAR (S (NP (PRP they)) (VP (VBP do) (SBAR (IN before) (S (NP (PRP they)) (VP (VBP start) (S (VP (VBG speaking)))))))))))))) (, ,) (CC and) (S (NP (JJR later) (NNS starters)) (VP (VBP are) (ADVP (RB often)) (NP (JJ long) (NNS listeners)))) (. .)))" }, "speaker": null, "text": "Children are greatly different in the amount of listening they do before they start speaking, and later starters are often long listeners.", "tokens": [ { "deprel": "nsubj", "end_char": 50, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "child", "misc": "", "start_char": 42, "text": "Children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 54, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 51, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 62, "feats": null, "head": 4, "id": 3, "lemma": "greatly", "misc": "", "start_char": 55, "text": "greatly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 72, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "different", "misc": "", "start_char": 63, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 75, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 73, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 79, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 76, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 86, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "amount", "misc": "", "start_char": 80, "text": "amount", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 89, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 87, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 99, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "listening", "misc": "", "start_char": 90, "text": "listening", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 104, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "they", "misc": "", "start_char": 100, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 107, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 11, "lemma": "do", "misc": "", "start_char": 105, "text": "do", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 114, "feats": null, "head": 14, "id": 12, "lemma": "before", "misc": "", "start_char": 108, "text": "before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 119, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "they", "misc": "", "start_char": 115, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 125, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 14, "lemma": "start", "misc": "", "start_char": 120, "text": "start", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 134, "feats": "VerbForm=Ger", "head": 14, "id": 15, "lemma": "speak", "misc": "", "start_char": 126, "text": "speaking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 136, "feats": null, "head": 23, "id": 16, "lemma": ",", "misc": "", "start_char": 135, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 140, "feats": null, "head": 23, "id": 17, "lemma": "and", "misc": "", "start_char": 137, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 146, "feats": "Degree=Cmp", "head": 19, "id": 18, "lemma": "late", "misc": "", "start_char": 141, "text": "later", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 155, "feats": "Number=Plur", "head": 23, "id": 19, "lemma": "starter", "misc": "", "start_char": 147, "text": "starters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 159, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 20, "lemma": "be", "misc": "", "start_char": 156, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 165, "feats": null, "head": 23, "id": 21, "lemma": "often", "misc": "", "start_char": 160, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 170, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "long", "misc": "", "start_char": 166, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 180, "feats": "Number=Plur", "head": 4, "id": 23, "lemma": "listener", "misc": "", "start_char": 171, "text": "listeners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 182, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 181, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (JJS Most) (NNS children)) (VP (MD will) (VP (`` ``) (VB obey) (`` '') (NP (VBN spoken) (NNS instructions)) (NP (NP (DT some) (NN time)) (SBAR (IN before) (S (NP (PRP they)) (VP (MD can) (VP (VB speak)))))) (, ,) (SBAR (IN though) (S (NP (NP (DT the) (NN word)) (VP (`` ``) (VB obey) ('' ''))) (VP (VBZ is) (ADJP (RB hardly) (JJ exact) (PP (IN as) (NP (NP (DT a) (NN description)) (PP (IN of) (NP (NP (DT the) (ADJP (JJ eager) (CC and) (JJ delighted)) (NN co-) (NN operation)) (VP (ADVP (RB usually)) (VBN shown) (PP (IN by) (NP (DT the) (NN child)))))))))))))) (. .)))" }, "speaker": null, "text": "Most children will \"obey\" spoken instructions some time before they can speak, though the word \"obey\" is hardly exact as a description of the eager and delighted co- operation usually shown by the child.", "tokens": [ { "deprel": "amod", "end_char": 187, "feats": "Degree=Sup", "head": 2, "id": 1, "lemma": "most", "misc": "", "start_char": 183, "text": "Most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 196, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "child", "misc": "", "start_char": 188, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 201, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "will", "misc": "", "start_char": 197, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "punct", "end_char": 204, "feats": null, "head": 5, "id": 4, "lemma": "``", "misc": "", "start_char": 202, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "root", "end_char": 209, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "obey", "misc": "", "start_char": 205, "text": "obey", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 212, "feats": null, "head": 8, "id": 6, "lemma": "''", "misc": "", "start_char": 210, "text": "''", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 219, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 7, "lemma": "speak", "misc": "", "start_char": 213, "text": "spoken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 232, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "instruction", "misc": "", "start_char": 220, "text": "instructions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 237, "feats": null, "head": 10, "id": 9, "lemma": "some", "misc": "", "start_char": 233, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 242, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "time", "misc": "", "start_char": 238, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 249, "feats": null, "head": 14, "id": 11, "lemma": "before", "misc": "", "start_char": 243, "text": "before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 254, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 12, "lemma": "they", "misc": "", "start_char": 250, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 258, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "can", "misc": "", "start_char": 255, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl", "end_char": 264, "feats": "VerbForm=Inf", "head": 10, "id": 14, "lemma": "speak", "misc": "", "start_char": 259, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 266, "feats": null, "head": 5, "id": 15, "lemma": ",", "misc": "", "start_char": 265, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 273, "feats": null, "head": 24, "id": 16, "lemma": "though", "misc": "", "start_char": 267, "text": "though", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 277, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 274, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 282, "feats": "Number=Sing", "head": 20, "id": 18, "lemma": "word", "misc": "", "start_char": 278, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 285, "feats": null, "head": 20, "id": 19, "lemma": "``", "misc": "", "start_char": 283, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 290, "feats": "VerbForm=Inf", "head": 24, "id": 20, "lemma": "obey", "misc": "", "start_char": 286, "text": "obey", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 293, "feats": null, "head": 20, "id": 21, "lemma": "''", "misc": "", "start_char": 291, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cop", "end_char": 296, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 22, "lemma": "be", "misc": "", "start_char": 294, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 303, "feats": null, "head": 24, "id": 23, "lemma": "hardly", "misc": "", "start_char": 297, "text": "hardly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 309, "feats": "Degree=Pos", "head": 5, "id": 24, "lemma": "exact", "misc": "", "start_char": 304, "text": "exact", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 312, "feats": null, "head": 27, "id": 25, "lemma": "as", "misc": "", "start_char": 310, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 314, "feats": "Definite=Ind|PronType=Art", "head": 27, "id": 26, "lemma": "a", "misc": "", "start_char": 313, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 326, "feats": "Number=Sing", "head": 24, "id": 27, "lemma": "description", "misc": "", "start_char": 315, "text": "description", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 329, "feats": null, "head": 34, "id": 28, "lemma": "of", "misc": "", "start_char": 327, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 333, "feats": "Definite=Def|PronType=Art", "head": 34, "id": 29, "lemma": "the", "misc": "", "start_char": 330, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 339, "feats": "Degree=Pos", "head": 34, "id": 30, "lemma": "eager", "misc": "", "start_char": 334, "text": "eager", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 343, "feats": null, "head": 32, "id": 31, "lemma": "and", "misc": "", "start_char": 340, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 353, "feats": "Degree=Pos", "head": 30, "id": 32, "lemma": "delighted", "misc": "", "start_char": 344, "text": "delighted", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 357, "feats": "Number=Sing", "head": 34, "id": 33, "lemma": "co-", "misc": "", "start_char": 354, "text": "co-", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 367, "feats": "Number=Sing", "head": 27, "id": 34, "lemma": "operation", "misc": "", "start_char": 358, "text": "operation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 375, "feats": null, "head": 36, "id": 35, "lemma": "usually", "misc": "", "start_char": 368, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl", "end_char": 381, "feats": "Tense=Past|VerbForm=Part", "head": 34, "id": 36, "lemma": "show", "misc": "", "start_char": 376, "text": "shown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 384, "feats": null, "head": 39, "id": 37, "lemma": "by", "misc": "", "start_char": 382, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 388, "feats": "Definite=Def|PronType=Art", "head": 39, "id": 38, "lemma": "the", "misc": "", "start_char": 385, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 394, "feats": "Number=Sing", "head": 36, "id": 39, "lemma": "child", "misc": "", "start_char": 389, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 396, "feats": null, "head": 5, "id": 40, "lemma": ".", "misc": "", "start_char": 395, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Before) (S (NP (PRP they)) (VP (MD can) (VP (VB speak))))) (, ,) (NP (JJ many) (NNS children)) (VP (MD will) (ADVP (RB also)) (VP (VB ask) (NP (NNS questions)) (PP (PP (IN by) (NP (NNS gestures))) (CC and) (PP (IN by) (S (VP (VBG making) (NP (NN questioning) (NNS noises)))))))) (. .)))" }, "speaker": null, "text": "Before they can speak, many children will also ask questions by gestures and by making questioning noises.", "tokens": [ { "deprel": "mark", "end_char": 403, "feats": null, "head": 4, "id": 1, "lemma": "before", "misc": "", "start_char": 397, "text": "Before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 408, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "they", "misc": "", "start_char": 404, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 412, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 409, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 418, "feats": "VerbForm=Inf", "head": 10, "id": 4, "lemma": "speak", "misc": "", "start_char": 413, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 420, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 419, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 425, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "many", "misc": "", "start_char": 421, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 434, "feats": "Number=Plur", "head": 10, "id": 7, "lemma": "child", "misc": "", "start_char": 426, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 439, "feats": "VerbForm=Fin", "head": 10, "id": 8, "lemma": "will", "misc": "", "start_char": 435, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 444, "feats": null, "head": 10, "id": 9, "lemma": "also", "misc": "", "start_char": 440, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 448, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "ask", "misc": "", "start_char": 445, "text": "ask", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 458, "feats": "Number=Plur", "head": 10, "id": 11, "lemma": "question", "misc": "", "start_char": 449, "text": "questions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 461, "feats": null, "head": 13, "id": 12, "lemma": "by", "misc": "", "start_char": 459, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 470, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "gesture", "misc": "", "start_char": 462, "text": "gestures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 474, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 471, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 477, "feats": null, "head": 16, "id": 15, "lemma": "by", "misc": "", "start_char": 475, "text": "by", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "conj", "end_char": 484, "feats": "VerbForm=Ger", "head": 10, "id": 16, "lemma": "make", "misc": "", "start_char": 478, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 496, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "question", "misc": "", "start_char": 485, "text": "questioning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 503, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "noise", "misc": "", "start_char": 497, "text": "noises", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 505, "feats": null, "head": 10, "id": 19, "lemma": ".", "misc": "", "start_char": 504, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 507, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 506, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT Any) (NN attempt) (S (VP (TO to) (VP (VB study) (NP (NP (DT the) (NN development)) (PP (IN from) (NP (NP (DT the) (NNS noises)) (SBAR (S (NP (NNS babies)) (VP (VBP make) (PP (IN to) (NP (PRP$ their) (JJ first) (VBN spoken) (NNS words))))))))))))) (VP (VBZ leads) (PP (IN to) (NP (JJ considerable) (NNS difficulties)))) (. .)))" }, "speaker": null, "text": "Any attempt to study the development from the noises babies make to their first spoken words leads to considerable difficulties.", "tokens": [ { "deprel": "det", "end_char": 511, "feats": null, "head": 2, "id": 1, "lemma": "any", "misc": "", "start_char": 508, "text": "Any", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 519, "feats": "Number=Sing", "head": 17, "id": 2, "lemma": "attempt", "misc": "", "start_char": 512, "text": "attempt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 522, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 520, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 528, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "study", "misc": "", "start_char": 523, "text": "study", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 532, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 529, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 544, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "development", "misc": "", "start_char": 533, "text": "development", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 549, "feats": null, "head": 9, "id": 7, "lemma": "from", "misc": "", "start_char": 545, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 553, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 550, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 560, "feats": "Number=Plur", "head": 4, "id": 9, "lemma": "noise", "misc": "", "start_char": 554, "text": "noises", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 567, "feats": "Number=Plur", "head": 11, "id": 10, "lemma": "baby", "misc": "", "start_char": 561, "text": "babies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 572, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 11, "lemma": "make", "misc": "", "start_char": 568, "text": "make", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 575, "feats": null, "head": 16, "id": 12, "lemma": "to", "misc": "", "start_char": 573, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 581, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 13, "lemma": "their", "misc": "", "start_char": 576, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 587, "feats": "Degree=Pos|NumType=Ord", "head": 16, "id": 14, "lemma": "first", "misc": "", "start_char": 582, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 594, "feats": "Tense=Past|VerbForm=Part", "head": 16, "id": 15, "lemma": "speak", "misc": "", "start_char": 588, "text": "spoken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 600, "feats": "Number=Plur", "head": 11, "id": 16, "lemma": "word", "misc": "", "start_char": 595, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 606, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 17, "lemma": "lead", "misc": "", "start_char": 601, "text": "leads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 609, "feats": null, "head": 20, "id": 18, "lemma": "to", "misc": "", "start_char": 607, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 622, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "considerable", "misc": "", "start_char": 610, "text": "considerable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 635, "feats": "Number=Plur", "head": 17, "id": 20, "lemma": "difficulty", "misc": "", "start_char": 623, "text": "difficulties", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 637, "feats": null, "head": 17, "id": 21, "lemma": ".", "misc": "", "start_char": 636, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (VP (VBN agreed) (SBAR (SBAR (IN that) (S (NP (PRP they)) (VP (VBP enjoy) (S (VP (VBG making) (NP (NNS noises))))))) (, ,) (CC and) (SBAR (IN that) (S (PP (IN during) (NP (DT the) (JJ first) (JJ few) (NNS months))) (NP (QP (CD one) (CC or) (CD two)) (NNS noises)) (VP (VBP sort) (NP (PRP themselves)) (ADVP (RP out)) (PP (IN as) (NP (NP (JJ particular) (NN expression)) (PP (IN like) (NP (NP (NN delight)) (, ,) (NP (NN pain)) (, ,) (NP (NN friendliness)) (CC and) (ADVP (RB so) (RB on)))))))))))) (. .)))" }, "speaker": null, "text": "It's agreed that they enjoy making noises, and that during the first few months one or two noises sort themselves out as particular expression like delight, pain, friendliness and so on.", "tokens": [ { "deprel": "expl", "end_char": 640, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 638, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 643, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 641, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 650, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "agree", "misc": "", "start_char": 644, "text": "agreed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 655, "feats": null, "head": 6, "id": 4, "lemma": "that", "misc": "", "start_char": 651, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 660, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "they", "misc": "", "start_char": 656, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 666, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 6, "lemma": "enjoy", "misc": "", "start_char": 661, "text": "enjoy", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 673, "feats": "VerbForm=Ger", "head": 6, "id": 7, "lemma": "make", "misc": "", "start_char": 667, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 680, "feats": "Number=Plur", "head": 7, "id": 8, "lemma": "noise", "misc": "", "start_char": 674, "text": "noises", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 682, "feats": null, "head": 21, "id": 9, "lemma": ",", "misc": "", "start_char": 681, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 686, "feats": null, "head": 21, "id": 10, "lemma": "and", "misc": "", "start_char": 683, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 691, "feats": null, "head": 21, "id": 11, "lemma": "that", "misc": "", "start_char": 687, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "case", "end_char": 698, "feats": null, "head": 16, "id": 12, "lemma": "during", "misc": "", "start_char": 692, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 702, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 13, "lemma": "the", "misc": "", "start_char": 699, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 708, "feats": "Degree=Pos|NumType=Ord", "head": 16, "id": 14, "lemma": "first", "misc": "", "start_char": 703, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 712, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "few", "misc": "", "start_char": 709, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 719, "feats": "Number=Plur", "head": 21, "id": 16, "lemma": "month", "misc": "", "start_char": 713, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nummod", "end_char": 723, "feats": "NumForm=Word|NumType=Card", "head": 20, "id": 17, "lemma": "one", "misc": "", "start_char": 720, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 726, "feats": null, "head": 19, "id": 18, "lemma": "or", "misc": "", "start_char": 724, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 730, "feats": "NumForm=Word|NumType=Card", "head": 17, "id": 19, "lemma": "two", "misc": "", "start_char": 727, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 737, "feats": "Number=Plur", "head": 21, "id": 20, "lemma": "noise", "misc": "", "start_char": 731, "text": "noises", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 742, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 21, "lemma": "sort", "misc": "", "start_char": 738, "text": "sort", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 753, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 21, "id": 22, "lemma": "themselves", "misc": "", "start_char": 743, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 757, "feats": null, "head": 21, "id": 23, "lemma": "out", "misc": "", "start_char": 754, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 760, "feats": null, "head": 26, "id": 24, "lemma": "as", "misc": "", "start_char": 758, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 771, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "particular", "misc": "", "start_char": 761, "text": "particular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 782, "feats": "Number=Sing", "head": 21, "id": 26, "lemma": "expression", "misc": "", "start_char": 772, "text": "expression", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 787, "feats": null, "head": 28, "id": 27, "lemma": "like", "misc": "", "start_char": 783, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 795, "feats": "Number=Sing", "head": 26, "id": 28, "lemma": "delight", "misc": "", "start_char": 788, "text": "delight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 797, "feats": null, "head": 30, "id": 29, "lemma": ",", "misc": "", "start_char": 796, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 802, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "pain", "misc": "", "start_char": 798, "text": "pain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 804, "feats": null, "head": 32, "id": 31, "lemma": ",", "misc": "", "start_char": 803, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 817, "feats": "Number=Sing", "head": 28, "id": 32, "lemma": "friendliness", "misc": "", "start_char": 805, "text": "friendliness", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 821, "feats": null, "head": 35, "id": 33, "lemma": "and", "misc": "", "start_char": 818, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 824, "feats": null, "head": 35, "id": 34, "lemma": "so", "misc": "", "start_char": 822, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 827, "feats": null, "head": 28, "id": 35, "lemma": "on", "misc": "", "start_char": 825, "text": "on", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 829, "feats": null, "head": 3, "id": 36, "lemma": ".", "misc": "", "start_char": 828, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (CC But) (SBAR (IN since) (S (NP (DT these)) (VP (MD ca) (RB n't) (VP (VB be) (VP (VBN said) (S (VP (TO to) (VP (VB show) (NP (NP (DT the) (NN baby) (POS 's)) (NN intention) (S (VP (TO to) (VP (VB communicate))))))))))))) (, ,) (NP (PRP they)) (VP (MD can) (ADVP (RB hardly)) (VP (VB be) (VP (VBN regarded) (PP (IN as) (NP (NP (JJ early) (NNS forms)) (PP (IN of) (NP (NN language)))))))) (. .)))" }, "speaker": null, "text": "But since these can't be said to show the baby's intention to communicate, they can hardly be regarded as early forms of language.", "tokens": [ { "deprel": "cc", "end_char": 833, "feats": null, "head": 21, "id": 1, "lemma": "but", "misc": "", "start_char": 830, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 839, "feats": null, "head": 7, "id": 2, "lemma": "since", "misc": "", "start_char": 834, "text": "since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 845, "feats": "Number=Plur|PronType=Dem", "head": 7, "id": 3, "lemma": "this", "misc": "", "start_char": 840, "text": "these", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 848, "feats": "VerbForm=Fin", "head": 7, "id": 4, "lemma": "can", "misc": "", "start_char": 846, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 852, "feats": null, "head": 7, "id": 5, "lemma": "not", "misc": "", "start_char": 849, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 855, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 853, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advcl", "end_char": 860, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 21, "id": 7, "lemma": "say", "misc": "", "start_char": 856, "text": "said", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 863, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 861, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 868, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "show", "misc": "", "start_char": 864, "text": "show", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 872, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 869, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 877, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "baby", "misc": "", "start_char": 873, "text": "baby", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 880, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 878, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 890, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "intention", "misc": "", "start_char": 881, "text": "intention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 893, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 891, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 905, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "communicate", "misc": "", "start_char": 894, "text": "communicate", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 907, "feats": null, "head": 7, "id": 16, "lemma": ",", "misc": "", "start_char": 906, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 912, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 21, "id": 17, "lemma": "they", "misc": "", "start_char": 908, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 916, "feats": "VerbForm=Fin", "head": 21, "id": 18, "lemma": "can", "misc": "", "start_char": 913, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 923, "feats": null, "head": 21, "id": 19, "lemma": "hardly", "misc": "", "start_char": 917, "text": "hardly", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 926, "feats": "VerbForm=Inf", "head": 21, "id": 20, "lemma": "be", "misc": "", "start_char": 924, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 935, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 21, "lemma": "regard", "misc": "", "start_char": 927, "text": "regarded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 938, "feats": null, "head": 24, "id": 22, "lemma": "as", "misc": "", "start_char": 936, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 944, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "early", "misc": "", "start_char": 939, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 950, "feats": "Number=Plur", "head": 21, "id": 24, "lemma": "form", "misc": "", "start_char": 945, "text": "forms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 953, "feats": null, "head": 26, "id": 25, "lemma": "of", "misc": "", "start_char": 951, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 962, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "language", "misc": "", "start_char": 954, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 964, "feats": null, "head": 21, "id": 27, "lemma": ".", "misc": "", "start_char": 963, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (VP (VBN agreed) (ADVP (RB too)) (, ,) (SBAR (IN that) (S (PP (IN from) (NP (NP (RB about) (CD three) (NNS months)) (SBAR (S (NP (PRP they)) (VP (VBP play) (PP (IN with) (NP (NNS sounds))) (PP (IN for) (NP (NN enjoyment)))))))) (, ,) (CC and) (SBAR (IN that) (S (PP (IN by) (NP (CD six) (NNS months))) (NP (PRP they)) (VP (VBP are) (ADJP (JJ able) (S (VP (TO to) (VP (VB add) (NP (JJ new) (NNS words)) (PP (IN to) (NP (PRP$ their) (NN store)))))))))))))) (. .)))" }, "speaker": null, "text": "It is agreed too, that from about three months they play with sounds for enjoyment, and that by six months they are able to add new words to their store.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 967, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 965, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 970, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 968, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 977, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "agree", "misc": "", "start_char": 971, "text": "agreed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 981, "feats": null, "head": 3, "id": 4, "lemma": "too", "misc": "", "start_char": 978, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 983, "feats": null, "head": 3, "id": 5, "lemma": ",", "misc": "", "start_char": 982, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 988, "feats": null, "head": 12, "id": 6, "lemma": "that", "misc": "", "start_char": 984, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "case", "end_char": 993, "feats": null, "head": 10, "id": 7, "lemma": "from", "misc": "", "start_char": 989, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 999, "feats": null, "head": 9, "id": 8, "lemma": "about", "misc": "", "start_char": 994, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1005, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 9, "lemma": "three", "misc": "", "start_char": 1000, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1012, "feats": "Number=Plur", "head": 12, "id": 10, "lemma": "month", "misc": "", "start_char": 1006, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1017, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "they", "misc": "", "start_char": 1013, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "csubj:pass", "end_char": 1022, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 12, "lemma": "play", "misc": "", "start_char": 1018, "text": "play", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1027, "feats": null, "head": 14, "id": 13, "lemma": "with", "misc": "", "start_char": 1023, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1034, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "sound", "misc": "", "start_char": 1028, "text": "sounds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1038, "feats": null, "head": 16, "id": 15, "lemma": "for", "misc": "", "start_char": 1035, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1048, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "enjoyment", "misc": "", "start_char": 1039, "text": "enjoyment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1050, "feats": null, "head": 25, "id": 17, "lemma": ",", "misc": "", "start_char": 1049, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1054, "feats": null, "head": 25, "id": 18, "lemma": "and", "misc": "", "start_char": 1051, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1059, "feats": null, "head": 25, "id": 19, "lemma": "that", "misc": "", "start_char": 1055, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "case", "end_char": 1062, "feats": null, "head": 22, "id": 20, "lemma": "by", "misc": "", "start_char": 1060, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1066, "feats": "NumForm=Word|NumType=Card", "head": 22, "id": 21, "lemma": "six", "misc": "", "start_char": 1063, "text": "six", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1073, "feats": "Number=Plur", "head": 25, "id": 22, "lemma": "month", "misc": "", "start_char": 1067, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1078, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 25, "id": 23, "lemma": "they", "misc": "", "start_char": 1074, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1082, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 25, "id": 24, "lemma": "be", "misc": "", "start_char": 1079, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "conj", "end_char": 1087, "feats": "Degree=Pos", "head": 12, "id": 25, "lemma": "able", "misc": "", "start_char": 1083, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1090, "feats": null, "head": 27, "id": 26, "lemma": "to", "misc": "", "start_char": 1088, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1094, "feats": "VerbForm=Inf", "head": 25, "id": 27, "lemma": "add", "misc": "", "start_char": 1091, "text": "add", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1098, "feats": "Degree=Pos", "head": 29, "id": 28, "lemma": "new", "misc": "", "start_char": 1095, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1104, "feats": "Number=Plur", "head": 27, "id": 29, "lemma": "word", "misc": "", "start_char": 1099, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1107, "feats": null, "head": 32, "id": 30, "lemma": "to", "misc": "", "start_char": 1105, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1113, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 32, "id": 31, "lemma": "their", "misc": "", "start_char": 1108, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1119, "feats": "Number=Sing", "head": 27, "id": 32, "lemma": "store", "misc": "", "start_char": 1114, "text": "store", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1121, "feats": null, "head": 3, "id": 33, "lemma": ".", "misc": "", "start_char": 1120, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (DT This) (NN self) (HYPH -) (NN imitation)) (VP (VBZ leads) (PRT (RP out)) (PP (IN to) (NP (NP (JJ deliberate) (NN imitation)) (PP (IN of) (NP (NP (NP (NNS sounds)) (VP (VBN made))) (CC or) (NP (NP (NNS words)) (VP (VBN spoken) (PP (IN to) (NP (PRP them))) (PP (IN by) (NP (JJ other) (NNS people)))))))))) (. .)))" }, "speaker": null, "text": "This self - imitation leads out to deliberate imitation of sounds made or words spoken to them by other people.", "tokens": [ { "deprel": "det", "end_char": 1126, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 1122, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1131, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "self", "misc": "", "start_char": 1127, "text": "self", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1133, "feats": null, "head": 2, "id": 3, "lemma": "-", "misc": "", "start_char": 1132, "text": "-", "upos": "PUNCT", "xpos": "HYPH" }, { "deprel": "nsubj", "end_char": 1143, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "imitation", "misc": "", "start_char": 1134, "text": "imitation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1149, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "lead", "misc": "", "start_char": 1144, "text": "leads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 1153, "feats": null, "head": 5, "id": 6, "lemma": "out", "misc": "", "start_char": 1150, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1156, "feats": null, "head": 9, "id": 7, "lemma": "to", "misc": "", "start_char": 1154, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1167, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "deliberate", "misc": "", "start_char": 1157, "text": "deliberate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1177, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "imitation", "misc": "", "start_char": 1168, "text": "imitation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1180, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 1178, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1187, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "sound", "misc": "", "start_char": 1181, "text": "sounds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1192, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 12, "lemma": "make", "misc": "", "start_char": 1188, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cc", "end_char": 1195, "feats": null, "head": 14, "id": 13, "lemma": "or", "misc": "", "start_char": 1193, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1201, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "word", "misc": "", "start_char": 1196, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1208, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 15, "lemma": "speak", "misc": "", "start_char": 1202, "text": "spoken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1211, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1209, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1216, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 17, "lemma": "they", "misc": "", "start_char": 1212, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1219, "feats": null, "head": 20, "id": 18, "lemma": "by", "misc": "", "start_char": 1217, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1225, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "other", "misc": "", "start_char": 1220, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1232, "feats": "Number=Plur", "head": 15, "id": 20, "lemma": "person", "misc": "", "start_char": 1226, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1234, "feats": null, "head": 5, "id": 21, "lemma": ".", "misc": "", "start_char": 1233, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN problem)) (ADVP (RB then)) (VP (VBZ arises) (PP (IN to) (NP (NP (DT the) (NN point)) (SBAR (WHPP (IN at) (WHNP (WDT which))) (S (NP (PRP one)) (VP (MD can) (VP (VB say) (SBAR (IN that) (S (NP (DT these) (NNS imitations)) (VP (MD can) (VP (VB be) (VP (VBN considered) (PP (IN as) (NP (NN speech))))))))))))))) (. .)))" }, "speaker": null, "text": "The problem then arises to the point at which one can say that these imitations can be considered as speech.", "tokens": [ { "deprel": "det", "end_char": 1238, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1235, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1246, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "problem", "misc": "", "start_char": 1239, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1251, "feats": "PronType=Dem", "head": 4, "id": 3, "lemma": "then", "misc": "", "start_char": 1247, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1258, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "arise", "misc": "", "start_char": 1252, "text": "arises", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1261, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 1259, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1265, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1262, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1271, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "point", "misc": "", "start_char": 1266, "text": "point", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1274, "feats": null, "head": 9, "id": 8, "lemma": "at", "misc": "", "start_char": 1272, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1280, "feats": "PronType=Rel", "head": 12, "id": 9, "lemma": "which", "misc": "", "start_char": 1275, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 1284, "feats": "Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "one", "misc": "", "start_char": 1281, "text": "one", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1288, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "can", "misc": "", "start_char": 1285, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1292, "feats": "VerbForm=Inf", "head": 7, "id": 12, "lemma": "say", "misc": "", "start_char": 1289, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1297, "feats": null, "head": 18, "id": 13, "lemma": "that", "misc": "", "start_char": 1293, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1303, "feats": "Number=Plur|PronType=Dem", "head": 15, "id": 14, "lemma": "this", "misc": "", "start_char": 1298, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1314, "feats": "Number=Plur", "head": 18, "id": 15, "lemma": "imitation", "misc": "", "start_char": 1304, "text": "imitations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1318, "feats": "VerbForm=Fin", "head": 18, "id": 16, "lemma": "can", "misc": "", "start_char": 1315, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1321, "feats": "VerbForm=Inf", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 1319, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 1332, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 18, "lemma": "consider", "misc": "", "start_char": 1322, "text": "considered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1335, "feats": null, "head": 20, "id": 19, "lemma": "as", "misc": "", "start_char": 1333, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1342, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "speech", "misc": "", "start_char": 1336, "text": "speech", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1344, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 1343, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1346, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1345, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (NP (NP (DT a) (NN problem)) (SBAR (S (NP (PRP we)) (VP (VBP need) (S (VP (TO to) (VP (VB get) (NP (PRP$ our) (NNS teeth)) (PP (IN into)))))))))) (. .)))" }, "speaker": null, "text": "It is a problem we need to get our teeth into.", "tokens": [ { "deprel": "nsubj", "end_char": 1349, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 1347, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1352, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1350, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1354, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 1353, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1362, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "problem", "misc": "", "start_char": 1355, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1365, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "we", "misc": "", "start_char": 1363, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1370, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 6, "lemma": "need", "misc": "", "start_char": 1366, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1373, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1371, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1377, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "get", "misc": "", "start_char": 1374, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1381, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "our", "misc": "", "start_char": 1378, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1387, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "tooth", "misc": "", "start_char": 1382, "text": "teeth", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obl", "end_char": 1392, "feats": null, "head": 8, "id": 11, "lemma": "into", "misc": "", "start_char": 1388, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1394, "feats": null, "head": 4, "id": 12, "lemma": ".", "misc": "", "start_char": 1393, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (DT The) (NN meaning)) (PP (IN of) (NP (DT a) (NN word)))) (VP (VBZ depends) (PP (IN on) (SBAR (WHNP (WP what)) (S (NP (DT a) (JJ particular) (NN person)) (VP (VBZ means) (PP (IN by) (NP (PRP it))) (PP (IN in) (NP (DT a) (JJ particular) (NN situation))))))))) (CC and) (S (NP (NP (PRP it))) (VP (VBZ is) (ADJP (JJ clear)) (SBAR (IN that) (S (SBAR (WHNP (WP what)) (S (NP (DT a) (NN child)) (VP (VBZ means) (PP (IN by) (NP (DT a) (NN word)))))) (VP (MD will)))))) (. .)))" }, "speaker": null, "text": "The meaning of a word depends on what a particular person means by it in a particular situation and it is clear that what a child means by a word will.", "tokens": [ { "deprel": "det", "end_char": 1398, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1395, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1406, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "meaning", "misc": "", "start_char": 1399, "text": "meaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1409, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 1407, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1411, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1410, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1416, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "word", "misc": "", "start_char": 1412, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1424, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "depend", "misc": "", "start_char": 1417, "text": "depends", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1427, "feats": null, "head": 8, "id": 7, "lemma": "on", "misc": "", "start_char": 1425, "text": "on", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "obl", "end_char": 1432, "feats": "PronType=Rel", "head": 6, "id": 8, "lemma": "what", "misc": "", "start_char": 1428, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "det", "end_char": 1434, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 1433, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1445, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "particular", "misc": "", "start_char": 1435, "text": "particular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1452, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "person", "misc": "", "start_char": 1446, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 1458, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 12, "lemma": "mean", "misc": "", "start_char": 1453, "text": "means", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1461, "feats": null, "head": 14, "id": 13, "lemma": "by", "misc": "", "start_char": 1459, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1464, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 14, "lemma": "it", "misc": "", "start_char": 1462, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1467, "feats": null, "head": 18, "id": 15, "lemma": "in", "misc": "", "start_char": 1465, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1469, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 1468, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1480, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "particular", "misc": "", "start_char": 1470, "text": "particular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1490, "feats": "Number=Sing", "head": 12, "id": 18, "lemma": "situation", "misc": "", "start_char": 1481, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1494, "feats": null, "head": 22, "id": 19, "lemma": "and", "misc": "", "start_char": 1491, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 1497, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 20, "lemma": "it", "misc": "", "start_char": 1495, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1500, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 1498, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 1506, "feats": "Degree=Pos", "head": 6, "id": 22, "lemma": "clear", "misc": "", "start_char": 1501, "text": "clear", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1511, "feats": null, "head": 31, "id": 23, "lemma": "that", "misc": "", "start_char": 1507, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "obj", "end_char": 1516, "feats": "PronType=Rel", "head": 31, "id": 24, "lemma": "what", "misc": "", "start_char": 1512, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "det", "end_char": 1518, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 25, "lemma": "a", "misc": "", "start_char": 1517, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1524, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "child", "misc": "", "start_char": 1519, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 1530, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 27, "lemma": "mean", "misc": "", "start_char": 1525, "text": "means", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1533, "feats": null, "head": 30, "id": 28, "lemma": "by", "misc": "", "start_char": 1531, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1535, "feats": "Definite=Ind|PronType=Art", "head": 30, "id": 29, "lemma": "a", "misc": "", "start_char": 1534, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1540, "feats": "Number=Sing", "head": 31, "id": 30, "lemma": "word", "misc": "", "start_char": 1536, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "csubj", "end_char": 1545, "feats": "VerbForm=Fin", "head": 22, "id": 31, "lemma": "will", "misc": "", "start_char": 1541, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "punct", "end_char": 1547, "feats": null, "head": 6, "id": 32, "lemma": ".", "misc": "", "start_char": 1546, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (VP (VB change) (SBAR (IN as) (S (NP (PRP he)) (VP (VBZ gains) (NP (NP (JJR more) (NN experience)) (PP (IN of) (NP (DT the) (NN world)))))))) (. .)))" }, "speaker": null, "text": "change as he gains more experience of the world.", "tokens": [ { "deprel": "root", "end_char": 1554, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "change", "misc": "", "start_char": 1548, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1557, "feats": null, "head": 4, "id": 2, "lemma": "as", "misc": "", "start_char": 1555, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1560, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "he", "misc": "", "start_char": 1558, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1566, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 4, "lemma": "gain", "misc": "", "start_char": 1561, "text": "gains", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 1571, "feats": "Degree=Cmp", "head": 6, "id": 5, "lemma": "more", "misc": "", "start_char": 1567, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1582, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "experience", "misc": "", "start_char": 1572, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1585, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 1583, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1589, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1586, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1595, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "world", "misc": "", "start_char": 1590, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1597, "feats": null, "head": 1, "id": 10, "lemma": ".", "misc": "", "start_char": 1596, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Thus)) (NP (NP (DT the) (NN use)) (, ,) (PP (IN at) (NP (CD seven) (NNS months))) (, ,) (PP (IN of) (`` ``) (NP (NN mama)) ('' '') (PP (IN as) (NP (NP (DT a) (NN greeting)) (PP (IN for) (NP (PRP$ his) (NN mother))))))) (VP (MD can) (RB not) (VP (VB be) (VP (VBN dismissed) (PP (IN as) (NP (DT a) (JJ meaningless) (NN sound))) (SBAR (ADVP (RB simply)) (IN because) (S (NP (PRP he)) (ADVP (RB also)) (VP (VBZ uses) (NP (PRP it)) (PP (IN at) (NP (DT another) (NN time))) (PP (IN for) (NP (NP (PRP$ his) (NN father)) (, ,) (NP (PRP$ his) (NN dog)) (, ,) (CC or) (NP (NP (NN anything) (JJ else)) (SBAR (S (NP (PRP he)) (VP (VBZ likes))))))))))))) (. .)))" }, "speaker": null, "text": "Thus the use, at seven months, of \"mama\" as a greeting for his mother cannot be dismissed as a meaningless sound simply because he also uses it at another time for his father, his dog, or anything else he likes.", "tokens": [ { "deprel": "advmod", "end_char": 1602, "feats": null, "head": 22, "id": 1, "lemma": "thus", "misc": "", "start_char": 1598, "text": "Thus", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1606, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1603, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1610, "feats": "Number=Sing", "head": 22, "id": 3, "lemma": "use", "misc": "", "start_char": 1607, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1612, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 1611, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1615, "feats": null, "head": 7, "id": 5, "lemma": "at", "misc": "", "start_char": 1613, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1621, "feats": "NumForm=Word|NumType=Card", "head": 7, "id": 6, "lemma": "seven", "misc": "", "start_char": 1616, "text": "seven", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1628, "feats": "Number=Plur", "head": 22, "id": 7, "lemma": "month", "misc": "", "start_char": 1622, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1630, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 1629, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1633, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 1631, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1636, "feats": null, "head": 11, "id": 10, "lemma": "``", "misc": "", "start_char": 1634, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nmod", "end_char": 1641, "feats": "Number=Sing", "head": 3, "id": 11, "lemma": "mama", "misc": "", "start_char": 1637, "text": "mama", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1644, "feats": null, "head": 11, "id": 12, "lemma": "''", "misc": "", "start_char": 1642, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "case", "end_char": 1647, "feats": null, "head": 15, "id": 13, "lemma": "as", "misc": "", "start_char": 1645, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1649, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 1648, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1658, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "greeting", "misc": "", "start_char": 1650, "text": "greeting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1662, "feats": null, "head": 18, "id": 16, "lemma": "for", "misc": "", "start_char": 1659, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1666, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 17, "lemma": "his", "misc": "", "start_char": 1663, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1673, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "mother", "misc": "", "start_char": 1667, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1677, "feats": "VerbForm=Fin", "head": 22, "id": 19, "lemma": "can", "misc": "", "start_char": 1674, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1681, "feats": null, "head": 22, "id": 20, "lemma": "not", "misc": "", "start_char": 1678, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 1684, "feats": "VerbForm=Inf", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 1682, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1694, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 22, "lemma": "dismiss", "misc": "", "start_char": 1685, "text": "dismissed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1697, "feats": null, "head": 26, "id": 23, "lemma": "as", "misc": "", "start_char": 1695, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1699, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 24, "lemma": "a", "misc": "", "start_char": 1698, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1711, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "meaningless", "misc": "", "start_char": 1700, "text": "meaningless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1717, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "sound", "misc": "", "start_char": 1712, "text": "sound", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1724, "feats": null, "head": 31, "id": 27, "lemma": "simply", "misc": "", "start_char": 1718, "text": "simply", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1732, "feats": null, "head": 31, "id": 28, "lemma": "because", "misc": "", "start_char": 1725, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1735, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 31, "id": 29, "lemma": "he", "misc": "", "start_char": 1733, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1740, "feats": null, "head": 31, "id": 30, "lemma": "also", "misc": "", "start_char": 1736, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1745, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 31, "lemma": "use", "misc": "", "start_char": 1741, "text": "uses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1748, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 31, "id": 32, "lemma": "it", "misc": "", "start_char": 1746, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1751, "feats": null, "head": 35, "id": 33, "lemma": "at", "misc": "", "start_char": 1749, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1759, "feats": null, "head": 35, "id": 34, "lemma": "another", "misc": "", "start_char": 1752, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1764, "feats": "Number=Sing", "head": 31, "id": 35, "lemma": "time", "misc": "", "start_char": 1760, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1768, "feats": null, "head": 38, "id": 36, "lemma": "for", "misc": "", "start_char": 1765, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1772, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 38, "id": 37, "lemma": "his", "misc": "", "start_char": 1769, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1779, "feats": "Number=Sing", "head": 35, "id": 38, "lemma": "father", "misc": "", "start_char": 1773, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1781, "feats": null, "head": 41, "id": 39, "lemma": ",", "misc": "", "start_char": 1780, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1785, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 41, "id": 40, "lemma": "his", "misc": "", "start_char": 1782, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 1789, "feats": "Number=Sing", "head": 38, "id": 41, "lemma": "dog", "misc": "", "start_char": 1786, "text": "dog", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1791, "feats": null, "head": 44, "id": 42, "lemma": ",", "misc": "", "start_char": 1790, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1794, "feats": null, "head": 44, "id": 43, "lemma": "or", "misc": "", "start_char": 1792, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1803, "feats": "Number=Sing|PronType=Ind", "head": 38, "id": 44, "lemma": "anything", "misc": "", "start_char": 1795, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "amod", "end_char": 1808, "feats": "Degree=Pos", "head": 44, "id": 45, "lemma": "else", "misc": "", "start_char": 1804, "text": "else", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1811, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 47, "id": 46, "lemma": "he", "misc": "", "start_char": 1809, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1817, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 44, "id": 47, "lemma": "like", "misc": "", "start_char": 1812, "text": "likes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1819, "feats": null, "head": 22, "id": 48, "lemma": ".", "misc": "", "start_char": 1818, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NP (NP (ADJP (JJ Playful) (CC and) (JJ meaningless)) (NN imitation)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (JJ other) (NNS people)) (VP (VBP say) (SBAR (S (VP (VBZ continues) (SBAR (IN after) (S (NP (DT the) (NN child)) (VP (VBZ has) (VP (VBN begun) (S (VP (TO to) (VP (VB speak) (PP (IN for) (NP (PRP himself))))))))))))))))) (. .)))" }, "speaker": null, "text": "Playful and meaningless imitation of what other people say continues after the child has begun to speak for himself.", "tokens": [ { "deprel": "amod", "end_char": 1827, "feats": "Degree=Pos", "head": 4, "id": 1, "lemma": "playful", "misc": "", "start_char": 1820, "text": "Playful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1831, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 1828, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1843, "feats": "Degree=Pos", "head": 1, "id": 3, "lemma": "meaningless", "misc": "", "start_char": 1832, "text": "meaningless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1853, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "imitation", "misc": "", "start_char": 1844, "text": "imitation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1856, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1854, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1861, "feats": "PronType=Rel", "head": 4, "id": 6, "lemma": "what", "misc": "", "start_char": 1857, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "amod", "end_char": 1867, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "other", "misc": "", "start_char": 1862, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1874, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "person", "misc": "", "start_char": 1868, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 1878, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 9, "lemma": "say", "misc": "", "start_char": 1875, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 1888, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 10, "lemma": "continue", "misc": "", "start_char": 1879, "text": "continues", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1894, "feats": null, "head": 15, "id": 11, "lemma": "after", "misc": "", "start_char": 1889, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1898, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1895, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1904, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "child", "misc": "", "start_char": 1899, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1908, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "have", "misc": "", "start_char": 1905, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1914, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 15, "lemma": "begin", "misc": "", "start_char": 1909, "text": "begun", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1917, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1915, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1923, "feats": "VerbForm=Inf", "head": 15, "id": 17, "lemma": "speak", "misc": "", "start_char": 1918, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1927, "feats": null, "head": 19, "id": 18, "lemma": "for", "misc": "", "start_char": 1924, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1935, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 17, "id": 19, "lemma": "himself", "misc": "", "start_char": 1928, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1937, "feats": null, "head": 4, "id": 20, "lemma": ".", "misc": "", "start_char": 1936, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP doubt) (, ,) (ADVP (RB however)) (, ,) (SBAR (IN whether) (S (NP (NN anything)) (VP (VBZ is) (VP (VBN gained) (SBAR (WHADVP (WRB when)) (S (NP (NNS parents)) (VP (VBP take) (NP (NN advantage)) (PP (IN of) (NP (PRP$ his) (NN ability))) (PP (IN in) (NP (DT an) (NN attempt) (S (VP (TO to) (VP (VB teach) (NP (JJ new) (NNS words))))))))))))))) (. .)))" }, "speaker": null, "text": "I doubt, however, whether anything is gained when parents take advantage of his ability in an attempt to teach new words.", "tokens": [ { "deprel": "nsubj", "end_char": 1939, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1938, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1945, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "doubt", "misc": "", "start_char": 1940, "text": "doubt", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1947, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 1946, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1955, "feats": null, "head": 2, "id": 4, "lemma": "however", "misc": "", "start_char": 1948, "text": "however", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1957, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 1956, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1965, "feats": null, "head": 9, "id": 6, "lemma": "whether", "misc": "", "start_char": 1958, "text": "whether", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 1974, "feats": "Number=Sing|PronType=Ind", "head": 9, "id": 7, "lemma": "anything", "misc": "", "start_char": 1966, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1977, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1975, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 1984, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 9, "lemma": "gain", "misc": "", "start_char": 1978, "text": "gained", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1989, "feats": "PronType=Int", "head": 12, "id": 10, "lemma": "when", "misc": "", "start_char": 1985, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1997, "feats": "Number=Plur", "head": 12, "id": 11, "lemma": "parent", "misc": "", "start_char": 1990, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 2002, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 12, "lemma": "take", "misc": "", "start_char": 1998, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 2012, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "advantage", "misc": "", "start_char": 2003, "text": "advantage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2015, "feats": null, "head": 16, "id": 14, "lemma": "of", "misc": "", "start_char": 2013, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2019, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "his", "misc": "", "start_char": 2016, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 2027, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "ability", "misc": "", "start_char": 2020, "text": "ability", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2030, "feats": null, "head": 19, "id": 17, "lemma": "in", "misc": "", "start_char": 2028, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2033, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 18, "lemma": "a", "misc": "", "start_char": 2031, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2041, "feats": "Number=Sing", "head": 12, "id": 19, "lemma": "attempt", "misc": "", "start_char": 2034, "text": "attempt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2044, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 2042, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 2050, "feats": "VerbForm=Inf", "head": 19, "id": 21, "lemma": "teach", "misc": "", "start_char": 2045, "text": "teach", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 2054, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "new", "misc": "", "start_char": 2051, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2060, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "word", "misc": "", "start_char": 2055, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2062, "feats": null, "head": 2, "id": 24, "lemma": ".", "misc": "", "start_char": 2061, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Language learning begins with listening. Children are greatly different in the amount of listening they do before they start speaking, and later starters are often long listeners. Most children will "obey" spoken instructions some time before they can speak, though the word "obey" is hardly exact as a description of the eager and delighted co- operation usually shown by the child. Before they can speak, many children will also ask questions by gestures and by making questioning noises. Any attempt to study the development from the noises babies make to their first spoken words leads to considerable difficulties. It's agreed that they enjoy making noises, and that during the first few months one or two noises sort themselves out as particular expression like delight, pain, friendliness and so on. But since these can't be said to show the baby's intention to communicate, they can hardly be regarded as early forms of language. It is agreed too, that from about three months they play with sounds for enjoyment, and that by six months they are able to add new words to their store. This self - imitation leads out to deliberate imitation of sounds made or words spoken to them by other people. The problem then arises to the point at which one can say that these imitations can be considered as speech. It is a problem we need to get our teeth into. The meaning of a word depends on what a particular person means by it in a particular situation and it is clear that what a child means by a word will. change as he gains more experience of the world. Thus the use, at seven months, of "mama" as a greeting for his mother cannot be dismissed as a meaningless sound simply because he also uses it at another time for his father, his dog, or anything else he likes. Playful and meaningless imitation of what other people say continues after the child has begun to speak for himself. I doubt, however, whether anything is gained when parents take advantage of his ability in an attempt to teach new words.
[ [ [ 0, 0, 1 ] ], [ [ 0, 0, 0 ], [ 7, 25, 25 ] ], [ [ 0, 4, 4 ], [ 1, 8, 8 ] ], [ [ 1, 0, 0 ], [ 1, 9, 9 ], [ 1, 12, 12 ] ], [ [ 1, 17, 17 ] ], [ [ 1, 18, 18 ] ], [ [ 1, 21, 22 ] ], [ [ 1, 14, 14 ] ], [ [ 2, 6, 7 ] ], [ [ 2, 8, 13 ] ], [ [ 2, 25, 38 ] ], [ [ 2, 28, 38 ] ], [ [ 3, 10, 10 ] ], [ [ 3, 12, 12 ] ], [ [ 3, 16, 17 ] ], [ [ 5, 0, 15 ] ], [ [ 5, 18, 19 ] ], [ [ 5, 4, 15 ] ], [ [ 5, 7, 15 ] ], [ [ 5, 12, 15 ] ], [ [ 6, 6, 7 ] ], [ [ 6, 0, 0 ] ], [ [ 6, 12, 15 ] ], [ [ 6, 14, 15 ] ], [ [ 6, 16, 19 ] ], [ [ 6, 24, 34 ] ], [ [ 6, 27, 34 ] ], [ [ 6, 27, 27 ] ], [ [ 6, 29, 29 ] ], [ [ 6, 31, 31 ] ], [ [ 7, 2, 2 ], [ 7, 22, 25 ], [ 3, 17, 17 ], [ 6, 19, 19 ], [ 6, 7, 7 ], [ 7, 16, 16 ] ], [ [ 8, 0, 0 ] ], [ [ 8, 8, 9 ] ], [ [ 8, 15, 15 ] ], [ [ 8, 20, 21 ] ], [ [ 8, 27, 28 ] ], [ [ 8, 30, 31 ] ], [ [ 9, 0, 3 ], [ 10, 13, 14 ] ], [ [ 9, 7, 19 ] ], [ [ 9, 10, 19 ] ], [ [ 9, 16, 16 ], [ 6, 4, 4 ], [ 5, 9, 9 ], [ 5, 12, 12 ], [ 6, 21, 21 ], [ 7, 9, 11 ], [ 8, 10, 10 ], [ 8, 22, 22 ], [ 8, 30, 30 ] ], [ [ 9, 18, 19 ], [ 16, 6, 7 ] ], [ [ 10, 0, 1 ] ], [ [ 10, 2, 2 ] ], [ [ 10, 5, 19 ] ], [ [ 10, 9, 9 ] ], [ [ 10, 19, 19 ] ], [ [ 12, 0, 0 ], [ 12, 2, 10 ] ], [ [ 12, 4, 4 ], [ 12, 8, 8 ] ], [ [ 12, 8, 9 ] ], [ [ 13, 0, 4 ] ], [ [ 13, 3, 4 ], [ 13, 13, 13 ], [ 13, 28, 29 ] ], [ [ 13, 23, 29 ] ], [ [ 14, 4, 8 ] ], [ [ 14, 7, 8 ] ], [ [ 13, 15, 17 ] ], [ [ 15, 1, 17 ] ], [ [ 15, 5, 6 ] ], [ [ 15, 9, 11 ], [ 15, 31, 31 ] ], [ [ 15, 13, 17 ] ], [ [ 15, 16, 17 ] ], [ [ 15, 23, 25 ] ], [ [ 15, 36, 46 ] ], [ [ 15, 36, 37 ] ], [ [ 15, 39, 40 ] ], [ [ 15, 43, 46 ] ], [ [ 17, 0, 0 ] ], [ [ 17, 6, 6 ] ], [ [ 17, 10, 10 ] ], [ [ 17, 14, 22 ] ], [ [ 17, 17, 22 ] ], [ [ 17, 21, 22 ] ], [ [ 1, 5, 10 ] ], [ [ 1, 8, 10 ] ], [ [ 2, 18, 20 ], [ 2, 16, 17 ], [ 2, 16, 20 ] ], [ [ 2, 0, 1 ], [ 2, 11, 11 ] ], [ [ 3, 6, 6 ], [ 2, 1, 1 ], [ 2, 37, 38 ], [ 3, 1, 1 ], [ 13, 24, 25 ], [ 14, 2, 2 ], [ 15, 16, 16 ], [ 15, 28, 28 ], [ 15, 36, 36 ], [ 15, 39, 39 ], [ 15, 45, 45 ], [ 16, 11, 12 ], [ 17, 14, 14 ], [ 16, 18, 18 ] ], [ [ 3, 5, 6 ] ], [ [ 7, 9, 12 ] ], [ [ 8, 13, 13 ] ], [ [ 13, 8, 10 ] ], [ [ 13, 7, 13 ] ], [ [ 15, 33, 34 ] ], [ [ 16, 5, 8 ] ], [ [ 16, 0, 8 ] ], [ [ 17, 12, 12 ] ], [ [ 17, 14, 15 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36166
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Millions)) (PP (IN of) (NP (NP (NNS people)) (PP (IN from) (PP (IN around) (NP (DT the) (NN world))))))) (VP (VBD pelted) (NP (DT each) (JJ other)) (PP (IN with) (NP (NP (NNS tons)) (PP (IN of) (NP (NNS tomatoes))))) (NP (NNP Wednesday)) (PP (IN in) (NP (NP (DT the) (JJ eastern) (JJ Spanish) (NN town)) (PP (IN of) (NP (NNP Bunol)))))) (. .)))" }, "speaker": null, "text": "Millions of people from around the world pelted each other with tons of tomatoes Wednesday in the eastern Spanish town of Bunol.", "tokens": [ { "deprel": "nsubj", "end_char": 8, "feats": "Number=Plur", "head": 8, "id": 1, "lemma": "million", "misc": "", "start_char": 0, "text": "Millions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 11, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 9, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 18, "feats": "Number=Plur", "head": 1, "id": 3, "lemma": "person", "misc": "", "start_char": 12, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 23, "feats": null, "head": 7, "id": 4, "lemma": "from", "misc": "", "start_char": 19, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 30, "feats": null, "head": 7, "id": 5, "lemma": "around", "misc": "", "start_char": 24, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 34, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 31, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 40, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "world", "misc": "", "start_char": 35, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 47, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "pelt", "misc": "", "start_char": 41, "text": "pelted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 52, "feats": "ExtPos=PRON|PronType=Rcp", "head": 8, "id": 9, "lemma": "each", "misc": "", "start_char": 48, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 58, "feats": "Degree=Pos", "head": 9, "id": 10, "lemma": "other", "misc": "", "start_char": 53, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 63, "feats": null, "head": 12, "id": 11, "lemma": "with", "misc": "", "start_char": 59, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 68, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "ton", "misc": "", "start_char": 64, "text": "tons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 71, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 69, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 80, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "tomato", "misc": "", "start_char": 72, "text": "tomatoes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obl:tmod", "end_char": 90, "feats": "Number=Sing", "head": 8, "id": 15, "lemma": "Wednesday", "misc": "", "start_char": 81, "text": "Wednesday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 93, "feats": null, "head": 20, "id": 16, "lemma": "in", "misc": "", "start_char": 91, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 97, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 17, "lemma": "the", "misc": "", "start_char": 94, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 105, "feats": "Degree=Pos", "head": 20, "id": 18, "lemma": "eastern", "misc": "", "start_char": 98, "text": "eastern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 113, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "Spanish", "misc": "", "start_char": 106, "text": "Spanish", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 118, "feats": "Number=Sing", "head": 8, "id": 20, "lemma": "town", "misc": "", "start_char": 114, "text": "town", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 121, "feats": null, "head": 22, "id": 21, "lemma": "of", "misc": "", "start_char": 119, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 127, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "Bunol", "misc": "", "start_char": 122, "text": "Bunol", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 129, "feats": null, "head": 8, "id": 23, "lemma": ".", "misc": "", "start_char": 128, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJ one-hour) (JJ bloodless) (NN battle)) (, ,) (VP (VBN known) (PP (IN as) (NP (DT the) (NNP Tomatina)))) (, ,)) (VP (VBD left) (NP (DT the) (NN town)) (PP (IN in) (NP (NP (DT a) (NN sea)) (PP (IN of) (NP (NN tomato) (NN pulp)))))) (. .)))" }, "speaker": null, "text": "The one-hour bloodless battle, known as the Tomatina, left the town in a sea of tomato pulp.", "tokens": [ { "deprel": "det", "end_char": 133, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 130, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 142, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "one-hour", "misc": "", "start_char": 134, "text": "one-hour", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 152, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "bloodless", "misc": "", "start_char": 143, "text": "bloodless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 159, "feats": "Number=Sing", "head": 11, "id": 4, "lemma": "battle", "misc": "", "start_char": 153, "text": "battle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 161, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 160, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 167, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 6, "lemma": "know", "misc": "", "start_char": 162, "text": "known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 170, "feats": null, "head": 9, "id": 7, "lemma": "as", "misc": "", "start_char": 168, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 174, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 171, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 183, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "Tomatina", "misc": "", "start_char": 175, "text": "Tomatina", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 185, "feats": null, "head": 4, "id": 10, "lemma": ",", "misc": "", "start_char": 184, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 190, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "leave", "misc": "", "start_char": 186, "text": "left", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 194, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 191, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 199, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "town", "misc": "", "start_char": 195, "text": "town", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 202, "feats": null, "head": 16, "id": 14, "lemma": "in", "misc": "", "start_char": 200, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 204, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 203, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 208, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "sea", "misc": "", "start_char": 205, "text": "sea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 211, "feats": null, "head": 19, "id": 17, "lemma": "of", "misc": "", "start_char": 209, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 218, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "tomato", "misc": "", "start_char": 212, "text": "tomato", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 223, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "pulp", "misc": "", "start_char": 219, "text": "pulp", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 225, "feats": null, "head": 11, "id": 20, "lemma": ".", "misc": "", "start_char": 224, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 227, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 226, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN town) (NN council)) (VP (VBD brought) (PRT (RP in)) (NP (NP (QP (DT some) (CD 100)) (NNS tons)) (PP (IN of) (NP (JJ ripe) (NNS tomatoes)))) (PP (IN on) (NP (NNS trucks))) (PP (IN for) (NP (NP (QP (RB around) (CD 40,000)) (NNS tourists)) (SBAR (WHNP (WP who)) (S (VP (VBD came) (PP (IN to) (NP (NP (DT the) (NN town)) (PP (IN of) (NP (QP (RB just) (CD 9,000)) (NNS residents))))) (PP (IN for) (NP (NP (DT the) (JJ annual) (NN festival)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ has) (VP (VBN taken) (NP (NN place)) (PP (IN for) (NP (QP (JJR more) (IN than) (CD 60)) (NNS years))))))))))))))) (. .)))" }, "speaker": null, "text": "The town council brought in some 100 tons of ripe tomatoes on trucks for around 40,000 tourists who came to the town of just 9,000 residents for the annual festival, which has taken place for more than 60 years.", "tokens": [ { "deprel": "det", "end_char": 231, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 228, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 236, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "town", "misc": "", "start_char": 232, "text": "town", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 244, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "council", "misc": "", "start_char": 237, "text": "council", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 252, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "bring", "misc": "", "start_char": 245, "text": "brought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 255, "feats": null, "head": 4, "id": 5, "lemma": "in", "misc": "", "start_char": 253, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 260, "feats": null, "head": 8, "id": 6, "lemma": "some", "misc": "", "start_char": 256, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 264, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "100", "misc": "", "start_char": 261, "text": "100", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 269, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "ton", "misc": "", "start_char": 265, "text": "tons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 272, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 270, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 277, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "ripe", "misc": "", "start_char": 273, "text": "ripe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 286, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "tomato", "misc": "", "start_char": 278, "text": "tomatoes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 289, "feats": null, "head": 13, "id": 12, "lemma": "on", "misc": "", "start_char": 287, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 296, "feats": "Number=Plur", "head": 4, "id": 13, "lemma": "truck", "misc": "", "start_char": 290, "text": "trucks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 300, "feats": null, "head": 17, "id": 14, "lemma": "for", "misc": "", "start_char": 297, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 307, "feats": null, "head": 16, "id": 15, "lemma": "around", "misc": "", "start_char": 301, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 314, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 16, "lemma": "40000", "misc": "", "start_char": 308, "text": "40,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 323, "feats": "Number=Plur", "head": 4, "id": 17, "lemma": "tourist", "misc": "", "start_char": 315, "text": "tourists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 327, "feats": "PronType=Rel", "head": 19, "id": 18, "lemma": "who", "misc": "", "start_char": 324, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 332, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 19, "lemma": "come", "misc": "", "start_char": 328, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 335, "feats": null, "head": 22, "id": 20, "lemma": "to", "misc": "", "start_char": 333, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 339, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 336, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 344, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "town", "misc": "", "start_char": 340, "text": "town", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 347, "feats": null, "head": 26, "id": 23, "lemma": "of", "misc": "", "start_char": 345, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 352, "feats": null, "head": 25, "id": 24, "lemma": "just", "misc": "", "start_char": 348, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 358, "feats": "NumForm=Digit|NumType=Card", "head": 26, "id": 25, "lemma": "9000", "misc": "", "start_char": 353, "text": "9,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 368, "feats": "Number=Plur", "head": 22, "id": 26, "lemma": "resident", "misc": "", "start_char": 359, "text": "residents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 372, "feats": null, "head": 30, "id": 27, "lemma": "for", "misc": "", "start_char": 369, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 376, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 28, "lemma": "the", "misc": "", "start_char": 373, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 383, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "annual", "misc": "", "start_char": 377, "text": "annual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 392, "feats": "Number=Sing", "head": 19, "id": 30, "lemma": "festival", "misc": "", "start_char": 384, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 394, "feats": null, "head": 30, "id": 31, "lemma": ",", "misc": "", "start_char": 393, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 400, "feats": "PronType=Rel", "head": 34, "id": 32, "lemma": "which", "misc": "", "start_char": 395, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 404, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 34, "id": 33, "lemma": "have", "misc": "", "start_char": 401, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 410, "feats": "Tense=Past|VerbForm=Part", "head": 30, "id": 34, "lemma": "take", "misc": "", "start_char": 405, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 416, "feats": "Number=Sing", "head": 34, "id": 35, "lemma": "place", "misc": "", "start_char": 411, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 420, "feats": null, "head": 40, "id": 36, "lemma": "for", "misc": "", "start_char": 417, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 425, "feats": "Degree=Cmp", "head": 39, "id": 37, "lemma": "more", "misc": "", "start_char": 421, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 430, "feats": null, "head": 37, "id": 38, "lemma": "than", "misc": "", "start_char": 426, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 433, "feats": "NumForm=Digit|NumType=Card", "head": 40, "id": 39, "lemma": "60", "misc": "", "start_char": 431, "text": "60", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 439, "feats": "Number=Plur", "head": 34, "id": 40, "lemma": "year", "misc": "", "start_char": 434, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 441, "feats": null, "head": 4, "id": 41, "lemma": ".", "misc": "", "start_char": 440, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 443, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 442, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Doyle)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBZ serves) (PP (IN in) (NP (DT the) (NN army))) (PP (IN in) (NP (NNP Ireland)))))) (, ,)) (VP (VP (VBD learned) (PP (IN about) (NP (DT the) (NN festival))) (SBAR (IN while) (S (VP (VBG vacationing) (PP (IN in) (NP (NNP Spain))))))) (CC and) (VP (VBD did) (RB n't) (VP (VB want) (S (VP (TO to) (VP (VB miss) (NP (PRP it)))))))) (. .)))" }, "speaker": null, "text": "Doyle, who serves in the army in Ireland, learned about the festival while vacationing in Spain and didn't want to miss it.", "tokens": [ { "deprel": "nsubj", "end_char": 449, "feats": "Number=Sing", "head": 11, "id": 1, "lemma": "Doyle", "misc": "", "start_char": 444, "text": "Doyle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 451, "feats": null, "head": 4, "id": 2, "lemma": ",", "misc": "", "start_char": 450, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 455, "feats": "PronType=Rel", "head": 4, "id": 3, "lemma": "who", "misc": "", "start_char": 452, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 462, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 4, "lemma": "serve", "misc": "", "start_char": 456, "text": "serves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 465, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 463, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 469, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 466, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 474, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "army", "misc": "", "start_char": 470, "text": "army", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 477, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 475, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 485, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "Ireland", "misc": "", "start_char": 478, "text": "Ireland", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 487, "feats": null, "head": 1, "id": 10, "lemma": ",", "misc": "", "start_char": 486, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 495, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "learn", "misc": "", "start_char": 488, "text": "learned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 501, "feats": null, "head": 14, "id": 12, "lemma": "about", "misc": "", "start_char": 496, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 505, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 502, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 514, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "festival", "misc": "", "start_char": 506, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 520, "feats": null, "head": 16, "id": 15, "lemma": "while", "misc": "", "start_char": 515, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 532, "feats": "VerbForm=Ger", "head": 11, "id": 16, "lemma": "vacation", "misc": "", "start_char": 521, "text": "vacationing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 535, "feats": null, "head": 18, "id": 17, "lemma": "in", "misc": "", "start_char": 533, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 541, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "Spain", "misc": "", "start_char": 536, "text": "Spain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 545, "feats": null, "head": 22, "id": 19, "lemma": "and", "misc": "", "start_char": 542, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 549, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 20, "lemma": "do", "misc": "", "start_char": 546, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 553, "feats": null, "head": 22, "id": 21, "lemma": "not", "misc": "", "start_char": 550, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 558, "feats": "VerbForm=Inf", "head": 11, "id": 22, "lemma": "want", "misc": "", "start_char": 554, "text": "want", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 561, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 559, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 566, "feats": "VerbForm=Inf", "head": 22, "id": 24, "lemma": "miss", "misc": "", "start_char": 562, "text": "miss", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 569, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 25, "lemma": "it", "misc": "", "start_char": 567, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 571, "feats": null, "head": 11, "id": 26, "lemma": ".", "misc": "", "start_char": 570, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP I)) (VP (VBP recommend) (NP (PRP it)) (PP (IN to) (NP (NP (NN everyone)) (SBAR (WHNP (WP who)) (S (VP (VBZ wants) (S (VP (TO to) (VP (VB have) (NP (DT a) (JJ great) (NN time)))))))))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"I recommend it to everyone who wants to have a great time,\" he said.", "tokens": [ { "deprel": "punct", "end_char": 574, "feats": null, "head": 17, "id": 1, "lemma": "``", "misc": "", "start_char": 572, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 576, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 575, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 586, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 17, "id": 3, "lemma": "recommend", "misc": "", "start_char": 577, "text": "recommend", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 589, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "it", "misc": "", "start_char": 587, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 592, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 590, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 601, "feats": "Number=Sing|PronType=Tot", "head": 3, "id": 6, "lemma": "everyone", "misc": "", "start_char": 593, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 605, "feats": "PronType=Rel", "head": 8, "id": 7, "lemma": "who", "misc": "", "start_char": 602, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 611, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 8, "lemma": "want", "misc": "", "start_char": 606, "text": "wants", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 614, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 612, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 619, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "have", "misc": "", "start_char": 615, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 621, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 620, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 627, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "great", "misc": "", "start_char": 622, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 632, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "time", "misc": "", "start_char": 628, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 634, "feats": null, "head": 17, "id": 14, "lemma": ",", "misc": "", "start_char": 633, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 637, "feats": null, "head": 17, "id": 15, "lemma": "''", "misc": "", "start_char": 635, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 640, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "he", "misc": "", "start_char": 638, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 645, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 17, "lemma": "say", "misc": "", "start_char": 641, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 647, "feats": null, "head": 17, "id": 18, "lemma": ".", "misc": "", "start_char": 646, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP I)) (VP (MD 'll) (ADVP (RB definitely)) (VP (VB come) (ADVP (RB back)))) (. .) ('' '')))" }, "speaker": null, "text": "\"I'll definitely come back.\"", "tokens": [ { "deprel": "punct", "end_char": 650, "feats": null, "head": 5, "id": 1, "lemma": "``", "misc": "", "start_char": 648, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 652, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 2, "lemma": "I", "misc": "", "start_char": 651, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 656, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "will", "misc": "", "start_char": 653, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 667, "feats": null, "head": 5, "id": 4, "lemma": "definitely", "misc": "", "start_char": 657, "text": "definitely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 672, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "come", "misc": "", "start_char": 668, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 677, "feats": null, "head": 5, "id": 6, "lemma": "back", "misc": "", "start_char": 673, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 679, "feats": null, "head": 5, "id": 7, "lemma": ".", "misc": "", "start_char": 678, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 682, "feats": null, "head": 5, "id": 8, "lemma": "''", "misc": "", "start_char": 680, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 684, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 683, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (SINV (S (NP (EX There)) (VP (VBD were) (NP (NP (DT no) (NNS reports)) (PP (IN of) (NP (NNS injuries)))) (PP (IN in) (NP (NP (DT this) (NN year) (POS 's)) (NN fight))))) (, ,) (VP (VBD said)) (NP (NML (NN city) (NN councilor)) (NNP Pilar) (NNP Garrigues)) (. .)))" }, "speaker": null, "text": "There were no reports of injuries in this year's fight, said city councilor Pilar Garrigues.", "tokens": [ { "deprel": "expl", "end_char": 690, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 685, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "ccomp", "end_char": 695, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 2, "lemma": "be", "misc": "", "start_char": 691, "text": "were", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 698, "feats": null, "head": 4, "id": 3, "lemma": "no", "misc": "", "start_char": 696, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 706, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "report", "misc": "", "start_char": 699, "text": "reports", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 709, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 707, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 718, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "injury", "misc": "", "start_char": 710, "text": "injuries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 721, "feats": null, "head": 11, "id": 7, "lemma": "in", "misc": "", "start_char": 719, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 726, "feats": "Number=Sing|PronType=Dem", "head": 9, "id": 8, "lemma": "this", "misc": "", "start_char": 722, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 731, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "year", "misc": "", "start_char": 727, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 734, "feats": null, "head": 9, "id": 10, "lemma": "'s", "misc": "", "start_char": 732, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 740, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "fight", "misc": "", "start_char": 735, "text": "fight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 742, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 741, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 747, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 13, "lemma": "say", "misc": "", "start_char": 743, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound", "end_char": 752, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "city", "misc": "", "start_char": 748, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 762, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "councilor", "misc": "", "start_char": 753, "text": "councilor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 768, "feats": "Number=Sing", "head": 15, "id": 16, "lemma": "Pilar", "misc": "", "start_char": 763, "text": "Pilar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 778, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "Garrigues", "misc": "", "start_char": 769, "text": "Garrigues", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 780, "feats": null, "head": 13, "id": 18, "lemma": ".", "misc": "", "start_char": 779, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD said) (SBAR (S (NP (NNS participants)) (VP (VBP receive) (NP (NP (DT a) (NN list)) (PP (IN of) (NP (NP (NNS recommendations)) (PP (IN on) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB fight) (PP (IN without) (S (VP (VBG hurting) (NP (NN anybody))))))))))))))))) (. .)))" }, "speaker": null, "text": "She said participants receive a list of recommendations on how to fight without hurting anybody.", "tokens": [ { "deprel": "nsubj", "end_char": 784, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 781, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 789, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 785, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 802, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "participant", "misc": "", "start_char": 790, "text": "participants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 810, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 4, "lemma": "receive", "misc": "", "start_char": 803, "text": "receive", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 812, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 811, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 817, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "list", "misc": "", "start_char": 813, "text": "list", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 820, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 818, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 836, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "recommendation", "misc": "", "start_char": 821, "text": "recommendations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 839, "feats": null, "head": 10, "id": 9, "lemma": "on", "misc": "", "start_char": 837, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 843, "feats": "PronType=Int", "head": 8, "id": 10, "lemma": "how", "misc": "", "start_char": 840, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 846, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 844, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 852, "feats": "VerbForm=Inf", "head": 8, "id": 12, "lemma": "fight", "misc": "", "start_char": 847, "text": "fight", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 860, "feats": null, "head": 14, "id": 13, "lemma": "without", "misc": "", "start_char": 853, "text": "without", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 868, "feats": "VerbForm=Ger", "head": 12, "id": 14, "lemma": "hurt", "misc": "", "start_char": 861, "text": "hurting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 876, "feats": "Number=Sing|PronType=Ind", "head": 14, "id": 15, "lemma": "anybody", "misc": "", "start_char": 869, "text": "anybody", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 878, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 877, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 880, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 879, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (NNS Lots)) (PP (IN of) (NP (NNS fighters)))) (VP (VBP take) (NP (PRP$ their) (JJ red-soaked) (NNS shirts)) (PRT (RB off)))) (, ,) (CC and) (S (NP (PRP they)) (VP (VBP are) (RB not) (VP (VBN supposed) (S (VP (TO to) (VP (VB throw) (NP (PRP them)))))))) (, ,) (NP (RB just) (DT the) (NN fruit)) (. .)))" }, "speaker": null, "text": "Lots of fighters take their red-soaked shirts off, and they are not supposed to throw them, just the fruit.", "tokens": [ { "deprel": "nsubj", "end_char": 885, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "lot", "misc": "", "start_char": 881, "text": "Lots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 888, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 886, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 897, "feats": "Number=Plur", "head": 1, "id": 3, "lemma": "fighter", "misc": "", "start_char": 889, "text": "fighters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 902, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "take", "misc": "", "start_char": 898, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 908, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 5, "lemma": "their", "misc": "", "start_char": 903, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 919, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "red-soaked", "misc": "", "start_char": 909, "text": "red-soaked", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 926, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "shirt", "misc": "", "start_char": 920, "text": "shirts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "compound:prt", "end_char": 930, "feats": null, "head": 4, "id": 8, "lemma": "off", "misc": "", "start_char": 927, "text": "off", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 932, "feats": null, "head": 14, "id": 9, "lemma": ",", "misc": "", "start_char": 931, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 936, "feats": null, "head": 14, "id": 10, "lemma": "and", "misc": "", "start_char": 933, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 941, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 11, "lemma": "they", "misc": "", "start_char": 937, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 945, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 12, "lemma": "be", "misc": "", "start_char": 942, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 949, "feats": null, "head": 14, "id": 13, "lemma": "not", "misc": "", "start_char": 946, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 958, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 14, "lemma": "suppose", "misc": "", "start_char": 950, "text": "supposed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 961, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 959, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 967, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "throw", "misc": "", "start_char": 962, "text": "throw", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 972, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 16, "id": 17, "lemma": "they", "misc": "", "start_char": 968, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 974, "feats": null, "head": 21, "id": 18, "lemma": ",", "misc": "", "start_char": 973, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 979, "feats": null, "head": 21, "id": 19, "lemma": "just", "misc": "", "start_char": 975, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 983, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 980, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "parataxis", "end_char": 989, "feats": "Number=Sing", "head": 16, "id": 21, "lemma": "fruit", "misc": "", "start_char": 984, "text": "fruit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 991, "feats": null, "head": 4, "id": 22, "lemma": ".", "misc": "", "start_char": 990, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (RB Not) (VP (VBZ is) (NP (NP (PRP it))) (VP (VBN considered) (S (ADJP (JJ fair))) (S (VP (TO to) (VP (VB throw) (NP (NP (NNS tomatoes)) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (PP (NP (DT a) (NN bit)) (IN on) (NP (DT the) (JJ green) (NN side))))))) (SBAR (IN because) (S (NP (PRP they)) (VP (VBP 're) (ADJP (JJR harder)))))))))) (. .)))" }, "speaker": null, "text": "Not is it considered fair to throw tomatoes that are a bit on the green side because they're harder.", "tokens": [ { "deprel": "advmod", "end_char": 995, "feats": null, "head": 4, "id": 1, "lemma": "not", "misc": "", "start_char": 992, "text": "Not", "upos": "PART", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 998, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 996, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "expl", "end_char": 1001, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "it", "misc": "", "start_char": 999, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1012, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "consider", "misc": "", "start_char": 1002, "text": "considered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 1017, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "fair", "misc": "", "start_char": 1013, "text": "fair", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1020, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1018, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1026, "feats": "VerbForm=Inf", "head": 4, "id": 7, "lemma": "throw", "misc": "", "start_char": 1021, "text": "throw", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1035, "feats": "Number=Plur", "head": 7, "id": 8, "lemma": "tomato", "misc": "", "start_char": 1027, "text": "tomatoes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1040, "feats": "PronType=Rel", "head": 16, "id": 9, "lemma": "that", "misc": "", "start_char": 1036, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 1044, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 10, "lemma": "be", "misc": "", "start_char": 1041, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 1046, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 1045, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:npmod", "end_char": 1050, "feats": "Number=Sing", "head": 16, "id": 12, "lemma": "bit", "misc": "", "start_char": 1047, "text": "bit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1053, "feats": null, "head": 16, "id": 13, "lemma": "on", "misc": "", "start_char": 1051, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1057, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 1054, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1063, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "green", "misc": "", "start_char": 1058, "text": "green", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl:relcl", "end_char": 1068, "feats": "Number=Sing", "head": 8, "id": 16, "lemma": "side", "misc": "", "start_char": 1064, "text": "side", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1076, "feats": null, "head": 20, "id": 17, "lemma": "because", "misc": "", "start_char": 1069, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1081, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 20, "id": 18, "lemma": "they", "misc": "", "start_char": 1077, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1085, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 1082, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1092, "feats": "Degree=Cmp", "head": 4, "id": 20, "lemma": "hard", "misc": "", "start_char": 1086, "text": "harder", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 1094, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 1093, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (FRAG (CC And) (NP (DT the) (JJ red) (NNS ones)) (. ?)))" }, "speaker": null, "text": "And the red ones?", "tokens": [ { "deprel": "cc", "end_char": 1098, "feats": null, "head": 4, "id": 1, "lemma": "and", "misc": "", "start_char": 1095, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1102, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 1099, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1106, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "red", "misc": "", "start_char": 1103, "text": "red", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1111, "feats": "Number=Plur", "head": 0, "id": 4, "lemma": "one", "misc": "", "start_char": 1107, "text": "ones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1113, "feats": null, "head": 4, "id": 5, "lemma": "?", "misc": "", "start_char": 1112, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (VP (VB Squeeze) (NP (PRP them)) (ADVP (RB first)) (, ,) (INTJ (UH please)) (, ,) (S (VP (TO to) (VP (VB ease) (NP (DT the) (NN pain)))))) (. .)))" }, "speaker": null, "text": "Squeeze them first, please, to ease the pain.", "tokens": [ { "deprel": "root", "end_char": 1121, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "squeeze", "misc": "", "start_char": 1114, "text": "Squeeze", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1126, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 1, "id": 2, "lemma": "they", "misc": "", "start_char": 1122, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1132, "feats": "NumType=Ord", "head": 1, "id": 3, "lemma": "first", "misc": "", "start_char": 1127, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1134, "feats": null, "head": 1, "id": 4, "lemma": ",", "misc": "", "start_char": 1133, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "discourse", "end_char": 1141, "feats": null, "head": 1, "id": 5, "lemma": "please", "misc": "", "start_char": 1135, "text": "please", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 1143, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 1142, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1146, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1144, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1151, "feats": "VerbForm=Inf", "head": 1, "id": 8, "lemma": "ease", "misc": "", "start_char": 1147, "text": "ease", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1155, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1152, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1160, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "pain", "misc": "", "start_char": 1156, "text": "pain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1162, "feats": null, "head": 1, "id": 11, "lemma": ".", "misc": "", "start_char": 1161, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1164, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1163, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (NP (QP (JJR More) (IN than) (CD 100)) (NNS police)) (CC and) (NP (CD 120) (NML (JJ civil) (NN protection)) (NNS volunteers))) (VP (VBD were) (PP (IN on) (NP (NN hand))) (PP (IN in) (NP (NP (NN case)) (PP (IN of) (NP (NNS accidents)))))) (. .)))" }, "speaker": null, "text": "More than 100 police and 120 civil protection volunteers were on hand in case of accidents.", "tokens": [ { "deprel": "advmod", "end_char": 1169, "feats": "Degree=Cmp", "head": 3, "id": 1, "lemma": "more", "misc": "", "start_char": 1165, "text": "More", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 1174, "feats": null, "head": 1, "id": 2, "lemma": "than", "misc": "", "start_char": 1170, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1178, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 3, "lemma": "100", "misc": "", "start_char": 1175, "text": "100", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1185, "feats": "Number=Plur", "head": 12, "id": 4, "lemma": "police", "misc": "", "start_char": 1179, "text": "police", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1189, "feats": null, "head": 9, "id": 5, "lemma": "and", "misc": "", "start_char": 1186, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 1193, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 6, "lemma": "120", "misc": "", "start_char": 1190, "text": "120", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1199, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "civil", "misc": "", "start_char": 1194, "text": "civil", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1210, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "protection", "misc": "", "start_char": 1200, "text": "protection", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1221, "feats": "Number=Plur", "head": 4, "id": 9, "lemma": "volunteer", "misc": "", "start_char": 1211, "text": "volunteers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1226, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 1222, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 1229, "feats": null, "head": 12, "id": 11, "lemma": "on", "misc": "", "start_char": 1227, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 1234, "feats": "Number=Sing", "head": 0, "id": 12, "lemma": "hand", "misc": "", "start_char": 1230, "text": "hand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1237, "feats": null, "head": 16, "id": 13, "lemma": "in", "misc": "", "start_char": 1235, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1242, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "case", "misc": "", "start_char": 1238, "text": "case", "upos": "NOUN", "xpos": "NN" }, { "deprel": "fixed", "end_char": 1245, "feats": null, "head": 13, "id": 15, "lemma": "of", "misc": "", "start_char": 1243, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1255, "feats": "Number=Plur", "head": 12, "id": 16, "lemma": "accident", "misc": "", "start_char": 1246, "text": "accidents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1257, "feats": null, "head": 12, "id": 17, "lemma": ".", "misc": "", "start_char": 1256, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (`` ``) (NNP Tomatina) ('' '')) (VP (VBZ is) (VP (VBN held) (NP (DT each) (NN year)) (PP (IN in) (NP (NNP Bunol))) (, ,) (VP (VBN located) (PP (IN in) (NP (NP (DT a) (JJ fertile) (NN region)) (ADVP (NP (QP (DT some) (CD 40)) (NNS kilometers)) (RB north) (PP (IN of) (NP (NP (NP (DT the) (JJ coastal) (NN city)) (PP (IN of) (NP (NNP Valencia)))) (, ,) (NP (NP (NNP Spain) (POS 's)) (ADJP (RB third) (JJS largest)) (NN city)) (, ,)))))) (PP (IN on) (NP (NP (DT the) (JJ last) (NNP Wednesday)) (PP (IN in) (NP (NNP August)))))))) (. .)))" }, "speaker": null, "text": "The \"Tomatina\" is held each year in Bunol, located in a fertile region some 40 kilometers north of the coastal city of Valencia, Spain's third largest city, on the last Wednesday in August.", "tokens": [ { "deprel": "det", "end_char": 1261, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1258, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 1264, "feats": null, "head": 3, "id": 2, "lemma": "``", "misc": "", "start_char": 1262, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj:pass", "end_char": 1273, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "Tomatina", "misc": "", "start_char": 1265, "text": "Tomatina", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1276, "feats": null, "head": 3, "id": 4, "lemma": "''", "misc": "", "start_char": 1274, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "aux:pass", "end_char": 1279, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1277, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1284, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "hold", "misc": "", "start_char": 1280, "text": "held", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1289, "feats": null, "head": 8, "id": 7, "lemma": "each", "misc": "", "start_char": 1285, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1294, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "year", "misc": "", "start_char": 1290, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1297, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 1295, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1303, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "Bunol", "misc": "", "start_char": 1298, "text": "Bunol", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1305, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 1304, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 1313, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 12, "lemma": "locate", "misc": "", "start_char": 1306, "text": "located", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1316, "feats": null, "head": 16, "id": 13, "lemma": "in", "misc": "", "start_char": 1314, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1318, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 14, "lemma": "a", "misc": "", "start_char": 1317, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1326, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "fertile", "misc": "", "start_char": 1319, "text": "fertile", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1333, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "region", "misc": "", "start_char": 1327, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 1338, "feats": null, "head": 18, "id": 17, "lemma": "some", "misc": "", "start_char": 1334, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 1341, "feats": "NumForm=Digit|NumType=Card", "head": 19, "id": 18, "lemma": "40", "misc": "", "start_char": 1339, "text": "40", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 1352, "feats": "Number=Plur", "head": 20, "id": 19, "lemma": "kilometer", "misc": "", "start_char": 1342, "text": "kilometers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1358, "feats": null, "head": 12, "id": 20, "lemma": "north", "misc": "", "start_char": 1353, "text": "north", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1361, "feats": null, "head": 24, "id": 21, "lemma": "of", "misc": "", "start_char": 1359, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1365, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 22, "lemma": "the", "misc": "", "start_char": 1362, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1373, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "coastal", "misc": "", "start_char": 1366, "text": "coastal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1378, "feats": "Number=Sing", "head": 20, "id": 24, "lemma": "city", "misc": "", "start_char": 1374, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1381, "feats": null, "head": 26, "id": 25, "lemma": "of", "misc": "", "start_char": 1379, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1390, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "Valencia", "misc": "", "start_char": 1382, "text": "Valencia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1392, "feats": null, "head": 32, "id": 27, "lemma": ",", "misc": "", "start_char": 1391, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1398, "feats": "Number=Sing", "head": 32, "id": 28, "lemma": "Spain", "misc": "", "start_char": 1393, "text": "Spain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1401, "feats": null, "head": 28, "id": 29, "lemma": "'s", "misc": "", "start_char": 1399, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "advmod", "end_char": 1407, "feats": "NumType=Ord", "head": 31, "id": 30, "lemma": "third", "misc": "", "start_char": 1402, "text": "third", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1415, "feats": "Degree=Sup", "head": 32, "id": 31, "lemma": "large", "misc": "", "start_char": 1408, "text": "largest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "appos", "end_char": 1420, "feats": "Number=Sing", "head": 26, "id": 32, "lemma": "city", "misc": "", "start_char": 1416, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1422, "feats": null, "head": 12, "id": 33, "lemma": ",", "misc": "", "start_char": 1421, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1425, "feats": null, "head": 37, "id": 34, "lemma": "on", "misc": "", "start_char": 1423, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1429, "feats": "Definite=Def|PronType=Art", "head": 37, "id": 35, "lemma": "the", "misc": "", "start_char": 1426, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1434, "feats": "Degree=Pos", "head": 37, "id": 36, "lemma": "last", "misc": "", "start_char": 1430, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1444, "feats": "Number=Sing", "head": 12, "id": 37, "lemma": "Wednesday", "misc": "", "start_char": 1435, "text": "Wednesday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1447, "feats": null, "head": 39, "id": 38, "lemma": "in", "misc": "", "start_char": 1445, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1454, "feats": "Number=Sing", "head": 37, "id": 39, "lemma": "August", "misc": "", "start_char": 1448, "text": "August", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1456, "feats": null, "head": 6, "id": 40, "lemma": ".", "misc": "", "start_char": 1455, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1458, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1457, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS origins)) (PP (IN of) (NP (DT the) (NN event)))) (VP (VBP are) (ADJP (JJ unclear)) (SBAR (IN although) (S (NP (PRP it)) (VP (VBZ is) (VP (VBN thought) (S (VP (TO to) (VP (VB have) (NP (PRP$ its) (NNS roots)) (PP (IN in) (NP (NP (DT a) (NN food) (NN fight)) (PP (IN between) (NP (NN childhood) (NNS friends))) (PP (IN in) (NP (NP (DT the) (NNS mid-1940s)) (PP (IN in) (NP (DT the) (NN city))))))))))))))) (. .)))" }, "speaker": null, "text": "The origins of the event are unclear although it is thought to have its roots in a food fight between childhood friends in the mid-1940s in the city.", "tokens": [ { "deprel": "det", "end_char": 1462, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1459, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1470, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "origin", "misc": "", "start_char": 1463, "text": "origins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1473, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 1471, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1477, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1474, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1483, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "event", "misc": "", "start_char": 1478, "text": "event", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1487, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1484, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1495, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "unclear", "misc": "", "start_char": 1488, "text": "unclear", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1504, "feats": null, "head": 11, "id": 8, "lemma": "although", "misc": "", "start_char": 1496, "text": "although", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 1507, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "it", "misc": "", "start_char": 1505, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1510, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 1508, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1518, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 7, "id": 11, "lemma": "think", "misc": "", "start_char": 1511, "text": "thought", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1521, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1519, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1526, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "have", "misc": "", "start_char": 1522, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1530, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "its", "misc": "", "start_char": 1527, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1536, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "root", "misc": "", "start_char": 1531, "text": "roots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1539, "feats": null, "head": 19, "id": 16, "lemma": "in", "misc": "", "start_char": 1537, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1541, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 17, "lemma": "a", "misc": "", "start_char": 1540, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1546, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "food", "misc": "", "start_char": 1542, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1552, "feats": "Number=Sing", "head": 13, "id": 19, "lemma": "fight", "misc": "", "start_char": 1547, "text": "fight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1560, "feats": null, "head": 22, "id": 20, "lemma": "between", "misc": "", "start_char": 1553, "text": "between", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1570, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "childhood", "misc": "", "start_char": 1561, "text": "childhood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1578, "feats": "Number=Plur", "head": 19, "id": 22, "lemma": "friend", "misc": "", "start_char": 1571, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1581, "feats": null, "head": 25, "id": 23, "lemma": "in", "misc": "", "start_char": 1579, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1585, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 1582, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1595, "feats": "Number=Plur", "head": 19, "id": 25, "lemma": "mid-1940", "misc": "", "start_char": 1586, "text": "mid-1940s", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1598, "feats": null, "head": 28, "id": 26, "lemma": "in", "misc": "", "start_char": 1596, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1602, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 27, "lemma": "the", "misc": "", "start_char": 1599, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1607, "feats": "Number=Sing", "head": 25, "id": 28, "lemma": "city", "misc": "", "start_char": 1603, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1609, "feats": null, "head": 7, "id": 29, "lemma": ".", "misc": "", "start_char": 1608, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ has) (VP (VBN grown) (PP (IN in) (NP (NN size))) (SBAR (IN as) (S (NP (JJ international) (NN press) (NN coverage)) (VP (VBD brought) (NP (ADJP (JJR more) (CC and) (JJR more)) (NNS people)) (PP (IN to) (NP (DT the) (NN festival)))))))) (. .)))" }, "speaker": null, "text": "It has grown in size as international press coverage brought more and more people to the festival.", "tokens": [ { "deprel": "nsubj", "end_char": 1612, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1610, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1616, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 1613, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1622, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "grow", "misc": "", "start_char": 1617, "text": "grown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1625, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 1623, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1630, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "size", "misc": "", "start_char": 1626, "text": "size", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1633, "feats": null, "head": 10, "id": 6, "lemma": "as", "misc": "", "start_char": 1631, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 1647, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "international", "misc": "", "start_char": 1634, "text": "international", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1653, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "press", "misc": "", "start_char": 1648, "text": "press", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1662, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "coverage", "misc": "", "start_char": 1654, "text": "coverage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1670, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 10, "lemma": "bring", "misc": "", "start_char": 1663, "text": "brought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 1675, "feats": "Degree=Cmp", "head": 14, "id": 11, "lemma": "more", "misc": "", "start_char": 1671, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "cc", "end_char": 1679, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1676, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1684, "feats": "Degree=Cmp", "head": 11, "id": 13, "lemma": "more", "misc": "", "start_char": 1680, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1691, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "person", "misc": "", "start_char": 1685, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1694, "feats": null, "head": 17, "id": 15, "lemma": "to", "misc": "", "start_char": 1692, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1698, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 1695, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1707, "feats": "Number=Sing", "head": 10, "id": 17, "lemma": "festival", "misc": "", "start_char": 1699, "text": "festival", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1709, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 1708, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Millions of people from around the world pelted each other with tons of tomatoes Wednesday in the eastern Spanish town of Bunol. The one-hour bloodless battle, known as the Tomatina, left the town in a sea of tomato pulp. The town council brought in some 100 tons of ripe tomatoes on trucks for around 40,000 tourists who came to the town of just 9,000 residents for the annual festival, which has taken place for more than 60 years. Doyle, who serves in the army in Ireland, learned about the festival while vacationing in Spain and didn't want to miss it. "I recommend it to everyone who wants to have a great time," he said. "I'll definitely come back." There were no reports of injuries in this year's fight, said city councilor Pilar Garrigues. She said participants receive a list of recommendations on how to fight without hurting anybody. Lots of fighters take their red-soaked shirts off, and they are not supposed to throw them, just the fruit. Not is it considered fair to throw tomatoes that are a bit on the green side because they're harder. And the red ones? Squeeze them first, please, to ease the pain. More than 100 police and 120 civil protection volunteers were on hand in case of accidents. The "Tomatina" is held each year in Bunol, located in a fertile region some 40 kilometers north of the coastal city of Valencia, Spain's third largest city, on the last Wednesday in August. The origins of the event are unclear although it is thought to have its roots in a food fight between childhood friends in the mid-1940s in the city. It has grown in size as international press coverage brought more and more people to the festival.
[ [ [ 0, 0, 6 ] ], [ [ 0, 2, 6 ] ], [ [ 0, 5, 6 ] ], [ [ 0, 8, 9 ] ], [ [ 0, 11, 13 ] ], [ [ 0, 13, 13 ], [ 13, 7, 7 ], [ 13, 17, 17 ], [ 1, 17, 17 ], [ 3, 9, 10 ] ], [ [ 0, 14, 14 ] ], [ [ 0, 16, 21 ], [ 1, 11, 12 ], [ 3, 1, 1 ], [ 3, 20, 39 ] ], [ [ 0, 21, 21 ], [ 18, 9, 9 ] ], [ [ 1, 14, 18 ] ], [ [ 1, 17, 18 ] ], [ [ 3, 0, 2 ] ], [ [ 3, 5, 10 ] ], [ [ 3, 12, 12 ] ], [ [ 3, 27, 29 ], [ 5, 12, 13 ], [ 5, 24, 24 ], [ 6, 3, 3 ], [ 1, 0, 3 ], [ 1, 7, 8 ], [ 18, 0, 3 ], [ 21, 15, 16 ] ], [ [ 5, 5, 6 ] ], [ [ 5, 8, 8 ] ], [ [ 5, 17, 17 ], [ 18, 27, 28 ] ], [ [ 6, 5, 12 ] ], [ [ 6, 10, 12 ] ], [ [ 9, 7, 10 ] ], [ [ 9, 7, 9 ] ], [ [ 9, 13, 14 ], [ 9, 15, 16 ], [ 9, 13, 16 ], [ 10, 0, 0 ] ], [ [ 10, 2, 2 ] ], [ [ 10, 4, 7 ] ], [ [ 10, 7, 7 ] ], [ [ 10, 14, 14 ] ], [ [ 12, 0, 2 ], [ 12, 4, 4 ], [ 12, 10, 10 ], [ 12, 16, 16 ] ], [ [ 12, 2, 2 ] ], [ [ 12, 19, 20 ] ], [ [ 13, 2, 2 ] ], [ [ 13, 13, 15 ] ], [ [ 14, 1, 3 ], [ 15, 1, 1 ] ], [ [ 15, 8, 9 ] ], [ [ 17, 2, 3 ] ], [ [ 17, 5, 8 ] ], [ [ 17, 0, 8 ] ], [ [ 17, 11, 11 ] ], [ [ 17, 15, 15 ] ], [ [ 18, 6, 7 ] ], [ [ 18, 13, 25 ], [ 18, 27, 31 ] ], [ [ 18, 21, 25 ] ], [ [ 18, 25, 25 ] ], [ [ 18, 16, 25 ] ], [ [ 18, 38, 38 ] ], [ [ 20, 0, 4 ] ], [ [ 20, 3, 4 ], [ 20, 8, 8 ], [ 20, 13, 13 ], [ 21, 0, 0 ] ], [ [ 20, 13, 14 ] ], [ [ 20, 16, 18 ] ], [ [ 20, 20, 21 ] ], [ [ 20, 23, 24 ] ], [ [ 20, 26, 27 ] ], [ [ 21, 4, 4 ] ], [ [ 21, 6, 8 ] ], [ [ 21, 10, 13 ] ], [ [ 3, 14, 39 ] ], [ [ 3, 23, 25 ] ], [ [ 3, 34, 34 ] ], [ [ 3, 36, 39 ] ], [ [ 5, 15, 17 ] ], [ [ 5, 0, 8 ], [ 6, 1, 1 ], [ 7, 1, 1 ], [ 6, 15, 15 ] ], [ [ 9, 2, 10 ] ], [ [ 9, 5, 10 ] ], [ [ 9, 13, 13 ] ], [ [ 10, 9, 14 ] ], [ [ 10, 13, 14 ] ], [ [ 12, 4, 6 ] ], [ [ 13, 10, 11 ] ], [ [ 17, 7, 7 ] ], [ [ 17, 13, 15 ] ], [ [ 18, 34, 38 ] ], [ [ 20, 17, 17 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36167
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Albert) (NNP Einstein)) (VP (VBD said) (, ,) (`` ``) (S (SBAR (IN if) (S (NP (DT the) (NN bee)) (VP (VBZ disappears) (PP (IN off) (NP (DT the) (NN earth)))))) (, ,) (ADVP (RB then)) (NP (DT the) (NN man)) (ADVP (RB only)) (VP (VBP have) (NP (NP (NP (CD four) (NNS years)) (PP (IN of) (NP (NN life)))) (VP (VBN left)))))) (. .) ('' '')))" }, "speaker": null, "text": "Albert Einstein said, \"if the bee disappears off the earth, then the man only have four years of life left.\"", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Albert", "misc": "", "start_char": 0, "text": "Albert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 15, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Einstein", "misc": "", "start_char": 7, "text": "Einstein", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 16, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 22, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 21, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 25, "feats": null, "head": 18, "id": 5, "lemma": "``", "misc": "", "start_char": 23, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "mark", "end_char": 28, "feats": null, "head": 9, "id": 6, "lemma": "if", "misc": "", "start_char": 26, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 32, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 29, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 36, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "bee", "misc": "", "start_char": 33, "text": "bee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 47, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 9, "lemma": "disappear", "misc": "", "start_char": 37, "text": "disappears", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 51, "feats": null, "head": 12, "id": 10, "lemma": "off", "misc": "", "start_char": 48, "text": "off", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 55, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 52, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 61, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "earth", "misc": "", "start_char": 56, "text": "earth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 63, "feats": null, "head": 18, "id": 13, "lemma": ",", "misc": "", "start_char": 62, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 68, "feats": "PronType=Dem", "head": 18, "id": 14, "lemma": "then", "misc": "", "start_char": 64, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 72, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 69, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 76, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "man", "misc": "", "start_char": 73, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 81, "feats": null, "head": 18, "id": 17, "lemma": "only", "misc": "", "start_char": 77, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 86, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 18, "lemma": "have", "misc": "", "start_char": 82, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 91, "feats": "NumForm=Word|NumType=Card", "head": 20, "id": 19, "lemma": "four", "misc": "", "start_char": 87, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 97, "feats": "Number=Plur", "head": 18, "id": 20, "lemma": "year", "misc": "", "start_char": 92, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 100, "feats": null, "head": 22, "id": 21, "lemma": "of", "misc": "", "start_char": 98, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 105, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "life", "misc": "", "start_char": 101, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 110, "feats": "Tense=Past|VerbForm=Part", "head": 22, "id": 23, "lemma": "leave", "misc": "", "start_char": 106, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 112, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 111, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 115, "feats": null, "head": 3, "id": 25, "lemma": "''", "misc": "", "start_char": 113, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 117, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 116, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (SQ (VBZ Is) (NP (NP (PRP it))) (ADJP (JJ true)) (VP (VBP Are) (S (S (NP (NP (DT the) (NN world) (POS 's)) (NNS bees)) (PP (IN in) (NP (NN danger)))) (SBAR (S (NP (JJR More) (NNS people)) (VP (VBP begin) (S (VP (TO to) (VP (VB worry) (PP (IN about) (NP (DT this) (NN situation))))))))))) (. .)))" }, "speaker": null, "text": "Is it true Are the world's bees in danger More people begin to worry about this situation.", "tokens": [ { "deprel": "cop", "end_char": 120, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 1, "lemma": "be", "misc": "", "start_char": 118, "text": "Is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "expl", "end_char": 123, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "it", "misc": "", "start_char": 121, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 128, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "true", "misc": "", "start_char": 124, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 132, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 4, "lemma": "be", "misc": "", "start_char": 129, "text": "Are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 136, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 133, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 142, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "world", "misc": "", "start_char": 137, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 145, "feats": null, "head": 6, "id": 7, "lemma": "'s", "misc": "", "start_char": 143, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 150, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "bee", "misc": "", "start_char": 146, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 153, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 151, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "advcl", "end_char": 160, "feats": "Number=Sing", "head": 3, "id": 10, "lemma": "danger", "misc": "", "start_char": 154, "text": "danger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 165, "feats": "Degree=Cmp", "head": 12, "id": 11, "lemma": "more", "misc": "", "start_char": 161, "text": "More", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 172, "feats": "Number=Plur", "head": 13, "id": 12, "lemma": "person", "misc": "", "start_char": 166, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "csubj", "end_char": 178, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 13, "lemma": "begin", "misc": "", "start_char": 173, "text": "begin", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 181, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 179, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 187, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "worry", "misc": "", "start_char": 182, "text": "worry", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 193, "feats": null, "head": 18, "id": 16, "lemma": "about", "misc": "", "start_char": 188, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 198, "feats": "Number=Sing|PronType=Dem", "head": 18, "id": 17, "lemma": "this", "misc": "", "start_char": 194, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 208, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "situation", "misc": "", "start_char": 199, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 210, "feats": null, "head": 3, "id": 19, "lemma": ".", "misc": "", "start_char": 209, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBP watch) (NP (NP (DT the) (NN film)) (, ,) (NP (NP (NN Return)) (PP (IN of) (NP (DT the) (NNP Honeybee)))))))) (, ,) (NP (PRP you)) (VP (MD may) (VP (VB know) (SBAR (IN that) (S (NP (NNS bees)) (VP (VBP are) (VP (VBG dying) (PP (IN around) (NP (DT the) (NN world))))))))) (. .)))" }, "speaker": null, "text": "If you watch the film, Return of the Honeybee, you may know that bees are dying around the world.", "tokens": [ { "deprel": "mark", "end_char": 213, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 211, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 217, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 214, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 223, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 14, "id": 3, "lemma": "watch", "misc": "", "start_char": 218, "text": "watch", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 227, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 224, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 232, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "film", "misc": "", "start_char": 228, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 234, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 233, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 241, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "return", "misc": "", "start_char": 235, "text": "Return", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 244, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 242, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 248, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 245, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 257, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "Honeybee", "misc": "", "start_char": 249, "text": "Honeybee", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 259, "feats": null, "head": 3, "id": 11, "lemma": ",", "misc": "", "start_char": 258, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 263, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 14, "id": 12, "lemma": "you", "misc": "", "start_char": 260, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 267, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "may", "misc": "", "start_char": 264, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 272, "feats": "VerbForm=Inf", "head": 0, "id": 14, "lemma": "know", "misc": "", "start_char": 268, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 277, "feats": null, "head": 18, "id": 15, "lemma": "that", "misc": "", "start_char": 273, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 282, "feats": "Number=Plur", "head": 18, "id": 16, "lemma": "bee", "misc": "", "start_char": 278, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 286, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 283, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 292, "feats": "Tense=Pres|VerbForm=Part", "head": 14, "id": 18, "lemma": "die", "misc": "", "start_char": 287, "text": "dying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 299, "feats": null, "head": 21, "id": 19, "lemma": "around", "misc": "", "start_char": 293, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 303, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 300, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 309, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "world", "misc": "", "start_char": 304, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 311, "feats": null, "head": 14, "id": 22, "lemma": ".", "misc": "", "start_char": 310, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 313, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 312, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBZ is) (ADJP (JJ true)) (SBAR (IN that) (S (NP (JJR more) (NNS bees)) (VP (VBP are) (VP (VBG disappearing)))))) (. .)))" }, "speaker": null, "text": "It is true that more bees are disappearing.", "tokens": [ { "deprel": "expl", "end_char": 316, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 314, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 319, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 317, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 324, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "true", "misc": "", "start_char": 320, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 329, "feats": null, "head": 8, "id": 4, "lemma": "that", "misc": "", "start_char": 325, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 334, "feats": "Degree=Cmp", "head": 6, "id": 5, "lemma": "more", "misc": "", "start_char": 330, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 339, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "bee", "misc": "", "start_char": 335, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 343, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 340, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "csubj", "end_char": 356, "feats": "Tense=Pres|VerbForm=Part", "head": 3, "id": 8, "lemma": "disappear", "misc": "", "start_char": 344, "text": "disappearing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 358, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 357, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD One) (NN beekeeper)) (PP (IN in) (NP (NNP America)))) (VP (VBD saw) (S (NP (NP (CD 10,000)) (PP (IN of) (NP (PRP$ his) (NNS bees)))) (VP (VB disappear) (PP (IN within) (NP (CD three) (NNS hours)))))) (. .)))" }, "speaker": null, "text": "One beekeeper in America saw 10,000 of his bees disappear within three hours.", "tokens": [ { "deprel": "nummod", "end_char": 362, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "one", "misc": "", "start_char": 359, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 372, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "beekeeper", "misc": "", "start_char": 363, "text": "beekeeper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 375, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 373, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 383, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "America", "misc": "", "start_char": 376, "text": "America", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 387, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "see", "misc": "", "start_char": 384, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 394, "feats": "NumForm=Digit|NumType=Card", "head": 10, "id": 6, "lemma": "10000", "misc": "", "start_char": 388, "text": "10,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 397, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 395, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 401, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "his", "misc": "", "start_char": 398, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 406, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "bee", "misc": "", "start_char": 402, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 416, "feats": "VerbForm=Inf", "head": 5, "id": 10, "lemma": "disappear", "misc": "", "start_char": 407, "text": "disappear", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 423, "feats": null, "head": 13, "id": 11, "lemma": "within", "misc": "", "start_char": 417, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 429, "feats": "NumForm=Word|NumType=Card", "head": 13, "id": 12, "lemma": "three", "misc": "", "start_char": 424, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 435, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "hour", "misc": "", "start_char": 430, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 437, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 436, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (PP (IN On) (NP (DT that) (NN day))) (, ,) (NP (PRP he)) (VP (VBD let) (S (NP (NNS bees)) (VP (VB fly) (ADVP (RB around)) (PP (IN as) (ADJP (JJ usual)))))) (. .)))" }, "speaker": null, "text": "On that day, he let bees fly around as usual.", "tokens": [ { "deprel": "case", "end_char": 440, "feats": null, "head": 3, "id": 1, "lemma": "on", "misc": "", "start_char": 438, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 445, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "that", "misc": "", "start_char": 441, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 449, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "day", "misc": "", "start_char": 446, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 451, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 450, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 454, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "he", "misc": "", "start_char": 452, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 458, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "let", "misc": "", "start_char": 455, "text": "let", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 463, "feats": "Number=Plur", "head": 6, "id": 7, "lemma": "bee", "misc": "", "start_char": 459, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 467, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "fly", "misc": "", "start_char": 464, "text": "fly", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 474, "feats": null, "head": 8, "id": 9, "lemma": "around", "misc": "", "start_char": 468, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 477, "feats": null, "head": 11, "id": 10, "lemma": "as", "misc": "", "start_char": 475, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 483, "feats": "Degree=Pos", "head": 8, "id": 11, "lemma": "usual", "misc": "", "start_char": 478, "text": "usual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 485, "feats": null, "head": 6, "id": 12, "lemma": ".", "misc": "", "start_char": 484, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP They)) (VP (VBD flew) (ADVP (RB together)))) (, ,) (CC but) (S (NP (PRP they)) (ADVP (RB never)) (VP (VBP return) (ADVP (RB home)))) (. .)))" }, "speaker": null, "text": "They flew together, but they never return home.", "tokens": [ { "deprel": "nsubj", "end_char": 490, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 486, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 495, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "fly", "misc": "", "start_char": 491, "text": "flew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 504, "feats": null, "head": 2, "id": 3, "lemma": "together", "misc": "", "start_char": 496, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 506, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 505, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 510, "feats": null, "head": 8, "id": 5, "lemma": "but", "misc": "", "start_char": 507, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 515, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "they", "misc": "", "start_char": 511, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 521, "feats": null, "head": 8, "id": 7, "lemma": "never", "misc": "", "start_char": 516, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 528, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 8, "lemma": "return", "misc": "", "start_char": 522, "text": "return", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 533, "feats": null, "head": 8, "id": 9, "lemma": "home", "misc": "", "start_char": 529, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 535, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 534, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB So) (RB far)) (, ,) (NP (DT the) (NN beekeeper)) (VP (VBZ has) (RB n't) (VP (VBN found) (PRT (RP out)) (SBAR (WHADVP (WRB where)) (S (NP (PRP they)) (VP (VBP have) (VP (VBN gone))))))) (. .)))" }, "speaker": null, "text": "So far, the beekeeper hasn't found out where they have gone.", "tokens": [ { "deprel": "advmod", "end_char": 538, "feats": null, "head": 2, "id": 1, "lemma": "so", "misc": "", "start_char": 536, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 542, "feats": "Degree=Pos", "head": 8, "id": 2, "lemma": "far", "misc": "", "start_char": 539, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 544, "feats": null, "head": 8, "id": 3, "lemma": ",", "misc": "", "start_char": 543, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 548, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 545, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 558, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "beekeeper", "misc": "", "start_char": 549, "text": "beekeeper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 562, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "have", "misc": "", "start_char": 559, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 566, "feats": null, "head": 8, "id": 7, "lemma": "not", "misc": "", "start_char": 563, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 572, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 8, "lemma": "find", "misc": "", "start_char": 567, "text": "found", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 576, "feats": null, "head": 8, "id": 9, "lemma": "out", "misc": "", "start_char": 573, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 582, "feats": "PronType=Rel", "head": 13, "id": 10, "lemma": "where", "misc": "", "start_char": 577, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 587, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "they", "misc": "", "start_char": 583, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 592, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "have", "misc": "", "start_char": 588, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 597, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 13, "lemma": "go", "misc": "", "start_char": 593, "text": "gone", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 599, "feats": null, "head": 8, "id": 14, "lemma": ".", "misc": "", "start_char": 598, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 601, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 600, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (SBARQ (WHADVP (WRB Why)) (SQ (VBP are) (NP (NNS bees)) (ADJP (RB so) (JJ important)) (SBAR (IN Because) (S (NP (NNS bees)) (VP (MD can) (VP (VB pollinate) (NP (NN fruit) (, ,) (NNS vegetables) (CC and) (NNS seeds))))))) (. .)))" }, "speaker": null, "text": "Why are bees so important Because bees can pollinate fruit, vegetables and seeds.", "tokens": [ { "deprel": "advmod", "end_char": 605, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "why", "misc": "", "start_char": 602, "text": "Why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "cop", "end_char": 609, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 606, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 614, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "bee", "misc": "", "start_char": 610, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 617, "feats": null, "head": 5, "id": 4, "lemma": "so", "misc": "", "start_char": 615, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 627, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "important", "misc": "", "start_char": 618, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 635, "feats": null, "head": 9, "id": 6, "lemma": "because", "misc": "", "start_char": 628, "text": "Because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 640, "feats": "Number=Plur", "head": 9, "id": 7, "lemma": "bee", "misc": "", "start_char": 636, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 644, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "can", "misc": "", "start_char": 641, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 654, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "pollinate", "misc": "", "start_char": 645, "text": "pollinate", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 660, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "fruit", "misc": "", "start_char": 655, "text": "fruit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 662, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 661, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 673, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "vegetable", "misc": "", "start_char": 663, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 677, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 674, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 683, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "seed", "misc": "", "start_char": 678, "text": "seeds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 685, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 684, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (ADVP (RB So)) (, ,) (SBAR (IN if) (S (NP (EX there)) (VP (VBP are) (NP (DT no) (NNS bees))))) (, ,) (NP (EX there)) (VP (MD will) (VP (VB be) (NP (NP (DT no) (NN pollination)) (, ,) (NP (DT no) (NNS plants)) (, ,) (NP (DT no) (NNS animals)) (, ,) (CC and) (NP (DT no) (NN man))))) (. .)))" }, "speaker": null, "text": "So, if there are no bees, there will be no pollination, no plants, no animals, and no man.", "tokens": [ { "deprel": "advmod", "end_char": 688, "feats": null, "head": 11, "id": 1, "lemma": "so", "misc": "", "start_char": 686, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 690, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 689, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 693, "feats": null, "head": 5, "id": 3, "lemma": "if", "misc": "", "start_char": 691, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "expl", "end_char": 699, "feats": null, "head": 5, "id": 4, "lemma": "there", "misc": "", "start_char": 694, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "advcl", "end_char": 703, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 5, "lemma": "be", "misc": "", "start_char": 700, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 706, "feats": null, "head": 7, "id": 6, "lemma": "no", "misc": "", "start_char": 704, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 711, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "bee", "misc": "", "start_char": 707, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 713, "feats": null, "head": 5, "id": 8, "lemma": ",", "misc": "", "start_char": 712, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 719, "feats": null, "head": 11, "id": 9, "lemma": "there", "misc": "", "start_char": 714, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "aux", "end_char": 724, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "will", "misc": "", "start_char": 720, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 727, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "be", "misc": "", "start_char": 725, "text": "be", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 730, "feats": null, "head": 13, "id": 12, "lemma": "no", "misc": "", "start_char": 728, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 742, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "pollination", "misc": "", "start_char": 731, "text": "pollination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 744, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 743, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 747, "feats": null, "head": 16, "id": 15, "lemma": "no", "misc": "", "start_char": 745, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 754, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "plant", "misc": "", "start_char": 748, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 756, "feats": null, "head": 19, "id": 17, "lemma": ",", "misc": "", "start_char": 755, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 759, "feats": null, "head": 19, "id": 18, "lemma": "no", "misc": "", "start_char": 757, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 767, "feats": "Number=Plur", "head": 13, "id": 19, "lemma": "animal", "misc": "", "start_char": 760, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 769, "feats": null, "head": 23, "id": 20, "lemma": ",", "misc": "", "start_char": 768, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 773, "feats": null, "head": 23, "id": 21, "lemma": "and", "misc": "", "start_char": 770, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 776, "feats": null, "head": 23, "id": 22, "lemma": "no", "misc": "", "start_char": 774, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 780, "feats": "Number=Sing", "head": 13, "id": 23, "lemma": "man", "misc": "", "start_char": 777, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 782, "feats": null, "head": 11, "id": 24, "lemma": ".", "misc": "", "start_char": 781, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ seems) (SBAR (IN that) (S (NP (DT the) (NN situation)) (VP (VBZ is) (VP (VBG getting) (ADJP (RBR more) (JJ serious))))))) (. .)))" }, "speaker": null, "text": "It seems that the situation is getting more serious.", "tokens": [ { "deprel": "expl", "end_char": 785, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 783, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 791, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "seem", "misc": "", "start_char": 786, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 796, "feats": null, "head": 7, "id": 3, "lemma": "that", "misc": "", "start_char": 792, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 800, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 797, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 810, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "situation", "misc": "", "start_char": 801, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 813, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 811, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "csubj", "end_char": 821, "feats": "Tense=Pres|VerbForm=Part", "head": 2, "id": 7, "lemma": "get", "misc": "", "start_char": 814, "text": "getting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 826, "feats": "Degree=Cmp", "head": 9, "id": 8, "lemma": "more", "misc": "", "start_char": 822, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "xcomp", "end_char": 834, "feats": "Degree=Pos", "head": 7, "id": 9, "lemma": "serious", "misc": "", "start_char": 827, "text": "serious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 836, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 835, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 838, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 837, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NNS Scientists)) (VP (VBP do) (RB n't) (VP (VB find) (PRT (RP out)) (SBAR (WHNP (WP what)) (S (VP (VBZ is) (VP (VBG killing) (NP (DT the) (NNS bees)))))))) (. .)))" }, "speaker": null, "text": "Scientists don't find out what is killing the bees.", "tokens": [ { "deprel": "nsubj", "end_char": 849, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "scientist", "misc": "", "start_char": 839, "text": "Scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 852, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 850, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 856, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 853, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 861, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "find", "misc": "", "start_char": 857, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 865, "feats": null, "head": 4, "id": 5, "lemma": "out", "misc": "", "start_char": 862, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "nsubj", "end_char": 870, "feats": "PronType=Rel", "head": 8, "id": 6, "lemma": "what", "misc": "", "start_char": 866, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 873, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 871, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 881, "feats": "Tense=Pres|VerbForm=Part", "head": 4, "id": 8, "lemma": "kill", "misc": "", "start_char": 874, "text": "killing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 885, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 882, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 890, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "bee", "misc": "", "start_char": 886, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 892, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 891, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Lots)) (PP (IN of) (NP (NNS beekeepers)))) (VP (VBP worry) (SBAR (IN that) (S (NP (EX there)) (VP (MD wo) (RB n't) (VP (VB be) (NP (NP (DT any) (NNS bees)) (VP (VBN left) (PP (IN in) (NP (DT the) (NN world))) (PP (IN in) (NP (QP (CD four) (CC or) (CD five)) (NNS years)))))))))) (. .)))" }, "speaker": null, "text": "Lots of beekeepers worry that there won't be any bees left in the world in four or five years.", "tokens": [ { "deprel": "nsubj", "end_char": 897, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "lot", "misc": "", "start_char": 893, "text": "Lots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 900, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 898, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 911, "feats": "Number=Plur", "head": 1, "id": 3, "lemma": "beekeeper", "misc": "", "start_char": 901, "text": "beekeepers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 917, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "worry", "misc": "", "start_char": 912, "text": "worry", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 922, "feats": null, "head": 9, "id": 5, "lemma": "that", "misc": "", "start_char": 918, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "expl", "end_char": 928, "feats": null, "head": 9, "id": 6, "lemma": "there", "misc": "", "start_char": 923, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "aux", "end_char": 931, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "will", "misc": "", "start_char": 929, "text": "wo", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 935, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 932, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 938, "feats": "VerbForm=Inf", "head": 4, "id": 9, "lemma": "be", "misc": "", "start_char": 936, "text": "be", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 942, "feats": null, "head": 11, "id": 10, "lemma": "any", "misc": "", "start_char": 939, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 947, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "bee", "misc": "", "start_char": 943, "text": "bees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 952, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 12, "lemma": "leave", "misc": "", "start_char": 948, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 955, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 953, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 959, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 956, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 965, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "world", "misc": "", "start_char": 960, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 968, "feats": null, "head": 20, "id": 16, "lemma": "in", "misc": "", "start_char": 966, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 973, "feats": "NumForm=Word|NumType=Card", "head": 20, "id": 17, "lemma": "four", "misc": "", "start_char": 969, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 976, "feats": null, "head": 19, "id": 18, "lemma": "or", "misc": "", "start_char": 974, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 981, "feats": "NumForm=Word|NumType=Card", "head": 17, "id": 19, "lemma": "five", "misc": "", "start_char": 977, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 987, "feats": "Number=Plur", "head": 12, "id": 20, "lemma": "year", "misc": "", "start_char": 982, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 989, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 988, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Albert Einstein said, "if the bee disappears off the earth, then the man only have four years of life left." Is it true Are the world's bees in danger More people begin to worry about this situation. If you watch the film, Return of the Honeybee, you may know that bees are dying around the world. It is true that more bees are disappearing. One beekeeper in America saw 10,000 of his bees disappear within three hours. On that day, he let bees fly around as usual. They flew together, but they never return home. So far, the beekeeper hasn't found out where they have gone. Why are bees so important Because bees can pollinate fruit, vegetables and seeds. So, if there are no bees, there will be no pollination, no plants, no animals, and no man. It seems that the situation is getting more serious. Scientists don't find out what is killing the bees. Lots of beekeepers worry that there won't be any bees left in the world in four or five years.
[ [ [ 0, 0, 1 ] ], [ [ 0, 10, 11 ], [ 2, 4, 6 ], [ 3, 19, 20 ], [ 16, 13, 14 ] ], [ [ 0, 14, 15 ] ], [ [ 0, 21, 21 ] ], [ [ 2, 9, 9 ] ], [ [ 2, 16, 17 ] ], [ [ 2, 10, 11 ] ], [ [ 3, 1, 1 ], [ 3, 11, 11 ] ], [ [ 3, 3, 4 ], [ 3, 6, 9 ], [ 3, 3, 9 ] ], [ [ 5, 4, 5 ] ], [ [ 6, 0, 3 ], [ 6, 7, 7 ], [ 7, 4, 4 ], [ 9, 3, 4 ] ], [ [ 6, 3, 3 ] ], [ [ 6, 5, 8 ] ], [ [ 6, 7, 8 ], [ 7, 6, 6 ], [ 8, 0, 0 ], [ 8, 5, 5 ], [ 9, 10, 10 ] ], [ [ 6, 11, 12 ] ], [ [ 7, 1, 2 ] ], [ [ 9, 9, 12 ] ], [ [ 11, 9, 9 ] ], [ [ 11, 11, 11 ] ], [ [ 11, 13, 13 ] ], [ [ 11, 9, 13 ] ], [ [ 12, 5, 6 ] ], [ [ 12, 11, 12 ] ], [ [ 12, 14, 15 ] ], [ [ 12, 17, 18 ] ], [ [ 12, 21, 22 ] ], [ [ 12, 11, 22 ] ], [ [ 13, 3, 4 ] ], [ [ 15, 0, 0 ] ], [ [ 15, 5, 9 ] ], [ [ 15, 8, 9 ], [ 11, 2, 2 ], [ 11, 6, 6 ], [ 0, 6, 7 ], [ 3, 15, 15 ], [ 2, 4, 7 ] ], [ [ 16, 0, 2 ] ], [ [ 16, 2, 2 ] ], [ [ 16, 9, 10 ] ], [ [ 16, 16, 19 ] ], [ [ 2, 1, 1 ] ], [ [ 0, 13, 13 ] ], [ [ 0, 18, 21 ] ], [ [ 8, 8, 8 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36168
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Daniel)) (VP (VP (VBZ wakes) (PRT (RP up)) (PP (IN in) (NP (DT the) (NN morning)))) (CC and) (VP (VBZ collects) (NP (PRP$ his) (NN post)))) (. .)))" }, "speaker": null, "text": "Daniel wakes up in the morning and collects his post.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Daniel", "misc": "", "start_char": 0, "text": "Daniel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "wake", "misc": "", "start_char": 7, "text": "wakes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 15, "feats": null, "head": 2, "id": 3, "lemma": "up", "misc": "", "start_char": 13, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 18, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 16, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 22, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 19, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "morning", "misc": "", "start_char": 23, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 34, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 31, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 43, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 8, "lemma": "collect", "misc": "", "start_char": 35, "text": "collects", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 47, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "his", "misc": "", "start_char": 44, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 52, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "post", "misc": "", "start_char": 48, "text": "post", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 54, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 53, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBZ 's) (NP (NP (DT a) (NN letter)) (PP (IN for) (NP (PRP him))) (PP (IN with) (NP (NP (DT a) (NN picture)) (PP (IN of) (NP (DT a) (JJ sick) (NN horse))))))) (. .)))" }, "speaker": null, "text": "There's a letter for him with a picture of a sick horse.", "tokens": [ { "deprel": "expl", "end_char": 60, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 55, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 63, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 61, "text": "'s", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 65, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 64, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 72, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "letter", "misc": "", "start_char": 66, "text": "letter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 76, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 73, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 80, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 6, "lemma": "he", "misc": "", "start_char": 77, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 85, "feats": null, "head": 9, "id": 7, "lemma": "with", "misc": "", "start_char": 81, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 87, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 86, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 95, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "picture", "misc": "", "start_char": 88, "text": "picture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 98, "feats": null, "head": 13, "id": 10, "lemma": "of", "misc": "", "start_char": 96, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 100, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 99, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 105, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "sick", "misc": "", "start_char": 101, "text": "sick", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 111, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "horse", "misc": "", "start_char": 106, "text": "horse", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 113, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 112, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (PP (IN from) (NP (DT a) (NN charity))) (, ,) (S (VP (VBG asking) (NP (PRP him)) (S (VP (TO to) (VP (VB give) (NP (NN money)) (S (VP (TO to) (VP (VB help) (S (VP (VB save) (NP (DT the) (NNS animals))))))))))))) (. .)))" }, "speaker": null, "text": "It's from a charity, asking him to give money to help save the animals.", "tokens": [ { "deprel": "nsubj", "end_char": 116, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 114, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 119, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 117, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 124, "feats": null, "head": 5, "id": 3, "lemma": "from", "misc": "", "start_char": 120, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 126, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 125, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 134, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "charity", "misc": "", "start_char": 127, "text": "charity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 136, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 135, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 143, "feats": "VerbForm=Ger", "head": 5, "id": 7, "lemma": "ask", "misc": "", "start_char": 137, "text": "asking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "iobj", "end_char": 147, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 8, "lemma": "he", "misc": "", "start_char": 144, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 150, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 148, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 155, "feats": "VerbForm=Inf", "head": 7, "id": 10, "lemma": "give", "misc": "", "start_char": 151, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 161, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "money", "misc": "", "start_char": 156, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 164, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 162, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 169, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "help", "misc": "", "start_char": 165, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 174, "feats": "VerbForm=Inf", "head": 13, "id": 14, "lemma": "save", "misc": "", "start_char": 170, "text": "save", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 178, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 175, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 186, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "animal", "misc": "", "start_char": 179, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 188, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 187, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN doorbell) (NNS rings)) (CC and) (NP (EX there))) (VP (VBZ is) (NP (NP (DT an) (JJ old) (NN woman)) (PP (IN on) (NP (NP (NNP Daniel) (POS 's)) (NN doorstep))))) (. .)))" }, "speaker": null, "text": "The doorbell rings and there is an old woman on Daniel's doorstep.", "tokens": [ { "deprel": "det", "end_char": 192, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 189, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 201, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "doorbell", "misc": "", "start_char": 193, "text": "doorbell", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 207, "feats": "Number=Plur", "head": 0, "id": 3, "lemma": "ring", "misc": "", "start_char": 202, "text": "rings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 211, "feats": null, "head": 6, "id": 4, "lemma": "and", "misc": "", "start_char": 208, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 217, "feats": null, "head": 6, "id": 5, "lemma": "there", "misc": "", "start_char": 212, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "conj", "end_char": 220, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 6, "lemma": "be", "misc": "", "start_char": 218, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 223, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 221, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 227, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "old", "misc": "", "start_char": 224, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 233, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "woman", "misc": "", "start_char": 228, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 236, "feats": null, "head": 13, "id": 10, "lemma": "on", "misc": "", "start_char": 234, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 243, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "Daniel", "misc": "", "start_char": 237, "text": "Daniel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 246, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 244, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 255, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "doorstep", "misc": "", "start_char": 247, "text": "doorstep", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 257, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 256, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBZ is) (VP (VBG asking) (PP (IN for) (NP (NP (NN money)) (SBAR (S (VP (TO to) (VP (VB help) (NP (JJ old) (NNS people)))))))))) (. .)))" }, "speaker": null, "text": "She is asking for money to help old people.", "tokens": [ { "deprel": "nsubj", "end_char": 261, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "she", "misc": "", "start_char": 258, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 264, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 262, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 271, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "ask", "misc": "", "start_char": 265, "text": "asking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 275, "feats": null, "head": 5, "id": 4, "lemma": "for", "misc": "", "start_char": 272, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 281, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "money", "misc": "", "start_char": 276, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 284, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 282, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 289, "feats": "VerbForm=Inf", "head": 3, "id": 7, "lemma": "help", "misc": "", "start_char": 285, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 293, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "old", "misc": "", "start_char": 290, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 300, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "person", "misc": "", "start_char": 294, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 302, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 301, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP he)) (VP (VBZ turns) (PP (IN on) (NP (DT the) (NN TV)))))) (, ,) (NP (PRP he)) (VP (VP (VBZ hears) (NP (JJ sad) (NN music))) (CC and) (VP (VBZ sees) (NP (NP (DT a) (NN picture)) (PP (IN of) (NP (NP (DT a) (JJ weak) (NN child)) (SBAR (WHNP (WP who)) (S (VP (VBZ is) (VP (VBG dying) (PP (IN of) (NP (NN hunger))) (PP (IN in) (NP (NNP Africa)))))))))))) (. .)))" }, "speaker": null, "text": "When he turns on the TV, he hears sad music and sees a picture of a weak child who is dying of hunger in Africa.", "tokens": [ { "deprel": "advmod", "end_char": 307, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 303, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 310, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 308, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 316, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 3, "lemma": "turn", "misc": "", "start_char": 311, "text": "turns", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 319, "feats": null, "head": 6, "id": 4, "lemma": "on", "misc": "", "start_char": 317, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 323, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 320, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 326, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "TV", "misc": "", "start_char": 324, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 328, "feats": null, "head": 3, "id": 7, "lemma": ",", "misc": "", "start_char": 327, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 331, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 329, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 337, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "hear", "misc": "", "start_char": 332, "text": "hears", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 341, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "sad", "misc": "", "start_char": 338, "text": "sad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 347, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "music", "misc": "", "start_char": 342, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 351, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 348, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 356, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 13, "lemma": "see", "misc": "", "start_char": 352, "text": "sees", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 358, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 357, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 366, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "picture", "misc": "", "start_char": 359, "text": "picture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 369, "feats": null, "head": 19, "id": 16, "lemma": "of", "misc": "", "start_char": 367, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 371, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 17, "lemma": "a", "misc": "", "start_char": 370, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 376, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "weak", "misc": "", "start_char": 372, "text": "weak", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 382, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "child", "misc": "", "start_char": 377, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 386, "feats": "PronType=Rel", "head": 22, "id": 20, "lemma": "who", "misc": "", "start_char": 383, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 389, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 387, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 395, "feats": "Tense=Pres|VerbForm=Part", "head": 19, "id": 22, "lemma": "die", "misc": "", "start_char": 390, "text": "dying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 398, "feats": null, "head": 24, "id": 23, "lemma": "of", "misc": "", "start_char": 396, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 405, "feats": "Number=Sing", "head": 22, "id": 24, "lemma": "hunger", "misc": "", "start_char": 399, "text": "hunger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 408, "feats": null, "head": 26, "id": 25, "lemma": "in", "misc": "", "start_char": 406, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 415, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "Africa", "misc": "", "start_char": 409, "text": "Africa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 417, "feats": null, "head": 9, "id": 27, "lemma": ".", "misc": "", "start_char": 416, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ knows) (SBAR (S (NP (DT those) (JJ poor) (NNS children)) (VP (VBP need) (NP (NN money)))))) (. .)))" }, "speaker": null, "text": "He knows those poor children need money.", "tokens": [ { "deprel": "nsubj", "end_char": 420, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 418, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 426, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "know", "misc": "", "start_char": 421, "text": "knows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 432, "feats": "Number=Plur|PronType=Dem", "head": 5, "id": 3, "lemma": "that", "misc": "", "start_char": 427, "text": "those", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 437, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "poor", "misc": "", "start_char": 433, "text": "poor", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 446, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "child", "misc": "", "start_char": 438, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 451, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "need", "misc": "", "start_char": 447, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 457, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "money", "misc": "", "start_char": 452, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 459, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 458, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ is) (ADVP (RB always)) (ADJP (JJ ready) (S (VP (TO to) (VP (VB help) (NP (DT those)) (PP (IN in) (NP (NN trouble)))))))) (. .)))" }, "speaker": null, "text": "He is always ready to help those in trouble.", "tokens": [ { "deprel": "nsubj", "end_char": 462, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "he", "misc": "", "start_char": 460, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 465, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 463, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 472, "feats": null, "head": 4, "id": 3, "lemma": "always", "misc": "", "start_char": 466, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 478, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "ready", "misc": "", "start_char": 473, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 481, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 479, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 486, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "help", "misc": "", "start_char": 482, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 492, "feats": "Number=Plur|PronType=Dem", "head": 6, "id": 7, "lemma": "that", "misc": "", "start_char": 487, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 495, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 493, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 503, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "trouble", "misc": "", "start_char": 496, "text": "trouble", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 505, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 504, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NNP May) (CD 2003))) (, ,) (S (NP (NP (NNP Yao) (NNP Ming)) (, ,) (NP (DT a) (NN basketball) (NN star)) (, ,)) (VP (VBD held) (NP (DT a) (NN TV) (NN show)) (PP (IN in) (NP (NNP Shanghai))))) (CC and) (S (NP (PRP he)) (VP (VBD collected) (NP (NP (NP (CD 300)) (, ,) (CD 000)) (SBAR (S (VP (TO to) (VP (VB help) (NP (NNS scientists)) (PP (IN with) (NP (JJ medical) (NN research)))))))))) (. .)))" }, "speaker": null, "text": "In May 2003, Yao Ming, a basketball star, held a TV show in Shanghai and he collected 300, 000 to help scientists with medical research.", "tokens": [ { "deprel": "case", "end_char": 508, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 506, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 512, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "May", "misc": "", "start_char": 509, "text": "May", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 517, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 3, "lemma": "2003", "misc": "", "start_char": 513, "text": "2003", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 519, "feats": null, "head": 12, "id": 4, "lemma": ",", "misc": "", "start_char": 518, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 523, "feats": "Number=Sing", "head": 12, "id": 5, "lemma": "Yao", "misc": "", "start_char": 520, "text": "Yao", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 528, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Ming", "misc": "", "start_char": 524, "text": "Ming", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 530, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 529, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 532, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 531, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 543, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "basketball", "misc": "", "start_char": 533, "text": "basketball", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 548, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "star", "misc": "", "start_char": 544, "text": "star", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 550, "feats": null, "head": 5, "id": 11, "lemma": ",", "misc": "", "start_char": 549, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 555, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "hold", "misc": "", "start_char": 551, "text": "held", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 557, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 556, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 560, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "TV", "misc": "", "start_char": 558, "text": "TV", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 565, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "show", "misc": "", "start_char": 561, "text": "show", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 568, "feats": null, "head": 17, "id": 16, "lemma": "in", "misc": "", "start_char": 566, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 577, "feats": "Number=Sing", "head": 12, "id": 17, "lemma": "Shanghai", "misc": "", "start_char": 569, "text": "Shanghai", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 581, "feats": null, "head": 20, "id": 18, "lemma": "and", "misc": "", "start_char": 578, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 584, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 19, "lemma": "he", "misc": "", "start_char": 582, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 594, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 20, "lemma": "collect", "misc": "", "start_char": 585, "text": "collected", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 598, "feats": "NumForm=Digit|NumType=Card", "head": 20, "id": 21, "lemma": "300", "misc": "", "start_char": 595, "text": "300", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 600, "feats": null, "head": 23, "id": 22, "lemma": ",", "misc": "", "start_char": 599, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 604, "feats": "NumForm=Digit|NumType=Card", "head": 21, "id": 23, "lemma": "000", "misc": "", "start_char": 601, "text": "000", "upos": "NUM", "xpos": "CD" }, { "deprel": "mark", "end_char": 607, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 605, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 612, "feats": "VerbForm=Inf", "head": 20, "id": 25, "lemma": "help", "misc": "", "start_char": 608, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 623, "feats": "Number=Plur", "head": 25, "id": 26, "lemma": "scientist", "misc": "", "start_char": 613, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 628, "feats": null, "head": 29, "id": 27, "lemma": "with", "misc": "", "start_char": 624, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 636, "feats": "Degree=Pos", "head": 29, "id": 28, "lemma": "medical", "misc": "", "start_char": 629, "text": "medical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 645, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "research", "misc": "", "start_char": 637, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 647, "feats": null, "head": 12, "id": 30, "lemma": ".", "misc": "", "start_char": 646, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP We)) (VP (MD must) (VP (VB do) (NP (NP (NN something)) (SBAR (S (VP (TO to) (VP (VB help) (NP (PRP$ our) (NN country)) (PP (IN at) (NP (DT this) (JJ difficult) (NN time)))))))))) (. .) ('' '')))" }, "speaker": null, "text": "\"We must do something to help our country at this difficult time.\"", "tokens": [ { "deprel": "punct", "end_char": 650, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 648, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 653, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 651, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 658, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "must", "misc": "", "start_char": 654, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 661, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "do", "misc": "", "start_char": 659, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 671, "feats": "Number=Sing|PronType=Ind", "head": 4, "id": 5, "lemma": "something", "misc": "", "start_char": 662, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "mark", "end_char": 674, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 672, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 679, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "help", "misc": "", "start_char": 675, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 683, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "our", "misc": "", "start_char": 680, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 691, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "country", "misc": "", "start_char": 684, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 694, "feats": null, "head": 13, "id": 10, "lemma": "at", "misc": "", "start_char": 692, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 699, "feats": "Number=Sing|PronType=Dem", "head": 13, "id": 11, "lemma": "this", "misc": "", "start_char": 695, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 709, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "difficult", "misc": "", "start_char": 700, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 714, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "time", "misc": "", "start_char": 710, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 716, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 715, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 719, "feats": null, "head": 4, "id": 15, "lemma": "''", "misc": "", "start_char": 717, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "he said.", "tokens": [ { "deprel": "nsubj", "end_char": 722, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 720, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 727, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 723, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 729, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 728, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 731, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 730, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS People)) (PP (JJ such) (IN as) (NP (NP (NNP Daniel)) (CC and) (NP (NNP Yao) (NNP Ming))))) (VP (VBP feel) (ADJP (JJ good) (PP (IN about) (S (VP (VBG helping) (NP (NNS others)) (PP (IN with) (NP (NN money)))))))) (. .)))" }, "speaker": null, "text": "People such as Daniel and Yao Ming feel good about helping others with money.", "tokens": [ { "deprel": "nsubj", "end_char": 738, "feats": "Number=Plur", "head": 8, "id": 1, "lemma": "person", "misc": "", "start_char": 732, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 743, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "such", "misc": "", "start_char": 739, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 746, "feats": null, "head": 2, "id": 3, "lemma": "as", "misc": "", "start_char": 744, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 753, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "Daniel", "misc": "", "start_char": 747, "text": "Daniel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 757, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 754, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 761, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Yao", "misc": "", "start_char": 758, "text": "Yao", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 766, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Ming", "misc": "", "start_char": 762, "text": "Ming", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 771, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "feel", "misc": "", "start_char": 767, "text": "feel", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 776, "feats": "Degree=Pos", "head": 8, "id": 9, "lemma": "good", "misc": "", "start_char": 772, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 782, "feats": null, "head": 11, "id": 10, "lemma": "about", "misc": "", "start_char": 777, "text": "about", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 790, "feats": "VerbForm=Ger", "head": 9, "id": 11, "lemma": "help", "misc": "", "start_char": 783, "text": "helping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 797, "feats": "Number=Plur", "head": 11, "id": 12, "lemma": "other", "misc": "", "start_char": 791, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 802, "feats": null, "head": 14, "id": 13, "lemma": "with", "misc": "", "start_char": 798, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 808, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "money", "misc": "", "start_char": 803, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 810, "feats": null, "head": 8, "id": 15, "lemma": ".", "misc": "", "start_char": 809, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Daniel wakes up in the morning and collects his post. There's a letter for him with a picture of a sick horse. It's from a charity, asking him to give money to help save the animals. The doorbell rings and there is an old woman on Daniel's doorstep. She is asking for money to help old people. When he turns on the TV, he hears sad music and sees a picture of a weak child who is dying of hunger in Africa. He knows those poor children need money. He is always ready to help those in trouble. In May 2003, Yao Ming, a basketball star, held a TV show in Shanghai and he collected 300, 000 to help scientists with medical research. "We must do something to help our country at this difficult time." he said. People such as Daniel and Yao Ming feel good about helping others with money.
[ [ [ 0, 0, 0 ], [ 0, 8, 8 ], [ 1, 5, 5 ], [ 2, 7, 7 ], [ 3, 10, 11 ], [ 5, 1, 1 ], [ 5, 7, 7 ], [ 6, 0, 0 ], [ 7, 0, 0 ], [ 12, 3, 3 ] ], [ [ 0, 4, 5 ] ], [ [ 0, 8, 9 ] ], [ [ 1, 7, 12 ] ], [ [ 1, 10, 12 ] ], [ [ 2, 3, 4 ] ], [ [ 2, 10, 10 ], [ 4, 4, 4 ], [ 12, 13, 13 ], [ 6, 6, 6 ] ], [ [ 2, 14, 15 ] ], [ [ 3, 0, 1 ] ], [ [ 4, 0, 0 ], [ 3, 6, 8 ] ], [ [ 3, 10, 12 ] ], [ [ 4, 7, 8 ] ], [ [ 5, 4, 5 ], [ 8, 13, 13 ] ], [ [ 5, 9, 10 ] ], [ [ 5, 13, 25 ] ], [ [ 5, 16, 25 ] ], [ [ 5, 23, 23 ] ], [ [ 5, 25, 25 ] ], [ [ 6, 2, 4 ] ], [ [ 7, 6, 8 ] ], [ [ 7, 8, 8 ] ], [ [ 8, 1, 2 ] ], [ [ 8, 8, 8 ] ], [ [ 8, 16, 16 ] ], [ [ 8, 25, 25 ] ], [ [ 8, 27, 28 ] ], [ [ 9, 1, 1 ], [ 9, 7, 7 ] ], [ [ 9, 4, 4 ] ], [ [ 9, 7, 8 ] ], [ [ 9, 10, 12 ] ], [ [ 12, 0, 6 ] ], [ [ 12, 5, 6 ], [ 8, 4, 5 ], [ 8, 4, 9 ], [ 8, 7, 9 ], [ 8, 18, 18 ], [ 10, 0, 0 ] ], [ [ 12, 3, 6 ] ], [ [ 12, 11, 11 ] ], [ [ 12, 10, 13 ] ], [ [ 1, 2, 12 ], [ 2, 0, 0 ] ], [ [ 8, 12, 14 ] ], [ [ 8, 20, 22 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36169
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SINV (ADJP (JJ Lucky)) (VP (VBZ is)) (NP (NP (DT the) (NN man)) (SBAR (WHNP (WP who)) (S (VP (VBZ has) (NP (DT no) (`` ``) (NN skeleton)) (PP (IN in) (NP (PRP$ his) (NN closet))))))) (. .) ('' '')))" }, "speaker": null, "text": "Lucky is the man who has no \"skeleton in his closet.\"", "tokens": [ { "deprel": "root", "end_char": 5, "feats": "Degree=Pos", "head": 0, "id": 1, "lemma": "lucky", "misc": "", "start_char": 0, "text": "Lucky", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 6, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 12, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 9, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 16, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "man", "misc": "", "start_char": 13, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 20, "feats": "PronType=Rel", "head": 6, "id": 5, "lemma": "who", "misc": "", "start_char": 17, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 24, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 6, "lemma": "have", "misc": "", "start_char": 21, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 27, "feats": null, "head": 9, "id": 7, "lemma": "no", "misc": "", "start_char": 25, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 30, "feats": null, "head": 9, "id": 8, "lemma": "``", "misc": "", "start_char": 28, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 39, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "skeleton", "misc": "", "start_char": 31, "text": "skeleton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 42, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 40, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 46, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "his", "misc": "", "start_char": 43, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 53, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "closet", "misc": "", "start_char": 47, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 55, "feats": null, "head": 1, "id": 13, "lemma": ".", "misc": "", "start_char": 54, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 58, "feats": null, "head": 1, "id": 14, "lemma": "''", "misc": "", "start_char": 56, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (SBAR (SBAR (WHADVP (WRB When)) (S (NP (DT a) (NN man)) (VP (VBZ has) (VP (VBN done) (NP (NN something)) (PP (IN in) (NP (PRP$ his) (NN life))) (SBAR (IN that) (S (NP (PRP he)) (VP (VBZ is) (ADJP (VBN ashamed) (PP (IN of)))))))))) (, ,) (SBAR (IN that) (S (NP (PRP he)) (VP (VBZ wants) (S (VP (TO to) (VP (VB hide)))))))) (, ,) (NP (PRP he)) (VP (VBZ is) (VP (VBN said) (S (VP (TO to) (VP (VB have) (NP (DT a) (`` ``) (NN skeleton)) (PP (IN in) (NP (PRP$ his) (NN closet)))))))) (. .) ('' '')))" }, "speaker": null, "text": "When a man has done something in his life that he is ashamed of, that he wants to hide, he is said to have a \"skeleton in his closet.\"", "tokens": [ { "deprel": "advmod", "end_char": 63, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "when", "misc": "", "start_char": 59, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 65, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 64, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 69, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "man", "misc": "", "start_char": 66, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 73, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "have", "misc": "", "start_char": 70, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 78, "feats": "Tense=Past|VerbForm=Part", "head": 24, "id": 5, "lemma": "do", "misc": "", "start_char": 74, "text": "done", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 88, "feats": "Number=Sing|PronType=Ind", "head": 5, "id": 6, "lemma": "something", "misc": "", "start_char": 79, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 91, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 89, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 95, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "his", "misc": "", "start_char": 92, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 100, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "life", "misc": "", "start_char": 96, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 105, "feats": null, "head": 13, "id": 10, "lemma": "that", "misc": "", "start_char": 101, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 108, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "he", "misc": "", "start_char": 106, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 111, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 109, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl", "end_char": 119, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 6, "id": 13, "lemma": "ashamed", "misc": "", "start_char": 112, "text": "ashamed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 122, "feats": null, "head": 10, "id": 14, "lemma": "of", "misc": "", "start_char": 120, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 124, "feats": null, "head": 18, "id": 15, "lemma": ",", "misc": "", "start_char": 123, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 129, "feats": null, "head": 18, "id": 16, "lemma": "that", "misc": "", "start_char": 125, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 132, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "he", "misc": "", "start_char": 130, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 138, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 18, "lemma": "want", "misc": "", "start_char": 133, "text": "wants", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 141, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 139, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 146, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "hide", "misc": "", "start_char": 142, "text": "hide", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 148, "feats": null, "head": 24, "id": 21, "lemma": ",", "misc": "", "start_char": 147, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 151, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 22, "lemma": "he", "misc": "", "start_char": 149, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 154, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 23, "lemma": "be", "misc": "", "start_char": 152, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 159, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 24, "lemma": "say", "misc": "", "start_char": 155, "text": "said", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 162, "feats": null, "head": 26, "id": 25, "lemma": "to", "misc": "", "start_char": 160, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 167, "feats": "VerbForm=Inf", "head": 24, "id": 26, "lemma": "have", "misc": "", "start_char": 163, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 169, "feats": "Definite=Ind|PronType=Art", "head": 29, "id": 27, "lemma": "a", "misc": "", "start_char": 168, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 172, "feats": null, "head": 29, "id": 28, "lemma": "``", "misc": "", "start_char": 170, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 181, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "skeleton", "misc": "", "start_char": 173, "text": "skeleton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 184, "feats": null, "head": 32, "id": 30, "lemma": "in", "misc": "", "start_char": 182, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 188, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 32, "id": 31, "lemma": "his", "misc": "", "start_char": 185, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 195, "feats": "Number=Sing", "head": 29, "id": 32, "lemma": "closet", "misc": "", "start_char": 189, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 197, "feats": null, "head": 24, "id": 33, "lemma": ".", "misc": "", "start_char": 196, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 200, "feats": null, "head": 24, "id": 34, "lemma": "''", "misc": "", "start_char": 198, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT Some) (NNS people)) (VP (MD may) (VP (VB have) (NP (QP (JJR more) (IN than) (CD one)) (NN skeleton)))) (. .)))" }, "speaker": null, "text": "Some people may have more than one skeleton.", "tokens": [ { "deprel": "det", "end_char": 205, "feats": null, "head": 2, "id": 1, "lemma": "some", "misc": "", "start_char": 201, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 212, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "person", "misc": "", "start_char": 206, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 216, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "may", "misc": "", "start_char": 213, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 221, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 217, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 226, "feats": "Degree=Cmp", "head": 7, "id": 5, "lemma": "more", "misc": "", "start_char": 222, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 231, "feats": null, "head": 5, "id": 6, "lemma": "than", "misc": "", "start_char": 227, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 235, "feats": "NumForm=Word|NumType=Card", "head": 8, "id": 7, "lemma": "one", "misc": "", "start_char": 232, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 244, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "skeleton", "misc": "", "start_char": 236, "text": "skeleton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 246, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 245, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 248, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 247, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (PRP we)) (VP (VBP have) (VP (VBN noted) (NP (JJ many) (NNS times)))))) (, ,) (NP (NP (PRP it))) (VP (VBZ is) (ADJP (JJ hard)) (S (VP (TO to) (VP (VB find) (PRT (RP out)) (SBAR (WHADVP (WRB how)) (S (NP (DT these) (NNS expressions)) (VP (VBP begin)))))))) (. .)))" }, "speaker": null, "text": "As we have noted many times, it is hard to find out how these expressions begin.", "tokens": [ { "deprel": "mark", "end_char": 251, "feats": null, "head": 4, "id": 1, "lemma": "as", "misc": "", "start_char": 249, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 254, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 252, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 259, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 255, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 265, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 4, "lemma": "note", "misc": "", "start_char": 260, "text": "noted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 270, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "many", "misc": "", "start_char": 266, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 276, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "time", "misc": "", "start_char": 271, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 278, "feats": null, "head": 4, "id": 7, "lemma": ",", "misc": "", "start_char": 277, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 281, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "it", "misc": "", "start_char": 279, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 284, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 282, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 289, "feats": "Degree=Pos", "head": 0, "id": 10, "lemma": "hard", "misc": "", "start_char": 285, "text": "hard", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 292, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 290, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 297, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "find", "misc": "", "start_char": 293, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 301, "feats": null, "head": 12, "id": 13, "lemma": "out", "misc": "", "start_char": 298, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 305, "feats": "PronType=Int", "head": 17, "id": 14, "lemma": "how", "misc": "", "start_char": 302, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 311, "feats": "Number=Plur|PronType=Dem", "head": 16, "id": 15, "lemma": "this", "misc": "", "start_char": 306, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 323, "feats": "Number=Plur", "head": 17, "id": 16, "lemma": "expression", "misc": "", "start_char": 312, "text": "expressions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 329, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 17, "lemma": "begin", "misc": "", "start_char": 324, "text": "begin", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 331, "feats": null, "head": 10, "id": 18, "lemma": ".", "misc": "", "start_char": 330, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Sometimes)) (, ,) (NP (PRP we)) (VP (VBP get) (NP (DT some) (JJ hard) (NNS facts))) (. .)))" }, "speaker": null, "text": "Sometimes, we get some hard facts.", "tokens": [ { "deprel": "advmod", "end_char": 341, "feats": null, "head": 4, "id": 1, "lemma": "sometimes", "misc": "", "start_char": 332, "text": "Sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 343, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 342, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 346, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "we", "misc": "", "start_char": 344, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 350, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "get", "misc": "", "start_char": 347, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 355, "feats": null, "head": 7, "id": 5, "lemma": "some", "misc": "", "start_char": 351, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 360, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "hard", "misc": "", "start_char": 356, "text": "hard", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 366, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "fact", "misc": "", "start_char": 361, "text": "facts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 368, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 367, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (CC But) (ADVP (RBR more) (RB often)) (NP (PRP we)) (VP (VBP have) (S (VP (TO to) (VP (VB depend) (PP (IN on) (NP (NN guesswork))))))) (. .)))" }, "speaker": null, "text": "But more often we have to depend on guesswork.", "tokens": [ { "deprel": "cc", "end_char": 372, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 369, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 377, "feats": "Degree=Cmp", "head": 3, "id": 2, "lemma": "more", "misc": "", "start_char": 373, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 383, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "often", "misc": "", "start_char": 378, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 386, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "we", "misc": "", "start_char": 384, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 391, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "have", "misc": "", "start_char": 387, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 394, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 392, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 401, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "depend", "misc": "", "start_char": 395, "text": "depend", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 404, "feats": null, "head": 9, "id": 8, "lemma": "on", "misc": "", "start_char": 402, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 414, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "guesswork", "misc": "", "start_char": 405, "text": "guesswork", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 416, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 415, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (DT that)) (VP (VBZ is) (ADJP (JJ true) (PP (IN of) (NP (NP (DT this) (NN phrase)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD came) (PP (IN from) (NP (NNP England)))))))))) (. .)))" }, "speaker": null, "text": "And that is true of this phrase, which came from England.", "tokens": [ { "deprel": "cc", "end_char": 420, "feats": null, "head": 4, "id": 1, "lemma": "and", "misc": "", "start_char": 417, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 425, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 2, "lemma": "that", "misc": "", "start_char": 421, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 428, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 426, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 433, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "true", "misc": "", "start_char": 429, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 436, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 434, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 441, "feats": "Number=Sing|PronType=Dem", "head": 7, "id": 6, "lemma": "this", "misc": "", "start_char": 437, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 448, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "phrase", "misc": "", "start_char": 442, "text": "phrase", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 450, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 449, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 456, "feats": "PronType=Rel", "head": 10, "id": 9, "lemma": "which", "misc": "", "start_char": 451, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 461, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 10, "lemma": "come", "misc": "", "start_char": 457, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 466, "feats": null, "head": 12, "id": 11, "lemma": "from", "misc": "", "start_char": 462, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 474, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "England", "misc": "", "start_char": 467, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 476, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 475, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 478, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 477, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN Before) (NP (CD 1832))) (, ,) (NP (JJ English) (NN law)) (VP (VBD did) (RB not) (VP (VB permit) (NP (DT a) (NN doctor)) (S (VP (TO to) (VP (VB cut) (PRT (VB open)) (NP (DT a) (JJ dead) (JJ human) (NN body)) (PP (IN for) (NP (JJ scientific) (NN examination)))))) (, ,) (SBAR (IN unless) (S (NP (PRP it)) (VP (VBD was) (NP (NP (DT the) (NN corpse)) (PP (IN of) (NP (DT an) (VBN executed) (NN criminal))))))))) (. .)))" }, "speaker": null, "text": "Before 1832, English law did not permit a doctor to cut open a dead human body for scientific examination, unless it was the corpse of an executed criminal.", "tokens": [ { "deprel": "case", "end_char": 485, "feats": null, "head": 2, "id": 1, "lemma": "before", "misc": "", "start_char": 479, "text": "Before", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 490, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 2, "lemma": "1832", "misc": "", "start_char": 486, "text": "1832", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 492, "feats": null, "head": 8, "id": 3, "lemma": ",", "misc": "", "start_char": 491, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 500, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "English", "misc": "", "start_char": 493, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 504, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "law", "misc": "", "start_char": 501, "text": "law", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 508, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 6, "lemma": "do", "misc": "", "start_char": 505, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 512, "feats": null, "head": 8, "id": 7, "lemma": "not", "misc": "", "start_char": 509, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 519, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "permit", "misc": "", "start_char": 513, "text": "permit", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 521, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 520, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 528, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "doctor", "misc": "", "start_char": 522, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 531, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 529, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 535, "feats": "VerbForm=Inf", "head": 8, "id": 12, "lemma": "cut", "misc": "", "start_char": 532, "text": "cut", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 540, "feats": "VerbForm=Inf", "head": 12, "id": 13, "lemma": "open", "misc": "", "start_char": 536, "text": "open", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 542, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 14, "lemma": "a", "misc": "", "start_char": 541, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 547, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "dead", "misc": "", "start_char": 543, "text": "dead", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 553, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "human", "misc": "", "start_char": 548, "text": "human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 558, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "body", "misc": "", "start_char": 554, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 562, "feats": null, "head": 20, "id": 18, "lemma": "for", "misc": "", "start_char": 559, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 573, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "scientific", "misc": "", "start_char": 563, "text": "scientific", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 585, "feats": "Number=Sing", "head": 13, "id": 20, "lemma": "examination", "misc": "", "start_char": 574, "text": "examination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 587, "feats": null, "head": 8, "id": 21, "lemma": ",", "misc": "", "start_char": 586, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 594, "feats": null, "head": 26, "id": 22, "lemma": "unless", "misc": "", "start_char": 588, "text": "unless", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 597, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 26, "id": 23, "lemma": "it", "misc": "", "start_char": 595, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 601, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 26, "id": 24, "lemma": "be", "misc": "", "start_char": 598, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 605, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 602, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 612, "feats": "Number=Sing", "head": 8, "id": 26, "lemma": "corpse", "misc": "", "start_char": 606, "text": "corpse", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 615, "feats": null, "head": 30, "id": 27, "lemma": "of", "misc": "", "start_char": 613, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 618, "feats": "Definite=Ind|PronType=Art", "head": 30, "id": 28, "lemma": "a", "misc": "", "start_char": 616, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 627, "feats": "Tense=Past|VerbForm=Part", "head": 30, "id": 29, "lemma": "execute", "misc": "", "start_char": 619, "text": "executed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod", "end_char": 636, "feats": "Number=Sing", "head": 26, "id": 30, "lemma": "criminal", "misc": "", "start_char": 628, "text": "criminal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 638, "feats": null, "head": 8, "id": 31, "lemma": ".", "misc": "", "start_char": 637, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 640, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 639, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (CC But) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBD became) (ADJP (JJ legal))))) (, ,) (NP (ADJP (JJR more) (CC and) (JJR more)) (NNS doctors)) (VP (VBD demanded) (NP (NNS skeletons)) (PP (IN for) (NP (NP (DT a) (ADJP (RBR more) (JJ scientific)) (NN study)) (PP (IN of) (NP (NN medicine)))))) (. .)))" }, "speaker": null, "text": "But when it became legal, more and more doctors demanded skeletons for a more scientific study of medicine.", "tokens": [ { "deprel": "cc", "end_char": 644, "feats": null, "head": 11, "id": 1, "lemma": "but", "misc": "", "start_char": 641, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 649, "feats": "PronType=Int", "head": 4, "id": 2, "lemma": "when", "misc": "", "start_char": 645, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 652, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "it", "misc": "", "start_char": 650, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 659, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 4, "lemma": "become", "misc": "", "start_char": 653, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 665, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "legal", "misc": "", "start_char": 660, "text": "legal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 667, "feats": null, "head": 11, "id": 6, "lemma": ",", "misc": "", "start_char": 666, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 672, "feats": "Degree=Cmp", "head": 10, "id": 7, "lemma": "more", "misc": "", "start_char": 668, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "cc", "end_char": 676, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 673, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 681, "feats": "Degree=Cmp", "head": 7, "id": 9, "lemma": "more", "misc": "", "start_char": 677, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 689, "feats": "Number=Plur", "head": 11, "id": 10, "lemma": "doctor", "misc": "", "start_char": 682, "text": "doctors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 698, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "demand", "misc": "", "start_char": 690, "text": "demanded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 708, "feats": "Number=Plur", "head": 11, "id": 12, "lemma": "skeleton", "misc": "", "start_char": 699, "text": "skeletons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 712, "feats": null, "head": 17, "id": 13, "lemma": "for", "misc": "", "start_char": 709, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 714, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 14, "lemma": "a", "misc": "", "start_char": 713, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 719, "feats": "Degree=Cmp", "head": 16, "id": 15, "lemma": "more", "misc": "", "start_char": 715, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 730, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "scientific", "misc": "", "start_char": 720, "text": "scientific", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 736, "feats": "Number=Sing", "head": 11, "id": 17, "lemma": "study", "misc": "", "start_char": 731, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 739, "feats": null, "head": 19, "id": 18, "lemma": "of", "misc": "", "start_char": 737, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 748, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "medicine", "misc": "", "start_char": 740, "text": "medicine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 750, "feats": null, "head": 11, "id": 20, "lemma": ".", "misc": "", "start_char": 749, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (VP (VBG helping) (PP (IN in) (NP (NP (DT the) (NN advance)) (PP (IN of) (NP (JJ modern) (NN medicine))))))) (. .)))" }, "speaker": null, "text": "It was helping in the advance of modern medicine.", "tokens": [ { "deprel": "nsubj", "end_char": 753, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 751, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 757, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 754, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 765, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "help", "misc": "", "start_char": 758, "text": "helping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 768, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 766, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 772, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 769, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 780, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "advance", "misc": "", "start_char": 773, "text": "advance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 783, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 781, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 790, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "modern", "misc": "", "start_char": 784, "text": "modern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 799, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "medicine", "misc": "", "start_char": 791, "text": "medicine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 801, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 800, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN demand)) (VP (VBD had) (VP (VBN become) (ADJP (RB so) (JJ strong) (SBAR (IN that) (S (NP (NNS men)) (VP (VBD began) (S (VP (TO to) (VP (VP (VB rob) (NP (NNS tombs))) (CC and) (VP (VB sell) (NP (NNS skeletons)) (PP (IN to) (NP (NNS doctors))) (PP (IN at) (NP (JJ high) (NNS prices))))))))))))) (. .)))" }, "speaker": null, "text": "The demand had become so strong that men began to rob tombs and sell skeletons to doctors at high prices.", "tokens": [ { "deprel": "det", "end_char": 805, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 802, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 812, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "demand", "misc": "", "start_char": 806, "text": "demand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 816, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 813, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 823, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "become", "misc": "", "start_char": 817, "text": "become", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 826, "feats": null, "head": 6, "id": 5, "lemma": "so", "misc": "", "start_char": 824, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 833, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "strong", "misc": "", "start_char": 827, "text": "strong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 838, "feats": null, "head": 9, "id": 7, "lemma": "that", "misc": "", "start_char": 834, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 842, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "man", "misc": "", "start_char": 839, "text": "men", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 848, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 9, "lemma": "begin", "misc": "", "start_char": 843, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 851, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 849, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 855, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "rob", "misc": "", "start_char": 852, "text": "rob", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 861, "feats": "Number=Plur", "head": 11, "id": 12, "lemma": "tomb", "misc": "", "start_char": 856, "text": "tombs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 865, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 862, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 870, "feats": "VerbForm=Inf", "head": 11, "id": 14, "lemma": "sell", "misc": "", "start_char": 866, "text": "sell", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 880, "feats": "Number=Plur", "head": 14, "id": 15, "lemma": "skeleton", "misc": "", "start_char": 871, "text": "skeletons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 883, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 881, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 891, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "doctor", "misc": "", "start_char": 884, "text": "doctors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 894, "feats": null, "head": 20, "id": 18, "lemma": "at", "misc": "", "start_char": 892, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 899, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "high", "misc": "", "start_char": 895, "text": "high", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 906, "feats": "Number=Plur", "head": 14, "id": 20, "lemma": "price", "misc": "", "start_char": 900, "text": "prices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 908, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 907, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 910, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 909, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP are) (VP (VBN told) (SBAR (IN that) (S (NP (DT a) (NN doctor)) (VP (MD would) (ADVP (RB usually)) (VP (VB buy) (NP (QP (RB just) (CD one)) (NN skeleton)) (PP (IN for) (NP (JJ scientific) (NN study))))))))) (. .)))" }, "speaker": null, "text": "We are told that a doctor would usually buy just one skeleton for scientific study.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 913, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 911, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 917, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 914, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 922, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "tell", "misc": "", "start_char": 918, "text": "told", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 927, "feats": null, "head": 9, "id": 4, "lemma": "that", "misc": "", "start_char": 923, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 929, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 928, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 936, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "doctor", "misc": "", "start_char": 930, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 942, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "would", "misc": "", "start_char": 937, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 950, "feats": null, "head": 9, "id": 8, "lemma": "usually", "misc": "", "start_char": 943, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 954, "feats": "VerbForm=Inf", "head": 3, "id": 9, "lemma": "buy", "misc": "", "start_char": 951, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 959, "feats": null, "head": 11, "id": 10, "lemma": "just", "misc": "", "start_char": 955, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 963, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "one", "misc": "", "start_char": 960, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 972, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "skeleton", "misc": "", "start_char": 964, "text": "skeleton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 976, "feats": null, "head": 15, "id": 13, "lemma": "for", "misc": "", "start_char": 973, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 987, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "scientific", "misc": "", "start_char": 977, "text": "scientific", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 993, "feats": "Number=Sing", "head": 9, "id": 15, "lemma": "study", "misc": "", "start_char": 988, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 995, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 994, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD became) (ADJP (RB very) (JJ important)) (PP (IN in) (NP (PRP$ his) (NN work)))) (. .)))" }, "speaker": null, "text": "It became very important in his work.", "tokens": [ { "deprel": "nsubj", "end_char": 998, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 996, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1005, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "become", "misc": "", "start_char": 999, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1010, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 1006, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1020, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "important", "misc": "", "start_char": 1011, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1023, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 1021, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1027, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "his", "misc": "", "start_char": 1024, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1032, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "work", "misc": "", "start_char": 1028, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1034, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 1033, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP he)) (VP (VBD had) (S (VP (TO to) (VP (VB keep) (NP (PRP it)) (S (ADJP (JJ hidden)))))) (SBAR (IN because) (S (NP (JJS most) (NNS people)) (VP (VBD objected) (PP (IN to) (S (VP (VBG keeping) (NP (PDT such) (DT a) (NN thing))))))))) (. .)))" }, "speaker": null, "text": "But he had to keep it hidden because most people objected to keeping such a thing.", "tokens": [ { "deprel": "cc", "end_char": 1038, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 1035, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1041, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 1039, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1045, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 1042, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1048, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1046, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1053, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "keep", "misc": "", "start_char": 1049, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1056, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 6, "lemma": "it", "misc": "", "start_char": 1054, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1063, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "hidden", "misc": "", "start_char": 1057, "text": "hidden", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1071, "feats": null, "head": 11, "id": 8, "lemma": "because", "misc": "", "start_char": 1064, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 1076, "feats": "Degree=Sup", "head": 10, "id": 9, "lemma": "most", "misc": "", "start_char": 1072, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 1083, "feats": "Number=Plur", "head": 11, "id": 10, "lemma": "person", "misc": "", "start_char": 1077, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 1092, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 11, "lemma": "object", "misc": "", "start_char": 1084, "text": "objected", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1095, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1093, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1103, "feats": "VerbForm=Ger", "head": 11, "id": 13, "lemma": "keep", "misc": "", "start_char": 1096, "text": "keeping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det:predet", "end_char": 1108, "feats": null, "head": 16, "id": 14, "lemma": "such", "misc": "", "start_char": 1104, "text": "such", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 1110, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 1109, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1116, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "thing", "misc": "", "start_char": 1111, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1118, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 1117, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (PP (IN As) (NP (DT a) (NN rule))) (, ,) (NP (DT the) (NN doctor)) (VP (VB keep) (NP (PRP$ his) (NN skeleton)) (PP (IN in) (NP (NP (DT some) (JJ dark) (NN corner)) (SBAR (WHADVP (WRB where)) (S (NP (PRP it)) (VP (MD could) (RB not) (VP (VB be) (VP (VP (VBN seen)) (, ,) (CC or) (VP (VB hide) (NP (PRP it)) (PP (IN in) (NP (DT a) (NN closet)))))))))))) (. .)))" }, "speaker": null, "text": "As a rule, the doctor keep his skeleton in some dark corner where it could not be seen, or hide it in a closet.", "tokens": [ { "deprel": "case", "end_char": 1121, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 1119, "text": "As", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1123, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1122, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1128, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "rule", "misc": "", "start_char": 1124, "text": "rule", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1130, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 1129, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1134, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1131, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1141, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "doctor", "misc": "", "start_char": 1135, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1146, "feats": "Mood=Ind|VerbForm=Fin", "head": 0, "id": 7, "lemma": "keep", "misc": "", "start_char": 1142, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1150, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "his", "misc": "", "start_char": 1147, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1159, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "skeleton", "misc": "", "start_char": 1151, "text": "skeleton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1162, "feats": null, "head": 13, "id": 10, "lemma": "in", "misc": "", "start_char": 1160, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1167, "feats": null, "head": 13, "id": 11, "lemma": "some", "misc": "", "start_char": 1163, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1172, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "dark", "misc": "", "start_char": 1168, "text": "dark", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1179, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "corner", "misc": "", "start_char": 1173, "text": "corner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1185, "feats": "PronType=Rel", "head": 19, "id": 14, "lemma": "where", "misc": "", "start_char": 1180, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj:pass", "end_char": 1188, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 15, "lemma": "it", "misc": "", "start_char": 1186, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1194, "feats": "VerbForm=Fin", "head": 19, "id": 16, "lemma": "could", "misc": "", "start_char": 1189, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1198, "feats": null, "head": 19, "id": 17, "lemma": "not", "misc": "", "start_char": 1195, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 1201, "feats": "VerbForm=Inf", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 1199, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl:relcl", "end_char": 1206, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 13, "id": 19, "lemma": "see", "misc": "", "start_char": 1202, "text": "seen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1208, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 1207, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1211, "feats": null, "head": 22, "id": 21, "lemma": "or", "misc": "", "start_char": 1209, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1216, "feats": "VerbForm=Inf", "head": 7, "id": 22, "lemma": "hide", "misc": "", "start_char": 1212, "text": "hide", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1219, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 23, "lemma": "it", "misc": "", "start_char": 1217, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1222, "feats": null, "head": 26, "id": 24, "lemma": "in", "misc": "", "start_char": 1220, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1224, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 25, "lemma": "a", "misc": "", "start_char": 1223, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1231, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "closet", "misc": "", "start_char": 1225, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1233, "feats": null, "head": 7, "id": 27, "lemma": ".", "misc": "", "start_char": 1232, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1235, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1234, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (DT a) (NN time))) (, ,) (NP (NNS people)) (VP (VBD began) (S (VP (TO to) (VP (VB suspect) (NP (NP (DT every) (NN doctor)) (PP (IN of) (S (VP (VBG hiding) (NP (DT a) (NN skeleton)) (PP (IN in) (NP (DT the) (NN closet))))))))))) (. .)))" }, "speaker": null, "text": "After a time, people began to suspect every doctor of hiding a skeleton in the closet.", "tokens": [ { "deprel": "case", "end_char": 1241, "feats": null, "head": 3, "id": 1, "lemma": "after", "misc": "", "start_char": 1236, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1243, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1242, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1248, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "time", "misc": "", "start_char": 1244, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1250, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 1249, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1257, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "person", "misc": "", "start_char": 1251, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1263, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "begin", "misc": "", "start_char": 1258, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1266, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1264, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1274, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "suspect", "misc": "", "start_char": 1267, "text": "suspect", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1280, "feats": null, "head": 10, "id": 9, "lemma": "every", "misc": "", "start_char": 1275, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1287, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "doctor", "misc": "", "start_char": 1281, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1290, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 1288, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1297, "feats": "VerbForm=Ger", "head": 10, "id": 12, "lemma": "hide", "misc": "", "start_char": 1291, "text": "hiding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1299, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1298, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1308, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "skeleton", "misc": "", "start_char": 1300, "text": "skeleton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1311, "feats": null, "head": 17, "id": 15, "lemma": "in", "misc": "", "start_char": 1309, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1315, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 1312, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1322, "feats": "Number=Sing", "head": 12, "id": 17, "lemma": "closet", "misc": "", "start_char": 1316, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1324, "feats": null, "head": 6, "id": 18, "lemma": ".", "misc": "", "start_char": 1323, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (PP (IN From) (NP (DT this) (NN suspicion))) (, ,) (NP (NP (DT the) (NN phrase)) (`` ``) (NP (NP (DT a) (NN skeleton)) (PP (IN in) (NP (DT the) (NN closet)))) ('' '')) (VP (VBD took) (PRT (IN on)) (NP (NP (DT a) (JJR broader) (, ,) (ADJP (RBR more) (JJ general)) (NN meaning)) (: :) (S (VP (TO to) (VP (VB describe) (NP (NP (NN anything)) (SBAR (WHNP (WDT that)) (S (NP (DT a) (NN man)) (VP (VBD wanted) (S (VP (TO to) (VP (VB keep) (NP (NNS others)) (PP (IN from) (S (VP (VBG discovering)))))))))))))))) (. .)))" }, "speaker": null, "text": "From this suspicion, the phrase \"a skeleton in the closet\" took on a broader, more general meaning: to describe anything that a man wanted to keep others from discovering.", "tokens": [ { "deprel": "case", "end_char": 1329, "feats": null, "head": 3, "id": 1, "lemma": "from", "misc": "", "start_char": 1325, "text": "From", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1334, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "this", "misc": "", "start_char": 1330, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1344, "feats": "Number=Sing", "head": 14, "id": 3, "lemma": "suspicion", "misc": "", "start_char": 1335, "text": "suspicion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1346, "feats": null, "head": 14, "id": 4, "lemma": ",", "misc": "", "start_char": 1345, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1350, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1347, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1357, "feats": "Number=Sing", "head": 14, "id": 6, "lemma": "phrase", "misc": "", "start_char": 1351, "text": "phrase", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1360, "feats": null, "head": 9, "id": 7, "lemma": "``", "misc": "", "start_char": 1358, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 1362, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1361, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1371, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "skeleton", "misc": "", "start_char": 1363, "text": "skeleton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1374, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 1372, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1378, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1375, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1385, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "closet", "misc": "", "start_char": 1379, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1388, "feats": null, "head": 9, "id": 13, "lemma": "''", "misc": "", "start_char": 1386, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 1393, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 14, "lemma": "take", "misc": "", "start_char": 1389, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1396, "feats": null, "head": 21, "id": 15, "lemma": "on", "misc": "", "start_char": 1394, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1398, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 16, "lemma": "a", "misc": "", "start_char": 1397, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1406, "feats": "Degree=Cmp", "head": 21, "id": 17, "lemma": "broad", "misc": "", "start_char": 1399, "text": "broader", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 1408, "feats": null, "head": 21, "id": 18, "lemma": ",", "misc": "", "start_char": 1407, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1413, "feats": "Degree=Cmp", "head": 20, "id": 19, "lemma": "more", "misc": "", "start_char": 1409, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 1421, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "general", "misc": "", "start_char": 1414, "text": "general", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1429, "feats": "Number=Sing", "head": 14, "id": 21, "lemma": "meaning", "misc": "", "start_char": 1422, "text": "meaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1431, "feats": null, "head": 24, "id": 22, "lemma": ":", "misc": "", "start_char": 1430, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "mark", "end_char": 1434, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 1432, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1443, "feats": "VerbForm=Inf", "head": 14, "id": 24, "lemma": "describe", "misc": "", "start_char": 1435, "text": "describe", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1452, "feats": "Number=Sing|PronType=Ind", "head": 24, "id": 25, "lemma": "anything", "misc": "", "start_char": 1444, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "obl", "end_char": 1457, "feats": "PronType=Rel", "head": 31, "id": 26, "lemma": "that", "misc": "", "start_char": 1453, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "det", "end_char": 1459, "feats": "Definite=Ind|PronType=Art", "head": 28, "id": 27, "lemma": "a", "misc": "", "start_char": 1458, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1463, "feats": "Number=Sing", "head": 29, "id": 28, "lemma": "man", "misc": "", "start_char": 1460, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 1470, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 25, "id": 29, "lemma": "want", "misc": "", "start_char": 1464, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1473, "feats": null, "head": 31, "id": 30, "lemma": "to", "misc": "", "start_char": 1471, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1478, "feats": "VerbForm=Inf", "head": 29, "id": 31, "lemma": "keep", "misc": "", "start_char": 1474, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1485, "feats": "Number=Plur", "head": 31, "id": 32, "lemma": "other", "misc": "", "start_char": 1479, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1490, "feats": null, "head": 34, "id": 33, "lemma": "from", "misc": "", "start_char": 1486, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1502, "feats": "VerbForm=Ger", "head": 31, "id": 34, "lemma": "discover", "misc": "", "start_char": 1491, "text": "discovering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1504, "feats": null, "head": 14, "id": 35, "lemma": ".", "misc": "", "start_char": 1503, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (MD could) (VP (VB be) (NP (NP (NN proof)) (PP (IN of) (NP (NP (DT a) (JJ criminal) (NN act)) (, ,) (CC or) (NP (NP (NN something)) (ADJP (RB much) (RBR less) (JJ serious)))))))) (. .)))" }, "speaker": null, "text": "It could be proof of a criminal act, or something much less serious.", "tokens": [ { "deprel": "nsubj", "end_char": 1507, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 1505, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1513, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "could", "misc": "", "start_char": 1508, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1516, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1514, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1522, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "proof", "misc": "", "start_char": 1517, "text": "proof", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1525, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 1523, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1527, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 1526, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1536, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "criminal", "misc": "", "start_char": 1528, "text": "criminal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1540, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "act", "misc": "", "start_char": 1537, "text": "act", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1542, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 1541, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1545, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 1543, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1555, "feats": "Number=Sing|PronType=Ind", "head": 8, "id": 11, "lemma": "something", "misc": "", "start_char": 1546, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1560, "feats": null, "head": 13, "id": 12, "lemma": "much", "misc": "", "start_char": 1556, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1565, "feats": "Degree=Cmp", "head": 14, "id": 13, "lemma": "less", "misc": "", "start_char": 1561, "text": "less", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 1573, "feats": "Degree=Pos", "head": 11, "id": 14, "lemma": "serious", "misc": "", "start_char": 1566, "text": "serious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1575, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 1574, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (INTJ (UH Well)) (, ,) (NP (DT that)) (VP (VBZ is) (NP (CD one) (NN theory))) (. .)))" }, "speaker": null, "text": "Well, that is one theory.", "tokens": [ { "deprel": "discourse", "end_char": 1580, "feats": null, "head": 6, "id": 1, "lemma": "well", "misc": "", "start_char": 1576, "text": "Well", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 1582, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1581, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1587, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 3, "lemma": "that", "misc": "", "start_char": 1583, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1590, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 1588, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 1594, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "one", "misc": "", "start_char": 1591, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "root", "end_char": 1601, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "theory", "misc": "", "start_char": 1595, "text": "theory", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1603, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 1602, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1605, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1604, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (CD One) (NN writer)) (, ,) (ADVP (RB however)) (, ,) (VP (VBZ believes) (SBAR (IN that) (S (NP (DT the) (NN phrase)) (VP (MD might) (VP (VB have) (VP (VBN come) (PP (IN from) (NP (NP (NN something)) (SBAR (WHNP (WDT that)) (S (ADVP (RB really)) (VP (VBD happened)))))))))))) (. .)))" }, "speaker": null, "text": "One writer, however, believes that the phrase might have come from something that really happened.", "tokens": [ { "deprel": "nummod", "end_char": 1609, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "one", "misc": "", "start_char": 1606, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1616, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "writer", "misc": "", "start_char": 1610, "text": "writer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1618, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 1617, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1626, "feats": null, "head": 6, "id": 4, "lemma": "however", "misc": "", "start_char": 1619, "text": "however", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1628, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 1627, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1637, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "believe", "misc": "", "start_char": 1629, "text": "believes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1642, "feats": null, "head": 12, "id": 7, "lemma": "that", "misc": "", "start_char": 1638, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1646, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1643, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1653, "feats": "Number=Sing", "head": 12, "id": 9, "lemma": "phrase", "misc": "", "start_char": 1647, "text": "phrase", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1659, "feats": "VerbForm=Fin", "head": 12, "id": 10, "lemma": "might", "misc": "", "start_char": 1654, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 1664, "feats": "VerbForm=Inf", "head": 12, "id": 11, "lemma": "have", "misc": "", "start_char": 1660, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 1669, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 12, "lemma": "come", "misc": "", "start_char": 1665, "text": "come", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1674, "feats": null, "head": 14, "id": 13, "lemma": "from", "misc": "", "start_char": 1670, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1684, "feats": "Number=Sing|PronType=Ind", "head": 12, "id": 14, "lemma": "something", "misc": "", "start_char": 1675, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1689, "feats": "PronType=Rel", "head": 17, "id": 15, "lemma": "that", "misc": "", "start_char": 1685, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "advmod", "end_char": 1696, "feats": null, "head": 17, "id": 16, "lemma": "really", "misc": "", "start_char": 1690, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1705, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 17, "lemma": "happen", "misc": "", "start_char": 1697, "text": "happened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1707, "feats": null, "head": 6, "id": 18, "lemma": ".", "misc": "", "start_char": 1706, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (NP (PRP$ his) (NN guess)) (SBAR (IN that) (S (NP (NP (DT a) (JJ hidden) (NN closet)) (PP (IN in) (NP (DT some) (JJ old) (JJ English) (NN country) (NN home)))) (VP (MD may) (VP (VB have) (VP (VBN turned) (PRT (RP up)) (NP (NP (DT a) (JJ real) (NN skeleton)) (, ,) (NP (NP (JJ clear) (NN proof)) (PP (IN of) (NP (DT some) (JJ old) (NN family) (NN shame) (CC or) (NN crime))))))))))) (. .)))" }, "speaker": null, "text": "It is his guess that a hidden closet in some old English country home may have turned up a real skeleton, clear proof of some old family shame or crime.", "tokens": [ { "deprel": "expl", "end_char": 1710, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 1708, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1713, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1711, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 1717, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "his", "misc": "", "start_char": 1714, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "root", "end_char": 1723, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "guess", "misc": "", "start_char": 1718, "text": "guess", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1728, "feats": null, "head": 17, "id": 5, "lemma": "that", "misc": "", "start_char": 1724, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1730, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 1729, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1737, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "hidden", "misc": "", "start_char": 1731, "text": "hidden", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1744, "feats": "Number=Sing", "head": 17, "id": 8, "lemma": "closet", "misc": "", "start_char": 1738, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1747, "feats": null, "head": 14, "id": 9, "lemma": "in", "misc": "", "start_char": 1745, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1752, "feats": null, "head": 14, "id": 10, "lemma": "some", "misc": "", "start_char": 1748, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1756, "feats": "Degree=Pos", "head": 14, "id": 11, "lemma": "old", "misc": "", "start_char": 1753, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1764, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "English", "misc": "", "start_char": 1757, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1772, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "country", "misc": "", "start_char": 1765, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1777, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "home", "misc": "", "start_char": 1773, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1781, "feats": "VerbForm=Fin", "head": 17, "id": 15, "lemma": "may", "misc": "", "start_char": 1778, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 1786, "feats": "VerbForm=Inf", "head": 17, "id": 16, "lemma": "have", "misc": "", "start_char": 1782, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "csubj", "end_char": 1793, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 17, "lemma": "turn", "misc": "", "start_char": 1787, "text": "turned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 1796, "feats": null, "head": 17, "id": 18, "lemma": "up", "misc": "", "start_char": 1794, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1798, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 1797, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1803, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "real", "misc": "", "start_char": 1799, "text": "real", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1812, "feats": "Number=Sing", "head": 17, "id": 21, "lemma": "skeleton", "misc": "", "start_char": 1804, "text": "skeleton", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1814, "feats": null, "head": 24, "id": 22, "lemma": ",", "misc": "", "start_char": 1813, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1820, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "clear", "misc": "", "start_char": 1815, "text": "clear", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 1826, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "proof", "misc": "", "start_char": 1821, "text": "proof", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1829, "feats": null, "head": 29, "id": 25, "lemma": "of", "misc": "", "start_char": 1827, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1834, "feats": null, "head": 29, "id": 26, "lemma": "some", "misc": "", "start_char": 1830, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1838, "feats": "Degree=Pos", "head": 29, "id": 27, "lemma": "old", "misc": "", "start_char": 1835, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1845, "feats": "Number=Sing", "head": 29, "id": 28, "lemma": "family", "misc": "", "start_char": 1839, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1851, "feats": "Number=Sing", "head": 24, "id": 29, "lemma": "shame", "misc": "", "start_char": 1846, "text": "shame", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1854, "feats": null, "head": 31, "id": 30, "lemma": "or", "misc": "", "start_char": 1852, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1860, "feats": "Number=Sing", "head": 29, "id": 31, "lemma": "crime", "misc": "", "start_char": 1855, "text": "crime", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1862, "feats": null, "head": 4, "id": 32, "lemma": ".", "misc": "", "start_char": 1861, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (INTJ (UH Well)) (, ,) (NP (NP (CD one) (NN man) (POS 's)) (NN guess)) (VP (VBZ is) (ADJP (ADJP (RB as) (JJ good)) (PP (IN as) (NP (DT another))))) (. .)))" }, "speaker": null, "text": "Well, one man's guess is as good as another.", "tokens": [ { "deprel": "discourse", "end_char": 1867, "feats": null, "head": 9, "id": 1, "lemma": "well", "misc": "", "start_char": 1863, "text": "Well", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 1869, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1868, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 1873, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "one", "misc": "", "start_char": 1870, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:poss", "end_char": 1877, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "man", "misc": "", "start_char": 1874, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1880, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 1878, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 1886, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "guess", "misc": "", "start_char": 1881, "text": "guess", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1889, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 1887, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1892, "feats": null, "head": 9, "id": 8, "lemma": "as", "misc": "", "start_char": 1890, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1897, "feats": "Degree=Pos", "head": 0, "id": 9, "lemma": "good", "misc": "", "start_char": 1893, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1900, "feats": null, "head": 11, "id": 10, "lemma": "as", "misc": "", "start_char": 1898, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1908, "feats": null, "head": 9, "id": 11, "lemma": "another", "misc": "", "start_char": 1901, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 1910, "feats": null, "head": 9, "id": 12, "lemma": ".", "misc": "", "start_char": 1909, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (DT this)) (VP (VBZ sounds) (PP (IN like) (NP (NP (DT a) (NN story)) (PP (IN by) (NP (NP (DT the) (JJ great) (JJ French) (NN novelist)) (, ,) (NP (NNP Balzac))))))) (. .)))" }, "speaker": null, "text": "But this sounds like a story by the great French novelist, Balzac.", "tokens": [ { "deprel": "cc", "end_char": 1914, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 1911, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1919, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "this", "misc": "", "start_char": 1915, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "root", "end_char": 1926, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "sound", "misc": "", "start_char": 1920, "text": "sounds", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1931, "feats": null, "head": 6, "id": 4, "lemma": "like", "misc": "", "start_char": 1927, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1933, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1932, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1939, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "story", "misc": "", "start_char": 1934, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1942, "feats": null, "head": 11, "id": 7, "lemma": "by", "misc": "", "start_char": 1940, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1946, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 8, "lemma": "the", "misc": "", "start_char": 1943, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1952, "feats": "Degree=Pos", "head": 11, "id": 9, "lemma": "great", "misc": "", "start_char": 1947, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1959, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "French", "misc": "", "start_char": 1953, "text": "French", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1968, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "novelist", "misc": "", "start_char": 1960, "text": "novelist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1970, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 1969, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1977, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "Balzac", "misc": "", "start_char": 1971, "text": "Balzac", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1979, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 1978, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1981, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1980, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (NP (NNP Balzac)) (VP (VBZ tells) (NP (PRP us)) (PP (IN of) (NP (NP (DT a) (NN man)) (SBAR (WHNP (WP who)) (S (VP (VBD suspected) (NP (PRP$ his) (NN wife)) (PP (IN of) (S (VP (VBG having) (NP (DT a) (NN lover))))))))))) (. .)))" }, "speaker": null, "text": "Balzac tells us of a man who suspected his wife of having a lover.", "tokens": [ { "deprel": "nsubj", "end_char": 1988, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Balzac", "misc": "", "start_char": 1982, "text": "Balzac", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1994, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "tell", "misc": "", "start_char": 1989, "text": "tells", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 1997, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "we", "misc": "", "start_char": 1995, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 2000, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 1998, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2002, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 2001, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2006, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "man", "misc": "", "start_char": 2003, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2010, "feats": "PronType=Rel", "head": 8, "id": 7, "lemma": "who", "misc": "", "start_char": 2007, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 2020, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 8, "lemma": "suspect", "misc": "", "start_char": 2011, "text": "suspected", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 2024, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "his", "misc": "", "start_char": 2021, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 2029, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "wife", "misc": "", "start_char": 2025, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2032, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 2030, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 2039, "feats": "VerbForm=Ger", "head": 8, "id": 12, "lemma": "have", "misc": "", "start_char": 2033, "text": "having", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 2041, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 2040, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2047, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "lover", "misc": "", "start_char": 2042, "text": "lover", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2049, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 2048, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN husband)) (VP (VBZ comes) (ADVP (RB home)) (PP (IN by) (NP (NN surprise)))) (. .)))" }, "speaker": null, "text": "The husband comes home by surprise.", "tokens": [ { "deprel": "det", "end_char": 2053, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 2050, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2061, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "husband", "misc": "", "start_char": 2054, "text": "husband", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 2067, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "come", "misc": "", "start_char": 2062, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2072, "feats": null, "head": 3, "id": 4, "lemma": "home", "misc": "", "start_char": 2068, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 2075, "feats": null, "head": 6, "id": 5, "lemma": "by", "misc": "", "start_char": 2073, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2084, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "surprise", "misc": "", "start_char": 2076, "text": "surprise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2086, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 2085, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP she)) (VP (VP (VBZ hears) (NP (PRP him))) (CC and) (ADVP (RB quickly)) (VP (VBZ hides) (NP (PRP$ her) (NN lover)) (PP (IN in) (NP (NP (DT the) (NN closet)) (PP (IN of) (NP (PRP$ her) (NN bedroom))))))) (. .)))" }, "speaker": null, "text": "But she hears him and quickly hides her lover in the closet of her bedroom.", "tokens": [ { "deprel": "cc", "end_char": 2090, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 2087, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 2094, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "she", "misc": "", "start_char": 2091, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2100, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "hear", "misc": "", "start_char": 2095, "text": "hears", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 2104, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "he", "misc": "", "start_char": 2101, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 2108, "feats": null, "head": 7, "id": 5, "lemma": "and", "misc": "", "start_char": 2105, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 2116, "feats": null, "head": 7, "id": 6, "lemma": "quickly", "misc": "", "start_char": 2109, "text": "quickly", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 2122, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 7, "lemma": "hide", "misc": "", "start_char": 2117, "text": "hides", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 2126, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "her", "misc": "", "start_char": 2123, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 2132, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "lover", "misc": "", "start_char": 2127, "text": "lover", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2135, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 2133, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2139, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 2136, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2146, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "closet", "misc": "", "start_char": 2140, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2149, "feats": null, "head": 15, "id": 13, "lemma": "of", "misc": "", "start_char": 2147, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2153, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "her", "misc": "", "start_char": 2150, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 2161, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "bedroom", "misc": "", "start_char": 2154, "text": "bedroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2163, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 2162, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBZ enters) (NP (PRP$ her) (NN room))) (CC and) (VP (VBZ asks) (NP (PRP her)) (SBAR (IN if) (S (NP (PRP she)) (VP (VBZ is) (VP (VBG hiding) (NP (PRP$ her) (NN lover)))))))) (. .)))" }, "speaker": null, "text": "He enters her room and asks her if she is hiding her lover.", "tokens": [ { "deprel": "nsubj", "end_char": 2166, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 2164, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2173, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "enter", "misc": "", "start_char": 2167, "text": "enters", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 2177, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "her", "misc": "", "start_char": 2174, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 2182, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "room", "misc": "", "start_char": 2178, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 2186, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 2183, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2191, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "ask", "misc": "", "start_char": 2187, "text": "asks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 2195, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "her", "misc": "", "start_char": 2192, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 2198, "feats": null, "head": 11, "id": 8, "lemma": "if", "misc": "", "start_char": 2196, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2202, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "she", "misc": "", "start_char": 2199, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2205, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 2203, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 2212, "feats": "Tense=Pres|VerbForm=Part", "head": 6, "id": 11, "lemma": "hide", "misc": "", "start_char": 2206, "text": "hiding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 2216, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "her", "misc": "", "start_char": 2213, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 2222, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "lover", "misc": "", "start_char": 2217, "text": "lover", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2224, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 2223, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VBZ says) (SBAR (S (NP (PRP he)) (VP (MD will) (RB not) (VP (VB open) (NP (NP (DT the) (NN door)) (PP (IN to) (NP (DT the) (NN closet)))) (SBAR (IN if) (S (NP (PRP she)) (VP (VBZ promises) (NP (PRP him)) (SBAR (S (NP (EX there)) (VP (VBZ is) (NP (NP (DT no) (NN one)) (ADVP (RB there))))))))))))))) (: ;) (S (NP (PRP He)) (VP (MD will) (VP (VB believe) (NP (PRP her))))) (. .)))" }, "speaker": null, "text": "He says he will not open the door to the closet if she promises him there is no one there; He will believe her.", "tokens": [ { "deprel": "nsubj", "end_char": 2227, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 2225, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2232, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 2228, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 2235, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 3, "lemma": "he", "misc": "", "start_char": 2233, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2240, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "will", "misc": "", "start_char": 2236, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 2244, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 2241, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 2249, "feats": "VerbForm=Inf", "head": 2, "id": 6, "lemma": "open", "misc": "", "start_char": 2245, "text": "open", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2253, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 2250, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2258, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "door", "misc": "", "start_char": 2254, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2261, "feats": null, "head": 11, "id": 9, "lemma": "to", "misc": "", "start_char": 2259, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2265, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 2262, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2272, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "closet", "misc": "", "start_char": 2266, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2275, "feats": null, "head": 14, "id": 12, "lemma": "if", "misc": "", "start_char": 2273, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2279, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "she", "misc": "", "start_char": 2276, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 2288, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 14, "lemma": "promise", "misc": "", "start_char": 2280, "text": "promises", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 2292, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "he", "misc": "", "start_char": 2289, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "expl", "end_char": 2298, "feats": null, "head": 17, "id": 16, "lemma": "there", "misc": "", "start_char": 2293, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "ccomp", "end_char": 2301, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 17, "lemma": "be", "misc": "", "start_char": 2299, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 2304, "feats": null, "head": 19, "id": 18, "lemma": "no", "misc": "", "start_char": 2302, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2308, "feats": "Number=Sing|PronType=Neg", "head": 17, "id": 19, "lemma": "one", "misc": "", "start_char": 2305, "text": "one", "upos": "PRON", "xpos": "NN" }, { "deprel": "advmod", "end_char": 2314, "feats": "PronType=Dem", "head": 17, "id": 20, "lemma": "there", "misc": "", "start_char": 2309, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2316, "feats": null, "head": 2, "id": 21, "lemma": ";", "misc": "", "start_char": 2315, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 2319, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 22, "lemma": "he", "misc": "", "start_char": 2317, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2324, "feats": "VerbForm=Fin", "head": 24, "id": 23, "lemma": "will", "misc": "", "start_char": 2320, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 2332, "feats": "VerbForm=Inf", "head": 2, "id": 24, "lemma": "believe", "misc": "", "start_char": 2325, "text": "believe", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 2336, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 25, "lemma": "her", "misc": "", "start_char": 2333, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 2338, "feats": null, "head": 2, "id": 26, "lemma": ".", "misc": "", "start_char": 2337, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBZ answers) (ADVP (RB firmly)) (SBAR (IN that) (S (NP (PRP she)) (VP (VBZ is) (RB not) (VP (VBG hiding) (NP (NN anyone)) (PP (IN in) (NP (DT the) (NN closet)))))))) (. .)))" }, "speaker": null, "text": "She answers firmly that she is not hiding anyone in the closet.", "tokens": [ { "deprel": "nsubj", "end_char": 2342, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 2339, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2350, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "answer", "misc": "", "start_char": 2343, "text": "answers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2357, "feats": null, "head": 2, "id": 3, "lemma": "firmly", "misc": "", "start_char": 2351, "text": "firmly", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 2362, "feats": null, "head": 8, "id": 4, "lemma": "that", "misc": "", "start_char": 2358, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2366, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 5, "lemma": "she", "misc": "", "start_char": 2363, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2369, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 2367, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2373, "feats": null, "head": 8, "id": 7, "lemma": "not", "misc": "", "start_char": 2370, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 2380, "feats": "Tense=Pres|VerbForm=Part", "head": 2, "id": 8, "lemma": "hide", "misc": "", "start_char": 2374, "text": "hiding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 2387, "feats": "Number=Sing|PronType=Ind", "head": 8, "id": 9, "lemma": "anyone", "misc": "", "start_char": 2381, "text": "anyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 2390, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 2388, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2394, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 2391, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2401, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "closet", "misc": "", "start_char": 2395, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2403, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 2402, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2405, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2404, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 38, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN husband)) (ADVP (RB then)) (VP (VBZ begins) (S (VP (TO to) (VP (VB build) (NP (NP (DT a) (JJ solid) (NN brick) (NN wall)) (PP (IN against) (NP (DT the) (NN closet)))))))) (. .)))" }, "speaker": null, "text": "The husband then begins to build a solid brick wall against the closet.", "tokens": [ { "deprel": "det", "end_char": 2409, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 2406, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2417, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "husband", "misc": "", "start_char": 2410, "text": "husband", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 2422, "feats": "PronType=Dem", "head": 4, "id": 3, "lemma": "then", "misc": "", "start_char": 2418, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 2429, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "begin", "misc": "", "start_char": 2423, "text": "begins", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 2432, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 2430, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2438, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "build", "misc": "", "start_char": 2433, "text": "build", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2440, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 7, "lemma": "a", "misc": "", "start_char": 2439, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2446, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "solid", "misc": "", "start_char": 2441, "text": "solid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 2452, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "brick", "misc": "", "start_char": 2447, "text": "brick", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 2457, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "wall", "misc": "", "start_char": 2453, "text": "wall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2465, "feats": null, "head": 13, "id": 11, "lemma": "against", "misc": "", "start_char": 2458, "text": "against", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2469, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 2466, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2476, "feats": "Number=Sing", "head": 6, "id": 13, "lemma": "closet", "misc": "", "start_char": 2470, "text": "closet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2478, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 2477, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 39, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ His) (NN wife)) (VP (VBZ watches) (, ,) (S (VP (VBG knowing) (SBAR (IN that) (S (NP (PRP$ her) (NN lover)) (VP (MD will) (ADVP (RB never)) (VP (VB come) (ADVP (RB out)) (ADVP (JJ alive))))))))) (. .)))" }, "speaker": null, "text": "His wife watches, knowing that her lover will never come out alive.", "tokens": [ { "deprel": "nmod:poss", "end_char": 2482, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "his", "misc": "", "start_char": 2479, "text": "His", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 2487, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "wife", "misc": "", "start_char": 2483, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 2495, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "watch", "misc": "", "start_char": 2488, "text": "watches", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 2497, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 2496, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 2505, "feats": "VerbForm=Ger", "head": 3, "id": 5, "lemma": "know", "misc": "", "start_char": 2498, "text": "knowing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 2510, "feats": null, "head": 11, "id": 6, "lemma": "that", "misc": "", "start_char": 2506, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2514, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "her", "misc": "", "start_char": 2511, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 2520, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "lover", "misc": "", "start_char": 2515, "text": "lover", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 2525, "feats": "VerbForm=Fin", "head": 11, "id": 9, "lemma": "will", "misc": "", "start_char": 2521, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 2531, "feats": null, "head": 11, "id": 10, "lemma": "never", "misc": "", "start_char": 2526, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 2536, "feats": "VerbForm=Inf", "head": 5, "id": 11, "lemma": "come", "misc": "", "start_char": 2532, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 2540, "feats": null, "head": 11, "id": 12, "lemma": "out", "misc": "", "start_char": 2537, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 2546, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "alive", "misc": "", "start_char": 2541, "text": "alive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 2548, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 2547, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 40, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP she)) (VP (MD will) (RB not) (VP (VP (VB change) (NP (PRP$ her) (NN story))) (CC and) (VP (VB admit) (NP (PRP$ her) (NN guilt))))) (. .)))" }, "speaker": null, "text": "But she will not change her story and admit her guilt.", "tokens": [ { "deprel": "cc", "end_char": 2552, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 2549, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 2556, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "she", "misc": "", "start_char": 2553, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2561, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "will", "misc": "", "start_char": 2557, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 2565, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 2562, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 2572, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "change", "misc": "", "start_char": 2566, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 2576, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "her", "misc": "", "start_char": 2573, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 2582, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "story", "misc": "", "start_char": 2577, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 2586, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 2583, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2592, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "admit", "misc": "", "start_char": 2587, "text": "admit", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 2596, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "her", "misc": "", "start_char": 2593, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 2602, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "guilt", "misc": "", "start_char": 2597, "text": "guilt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2604, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 2603, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Lucky is the man who has no "skeleton in his closet." When a man has done something in his life that he is ashamed of, that he wants to hide, he is said to have a "skeleton in his closet." Some people may have more than one skeleton. As we have noted many times, it is hard to find out how these expressions begin. Sometimes, we get some hard facts. But more often we have to depend on guesswork. And that is true of this phrase, which came from England. Before 1832, English law did not permit a doctor to cut open a dead human body for scientific examination, unless it was the corpse of an executed criminal. But when it became legal, more and more doctors demanded skeletons for a more scientific study of medicine. It was helping in the advance of modern medicine. The demand had become so strong that men began to rob tombs and sell skeletons to doctors at high prices. We are told that a doctor would usually buy just one skeleton for scientific study. It became very important in his work. But he had to keep it hidden because most people objected to keeping such a thing. As a rule, the doctor keep his skeleton in some dark corner where it could not be seen, or hide it in a closet. After a time, people began to suspect every doctor of hiding a skeleton in the closet. From this suspicion, the phrase "a skeleton in the closet" took on a broader, more general meaning: to describe anything that a man wanted to keep others from discovering. It could be proof of a criminal act, or something much less serious. Well, that is one theory. One writer, however, believes that the phrase might have come from something that really happened. It is his guess that a hidden closet in some old English country home may have turned up a real skeleton, clear proof of some old family shame or crime. Well, one man's guess is as good as another. But this sounds like a story by the great French novelist, Balzac. Balzac tells us of a man who suspected his wife of having a lover. The husband comes home by surprise. But she hears him and quickly hides her lover in the closet of her bedroom. He enters her room and asks her if she is hiding her lover. He says he will not open the door to the closet if she promises him there is no one there; He will believe her. She answers firmly that she is not hiding anyone in the closet. The husband then begins to build a solid brick wall against the closet. His wife watches, knowing that her lover will never come out alive. But she will not change her story and admit her guilt.
[ [ [ 21, 1, 2 ] ], [ [ 21, 15, 16 ] ], [ [ 21, 18, 20 ] ], [ [ 21, 26, 27 ] ], [ [ 21, 31, 31 ] ], [ [ 22, 5, 7 ] ], [ [ 22, 10, 10 ] ], [ [ 23, 2, 2 ], [ 23, 4, 5 ] ], [ [ 25, 13, 16 ] ], [ [ 1, 5, 5 ] ], [ [ 1, 7, 8 ] ], [ [ 2, 0, 1 ] ], [ [ 4, 4, 5 ] ], [ [ 4, 14, 15 ] ], [ [ 5, 4, 6 ] ], [ [ 6, 3, 3 ], [ 4, 1, 1 ], [ 5, 2, 2 ], [ 15, 0, 0 ] ], [ [ 6, 8, 8 ] ], [ [ 7, 1, 1 ] ], [ [ 7, 5, 6 ] ], [ [ 7, 11, 11 ] ], [ [ 9, 1, 1 ] ], [ [ 9, 3, 4 ] ], [ [ 9, 13, 16 ] ], [ [ 9, 18, 19 ] ], [ [ 9, 22, 22 ] ], [ [ 9, 24, 29 ] ], [ [ 11, 6, 9 ] ], [ [ 11, 13, 18 ] ], [ [ 11, 18, 18 ] ], [ [ 11, 2, 2 ] ], [ [ 12, 4, 8 ] ], [ [ 12, 7, 8 ] ], [ [ 13, 0, 1 ] ], [ [ 13, 7, 7 ] ], [ [ 13, 11, 11 ] ], [ [ 13, 18, 19 ] ], [ [ 15, 13, 14 ] ], [ [ 16, 0, 0 ] ], [ [ 16, 5, 6 ] ], [ [ 17, 5, 5 ], [ 18, 14, 14 ], [ 18, 22, 22 ], [ 18, 7, 8 ] ], [ [ 17, 8, 9 ] ], [ [ 17, 13, 15 ] ], [ [ 18, 1, 2 ] ], [ [ 18, 4, 5 ], [ 17, 1, 1 ], [ 16, 5, 5 ], [ 15, 4, 5 ], [ 13, 16, 16 ], [ 9, 8, 9 ], [ 18, 7, 7 ] ], [ [ 18, 10, 12 ] ], [ [ 18, 24, 25 ] ], [ [ 20, 1, 2 ] ], [ [ 20, 4, 4 ] ], [ [ 20, 12, 13 ], [ 11, 11, 11 ], [ 13, 14, 14 ] ], [ [ 26, 2, 3 ], [ 26, 0, 0 ] ], [ [ 26, 2, 2 ], [ 25, 0, 1 ] ], [ [ 26, 9, 13 ] ], [ [ 26, 18, 20 ] ], [ [ 27, 2, 5 ] ], [ [ 27, 2, 4 ] ], [ [ 27, 10, 10 ] ], [ [ 28, 4, 5 ] ], [ [ 30, 2, 2 ] ], [ [ 32, 10, 14 ] ], [ [ 32, 13, 14 ] ], [ [ 33, 2, 3 ] ], [ [ 34, 6, 7 ] ], [ [ 34, 17, 18 ] ], [ [ 35, 8, 8 ] ], [ [ 35, 10, 11 ], [ 34, 9, 10 ], [ 37, 11, 12 ], [ 20, 15, 16 ], [ 21, 10, 11 ] ], [ [ 37, 2, 2 ] ], [ [ 37, 6, 9 ] ], [ [ 38, 0, 0 ], [ 37, 0, 1 ], [ 34, 0, 0 ], [ 34, 2, 2 ], [ 34, 14, 14 ], [ 34, 21, 21 ], [ 33, 0, 0 ], [ 32, 3, 3 ], [ 30, 8, 8 ], [ 30, 4, 13 ], [ 31, 0, 1 ] ], [ [ 38, 6, 7 ], [ 33, 11, 12 ], [ 32, 7, 8 ], [ 30, 12, 13 ] ], [ [ 39, 5, 6 ] ], [ [ 39, 9, 10 ] ], [ [ 39, 9, 9 ], [ 39, 5, 5 ], [ 39, 1, 1 ], [ 38, 0, 1 ], [ 38, 6, 6 ], [ 35, 4, 4 ], [ 35, 0, 0 ], [ 34, 24, 24 ], [ 34, 12, 12 ], [ 33, 11, 11 ], [ 33, 8, 8 ], [ 33, 6, 6 ], [ 33, 2, 2 ], [ 32, 1, 1 ], [ 30, 8, 9 ], [ 32, 7, 7 ], [ 32, 13, 13 ] ], [ [ 0, 10, 10 ], [ 1, 1, 2 ], [ 1, 7, 7 ], [ 1, 10, 10 ], [ 1, 16, 16 ], [ 1, 21, 21 ], [ 1, 30, 30 ] ], [ [ 0, 0, 0 ], [ 0, 2, 13 ] ], [ [ 1, 15, 19 ] ], [ [ 1, 26, 33 ], [ 0, 7, 13 ] ], [ [ 2, 4, 7 ] ], [ [ 4, 13, 16 ] ], [ [ 5, 0, 0 ] ], [ [ 9, 27, 29 ] ], [ [ 15, 10, 14 ] ], [ [ 20, 0, 2 ] ], [ [ 20, 8, 16 ] ], [ [ 21, 6, 12 ], [ 25, 7, 8 ], [ 21, 4, 5 ], [ 21, 4, 12 ] ], [ [ 21, 24, 33 ] ], [ [ 21, 33, 33 ] ], [ [ 26, 5, 13 ] ], [ [ 26, 23, 30 ] ], [ [ 26, 25, 30 ] ], [ [ 28, 1, 1 ] ], [ [ 30, 11, 13 ] ], [ [ 1, 30, 31 ], [ 0, 10, 11 ] ], [ [ 28, 7, 10 ], [ 28, 7, 12 ], [ 28, 12, 12 ], [ 30, 0, 0 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36170
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (JJ Many) (NNS people)) (VP (VBP think) (SBAR (S (NP (NNS heroes)) (VP (VBP need) (S (VP (TO to) (VP (VB be) (ADJP (JJ handsome) (, ,) (JJ rich) (, ,) (CC or) (ADJP (RB very) (JJ smart)))))))))) (. .)))" }, "speaker": null, "text": "Many people think heroes need to be handsome, rich, or very smart.", "tokens": [ { "deprel": "amod", "end_char": 4, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "many", "misc": "", "start_char": 0, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 5, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 17, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "think", "misc": "", "start_char": 12, "text": "think", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 24, "feats": "Number=Plur", "head": 5, "id": 4, "lemma": "hero", "misc": "", "start_char": 18, "text": "heroes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 29, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 5, "lemma": "need", "misc": "", "start_char": 25, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 32, "feats": null, "head": 8, "id": 6, "lemma": "to", "misc": "", "start_char": 30, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 35, "feats": "VerbForm=Inf", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 33, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 44, "feats": "Degree=Pos", "head": 5, "id": 8, "lemma": "handsome", "misc": "", "start_char": 36, "text": "handsome", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 46, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 45, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 51, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "rich", "misc": "", "start_char": 47, "text": "rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 53, "feats": null, "head": 14, "id": 11, "lemma": ",", "misc": "", "start_char": 52, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 56, "feats": null, "head": 14, "id": 12, "lemma": "or", "misc": "", "start_char": 54, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 61, "feats": null, "head": 14, "id": 13, "lemma": "very", "misc": "", "start_char": 57, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 67, "feats": "Degree=Pos", "head": 8, "id": 14, "lemma": "smart", "misc": "", "start_char": 62, "text": "smart", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 68, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (CC But) (PP (IN as) (PP (IN for) (NP (PRP me)))) (, ,) (NP (DT a) (NN hero)) (VP (VBZ is) (NP (NP (DT a) (NN person)) (SBAR (WHNP (WP who)) (S (ADVP (RB always)) (VP (VBZ helps) (NP (NNS others))))))) (. .)))" }, "speaker": null, "text": "But as for me, a hero is a person who always helps others.", "tokens": [ { "deprel": "cc", "end_char": 73, "feats": null, "head": 10, "id": 1, "lemma": "but", "misc": "", "start_char": 70, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 76, "feats": null, "head": 4, "id": 2, "lemma": "as", "misc": "", "start_char": 74, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 80, "feats": null, "head": 2, "id": 3, "lemma": "for", "misc": "", "start_char": 77, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 83, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 4, "lemma": "I", "misc": "", "start_char": 81, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 85, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 84, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 87, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 86, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 92, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "hero", "misc": "", "start_char": 88, "text": "hero", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 95, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 93, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 97, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 96, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 104, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "person", "misc": "", "start_char": 98, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 108, "feats": "PronType=Rel", "head": 13, "id": 11, "lemma": "who", "misc": "", "start_char": 105, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "advmod", "end_char": 115, "feats": null, "head": 13, "id": 12, "lemma": "always", "misc": "", "start_char": 109, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 121, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 13, "lemma": "help", "misc": "", "start_char": 116, "text": "helps", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 128, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "other", "misc": "", "start_char": 122, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 130, "feats": null, "head": 10, "id": 15, "lemma": ".", "misc": "", "start_char": 129, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ My) (NN hero)) (VP (VBZ is) (NP (NNP Uncle) (NNP Bill))) (. .)))" }, "speaker": null, "text": "My hero is Uncle Bill.", "tokens": [ { "deprel": "nmod:poss", "end_char": 133, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 131, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 138, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "hero", "misc": "", "start_char": 134, "text": "hero", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 141, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 139, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 147, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "uncle", "misc": "", "start_char": 142, "text": "Uncle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 152, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Bill", "misc": "", "start_char": 148, "text": "Bill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 154, "feats": null, "head": 4, "id": 6, "lemma": ".", "misc": "", "start_char": 153, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VBZ is) (NP (NP (DT the) (JJS oldest) (NN son)) (PP (IN of) (NP (DT a) (NN worker)))))) (, ,) (CC and) (S (NP (PRP he)) (VP (VBD grew) (PRT (RP up)) (PP (IN in) (NP (DT a) (JJ poor) (NN family))) (PP (IN with) (NP (NP (CD four) (JJR younger) (NNS brothers)) (CC and) (NP (CD two) (JJ little) (NNS sisters)))))) (. .)))" }, "speaker": null, "text": "He is the oldest son of a worker, and he grew up in a poor family with four younger brothers and two little sisters.", "tokens": [ { "deprel": "nsubj", "end_char": 157, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "he", "misc": "", "start_char": 155, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 160, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 158, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 164, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 161, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 171, "feats": "Degree=Sup", "head": 5, "id": 4, "lemma": "old", "misc": "", "start_char": 165, "text": "oldest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "root", "end_char": 175, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "son", "misc": "", "start_char": 172, "text": "son", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 178, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 176, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 180, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 179, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 187, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "worker", "misc": "", "start_char": 181, "text": "worker", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 189, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 188, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 193, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 190, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 196, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "he", "misc": "", "start_char": 194, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 201, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 12, "lemma": "grow", "misc": "", "start_char": 197, "text": "grew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 204, "feats": null, "head": 12, "id": 13, "lemma": "up", "misc": "", "start_char": 202, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 207, "feats": null, "head": 17, "id": 14, "lemma": "in", "misc": "", "start_char": 205, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 209, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 208, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 214, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "poor", "misc": "", "start_char": 210, "text": "poor", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 221, "feats": "Number=Sing", "head": 12, "id": 17, "lemma": "family", "misc": "", "start_char": 215, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 226, "feats": null, "head": 21, "id": 18, "lemma": "with", "misc": "", "start_char": 222, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 231, "feats": "NumForm=Word|NumType=Card", "head": 21, "id": 19, "lemma": "four", "misc": "", "start_char": 227, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 239, "feats": "Degree=Cmp", "head": 21, "id": 20, "lemma": "young", "misc": "", "start_char": 232, "text": "younger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 248, "feats": "Number=Plur", "head": 12, "id": 21, "lemma": "brother", "misc": "", "start_char": 240, "text": "brothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 252, "feats": null, "head": 25, "id": 22, "lemma": "and", "misc": "", "start_char": 249, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 256, "feats": "NumForm=Word|NumType=Card", "head": 25, "id": 23, "lemma": "two", "misc": "", "start_char": 253, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 263, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "little", "misc": "", "start_char": 257, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 271, "feats": "Number=Plur", "head": 21, "id": 25, "lemma": "sister", "misc": "", "start_char": 264, "text": "sisters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 273, "feats": null, "head": 5, "id": 26, "lemma": ".", "misc": "", "start_char": 272, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 275, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 274, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD was) (ADJP (JJ good) (PP (IN at) (NP (CC neither) (NN writing) (CC nor) (NN math))))) (. .)))" }, "speaker": null, "text": "He was good at neither writing nor math.", "tokens": [ { "deprel": "nsubj", "end_char": 278, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 276, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 282, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 279, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 287, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "good", "misc": "", "start_char": 283, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 290, "feats": null, "head": 6, "id": 4, "lemma": "at", "misc": "", "start_char": 288, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "cc:preconj", "end_char": 298, "feats": null, "head": 6, "id": 5, "lemma": "neither", "misc": "", "start_char": 291, "text": "neither", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "obl", "end_char": 306, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "writing", "misc": "", "start_char": 299, "text": "writing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 310, "feats": null, "head": 8, "id": 7, "lemma": "nor", "misc": "", "start_char": 307, "text": "nor", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 315, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "math", "misc": "", "start_char": 311, "text": "math", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 317, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 316, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NN fact))) (, ,) (NP (PRP he)) (ADVP (RB never)) (VP (VBD did) (ADVP (RB well)) (PP (IN in) (NP (NN school)))) (. .)))" }, "speaker": null, "text": "In fact, he never did well in school.", "tokens": [ { "deprel": "case", "end_char": 320, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 318, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 325, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "fact", "misc": "", "start_char": 321, "text": "fact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 327, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 326, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 330, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 4, "lemma": "he", "misc": "", "start_char": 328, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 336, "feats": null, "head": 6, "id": 5, "lemma": "never", "misc": "", "start_char": 331, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 340, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "do", "misc": "", "start_char": 337, "text": "did", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 345, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "well", "misc": "", "start_char": 341, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 348, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 346, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 355, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "school", "misc": "", "start_char": 349, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 357, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 356, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (RB so) (NP (PRP he)) (VP (VBD had) (S (VP (TO to) (VP (VB give) (PRT (RP up)) (NP (NN school)) (PP (IN at) (NP (DT a) (ADJP (RB very) (JJ young)) (NN age))))))) (. .)))" }, "speaker": null, "text": "so he had to give up school at a very young age.", "tokens": [ { "deprel": "advmod", "end_char": 360, "feats": null, "head": 3, "id": 1, "lemma": "so", "misc": "", "start_char": 358, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 363, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 361, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 367, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 364, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 370, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 368, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 375, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "give", "misc": "", "start_char": 371, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 378, "feats": null, "head": 5, "id": 6, "lemma": "up", "misc": "", "start_char": 376, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "obj", "end_char": 385, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "school", "misc": "", "start_char": 379, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 388, "feats": null, "head": 12, "id": 8, "lemma": "at", "misc": "", "start_char": 386, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 390, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 9, "lemma": "a", "misc": "", "start_char": 389, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 395, "feats": null, "head": 11, "id": 10, "lemma": "very", "misc": "", "start_char": 391, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 401, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "young", "misc": "", "start_char": 396, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 405, "feats": "Number=Sing", "head": 5, "id": 12, "lemma": "age", "misc": "", "start_char": 402, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 407, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 406, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBD worked)) (CC and) (VP (VBD gave) (NP (PDT all) (PRP$ his) (NN money)) (S (VP (TO to) (VP (VB help) (NP (PRP$ his) (NNS parents))))))) (. .)))" }, "speaker": null, "text": "He worked and gave all his money to help his parents.", "tokens": [ { "deprel": "nsubj", "end_char": 410, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 408, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 417, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "work", "misc": "", "start_char": 411, "text": "worked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 421, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 418, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 426, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 4, "lemma": "give", "misc": "", "start_char": 422, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det:predet", "end_char": 430, "feats": null, "head": 7, "id": 5, "lemma": "all", "misc": "", "start_char": 427, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 434, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "his", "misc": "", "start_char": 431, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 440, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "money", "misc": "", "start_char": 435, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 443, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 441, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 448, "feats": "VerbForm=Inf", "head": 4, "id": 9, "lemma": "help", "misc": "", "start_char": 444, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 452, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "his", "misc": "", "start_char": 449, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 460, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "parent", "misc": "", "start_char": 453, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 462, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 461, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP he)) (VP (VBD was) (VP (VBG getting) (ADJP (JJR older)))))) (, ,) (NP (PRP he)) (VP (VBD found) (SBAR (IN that) (S (NP (PRP he)) (VP (VBD was) (ADJP (RB very) (JJ interested) (PP (IN in) (S (VP (VBG fixing) (NP (NNS things)))))))))) (. .)))" }, "speaker": null, "text": "When he was getting older, he found that he was very interested in fixing things.", "tokens": [ { "deprel": "advmod", "end_char": 467, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "when", "misc": "", "start_char": 463, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 470, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "he", "misc": "", "start_char": 468, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 474, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 471, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 482, "feats": "Tense=Pres|VerbForm=Part", "head": 8, "id": 4, "lemma": "get", "misc": "", "start_char": 475, "text": "getting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 488, "feats": "Degree=Cmp", "head": 4, "id": 5, "lemma": "old", "misc": "", "start_char": 483, "text": "older", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 490, "feats": null, "head": 4, "id": 6, "lemma": ",", "misc": "", "start_char": 489, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 493, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "he", "misc": "", "start_char": 491, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 499, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "find", "misc": "", "start_char": 494, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 504, "feats": null, "head": 13, "id": 9, "lemma": "that", "misc": "", "start_char": 500, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 507, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 10, "lemma": "he", "misc": "", "start_char": 505, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 511, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 508, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 516, "feats": null, "head": 13, "id": 12, "lemma": "very", "misc": "", "start_char": 512, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 527, "feats": "Degree=Pos", "head": 8, "id": 13, "lemma": "interested", "misc": "", "start_char": 517, "text": "interested", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 530, "feats": null, "head": 15, "id": 14, "lemma": "in", "misc": "", "start_char": 528, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 537, "feats": "VerbForm=Ger", "head": 13, "id": 15, "lemma": "fix", "misc": "", "start_char": 531, "text": "fixing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 544, "feats": "Number=Plur", "head": 15, "id": 16, "lemma": "thing", "misc": "", "start_char": 538, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 546, "feats": null, "head": 8, "id": 17, "lemma": ".", "misc": "", "start_char": 545, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP he)) (VP (VBD collected) (NP (NP (JJ broken) (NNS things)) (SBAR (WHNP (WDT which)) (S (NP (NNS people)) (VP (VP (VBD threw) (PRT (RB away))) (CC and) (VP (VBD fixed) (NP (PRP them)) (PP (IN into) (NP (JJ good) (NNS ones))))))))) (. .)))" }, "speaker": null, "text": "he collected broken things which people threw away and fixed them into good ones.", "tokens": [ { "deprel": "nsubj", "end_char": 549, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 547, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 559, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "collect", "misc": "", "start_char": 550, "text": "collected", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 566, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "broken", "misc": "", "start_char": 560, "text": "broken", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 573, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "thing", "misc": "", "start_char": 567, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obj", "end_char": 579, "feats": "PronType=Rel", "head": 7, "id": 5, "lemma": "which", "misc": "", "start_char": 574, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 586, "feats": "Number=Plur", "head": 7, "id": 6, "lemma": "person", "misc": "", "start_char": 580, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 592, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 7, "lemma": "throw", "misc": "", "start_char": 587, "text": "threw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 597, "feats": null, "head": 7, "id": 8, "lemma": "away", "misc": "", "start_char": 593, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 601, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 598, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 607, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 10, "lemma": "fix", "misc": "", "start_char": 602, "text": "fixed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 612, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "they", "misc": "", "start_char": 608, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 617, "feats": null, "head": 14, "id": 12, "lemma": "into", "misc": "", "start_char": 613, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 622, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "good", "misc": "", "start_char": 618, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 627, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "one", "misc": "", "start_char": 623, "text": "ones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 629, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 628, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (MD could) (VP (VB fix) (NP (NP (RB almost) (NN everything)) (SBAR (WHNP (WDT that)) (S (VP (VBD did) (RB not) (VP (VB work)))))))) (. .)))" }, "speaker": null, "text": "He could fix almost everything that did not work.", "tokens": [ { "deprel": "nsubj", "end_char": 632, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 630, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 638, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "could", "misc": "", "start_char": 633, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 642, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "fix", "misc": "", "start_char": 639, "text": "fix", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 649, "feats": null, "head": 5, "id": 4, "lemma": "almost", "misc": "", "start_char": 643, "text": "almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 660, "feats": "Number=Sing|PronType=Tot", "head": 3, "id": 5, "lemma": "everything", "misc": "", "start_char": 650, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 665, "feats": "PronType=Rel", "head": 9, "id": 6, "lemma": "that", "misc": "", "start_char": 661, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 669, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 7, "lemma": "do", "misc": "", "start_char": 666, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 673, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 670, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 678, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "work", "misc": "", "start_char": 674, "text": "work", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 680, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 679, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD worked) (ADVP (RB hard)) (ADVP (RB never)) (VP (VBD gave) (PRT (RP up)))) (. .)))" }, "speaker": null, "text": "He worked hard never gave up.", "tokens": [ { "deprel": "nsubj", "end_char": 683, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 681, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 690, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "work", "misc": "", "start_char": 684, "text": "worked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 695, "feats": "Degree=Pos", "head": 2, "id": 3, "lemma": "hard", "misc": "", "start_char": 691, "text": "hard", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 701, "feats": null, "head": 5, "id": 4, "lemma": "never", "misc": "", "start_char": 696, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 706, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 5, "lemma": "give", "misc": "", "start_char": 702, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 709, "feats": null, "head": 5, "id": 6, "lemma": "up", "misc": "", "start_char": 707, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 711, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 710, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Finally)) (, ,) (NP (PRP he)) (VP (VBD opened) (NP (PRP$ his) (JJ own) (NN repair) (NN shop))) (. .)))" }, "speaker": null, "text": "Finally, he opened his own repair shop.", "tokens": [ { "deprel": "advmod", "end_char": 719, "feats": null, "head": 4, "id": 1, "lemma": "finally", "misc": "", "start_char": 712, "text": "Finally", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 721, "feats": null, "head": 4, "id": 2, "lemma": ",", "misc": "", "start_char": 720, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 724, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "he", "misc": "", "start_char": 722, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 731, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "open", "misc": "", "start_char": 725, "text": "opened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 735, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 5, "lemma": "his", "misc": "", "start_char": 732, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 739, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "own", "misc": "", "start_char": 736, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 746, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "repair", "misc": "", "start_char": 740, "text": "repair", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 751, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "shop", "misc": "", "start_char": 747, "text": "shop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 753, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 752, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD took) (NP (PRP him)) (NP (QP (RB about) (CD 20)) (NNS years)) (S (VP (TO to) (VP (VB become) (NP (DT a) (JJ successful) (NN shopkeeper)))))) (. .)))" }, "speaker": null, "text": "It took him about 20 years to become a successful shopkeeper.", "tokens": [ { "deprel": "expl", "end_char": 756, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 754, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 761, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "take", "misc": "", "start_char": 757, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 765, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "he", "misc": "", "start_char": 762, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 771, "feats": null, "head": 5, "id": 4, "lemma": "about", "misc": "", "start_char": 766, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 774, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 5, "lemma": "20", "misc": "", "start_char": 772, "text": "20", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 780, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "year", "misc": "", "start_char": 775, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 783, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 781, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 790, "feats": "VerbForm=Inf", "head": 2, "id": 8, "lemma": "become", "misc": "", "start_char": 784, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 792, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 791, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 803, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "successful", "misc": "", "start_char": 793, "text": "successful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 814, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "shopkeeper", "misc": "", "start_char": 804, "text": "shopkeeper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 816, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 815, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 818, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 817, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (, ,) (NP (PRP he)) (VP (VP (VBZ is) (ADJP (RB very) (JJ rich))) (CC and) (VP (VBZ has) (NP (CD four) (NNS shops)))) (. .)))" }, "speaker": null, "text": "Now, he is very rich and has four shops.", "tokens": [ { "deprel": "advmod", "end_char": 822, "feats": null, "head": 6, "id": 1, "lemma": "now", "misc": "", "start_char": 819, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 824, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 823, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 827, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 3, "lemma": "he", "misc": "", "start_char": 825, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 830, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 828, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 835, "feats": null, "head": 6, "id": 5, "lemma": "very", "misc": "", "start_char": 831, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 840, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "rich", "misc": "", "start_char": 836, "text": "rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 844, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 841, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 848, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 8, "lemma": "have", "misc": "", "start_char": 845, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 853, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 9, "lemma": "four", "misc": "", "start_char": 849, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 859, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "shop", "misc": "", "start_char": 854, "text": "shops", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 861, "feats": null, "head": 6, "id": 11, "lemma": ".", "misc": "", "start_char": 860, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP he)) (ADVP (RB never)) (VP (VBZ forgets) (NP (NP (DT the) (NNS days)) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD had) (NP (NN nothing))))))) (. .)))" }, "speaker": null, "text": "But he never forgets the days when he had nothing.", "tokens": [ { "deprel": "cc", "end_char": 865, "feats": null, "head": 4, "id": 1, "lemma": "but", "misc": "", "start_char": 862, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 868, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "he", "misc": "", "start_char": 866, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 874, "feats": null, "head": 4, "id": 3, "lemma": "never", "misc": "", "start_char": 869, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 882, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "forget", "misc": "", "start_char": 875, "text": "forgets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 886, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 883, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 891, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "day", "misc": "", "start_char": 887, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 896, "feats": "PronType=Int", "head": 9, "id": 7, "lemma": "when", "misc": "", "start_char": 892, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 899, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 897, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 903, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "have", "misc": "", "start_char": 900, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 911, "feats": "Number=Sing|PronType=Neg", "head": 9, "id": 10, "lemma": "nothing", "misc": "", "start_char": 904, "text": "nothing", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 913, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 912, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBZ gives) (NP (NN money)) (PP (IN to) (NP (JJ poor) (NNS families)))) (, ,) (VP (VBZ helps) (NP (JJ poor) (NNS kids)) (S (VP (VB buy) (NP (NNS books))))) (CC and) (VP (VBZ offers) (NP (PRP them)) (NP (JJ free) (NN lunch)))) (. .)))" }, "speaker": null, "text": "He gives money to poor families, helps poor kids buy books and offers them free lunch.", "tokens": [ { "deprel": "nsubj", "end_char": 916, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 914, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 922, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "give", "misc": "", "start_char": 917, "text": "gives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 928, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "money", "misc": "", "start_char": 923, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 931, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 929, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 936, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "poor", "misc": "", "start_char": 932, "text": "poor", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 945, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "family", "misc": "", "start_char": 937, "text": "families", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 947, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 946, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 953, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 8, "lemma": "help", "misc": "", "start_char": 948, "text": "helps", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 958, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "poor", "misc": "", "start_char": 954, "text": "poor", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 963, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "kid", "misc": "", "start_char": 959, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 967, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "buy", "misc": "", "start_char": 964, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 973, "feats": "Number=Plur", "head": 11, "id": 12, "lemma": "book", "misc": "", "start_char": 968, "text": "books", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 977, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 974, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 984, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 14, "lemma": "offer", "misc": "", "start_char": 978, "text": "offers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 989, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "they", "misc": "", "start_char": 985, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "amod", "end_char": 994, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "free", "misc": "", "start_char": 990, "text": "free", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1000, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "lunch", "misc": "", "start_char": 995, "text": "lunch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1002, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 1001, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (ADVP (RB also)) (VP (VBZ encourages) (NP (NNS people)) (S (VP (TO to) (VP (VB reuse) (NP (NNS things)))))) (. .)))" }, "speaker": null, "text": "He also encourages people to reuse things.", "tokens": [ { "deprel": "nsubj", "end_char": 1005, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 1003, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1010, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 1006, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1021, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "encourage", "misc": "", "start_char": 1011, "text": "encourages", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1028, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "person", "misc": "", "start_char": 1022, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1031, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1029, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1037, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "reuse", "misc": "", "start_char": 1032, "text": "reuse", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1044, "feats": "Number=Plur", "head": 6, "id": 7, "lemma": "thing", "misc": "", "start_char": 1038, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1046, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 1045, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (ADVP (RB always)) (VP (VBZ says) (: :) (S (VP (VB Make) (NP (NP (JJ good) (NN use)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (VBP have)))))) (SBAR (IN because) (S (NP (PRP we)) (ADVP (RB just)) (VP (VBP have) (NP (CD one) (NN earth)))))))) (. .)))" }, "speaker": null, "text": "He always says: Make good use of what you have because we just have one earth.", "tokens": [ { "deprel": "nsubj", "end_char": 1049, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 1047, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1056, "feats": null, "head": 3, "id": 2, "lemma": "always", "misc": "", "start_char": 1050, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1061, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 1057, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1063, "feats": null, "head": 3, "id": 4, "lemma": ":", "misc": "", "start_char": 1062, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "ccomp", "end_char": 1068, "feats": "Mood=Imp|VerbForm=Fin", "head": 3, "id": 5, "lemma": "make", "misc": "", "start_char": 1064, "text": "Make", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1073, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "good", "misc": "", "start_char": 1069, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1077, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "use", "misc": "", "start_char": 1074, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1080, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 1078, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1085, "feats": "PronType=Rel", "head": 7, "id": 9, "lemma": "what", "misc": "", "start_char": 1081, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1089, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 11, "id": 10, "lemma": "you", "misc": "", "start_char": 1086, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1094, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 9, "id": 11, "lemma": "have", "misc": "", "start_char": 1090, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1102, "feats": null, "head": 15, "id": 12, "lemma": "because", "misc": "", "start_char": 1095, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1105, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 15, "id": 13, "lemma": "we", "misc": "", "start_char": 1103, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1110, "feats": null, "head": 15, "id": 14, "lemma": "just", "misc": "", "start_char": 1106, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1115, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 15, "lemma": "have", "misc": "", "start_char": 1111, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 1119, "feats": "NumForm=Word|NumType=Card", "head": 17, "id": 16, "lemma": "one", "misc": "", "start_char": 1116, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1125, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "earth", "misc": "", "start_char": 1120, "text": "earth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1127, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 1126, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1129, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1128, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP am) (ADJP (JJ proud) (PP (IN of) (NP (NNP Uncle) (NNP Bill))))) (. .)))" }, "speaker": null, "text": "I am proud of Uncle Bill.", "tokens": [ { "deprel": "nsubj", "end_char": 1131, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 1130, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1134, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1132, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1140, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "proud", "misc": "", "start_char": 1135, "text": "proud", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1143, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 1141, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1149, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "uncle", "misc": "", "start_char": 1144, "text": "Uncle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1154, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Bill", "misc": "", "start_char": 1150, "text": "Bill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1156, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 1155, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ is) (ADVP (RB really)) (NP (DT a) (NN hero))) (. .)))" }, "speaker": null, "text": "He is really a hero.", "tokens": [ { "deprel": "nsubj", "end_char": 1159, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "he", "misc": "", "start_char": 1157, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1162, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1160, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1169, "feats": null, "head": 5, "id": 3, "lemma": "really", "misc": "", "start_char": 1163, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1171, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1170, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1176, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "hero", "misc": "", "start_char": 1172, "text": "hero", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1178, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 1177, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Many people think heroes need to be handsome, rich, or very smart. But as for me, a hero is a person who always helps others. My hero is Uncle Bill. He is the oldest son of a worker, and he grew up in a poor family with four younger brothers and two little sisters. He was good at neither writing nor math. In fact, he never did well in school. so he had to give up school at a very young age. He worked and gave all his money to help his parents. When he was getting older, he found that he was very interested in fixing things. he collected broken things which people threw away and fixed them into good ones. He could fix almost everything that did not work. He worked hard never gave up. Finally, he opened his own repair shop. It took him about 20 years to become a successful shopkeeper. Now, he is very rich and has four shops. But he never forgets the days when he had nothing. He gives money to poor families, helps poor kids buy books and offers them free lunch. He also encourages people to reuse things. He always says: Make good use of what you have because we just have one earth. I am proud of Uncle Bill. He is really a hero.
[ [ [ 0, 0, 1 ] ], [ [ 1, 13, 13 ] ], [ [ 3, 6, 7 ] ], [ [ 3, 18, 24 ] ], [ [ 3, 18, 20 ] ], [ [ 3, 22, 24 ] ], [ [ 5, 4, 7 ] ], [ [ 5, 5, 5 ] ], [ [ 5, 7, 7 ] ], [ [ 6, 1, 1 ] ], [ [ 7, 6, 6 ], [ 6, 8, 8 ] ], [ [ 7, 8, 11 ] ], [ [ 8, 4, 6 ] ], [ [ 8, 9, 10 ] ], [ [ 9, 14, 15 ] ], [ [ 10, 12, 13 ] ], [ [ 11, 8, 8 ] ], [ [ 13, 4, 7 ] ], [ [ 14, 0, 0 ] ], [ [ 16, 0, 0 ] ], [ [ 16, 8, 9 ] ], [ [ 17, 9, 9 ] ], [ [ 18, 2, 2 ] ], [ [ 18, 4, 5 ] ], [ [ 18, 8, 9 ], [ 18, 14, 14 ] ], [ [ 18, 11, 11 ] ], [ [ 18, 15, 16 ] ], [ [ 19, 3, 3 ], [ 10, 5, 5 ] ], [ [ 20, 0, 0 ], [ 23, 0, 0 ], [ 22, 4, 5 ], [ 19, 0, 0 ], [ 16, 2, 2 ], [ 14, 2, 2 ], [ 11, 0, 0 ], [ 10, 0, 0 ], [ 9, 1, 1 ], [ 7, 1, 1 ], [ 6, 3, 3 ], [ 5, 0, 0 ], [ 3, 0, 0 ], [ 2, 0, 1 ], [ 2, 3, 4 ], [ 3, 2, 7 ], [ 3, 10, 10 ], [ 8, 0, 0 ], [ 8, 5, 5 ], [ 8, 9, 9 ], [ 9, 6, 6 ], [ 9, 9, 9 ], [ 12, 0, 0 ], [ 13, 2, 2 ], [ 13, 4, 4 ], [ 14, 8, 10 ], [ 17, 1, 1 ], [ 17, 7, 7 ], [ 18, 0, 0 ], [ 20, 12, 12 ] ], [ [ 20, 8, 10 ] ], [ [ 20, 9, 9 ] ], [ [ 20, 15, 16 ] ], [ [ 22, 0, 0 ], [ 2, 0, 0 ], [ 1, 3, 3 ] ], [ [ 3, 14, 24 ] ], [ [ 10, 2, 7 ], [ 10, 10, 10 ] ], [ [ 11, 4, 8 ] ], [ [ 14, 3, 5 ] ], [ [ 17, 4, 9 ] ], [ [ 9, 15, 15 ], [ 19, 6, 6 ] ], [ [ 20, 5, 6 ] ], [ [ 23, 3, 4 ], [ 0, 3, 3 ], [ 1, 5, 6 ], [ 1, 8, 13 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36171
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Hong) (NNP Kong)) (VP (VBZ has) (NP (QP (RB about) (CD 40)) (JJ public) (NNS beaches))) (. .)))" }, "speaker": null, "text": "Hong Kong has about 40 public beaches.", "tokens": [ { "deprel": "compound", "end_char": 4, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Hong", "misc": "", "start_char": 0, "text": "Hong", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Kong", "misc": "", "start_char": 5, "text": "Kong", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 13, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 10, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 19, "feats": null, "head": 5, "id": 4, "lemma": "about", "misc": "", "start_char": 14, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 22, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 5, "lemma": "40", "misc": "", "start_char": 20, "text": "40", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 29, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "public", "misc": "", "start_char": 23, "text": "public", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 37, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "beach", "misc": "", "start_char": 30, "text": "beaches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 39, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 38, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT Some)) (PP (IN of) (NP (DT the) (NNS beaches)))) (VP (VBP are) (PP (IN among) (NP (NP (DT the) (JJS best)) (PP (IN in) (NP (DT the) (NN world)))))) (. .)))" }, "speaker": null, "text": "Some of the beaches are among the best in the world.", "tokens": [ { "deprel": "nsubj", "end_char": 44, "feats": null, "head": 8, "id": 1, "lemma": "some", "misc": "", "start_char": 40, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 47, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 45, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 51, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 48, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 59, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "beach", "misc": "", "start_char": 52, "text": "beaches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 63, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 60, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 69, "feats": null, "head": 8, "id": 6, "lemma": "among", "misc": "", "start_char": 64, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 73, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 70, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 78, "feats": "Degree=Sup", "head": 0, "id": 8, "lemma": "good", "misc": "", "start_char": 74, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 81, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 79, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 85, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 82, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 91, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "world", "misc": "", "start_char": 86, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 93, "feats": null, "head": 8, "id": 12, "lemma": ".", "misc": "", "start_char": 92, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (MD can) (VP (VB go) (ADVP (RB there)) (PP (IN for) (NP (DT a) (NN swim))))) (. .)))" }, "speaker": null, "text": "People can go there for a swim.", "tokens": [ { "deprel": "nsubj", "end_char": 100, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "person", "misc": "", "start_char": 94, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 104, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 101, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 107, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 105, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 113, "feats": "PronType=Dem", "head": 3, "id": 4, "lemma": "there", "misc": "", "start_char": 108, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 117, "feats": null, "head": 7, "id": 5, "lemma": "for", "misc": "", "start_char": 114, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 119, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 118, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 124, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "swim", "misc": "", "start_char": 120, "text": "swim", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 126, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 125, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD can) (VP (VB go) (PP (IN to) (NP (NP (JJS most)) (PP (IN of) (NP (PRP them))))) (PP (IN by) (NP (NN bus))))) (. .)))" }, "speaker": null, "text": "You can go to most of them by bus.", "tokens": [ { "deprel": "nsubj", "end_char": 130, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 127, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 134, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 131, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 137, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 135, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 140, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 138, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 145, "feats": "Degree=Sup", "head": 3, "id": 5, "lemma": "most", "misc": "", "start_char": 141, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 148, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 146, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 153, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 7, "lemma": "they", "misc": "", "start_char": 149, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 156, "feats": null, "head": 9, "id": 8, "lemma": "by", "misc": "", "start_char": 154, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 160, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "bus", "misc": "", "start_char": 157, "text": "bus", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 162, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 161, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (VP (TO To) (VP (VB go) (PP (IN to) (NP (DT some) (NNS beaches)))))) (, ,) (NP (PRP you)) (VP (MD must) (VP (VB take) (NP (DT a) (NN boat)))) (. .)))" }, "speaker": null, "text": "To go to some beaches, you must take a boat.", "tokens": [ { "deprel": "mark", "end_char": 165, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 163, "text": "To", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 168, "feats": "VerbForm=Inf", "head": 9, "id": 2, "lemma": "go", "misc": "", "start_char": 166, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 171, "feats": null, "head": 5, "id": 3, "lemma": "to", "misc": "", "start_char": 169, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 176, "feats": null, "head": 5, "id": 4, "lemma": "some", "misc": "", "start_char": 172, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 184, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "beach", "misc": "", "start_char": 177, "text": "beaches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 186, "feats": null, "head": 2, "id": 6, "lemma": ",", "misc": "", "start_char": 185, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 190, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 9, "id": 7, "lemma": "you", "misc": "", "start_char": 187, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 195, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "must", "misc": "", "start_char": 191, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 200, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "take", "misc": "", "start_char": 196, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 202, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 201, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 207, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "boat", "misc": "", "start_char": 203, "text": "boat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 209, "feats": null, "head": 9, "id": 12, "lemma": ".", "misc": "", "start_char": 208, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (NNS toilets)) (, ,) (NP (NN changing) (NNS rooms)) (CC and) (NP (NP (NNS places)) (SBAR (S (VP (TO to) (VP (VB buy) (NP (NN food) (CC and) (VB drink)) (PP (IN on) (NP (NP (JJS most)) (PP (IN of) (NP (DT the) (NNS beaches)))))))))))) (. .)))" }, "speaker": null, "text": "There are toilets, changing rooms and places to buy food and drink on most of the beaches.", "tokens": [ { "deprel": "expl", "end_char": 215, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 210, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 219, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 216, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 227, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "toilet", "misc": "", "start_char": 220, "text": "toilets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 229, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 228, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 238, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "changing", "misc": "", "start_char": 230, "text": "changing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 244, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "room", "misc": "", "start_char": 239, "text": "rooms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 248, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 245, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 255, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "place", "misc": "", "start_char": 249, "text": "places", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 258, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 256, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 262, "feats": "VerbForm=Inf", "head": 2, "id": 10, "lemma": "buy", "misc": "", "start_char": 259, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 267, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "food", "misc": "", "start_char": 263, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 271, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 268, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 277, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "drink", "misc": "", "start_char": 272, "text": "drink", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 280, "feats": null, "head": 15, "id": 14, "lemma": "on", "misc": "", "start_char": 278, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 285, "feats": "Degree=Sup", "head": 10, "id": 15, "lemma": "most", "misc": "", "start_char": 281, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 288, "feats": null, "head": 18, "id": 16, "lemma": "of", "misc": "", "start_char": 286, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 292, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 289, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 300, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "beach", "misc": "", "start_char": 293, "text": "beaches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 302, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 301, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 304, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 303, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD will) (VP (VB swim) (ADVP (RB there)) (PP (IN without) (NP (NN danger))) (SBAR (IN if) (S (NP (PRP you)) (VP (VBP remember) (NP (NP (DT these) (NNS instructions)) (: :) (NP (CD 1)))))))) (. .)))" }, "speaker": null, "text": "You will swim there without danger if you remember these instructions: 1.", "tokens": [ { "deprel": "nsubj", "end_char": 308, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 305, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 313, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 309, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 318, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "swim", "misc": "", "start_char": 314, "text": "swim", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 324, "feats": "PronType=Dem", "head": 3, "id": 4, "lemma": "there", "misc": "", "start_char": 319, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 332, "feats": null, "head": 6, "id": 5, "lemma": "without", "misc": "", "start_char": 325, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 339, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "danger", "misc": "", "start_char": 333, "text": "danger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 342, "feats": null, "head": 9, "id": 7, "lemma": "if", "misc": "", "start_char": 340, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 346, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 9, "id": 8, "lemma": "you", "misc": "", "start_char": 343, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 355, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 9, "lemma": "remember", "misc": "", "start_char": 347, "text": "remember", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 361, "feats": "Number=Plur|PronType=Dem", "head": 11, "id": 10, "lemma": "this", "misc": "", "start_char": 356, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 374, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "instruction", "misc": "", "start_char": 362, "text": "instructions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 376, "feats": null, "head": 13, "id": 12, "lemma": ":", "misc": "", "start_char": 375, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 378, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 13, "lemma": "1", "misc": "", "start_char": 377, "text": "1", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 380, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 379, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Never)) (VP (VB swim) (ADVP (RB alone))) (. .)))" }, "speaker": null, "text": "Never swim alone.", "tokens": [ { "deprel": "advmod", "end_char": 386, "feats": null, "head": 2, "id": 1, "lemma": "never", "misc": "", "start_char": 381, "text": "Never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 391, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 2, "lemma": "swim", "misc": "", "start_char": 387, "text": "swim", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 397, "feats": null, "head": 2, "id": 3, "lemma": "alone", "misc": "", "start_char": 392, "text": "alone", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 399, "feats": null, "head": 2, "id": 4, "lemma": ".", "misc": "", "start_char": 398, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NP (LS 2) (. .)))" }, "speaker": null, "text": "2.", "tokens": [ { "deprel": "root", "end_char": 401, "feats": null, "head": 0, "id": 1, "lemma": "2", "misc": "", "start_char": 400, "text": "2", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 403, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 402, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Never)) (VP (VP (VB swim) (PP (IN after) (NP (DT a) (NN meal)))) (CC or) (SBAR (WHADVP (WRB when)) (S (VP (VB feel) (ADJP (JJ hungry) (CC or) (JJ tired)))))) (. .)))" }, "speaker": null, "text": "Never swim after a meal or when feel hungry or tired.", "tokens": [ { "deprel": "advmod", "end_char": 409, "feats": null, "head": 2, "id": 1, "lemma": "never", "misc": "", "start_char": 404, "text": "Never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 414, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 2, "lemma": "swim", "misc": "", "start_char": 410, "text": "swim", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 420, "feats": null, "head": 5, "id": 3, "lemma": "after", "misc": "", "start_char": 415, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 422, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 421, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 427, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "meal", "misc": "", "start_char": 423, "text": "meal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 430, "feats": null, "head": 8, "id": 6, "lemma": "or", "misc": "", "start_char": 428, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 435, "feats": "PronType=Int", "head": 8, "id": 7, "lemma": "when", "misc": "", "start_char": 431, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "conj", "end_char": 440, "feats": "Mood=Imp|VerbForm=Fin", "head": 2, "id": 8, "lemma": "feel", "misc": "", "start_char": 436, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 447, "feats": "Degree=Pos", "head": 8, "id": 9, "lemma": "hungry", "misc": "", "start_char": 441, "text": "hungry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 450, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 448, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 456, "feats": "Degree=Pos", "head": 9, "id": 11, "lemma": "tired", "misc": "", "start_char": 451, "text": "tired", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 458, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 457, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NP (LS 3) (. .)))" }, "speaker": null, "text": "3.", "tokens": [ { "deprel": "root", "end_char": 460, "feats": null, "head": 0, "id": 1, "lemma": "3", "misc": "", "start_char": 459, "text": "3", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 462, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 461, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (VP (VB Do) (RB not) (VP (VB stay) (PP (IN in) (NP (DT the) (NN water))) (ADVP (RB too) (RB long)))) (. .)))" }, "speaker": null, "text": "Do not stay in the water too long.", "tokens": [ { "deprel": "aux", "end_char": 465, "feats": "Mood=Imp|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 463, "text": "Do", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 469, "feats": null, "head": 3, "id": 2, "lemma": "not", "misc": "", "start_char": 466, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 474, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 3, "lemma": "stay", "misc": "", "start_char": 470, "text": "stay", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 477, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 475, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 481, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 478, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 487, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "water", "misc": "", "start_char": 482, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 491, "feats": null, "head": 8, "id": 7, "lemma": "too", "misc": "", "start_char": 488, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 496, "feats": "Degree=Pos", "head": 3, "id": 8, "lemma": "long", "misc": "", "start_char": 492, "text": "long", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 498, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 497, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NP (LS 4) (. .)))" }, "speaker": null, "text": "4.", "tokens": [ { "deprel": "root", "end_char": 500, "feats": null, "head": 0, "id": 1, "lemma": "4", "misc": "", "start_char": 499, "text": "4", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 502, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 501, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Never)) (VP (VB go) (ADVP (RB out)) (PP (IN in) (NP (DT a) (NN boat))) (SBAR (IN if) (S (NP (PRP you)) (VP (MD can) (RB not) (VP (VB swim)))))) (. .)))" }, "speaker": null, "text": "Never go out in a boat if you cannot swim.", "tokens": [ { "deprel": "advmod", "end_char": 508, "feats": null, "head": 2, "id": 1, "lemma": "never", "misc": "", "start_char": 503, "text": "Never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 511, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 2, "lemma": "go", "misc": "", "start_char": 509, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 515, "feats": null, "head": 2, "id": 3, "lemma": "out", "misc": "", "start_char": 512, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 518, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 516, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 520, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 519, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 525, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "boat", "misc": "", "start_char": 521, "text": "boat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 528, "feats": null, "head": 11, "id": 7, "lemma": "if", "misc": "", "start_char": 526, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 532, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 11, "id": 8, "lemma": "you", "misc": "", "start_char": 529, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 536, "feats": "VerbForm=Fin", "head": 11, "id": 9, "lemma": "can", "misc": "", "start_char": 533, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 540, "feats": null, "head": 11, "id": 10, "lemma": "not", "misc": "", "start_char": 537, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 545, "feats": "VerbForm=Inf", "head": 2, "id": 11, "lemma": "swim", "misc": "", "start_char": 541, "text": "swim", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 547, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 546, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 549, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 548, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (VP (VB Remember) (: :) (S (NP (DT A) (JJ red) (NN flag)) (VP (VBZ means) (SBAR (IN that) (S (NP (NP (PRP it))) (VP (VBZ is) (ADJP (JJ dangerous)) (SBAR (IN for) (S (NP (NN anybody)) (VP (TO to) (VP (VB go) (PP (IN into) (NP (DT the) (NN water)))))))))))) (. .)))" }, "speaker": null, "text": "Remember: A red flag means that it is dangerous for anybody to go into the water.", "tokens": [ { "deprel": "root", "end_char": 558, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "remember", "misc": "", "start_char": 550, "text": "Remember", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 560, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 559, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 562, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 561, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 566, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "red", "misc": "", "start_char": 563, "text": "red", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 571, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "flag", "misc": "", "start_char": 567, "text": "flag", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 577, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 6, "lemma": "mean", "misc": "", "start_char": 572, "text": "means", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 582, "feats": null, "head": 10, "id": 7, "lemma": "that", "misc": "", "start_char": 578, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "expl", "end_char": 585, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "it", "misc": "", "start_char": 583, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 588, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 586, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 598, "feats": "Degree=Pos", "head": 6, "id": 10, "lemma": "dangerous", "misc": "", "start_char": 589, "text": "dangerous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 602, "feats": null, "head": 14, "id": 11, "lemma": "for", "misc": "", "start_char": 599, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 610, "feats": "Number=Sing|PronType=Ind", "head": 14, "id": 12, "lemma": "anybody", "misc": "", "start_char": 603, "text": "anybody", "upos": "PRON", "xpos": "NN" }, { "deprel": "mark", "end_char": 613, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 611, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 616, "feats": "VerbForm=Inf", "head": 10, "id": 14, "lemma": "go", "misc": "", "start_char": 614, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 621, "feats": null, "head": 17, "id": 15, "lemma": "into", "misc": "", "start_char": 617, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 625, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 622, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 631, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "water", "misc": "", "start_char": 626, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 633, "feats": null, "head": 1, "id": 18, "lemma": ".", "misc": "", "start_char": 632, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (JJ blue) (NN flag)) (VP (VBZ means) (SBAR (IN that) (S (NP (PRP it)) (VP (VBZ is) (ADJP (JJ dangerous)) (PP (IN for) (NP (NNS children))))))) (. .)))" }, "speaker": null, "text": "A blue flag means that it is dangerous for children.", "tokens": [ { "deprel": "det", "end_char": 635, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 634, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 640, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "blue", "misc": "", "start_char": 636, "text": "blue", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 645, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "flag", "misc": "", "start_char": 641, "text": "flag", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 651, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "mean", "misc": "", "start_char": 646, "text": "means", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 656, "feats": null, "head": 8, "id": 5, "lemma": "that", "misc": "", "start_char": 652, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 659, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "it", "misc": "", "start_char": 657, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 662, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 660, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 672, "feats": "Degree=Pos", "head": 4, "id": 8, "lemma": "dangerous", "misc": "", "start_char": 663, "text": "dangerous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 676, "feats": null, "head": 10, "id": 9, "lemma": "for", "misc": "", "start_char": 673, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 685, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "child", "misc": "", "start_char": 677, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 687, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 686, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Hong Kong has about 40 public beaches. Some of the beaches are among the best in the world. People can go there for a swim. You can go to most of them by bus. To go to some beaches, you must take a boat. There are toilets, changing rooms and places to buy food and drink on most of the beaches. You will swim there without danger if you remember these instructions: 1. Never swim alone. 2. Never swim after a meal or when feel hungry or tired. 3. Do not stay in the water too long. 4. Never go out in a boat if you cannot swim. Remember: A red flag means that it is dangerous for anybody to go into the water. A blue flag means that it is dangerous for children.
[ [ [ 0, 0, 1 ] ], [ [ 1, 9, 10 ] ], [ [ 2, 0, 0 ] ], [ [ 2, 5, 6 ] ], [ [ 3, 0, 0 ], [ 4, 6, 6 ], [ 7, 0, 0 ], [ 7, 7, 7 ], [ 14, 7, 7 ] ], [ [ 3, 4, 6 ] ], [ [ 3, 8, 8 ] ], [ [ 4, 3, 4 ] ], [ [ 4, 9, 10 ], [ 14, 4, 5 ] ], [ [ 5, 2, 2 ] ], [ [ 5, 5, 7 ] ], [ [ 5, 7, 7 ] ], [ [ 5, 5, 5 ] ], [ [ 5, 10, 10 ] ], [ [ 5, 14, 17 ] ], [ [ 7, 5, 5 ] ], [ [ 7, 9, 10 ] ], [ [ 10, 3, 4 ] ], [ [ 12, 4, 5 ], [ 16, 15, 16 ] ], [ [ 16, 2, 4 ] ], [ [ 16, 11, 11 ] ], [ [ 17, 0, 2 ] ], [ [ 17, 5, 5 ], [ 16, 7, 7 ] ], [ [ 17, 9, 9 ] ], [ [ 1, 0, 3 ] ], [ [ 0, 4, 6 ], [ 1, 2, 3 ], [ 5, 16, 17 ], [ 3, 6, 6 ] ], [ [ 1, 6, 10 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36172
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN man)) (VP (VBN named) (S (NP (NNP Rick))))) (ADVP (RB finally)) (VP (VBD got) (S (VP (TO to) (VP (VB experience) (SBAR (WHNP (WP what)) (S (NP (NP (NNP Mother) (POS 's)) (NN Day)) (VP (VBD felt) (PP (IN like) (NP (DT this) (NN year))))))))) (, ,) (PP (NN thanks) (PP (IN to) (NP (NP (CD 13) (JJ little) (NNS ducks)) (SBAR (WHNP (WDT that)) (S (VP (VBD thought) (SBAR (S (NP (PRP he)) (VP (VP (VBD was) (NP (PRP$ their) (NN mother))) (CC and) (VP (VBD followed) (NP (PRP him)) (PRT (RB around)) (NP (DT all) (NN day))))))))))))) (. .)))" }, "speaker": null, "text": "A man named Rick finally got to experience what Mother's Day felt like this year, thanks to 13 little ducks that thought he was their mother and followed him around all day.", "tokens": [ { "deprel": "det", "end_char": 1, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 0, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "man", "misc": "", "start_char": 2, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 11, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 3, "lemma": "name", "misc": "", "start_char": 6, "text": "named", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 16, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Rick", "misc": "", "start_char": 12, "text": "Rick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 24, "feats": null, "head": 6, "id": 5, "lemma": "finally", "misc": "", "start_char": 17, "text": "finally", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 28, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "get", "misc": "", "start_char": 25, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 31, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 29, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 42, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "experience", "misc": "", "start_char": 32, "text": "experience", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 47, "feats": "PronType=Rel", "head": 8, "id": 9, "lemma": "what", "misc": "", "start_char": 43, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nmod:poss", "end_char": 54, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "mother", "misc": "", "start_char": 48, "text": "Mother", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 57, "feats": null, "head": 10, "id": 11, "lemma": "'s", "misc": "", "start_char": 55, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 61, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "day", "misc": "", "start_char": 58, "text": "Day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 66, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 13, "lemma": "feel", "misc": "", "start_char": 62, "text": "felt", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obl", "end_char": 71, "feats": null, "head": 13, "id": 14, "lemma": "like", "misc": "", "start_char": 67, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 76, "feats": "Number=Sing|PronType=Dem", "head": 16, "id": 15, "lemma": "this", "misc": "", "start_char": 72, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 81, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "year", "misc": "", "start_char": 77, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 83, "feats": null, "head": 18, "id": 17, "lemma": ",", "misc": "", "start_char": 82, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "parataxis", "end_char": 90, "feats": "Number=Sing", "head": 6, "id": 18, "lemma": "thanks", "misc": "", "start_char": 84, "text": "thanks", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 93, "feats": null, "head": 22, "id": 19, "lemma": "to", "misc": "", "start_char": 91, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 96, "feats": "NumForm=Digit|NumType=Card", "head": 22, "id": 20, "lemma": "13", "misc": "", "start_char": 94, "text": "13", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 103, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "little", "misc": "", "start_char": 97, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 109, "feats": "Number=Plur", "head": 18, "id": 22, "lemma": "duck", "misc": "", "start_char": 104, "text": "ducks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 114, "feats": "PronType=Rel", "head": 24, "id": 23, "lemma": "that", "misc": "", "start_char": 110, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 122, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 24, "lemma": "think", "misc": "", "start_char": 115, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 125, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 28, "id": 25, "lemma": "he", "misc": "", "start_char": 123, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 129, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 28, "id": 26, "lemma": "be", "misc": "", "start_char": 126, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 135, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 28, "id": 27, "lemma": "their", "misc": "", "start_char": 130, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "ccomp", "end_char": 142, "feats": "Number=Sing", "head": 24, "id": 28, "lemma": "mother", "misc": "", "start_char": 136, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 146, "feats": null, "head": 30, "id": 29, "lemma": "and", "misc": "", "start_char": 143, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 155, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 24, "id": 30, "lemma": "follow", "misc": "", "start_char": 147, "text": "followed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 159, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 30, "id": 31, "lemma": "he", "misc": "", "start_char": 156, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 166, "feats": null, "head": 30, "id": 32, "lemma": "around", "misc": "", "start_char": 160, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 170, "feats": null, "head": 34, "id": 33, "lemma": "all", "misc": "", "start_char": 167, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 174, "feats": "Number=Sing", "head": 30, "id": 34, "lemma": "day", "misc": "", "start_char": 171, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 176, "feats": null, "head": 6, "id": 35, "lemma": ".", "misc": "", "start_char": 175, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ unusual) (NN story)) (VP (VBD began) (SBAR (WHADVP (WRB when)) (S (NP (NP (DT the) (NN mother)) (PP (IN of) (NP (DT the) (JJ young) (NNS chicks)))) (VP (VBD disappeared) (PP (ADVP (RB soon)) (IN after) (S (VP (VBG laying) (NP (DT the) (NNS eggs))))))))) (. .)))" }, "speaker": null, "text": "The unusual story began when the mother of the young chicks disappeared soon after laying the eggs.", "tokens": [ { "deprel": "det", "end_char": 180, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 177, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 188, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "unusual", "misc": "", "start_char": 181, "text": "unusual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 194, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "story", "misc": "", "start_char": 189, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 200, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "begin", "misc": "", "start_char": 195, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 205, "feats": "PronType=Int", "head": 12, "id": 5, "lemma": "when", "misc": "", "start_char": 201, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 209, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 206, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 216, "feats": "Number=Sing", "head": 12, "id": 7, "lemma": "mother", "misc": "", "start_char": 210, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 219, "feats": null, "head": 11, "id": 8, "lemma": "of", "misc": "", "start_char": 217, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 223, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 220, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 229, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "young", "misc": "", "start_char": 224, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 236, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "chick", "misc": "", "start_char": 230, "text": "chicks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 248, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 12, "lemma": "disappear", "misc": "", "start_char": 237, "text": "disappeared", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 253, "feats": "Degree=Pos", "head": 12, "id": 13, "lemma": "soon", "misc": "", "start_char": 249, "text": "soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 259, "feats": null, "head": 15, "id": 14, "lemma": "after", "misc": "", "start_char": 254, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 266, "feats": "VerbForm=Ger", "head": 12, "id": 15, "lemma": "lay", "misc": "", "start_char": 260, "text": "laying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 270, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 267, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 275, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "egg", "misc": "", "start_char": 271, "text": "eggs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 277, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 276, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (SBAR (IN In) (NN order) (S (VP (TO to) (VP (VB save) (NP (PRP them)))))) (, ,) (NP (NP (NNP Rick)) (, ,) (SBAR (WHNP (WP who)) (S (VP (MD would) (RB not) (VP (VB tell) (NP (PRP$ his) (JJ last) (NN name) (CC or) (NN location)))))) (, ,)) (VP (VBD decided) (S (VP (TO to) (VP (VB place) (NP (PRP them)) (PP (IN in) (NP (DT an) (NN incubator))))))) (. .)))" }, "speaker": null, "text": "In order to save them, Rick, who would not tell his last name or location, decided to place them in an incubator.", "tokens": [ { "deprel": "mark", "end_char": 280, "feats": null, "head": 4, "id": 1, "lemma": "in", "misc": "", "start_char": 278, "text": "In", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 286, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "order", "misc": "", "start_char": 281, "text": "order", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 289, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 287, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 294, "feats": "VerbForm=Inf", "head": 19, "id": 4, "lemma": "save", "misc": "", "start_char": 290, "text": "save", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 299, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 5, "lemma": "they", "misc": "", "start_char": 295, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 301, "feats": null, "head": 19, "id": 6, "lemma": ",", "misc": "", "start_char": 300, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 306, "feats": "Number=Sing", "head": 19, "id": 7, "lemma": "Rick", "misc": "", "start_char": 302, "text": "Rick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 308, "feats": null, "head": 7, "id": 8, "lemma": ",", "misc": "", "start_char": 307, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 312, "feats": "PronType=Rel", "head": 12, "id": 9, "lemma": "who", "misc": "", "start_char": 309, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 318, "feats": "VerbForm=Fin", "head": 12, "id": 10, "lemma": "would", "misc": "", "start_char": 313, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 322, "feats": null, "head": 12, "id": 11, "lemma": "not", "misc": "", "start_char": 319, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 327, "feats": "VerbForm=Inf", "head": 7, "id": 12, "lemma": "tell", "misc": "", "start_char": 323, "text": "tell", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 331, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 13, "lemma": "his", "misc": "", "start_char": 328, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 336, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "last", "misc": "", "start_char": 332, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 341, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "name", "misc": "", "start_char": 337, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 344, "feats": null, "head": 17, "id": 16, "lemma": "or", "misc": "", "start_char": 342, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 353, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "location", "misc": "", "start_char": 345, "text": "location", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 355, "feats": null, "head": 7, "id": 18, "lemma": ",", "misc": "", "start_char": 354, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 363, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 19, "lemma": "decide", "misc": "", "start_char": 356, "text": "decided", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 366, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 364, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 372, "feats": "VerbForm=Inf", "head": 19, "id": 21, "lemma": "place", "misc": "", "start_char": 367, "text": "place", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 377, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 21, "id": 22, "lemma": "they", "misc": "", "start_char": 373, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 380, "feats": null, "head": 25, "id": 23, "lemma": "in", "misc": "", "start_char": 378, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 383, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 24, "lemma": "a", "misc": "", "start_char": 381, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 393, "feats": "Number=Sing", "head": 21, "id": 25, "lemma": "incubator", "misc": "", "start_char": 384, "text": "incubator", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 395, "feats": null, "head": 19, "id": 26, "lemma": ".", "misc": "", "start_char": 394, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Therefore)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NNS chicks)) (VP (VBD hatched)))) (, ,) (NP (NP (DT the) (JJ first) (JJ large) (NN moving) (NN object)) (SBAR (S (NP (PRP they)) (VP (VBD saw))))) (VP (VBD was) (NP (NNP Rick))) (CC and) (S (NP (PRP they)) (ADVP (RB immediately)) (VP (VBD concluded) (SBAR (IN that) (S (NP (PRP he)) (VP (VBD was) (NP (PRP$ their) (`` ``) (NN mother) ('' ''))))))) (. .)))" }, "speaker": null, "text": "Therefore, when the chicks hatched, the first large moving object they saw was Rick and they immediately concluded that he was their \"mother\".", "tokens": [ { "deprel": "advmod", "end_char": 405, "feats": null, "head": 16, "id": 1, "lemma": "therefore", "misc": "", "start_char": 396, "text": "Therefore", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 407, "feats": null, "head": 16, "id": 2, "lemma": ",", "misc": "", "start_char": 406, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 412, "feats": "PronType=Int", "head": 6, "id": 3, "lemma": "when", "misc": "", "start_char": 408, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 416, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 413, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 423, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "chick", "misc": "", "start_char": 417, "text": "chicks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 431, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 6, "lemma": "hatch", "misc": "", "start_char": 424, "text": "hatched", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 433, "feats": null, "head": 16, "id": 7, "lemma": ",", "misc": "", "start_char": 432, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 437, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 8, "lemma": "the", "misc": "", "start_char": 434, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 443, "feats": "Degree=Pos|NumType=Ord", "head": 12, "id": 9, "lemma": "first", "misc": "", "start_char": 438, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 449, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "large", "misc": "", "start_char": 444, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 456, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "moving", "misc": "", "start_char": 450, "text": "moving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 463, "feats": "Number=Sing", "head": 16, "id": 12, "lemma": "object", "misc": "", "start_char": 457, "text": "object", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 468, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "they", "misc": "", "start_char": 464, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 472, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 14, "lemma": "see", "misc": "", "start_char": 469, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cop", "end_char": 476, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 15, "lemma": "be", "misc": "", "start_char": 473, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 481, "feats": "Number=Sing", "head": 0, "id": 16, "lemma": "Rick", "misc": "", "start_char": 477, "text": "Rick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 485, "feats": null, "head": 20, "id": 17, "lemma": "and", "misc": "", "start_char": 482, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 490, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 20, "id": 18, "lemma": "they", "misc": "", "start_char": 486, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 502, "feats": null, "head": 20, "id": 19, "lemma": "immediately", "misc": "", "start_char": 491, "text": "immediately", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 512, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 20, "lemma": "conclude", "misc": "", "start_char": 503, "text": "concluded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 517, "feats": null, "head": 26, "id": 21, "lemma": "that", "misc": "", "start_char": 513, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 520, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 26, "id": 22, "lemma": "he", "misc": "", "start_char": 518, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 524, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 26, "id": 23, "lemma": "be", "misc": "", "start_char": 521, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 530, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 26, "id": 24, "lemma": "their", "misc": "", "start_char": 525, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "punct", "end_char": 533, "feats": null, "head": 26, "id": 25, "lemma": "``", "misc": "", "start_char": 531, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "ccomp", "end_char": 540, "feats": "Number=Sing", "head": 20, "id": 26, "lemma": "mother", "misc": "", "start_char": 534, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 543, "feats": null, "head": 26, "id": 27, "lemma": "''", "misc": "", "start_char": 541, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 545, "feats": null, "head": 16, "id": 28, "lemma": ".", "misc": "", "start_char": 544, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 547, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 546, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (NP (DT this)) (VP (MD may) (VP (VB seem) (S (ADJP (JJ odd))))))) (, ,) (NP (PRP it)) (VP (VBZ is) (ADJP (RB quite) (JJ common)) (PP (IN among) (NP (NNS animals)))) (. .)))" }, "speaker": null, "text": "While this may seem odd, it is quite common among animals.", "tokens": [ { "deprel": "mark", "end_char": 553, "feats": null, "head": 4, "id": 1, "lemma": "while", "misc": "", "start_char": 548, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 558, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 2, "lemma": "this", "misc": "", "start_char": 554, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 562, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "may", "misc": "", "start_char": 559, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 567, "feats": "VerbForm=Inf", "head": 10, "id": 4, "lemma": "seem", "misc": "", "start_char": 563, "text": "seem", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 571, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "odd", "misc": "", "start_char": 568, "text": "odd", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 573, "feats": null, "head": 10, "id": 6, "lemma": ",", "misc": "", "start_char": 572, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 576, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 7, "lemma": "it", "misc": "", "start_char": 574, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 579, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 577, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 585, "feats": null, "head": 10, "id": 9, "lemma": "quite", "misc": "", "start_char": 580, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 592, "feats": "Degree=Pos", "head": 0, "id": 10, "lemma": "common", "misc": "", "start_char": 586, "text": "common", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 598, "feats": null, "head": 12, "id": 11, "lemma": "among", "misc": "", "start_char": 593, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 606, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "animal", "misc": "", "start_char": 599, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 608, "feats": null, "head": 10, "id": 13, "lemma": ".", "misc": "", "start_char": 607, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (VP (VBN Known) (PP (IN as) (NP (NN imprinting))))) (, ,) (NP (PRP it)) (VP (VBZ is) (NP (NP (DT a) (JJ natural) (JJ biological) (NN phenomenon)) (SBAR (WHNP (WDT that)) (S (VP (VBZ occurs) (PP (IN in) (NP (ADJP (RB newly) (VBN born)) (NNS birds) (CC and) (NNS mammals))))))) (, ,) (S (VP (VBG allowing) (S (NP (PRP them)) (VP (VP (TO to) (VP (VB form) (NP (DT a) (NN bond)) (PP (IN with) (NP (PRP$ their) (NNS mothers))))) (CONJP (RB as) (RB well) (IN as)) (VP (VBG providing) (NP (PRP them)) (PP (IN with) (NP (NP (NN information)) (PP (IN about) (NP (PRP$ their) (JJ own) (NN identity))))))))))) (. .)))" }, "speaker": null, "text": "Known as imprinting, it is a natural biological phenomenon that occurs in newly born birds and mammals, allowing them to form a bond with their mothers as well as providing them with information about their own identity.", "tokens": [ { "deprel": "acl", "end_char": 614, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 1, "lemma": "know", "misc": "", "start_char": 609, "text": "Known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 617, "feats": null, "head": 3, "id": 2, "lemma": "as", "misc": "", "start_char": 615, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 628, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "imprinting", "misc": "", "start_char": 618, "text": "imprinting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 630, "feats": null, "head": 1, "id": 4, "lemma": ",", "misc": "", "start_char": 629, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 633, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 5, "lemma": "it", "misc": "", "start_char": 631, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 636, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 6, "lemma": "be", "misc": "", "start_char": 634, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 638, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 7, "lemma": "a", "misc": "", "start_char": 637, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 646, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "natural", "misc": "", "start_char": 639, "text": "natural", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 657, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "biological", "misc": "", "start_char": 647, "text": "biological", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 668, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "phenomenon", "misc": "", "start_char": 658, "text": "phenomenon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 673, "feats": "PronType=Rel", "head": 12, "id": 11, "lemma": "that", "misc": "", "start_char": 669, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 680, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 12, "lemma": "occur", "misc": "", "start_char": 674, "text": "occurs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 683, "feats": null, "head": 16, "id": 13, "lemma": "in", "misc": "", "start_char": 681, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 689, "feats": null, "head": 15, "id": 14, "lemma": "newly", "misc": "", "start_char": 684, "text": "newly", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 694, "feats": "Tense=Past|VerbForm=Part", "head": 16, "id": 15, "lemma": "bear", "misc": "", "start_char": 690, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 700, "feats": "Number=Plur", "head": 12, "id": 16, "lemma": "bird", "misc": "", "start_char": 695, "text": "birds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 704, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 701, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 712, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "mammal", "misc": "", "start_char": 705, "text": "mammals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 714, "feats": null, "head": 20, "id": 19, "lemma": ",", "misc": "", "start_char": 713, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 723, "feats": "VerbForm=Ger", "head": 12, "id": 20, "lemma": "allow", "misc": "", "start_char": 715, "text": "allowing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "iobj", "end_char": 728, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 20, "id": 21, "lemma": "they", "misc": "", "start_char": 724, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 731, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 729, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 736, "feats": "VerbForm=Inf", "head": 20, "id": 23, "lemma": "form", "misc": "", "start_char": 732, "text": "form", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 738, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 24, "lemma": "a", "misc": "", "start_char": 737, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 743, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "bond", "misc": "", "start_char": 739, "text": "bond", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 748, "feats": null, "head": 28, "id": 26, "lemma": "with", "misc": "", "start_char": 744, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 754, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 28, "id": 27, "lemma": "their", "misc": "", "start_char": 749, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 762, "feats": "Number=Plur", "head": 25, "id": 28, "lemma": "mother", "misc": "", "start_char": 755, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 765, "feats": null, "head": 32, "id": 29, "lemma": "as", "misc": "", "start_char": 763, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 770, "feats": "Degree=Pos", "head": 29, "id": 30, "lemma": "well", "misc": "", "start_char": 766, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 773, "feats": null, "head": 29, "id": 31, "lemma": "as", "misc": "", "start_char": 771, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "conj", "end_char": 783, "feats": "VerbForm=Ger", "head": 23, "id": 32, "lemma": "provide", "misc": "", "start_char": 774, "text": "providing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 788, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 32, "id": 33, "lemma": "they", "misc": "", "start_char": 784, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 793, "feats": null, "head": 35, "id": 34, "lemma": "with", "misc": "", "start_char": 789, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 805, "feats": "Number=Sing", "head": 32, "id": 35, "lemma": "information", "misc": "", "start_char": 794, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 811, "feats": null, "head": 39, "id": 36, "lemma": "about", "misc": "", "start_char": 806, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 817, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 39, "id": 37, "lemma": "their", "misc": "", "start_char": 812, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 821, "feats": "Degree=Pos", "head": 39, "id": 38, "lemma": "own", "misc": "", "start_char": 818, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 830, "feats": "Number=Sing", "head": 35, "id": 39, "lemma": "identity", "misc": "", "start_char": 822, "text": "identity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 832, "feats": null, "head": 10, "id": 40, "lemma": ".", "misc": "", "start_char": 831, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (NP (NNS birds)) (PP (IN like) (NP (NP (NNS ducks) (, ,) (NNS geese) (CC and) (NNS turkeys)) (SBAR (WHNP (WDT that)) (S (VP (VBP start) (S (VP (VBG walking) (ADVP (ADVP (RB as) (RB soon)) (SBAR (IN as) (S (NP (PRP they)) (VP (VBP hatch)))))))))))))) (, ,) (NP (DT the) (NN imprint)) (VP (VBZ occurs) (ADVP (RB instantly)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (SBAR (WHNP (WP what)) (S (VP (VBD happened) (PP (IN in) (NP (DT this) (NN case)))))))))) (. .)))" }, "speaker": null, "text": "For birds like ducks, geese and turkeys that start walking as soon as they hatch, the imprint occurs instantly, which is what happened in this case.", "tokens": [ { "deprel": "case", "end_char": 836, "feats": null, "head": 2, "id": 1, "lemma": "for", "misc": "", "start_char": 833, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 842, "feats": "Number=Plur", "head": 20, "id": 2, "lemma": "bird", "misc": "", "start_char": 837, "text": "birds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 847, "feats": null, "head": 4, "id": 3, "lemma": "like", "misc": "", "start_char": 843, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 853, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "duck", "misc": "", "start_char": 848, "text": "ducks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 855, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 854, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 861, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "geese", "misc": "", "start_char": 856, "text": "geese", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 865, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 862, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 873, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "turkey", "misc": "", "start_char": 866, "text": "turkeys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 878, "feats": "PronType=Rel", "head": 10, "id": 9, "lemma": "that", "misc": "", "start_char": 874, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 884, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 10, "lemma": "start", "misc": "", "start_char": 879, "text": "start", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 892, "feats": "VerbForm=Ger", "head": 10, "id": 11, "lemma": "walk", "misc": "", "start_char": 885, "text": "walking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 895, "feats": null, "head": 13, "id": 12, "lemma": "as", "misc": "", "start_char": 893, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 900, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "soon", "misc": "", "start_char": 896, "text": "soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 903, "feats": null, "head": 16, "id": 14, "lemma": "as", "misc": "", "start_char": 901, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 908, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 16, "id": 15, "lemma": "they", "misc": "", "start_char": 904, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 914, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 16, "lemma": "hatch", "misc": "", "start_char": 909, "text": "hatch", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 916, "feats": null, "head": 2, "id": 17, "lemma": ",", "misc": "", "start_char": 915, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 920, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 917, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 928, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "imprint", "misc": "", "start_char": 921, "text": "imprint", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 935, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 20, "lemma": "occur", "misc": "", "start_char": 929, "text": "occurs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 945, "feats": null, "head": 20, "id": 21, "lemma": "instantly", "misc": "", "start_char": 936, "text": "instantly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 947, "feats": null, "head": 25, "id": 22, "lemma": ",", "misc": "", "start_char": 946, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 953, "feats": "PronType=Rel", "head": 25, "id": 23, "lemma": "which", "misc": "", "start_char": 948, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 956, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 25, "id": 24, "lemma": "be", "misc": "", "start_char": 954, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl:relcl", "end_char": 961, "feats": "PronType=Rel", "head": 20, "id": 25, "lemma": "what", "misc": "", "start_char": 957, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 970, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 25, "id": 26, "lemma": "happen", "misc": "", "start_char": 962, "text": "happened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 973, "feats": null, "head": 29, "id": 27, "lemma": "in", "misc": "", "start_char": 971, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 978, "feats": "Number=Sing|PronType=Dem", "head": 29, "id": 28, "lemma": "this", "misc": "", "start_char": 974, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 983, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "case", "misc": "", "start_char": 979, "text": "case", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 985, "feats": null, "head": 20, "id": 30, "lemma": ".", "misc": "", "start_char": 984, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (SBAR (WHNP (WP What)) (S (VP (VBZ 's) (ADJP (JJ amazing))))) (VP (VBZ is) (SBAR (IN that) (S (NP (NNS researchers)) (VP (VBP have) (VP (VBN discovered) (SBAR (IN that) (S (NP (JJ young) (NNS birds)) (VP (VBP imprint) (NP (PRP themselves)) (PP (IN to) (NP (NP (DT the) (ADJP (JJ first) (NN moving)) (NN thing)) (SBAR (S (NP (PRP they)) (VP (VBP set) (NP (NNS eyes)) (PP (IN on))))))) (, ,) (SBAR (ADVP (RB even)) (IN if) (S (NP (PRP it)) (VP (VBZ is) (NP (DT a) (JJ lifeless) (NN object))))))))))))) (. .)))" }, "speaker": null, "text": "What's amazing is that researchers have discovered that young birds imprint themselves to the first moving thing they set eyes on, even if it is a lifeless object.", "tokens": [ { "deprel": "nsubj", "end_char": 990, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "what", "misc": "", "start_char": 986, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 993, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 991, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "csubj:outer", "end_char": 1001, "feats": "Degree=Pos", "head": 8, "id": 3, "lemma": "amazing", "misc": "", "start_char": 994, "text": "amazing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 1004, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 4, "lemma": "be", "misc": "", "start_char": 1002, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1009, "feats": null, "head": 8, "id": 5, "lemma": "that", "misc": "", "start_char": 1005, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1021, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "researcher", "misc": "", "start_char": 1010, "text": "researchers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1026, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "have", "misc": "", "start_char": 1022, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1037, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 8, "lemma": "discover", "misc": "", "start_char": 1027, "text": "discovered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1042, "feats": null, "head": 12, "id": 9, "lemma": "that", "misc": "", "start_char": 1038, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 1048, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "young", "misc": "", "start_char": 1043, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1054, "feats": "Number=Plur", "head": 12, "id": 11, "lemma": "bird", "misc": "", "start_char": 1049, "text": "birds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1062, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 12, "lemma": "imprint", "misc": "", "start_char": 1055, "text": "imprint", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1073, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 12, "id": 13, "lemma": "themselves", "misc": "", "start_char": 1063, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1076, "feats": null, "head": 18, "id": 14, "lemma": "to", "misc": "", "start_char": 1074, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1080, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 15, "lemma": "the", "misc": "", "start_char": 1077, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1086, "feats": "Degree=Pos|NumType=Ord", "head": 18, "id": 16, "lemma": "first", "misc": "", "start_char": 1081, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1093, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "moving", "misc": "", "start_char": 1087, "text": "moving", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1099, "feats": "Number=Sing", "head": 12, "id": 18, "lemma": "thing", "misc": "", "start_char": 1094, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1104, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 20, "id": 19, "lemma": "they", "misc": "", "start_char": 1100, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1108, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 20, "lemma": "set", "misc": "", "start_char": 1105, "text": "set", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1113, "feats": "Number=Plur", "head": 20, "id": 21, "lemma": "eye", "misc": "", "start_char": 1109, "text": "eyes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obl", "end_char": 1116, "feats": null, "head": 20, "id": 22, "lemma": "on", "misc": "", "start_char": 1114, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1118, "feats": null, "head": 12, "id": 23, "lemma": ",", "misc": "", "start_char": 1117, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1123, "feats": null, "head": 30, "id": 24, "lemma": "even", "misc": "", "start_char": 1119, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1126, "feats": null, "head": 30, "id": 25, "lemma": "if", "misc": "", "start_char": 1124, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1129, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 30, "id": 26, "lemma": "it", "misc": "", "start_char": 1127, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1132, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 30, "id": 27, "lemma": "be", "misc": "", "start_char": 1130, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1134, "feats": "Definite=Ind|PronType=Art", "head": 30, "id": 28, "lemma": "a", "misc": "", "start_char": 1133, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1143, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "lifeless", "misc": "", "start_char": 1135, "text": "lifeless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 1150, "feats": "Number=Sing", "head": 12, "id": 30, "lemma": "object", "misc": "", "start_char": 1144, "text": "object", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1152, "feats": null, "head": 8, "id": 31, "lemma": ".", "misc": "", "start_char": 1151, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN During) (NP (PRP$ their) (NN study))) (NP (PRP they)) (VP (VBD found) (SBAR (S (NP (JJ young) (NNS chicks)) (VP (VB attach) (NP (PRP themselves)) (PP (IN to) (NP (NP (NNS gumboots)) (, ,) (NP (NNS balls)) (CC and) (NP (RB even) (DT an) (JJ electric) (NN train)))))))) (. .)))" }, "speaker": null, "text": "During their study they found young chicks attach themselves to gumboots, balls and even an electric train.", "tokens": [ { "deprel": "case", "end_char": 1159, "feats": null, "head": 3, "id": 1, "lemma": "during", "misc": "", "start_char": 1153, "text": "During", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1165, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "their", "misc": "", "start_char": 1160, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1171, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "study", "misc": "", "start_char": 1166, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1176, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "they", "misc": "", "start_char": 1172, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1182, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "find", "misc": "", "start_char": 1177, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 1188, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "young", "misc": "", "start_char": 1183, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1195, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "chick", "misc": "", "start_char": 1189, "text": "chicks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1202, "feats": "VerbForm=Inf", "head": 5, "id": 8, "lemma": "attach", "misc": "", "start_char": 1196, "text": "attach", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1213, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 8, "id": 9, "lemma": "themselves", "misc": "", "start_char": 1203, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1216, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1214, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1225, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "gumboot", "misc": "", "start_char": 1217, "text": "gumboots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1227, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 1226, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1233, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "ball", "misc": "", "start_char": 1228, "text": "balls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1237, "feats": null, "head": 18, "id": 14, "lemma": "and", "misc": "", "start_char": 1234, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1242, "feats": null, "head": 18, "id": 15, "lemma": "even", "misc": "", "start_char": 1238, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1245, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 1243, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1254, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "electric", "misc": "", "start_char": 1246, "text": "electric", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1260, "feats": "Number=Sing", "head": 11, "id": 18, "lemma": "train", "misc": "", "start_char": 1255, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1262, "feats": null, "head": 5, "id": 19, "lemma": ".", "misc": "", "start_char": 1261, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1264, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1263, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN downside)) (PP (IN of) (NP (VBG imprinting)))) (VP (VBZ is) (SBAR (IN that) (S (NP (JJ young) (NNS animals)) (VP (VBP have) (NP (NP (DT a) (JJ hard) (NN time)) (S (VP (VBG detaching) (NP (PRP themselves)) (PP (IN from) (NP (PRP$ their) (VBN adopted) (NN 'mother)))))))))) ('' ') (. .)))" }, "speaker": null, "text": "The downside of imprinting is that young animals have a hard time detaching themselves from their adopted 'mother'.", "tokens": [ { "deprel": "det", "end_char": 1268, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1265, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 1277, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "downside", "misc": "", "start_char": 1269, "text": "downside", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1280, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1278, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1291, "feats": "VerbForm=Ger", "head": 2, "id": 4, "lemma": "imprint", "misc": "", "start_char": 1281, "text": "imprinting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cop", "end_char": 1294, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 5, "lemma": "be", "misc": "", "start_char": 1292, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1299, "feats": null, "head": 9, "id": 6, "lemma": "that", "misc": "", "start_char": 1295, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 1305, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "young", "misc": "", "start_char": 1300, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1313, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "animal", "misc": "", "start_char": 1306, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1318, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "have", "misc": "", "start_char": 1314, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1320, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 1319, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1325, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "hard", "misc": "", "start_char": 1321, "text": "hard", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1330, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "time", "misc": "", "start_char": 1326, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1340, "feats": "VerbForm=Ger", "head": 12, "id": 13, "lemma": "detach", "misc": "", "start_char": 1331, "text": "detaching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1351, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 13, "id": 14, "lemma": "themselves", "misc": "", "start_char": 1341, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1356, "feats": null, "head": 18, "id": 15, "lemma": "from", "misc": "", "start_char": 1352, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1362, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "their", "misc": "", "start_char": 1357, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1370, "feats": "Tense=Past|VerbForm=Part", "head": 18, "id": 17, "lemma": "adopt", "misc": "", "start_char": 1363, "text": "adopted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 1378, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "'mother", "misc": "", "start_char": 1371, "text": "'mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1380, "feats": null, "head": 9, "id": 19, "lemma": "'", "misc": "", "start_char": 1379, "text": "'", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1382, "feats": null, "head": 9, "id": 20, "lemma": ".", "misc": "", "start_char": 1381, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT That)) (VP (VBZ means) (SBAR (IN that) (S (NP (PRP they)) (VP (VBP are) (ADVP (RB often)) (ADJP (JJ unable) (S (VP (TO to) (VP (VP (VB return) (PP (IN to) (NP (DT the) (NN wild)))) (CC or) (VP (VB socialize) (PP (IN with) (NP (PRP$ their) (JJ own) (NNS species)))))))))))) (. .)))" }, "speaker": null, "text": "That means that they are often unable to return to the wild or socialize with their own species.", "tokens": [ { "deprel": "nsubj", "end_char": 1387, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "that", "misc": "", "start_char": 1383, "text": "That", "upos": "PRON", "xpos": "DT" }, { "deprel": "root", "end_char": 1393, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "mean", "misc": "", "start_char": 1388, "text": "means", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1398, "feats": null, "head": 7, "id": 3, "lemma": "that", "misc": "", "start_char": 1394, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1403, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 7, "id": 4, "lemma": "they", "misc": "", "start_char": 1399, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1407, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 1404, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1413, "feats": null, "head": 7, "id": 6, "lemma": "often", "misc": "", "start_char": 1408, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1420, "feats": "Degree=Pos", "head": 2, "id": 7, "lemma": "unable", "misc": "", "start_char": 1414, "text": "unable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1423, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1421, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1430, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "return", "misc": "", "start_char": 1424, "text": "return", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1433, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 1431, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1437, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1434, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1442, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "wild", "misc": "", "start_char": 1438, "text": "wild", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1445, "feats": null, "head": 14, "id": 13, "lemma": "or", "misc": "", "start_char": 1443, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1455, "feats": "VerbForm=Inf", "head": 9, "id": 14, "lemma": "socialize", "misc": "", "start_char": 1446, "text": "socialize", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1460, "feats": null, "head": 18, "id": 15, "lemma": "with", "misc": "", "start_char": 1456, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1466, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "their", "misc": "", "start_char": 1461, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1470, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "own", "misc": "", "start_char": 1467, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1478, "feats": "Number=Plur", "head": 14, "id": 18, "lemma": "species", "misc": "", "start_char": 1471, "text": "species", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1480, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 1479, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (NP (NP (DT the) (NN reason)) (SBAR (S (NP (NNS researchers)) (VP (VBP use) (NP (JJ innovative) (NNS methods)) (SBAR (WHADVP (WRB when)) (S (VP (VBG raising) (NP (NNS animals)) (PP (IN in) (NP (JJ captive) (NN breeding) (NNS programs))))))))))) (. .)))" }, "speaker": null, "text": "This is the reason researchers use innovative methods when raising animals in captive breeding programs.", "tokens": [ { "deprel": "nsubj", "end_char": 1485, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 1481, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1488, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1486, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1492, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1489, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1499, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "reason", "misc": "", "start_char": 1493, "text": "reason", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1511, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "researcher", "misc": "", "start_char": 1500, "text": "researchers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 1515, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 6, "lemma": "use", "misc": "", "start_char": 1512, "text": "use", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1526, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "innovative", "misc": "", "start_char": 1516, "text": "innovative", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1534, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "method", "misc": "", "start_char": 1527, "text": "methods", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1539, "feats": "PronType=Int", "head": 10, "id": 9, "lemma": "when", "misc": "", "start_char": 1535, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advcl", "end_char": 1547, "feats": "VerbForm=Ger", "head": 6, "id": 10, "lemma": "raise", "misc": "", "start_char": 1540, "text": "raising", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1555, "feats": "Number=Plur", "head": 10, "id": 11, "lemma": "animal", "misc": "", "start_char": 1548, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1558, "feats": null, "head": 15, "id": 12, "lemma": "in", "misc": "", "start_char": 1556, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1566, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "captive", "misc": "", "start_char": 1559, "text": "captive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1575, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "breeding", "misc": "", "start_char": 1567, "text": "breeding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1584, "feats": "Number=Plur", "head": 10, "id": 15, "lemma": "program", "misc": "", "start_char": 1576, "text": "programs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1586, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 1585, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (NP (NNP California)) (CC and) (NP (NP (NNP Arizona) (POS 's)) (NNP Condor) (NNP Recovery) (NNP Project)))) (, ,) (NP (DT the) (NNS caretakers)) (VP (VBP use) (NP (NP (NN hand) (NNS puppets)) (VP (VBN shaped) (PP (IN like) (NP (NNS condors))))) (S (VP (TO to) (VP (VB raise) (NP (DT the) (NNS chicks))))) (, ,) (SBAR (IN while) (S (NP (NP (NNS researchers)) (PP (IN at) (NP (NP (DT the) (NNP Hetaoping) (NML (NNP Research) (CC and) (NNP Conservation)) (NNP Center)) (PP (IN in) (NP (JJ Western) (NNP China)))))) (VP (VBP are) (VP (VBN dressed) (PP (IN in) (NP (NN Panda) (NNS suits))) (S (VP (TO to) (VP (VB raise) (NP (DT the) (ADJP (RB severely) (JJ endangered)) (NNS animals)))))))))) (. .)))" }, "speaker": null, "text": "At California and Arizona's Condor Recovery Project, the caretakers use hand puppets shaped like condors to raise the chicks, while researchers at the Hetaoping Research and Conservation Center in Western China are dressed in Panda suits to raise the severely endangered animals.", "tokens": [ { "deprel": "case", "end_char": 1589, "feats": null, "head": 2, "id": 1, "lemma": "at", "misc": "", "start_char": 1587, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1600, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "California", "misc": "", "start_char": 1590, "text": "California", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1604, "feats": null, "head": 8, "id": 3, "lemma": "and", "misc": "", "start_char": 1601, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1612, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "Arizona", "misc": "", "start_char": 1605, "text": "Arizona", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1615, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 1613, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 1622, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Condor", "misc": "", "start_char": 1616, "text": "Condor", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1631, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "recovery", "misc": "", "start_char": 1623, "text": "Recovery", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1639, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "Project", "misc": "", "start_char": 1632, "text": "Project", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1641, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 1640, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1645, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1642, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1656, "feats": "Number=Plur", "head": 12, "id": 11, "lemma": "caretaker", "misc": "", "start_char": 1646, "text": "caretakers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1660, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "use", "misc": "", "start_char": 1657, "text": "use", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 1665, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "hand", "misc": "", "start_char": 1661, "text": "hand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1673, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "puppet", "misc": "", "start_char": 1666, "text": "puppets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1680, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 15, "lemma": "shape", "misc": "", "start_char": 1674, "text": "shaped", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1685, "feats": null, "head": 17, "id": 16, "lemma": "like", "misc": "", "start_char": 1681, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1693, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "condor", "misc": "", "start_char": 1686, "text": "condors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1696, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 1694, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1702, "feats": "VerbForm=Inf", "head": 15, "id": 19, "lemma": "raise", "misc": "", "start_char": 1697, "text": "raise", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1706, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 1703, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1713, "feats": "Number=Plur", "head": 19, "id": 21, "lemma": "chick", "misc": "", "start_char": 1707, "text": "chicks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1715, "feats": null, "head": 36, "id": 22, "lemma": ",", "misc": "", "start_char": 1714, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1721, "feats": null, "head": 36, "id": 23, "lemma": "while", "misc": "", "start_char": 1716, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 1733, "feats": "Number=Plur", "head": 36, "id": 24, "lemma": "researcher", "misc": "", "start_char": 1722, "text": "researchers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1736, "feats": null, "head": 31, "id": 25, "lemma": "at", "misc": "", "start_char": 1734, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1740, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 26, "lemma": "the", "misc": "", "start_char": 1737, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1750, "feats": "Number=Sing", "head": 31, "id": 27, "lemma": "Hetaoping", "misc": "", "start_char": 1741, "text": "Hetaoping", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1759, "feats": "Number=Sing", "head": 31, "id": 28, "lemma": "Research", "misc": "", "start_char": 1751, "text": "Research", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1763, "feats": null, "head": 30, "id": 29, "lemma": "and", "misc": "", "start_char": 1760, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1776, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "Conservation", "misc": "", "start_char": 1764, "text": "Conservation", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1783, "feats": "Number=Sing", "head": 24, "id": 31, "lemma": "Center", "misc": "", "start_char": 1777, "text": "Center", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1786, "feats": null, "head": 34, "id": 32, "lemma": "in", "misc": "", "start_char": 1784, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1794, "feats": "Degree=Pos", "head": 34, "id": 33, "lemma": "western", "misc": "", "start_char": 1787, "text": "Western", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1800, "feats": "Number=Sing", "head": 31, "id": 34, "lemma": "China", "misc": "", "start_char": 1795, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 1804, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 36, "id": 35, "lemma": "be", "misc": "", "start_char": 1801, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1812, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 36, "lemma": "dress", "misc": "", "start_char": 1805, "text": "dressed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1815, "feats": null, "head": 39, "id": 37, "lemma": "in", "misc": "", "start_char": 1813, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1821, "feats": "Number=Sing", "head": 39, "id": 38, "lemma": "Panda", "misc": "", "start_char": 1816, "text": "Panda", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1827, "feats": "Number=Plur", "head": 36, "id": 39, "lemma": "suit", "misc": "", "start_char": 1822, "text": "suits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1830, "feats": null, "head": 41, "id": 40, "lemma": "to", "misc": "", "start_char": 1828, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1836, "feats": "VerbForm=Inf", "head": 36, "id": 41, "lemma": "raise", "misc": "", "start_char": 1831, "text": "raise", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1840, "feats": "Definite=Def|PronType=Art", "head": 45, "id": 42, "lemma": "the", "misc": "", "start_char": 1837, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1849, "feats": null, "head": 44, "id": 43, "lemma": "severely", "misc": "", "start_char": 1841, "text": "severely", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1860, "feats": "Degree=Pos", "head": 45, "id": 44, "lemma": "endangered", "misc": "", "start_char": 1850, "text": "endangered", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1868, "feats": "Number=Plur", "head": 41, "id": 45, "lemma": "animal", "misc": "", "start_char": 1861, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1870, "feats": null, "head": 12, "id": 46, "lemma": ".", "misc": "", "start_char": 1869, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1872, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1871, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NNP Rick)) (VP (VBZ is) (VP (VBG planning) (S (VP (TO to) (VP (VB keep) (NP (PRP$ his) (JJ young) (NNS 'kids) (POS ')) (ADVP (RB around)) (PP (IN for) (NP (DT a) (NN while)))))))) (. .)))" }, "speaker": null, "text": "Rick is planning to keep his young 'kids' around for a while.", "tokens": [ { "deprel": "nsubj", "end_char": 1877, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Rick", "misc": "", "start_char": 1873, "text": "Rick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1880, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1878, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1889, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "plan", "misc": "", "start_char": 1881, "text": "planning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1892, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1890, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1897, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "keep", "misc": "", "start_char": 1893, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1901, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 6, "lemma": "his", "misc": "", "start_char": 1898, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1907, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "young", "misc": "", "start_char": 1902, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod:poss", "end_char": 1913, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "'kid", "misc": "", "start_char": 1908, "text": "'kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1915, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 1914, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "advmod", "end_char": 1922, "feats": null, "head": 5, "id": 10, "lemma": "around", "misc": "", "start_char": 1916, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1926, "feats": null, "head": 13, "id": 11, "lemma": "for", "misc": "", "start_char": 1923, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1928, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 1927, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1934, "feats": "Number=Sing", "head": 5, "id": 13, "lemma": "while", "misc": "", "start_char": 1929, "text": "while", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1936, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 1935, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Once) (S (NP (PRP they)) (VP (VBP get) (ADJP (NP (DT a) (JJ little)) (JJR older))))) (, ,) (NP (PRP he)) (VP (VBZ plans) (S (VP (TO to) (VP (VB take) (NP (PRP them)) (PP (RP over) (PP (IN to) (NP (NP (DT a) (NN neighborhood) (NN lake)) (SBAR (WHADVP (WRB where)) (S (VP (MD will) (ADVP (RB hopefully)) (VP (VB learn) (S (VP (TO to) (VP (VB mix) (PP (IN with) (NP (PRP$ their) (JJ own) (NN kind))))))))))))))))) (. .)))" }, "speaker": null, "text": "Once they get a little older, he plans to take them over to a neighborhood lake where will hopefully learn to mix with their own kind.", "tokens": [ { "deprel": "mark", "end_char": 1941, "feats": null, "head": 3, "id": 1, "lemma": "once", "misc": "", "start_char": 1937, "text": "Once", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1946, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "they", "misc": "", "start_char": 1942, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1950, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 3, "lemma": "get", "misc": "", "start_char": 1947, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1952, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1951, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 1959, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "little", "misc": "", "start_char": 1953, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 1965, "feats": "Degree=Cmp", "head": 3, "id": 6, "lemma": "old", "misc": "", "start_char": 1960, "text": "older", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 1967, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 1966, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1970, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 1968, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1976, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "plan", "misc": "", "start_char": 1971, "text": "plans", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1979, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1977, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1984, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "take", "misc": "", "start_char": 1980, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1989, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "they", "misc": "", "start_char": 1985, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 1994, "feats": null, "head": 11, "id": 13, "lemma": "over", "misc": "", "start_char": 1990, "text": "over", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1997, "feats": null, "head": 17, "id": 14, "lemma": "to", "misc": "", "start_char": 1995, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1999, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 1998, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 2012, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "neighborhood", "misc": "", "start_char": 2000, "text": "neighborhood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 2017, "feats": "Number=Sing", "head": 11, "id": 17, "lemma": "lake", "misc": "", "start_char": 2013, "text": "lake", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 2023, "feats": "PronType=Rel", "head": 21, "id": 18, "lemma": "where", "misc": "", "start_char": 2018, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux", "end_char": 2028, "feats": "VerbForm=Fin", "head": 21, "id": 19, "lemma": "will", "misc": "", "start_char": 2024, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 2038, "feats": null, "head": 21, "id": 20, "lemma": "hopefully", "misc": "", "start_char": 2029, "text": "hopefully", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 2044, "feats": "VerbForm=Inf", "head": 17, "id": 21, "lemma": "learn", "misc": "", "start_char": 2039, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 2047, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 2045, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2051, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "mix", "misc": "", "start_char": 2048, "text": "mix", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 2056, "feats": null, "head": 27, "id": 24, "lemma": "with", "misc": "", "start_char": 2052, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2062, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 27, "id": 25, "lemma": "their", "misc": "", "start_char": 2057, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 2066, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "own", "misc": "", "start_char": 2063, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2071, "feats": "Number=Sing", "head": 23, "id": 27, "lemma": "kind", "misc": "", "start_char": 2067, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2073, "feats": null, "head": 9, "id": 28, "lemma": ".", "misc": "", "start_char": 2072, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
A man named Rick finally got to experience what Mother's Day felt like this year, thanks to 13 little ducks that thought he was their mother and followed him around all day. The unusual story began when the mother of the young chicks disappeared soon after laying the eggs. In order to save them, Rick, who would not tell his last name or location, decided to place them in an incubator. Therefore, when the chicks hatched, the first large moving object they saw was Rick and they immediately concluded that he was their "mother". While this may seem odd, it is quite common among animals. Known as imprinting, it is a natural biological phenomenon that occurs in newly born birds and mammals, allowing them to form a bond with their mothers as well as providing them with information about their own identity. For birds like ducks, geese and turkeys that start walking as soon as they hatch, the imprint occurs instantly, which is what happened in this case. What's amazing is that researchers have discovered that young birds imprint themselves to the first moving thing they set eyes on, even if it is a lifeless object. During their study they found young chicks attach themselves to gumboots, balls and even an electric train. The downside of imprinting is that young animals have a hard time detaching themselves from their adopted 'mother'. That means that they are often unable to return to the wild or socialize with their own species. This is the reason researchers use innovative methods when raising animals in captive breeding programs. At California and Arizona's Condor Recovery Project, the caretakers use hand puppets shaped like condors to raise the chicks, while researchers at the Hetaoping Research and Conservation Center in Western China are dressed in Panda suits to raise the severely endangered animals. Rick is planning to keep his young 'kids' around for a while. Once they get a little older, he plans to take them over to a neighborhood lake where will hopefully learn to mix with their own kind.
[ [ [ 0, 0, 3 ], [ 0, 3, 3 ], [ 0, 30, 30 ], [ 0, 24, 24 ], [ 2, 12, 12 ], [ 3, 15, 15 ], [ 3, 21, 21 ], [ 16, 0, 0 ], [ 16, 5, 5 ], [ 17, 7, 7 ] ], [ [ 0, 9, 11 ] ], [ [ 0, 9, 10 ] ], [ [ 0, 14, 15 ] ], [ [ 0, 26, 26 ], [ 1, 8, 10 ], [ 2, 4, 4 ], [ 3, 3, 4 ], [ 3, 12, 12 ], [ 3, 17, 17 ], [ 3, 23, 23 ], [ 2, 21, 21 ], [ 16, 5, 8 ], [ 17, 11, 11 ], [ 17, 24, 24 ], [ 17, 1, 1 ], [ 0, 19, 33 ] ], [ [ 0, 26, 27 ] ], [ [ 0, 32, 33 ] ], [ [ 1, 0, 2 ] ], [ [ 1, 5, 10 ] ], [ [ 1, 14, 16 ] ], [ [ 1, 15, 16 ] ], [ [ 2, 1, 1 ] ], [ [ 2, 12, 16 ] ], [ [ 2, 23, 24 ] ], [ [ 3, 7, 13 ] ], [ [ 3, 23, 26 ] ], [ [ 6, 2, 2 ], [ 6, 4, 4 ], [ 6, 6, 38 ], [ 5, 1, 1 ], [ 5, 6, 6 ] ], [ [ 6, 26, 26 ], [ 6, 36, 36 ], [ 6, 20, 20 ], [ 6, 32, 32 ] ], [ [ 6, 26, 27 ] ], [ [ 6, 31, 38 ] ], [ [ 6, 34, 38 ] ], [ [ 6, 36, 38 ] ], [ [ 7, 3, 3 ] ], [ [ 7, 5, 5 ] ], [ [ 7, 7, 7 ] ], [ [ 7, 3, 7 ] ], [ [ 7, 10, 10 ] ], [ [ 7, 17, 18 ] ], [ [ 7, 27, 28 ] ], [ [ 8, 5, 5 ], [ 9, 1, 1 ], [ 9, 3, 3 ], [ 13, 4, 4 ] ], [ [ 8, 9, 10 ], [ 8, 12, 12 ], [ 8, 18, 18 ] ], [ [ 8, 14, 21 ] ], [ [ 8, 20, 20 ] ], [ [ 8, 25, 25 ] ], [ [ 8, 27, 29 ] ], [ [ 9, 1, 2 ] ], [ [ 9, 10, 10 ] ], [ [ 9, 12, 12 ] ], [ [ 9, 15, 17 ] ], [ [ 9, 10, 17 ] ], [ [ 11, 0, 3 ] ], [ [ 11, 3, 3 ] ], [ [ 11, 6, 7 ], [ 11, 13, 13 ], [ 11, 15, 15 ], [ 12, 3, 3 ], [ 12, 15, 15 ] ], [ [ 11, 9, 18 ] ], [ [ 11, 15, 18 ] ], [ [ 12, 0, 0 ] ], [ [ 12, 10, 11 ] ], [ [ 12, 15, 17 ] ], [ [ 13, 0, 0 ] ], [ [ 13, 2, 14 ] ], [ [ 13, 6, 7 ] ], [ [ 13, 10, 10 ], [ 5, 11, 11 ] ], [ [ 13, 12, 14 ] ], [ [ 14, 1, 7 ] ], [ [ 14, 9, 10 ] ], [ [ 14, 12, 16 ] ], [ [ 14, 16, 16 ] ], [ [ 14, 19, 20 ] ], [ [ 14, 23, 33 ] ], [ [ 14, 25, 30 ] ], [ [ 14, 32, 33 ] ], [ [ 14, 37, 38 ] ], [ [ 14, 37, 37 ] ], [ [ 14, 41, 44 ] ], [ [ 16, 11, 12 ] ], [ [ 17, 14, 16 ] ], [ [ 17, 24, 26 ] ], [ [ 0, 8, 15 ] ], [ [ 2, 6, 16 ] ], [ [ 6, 13, 17 ] ], [ [ 6, 23, 24 ] ], [ [ 7, 1, 15 ], [ 7, 14, 14 ] ], [ [ 13, 9, 14 ] ], [ [ 14, 1, 4 ] ], [ [ 14, 3, 3 ] ], [ [ 14, 1, 1 ] ], [ [ 9, 5, 6 ], [ 9, 8, 8 ] ], [ [ 7, 24, 28 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36173
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (NP (DT a) (NN supermarket)) (PP (IN in) (NP (NP (NNP County) (NNP Durham)) (, ,) (NP (NNP England)) (, ,))))) (NP (DT the) (NNS workers)) (VP (VBP are) (VP (VBG getting) (ADJP (JJ ready) (PP (IN for) (NP (NP (DT some) (NNS lessons)) (PP (IN in) (NP (NN sign) (NN language)))))))) (. .)))" }, "speaker": null, "text": "At a supermarket in County Durham, England, the workers are getting ready for some lessons in sign language.", "tokens": [ { "deprel": "case", "end_char": 2, "feats": null, "head": 3, "id": 1, "lemma": "at", "misc": "", "start_char": 0, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 4, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 3, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 16, "feats": "Number=Sing", "head": 13, "id": 3, "lemma": "supermarket", "misc": "", "start_char": 5, "text": "supermarket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 17, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 26, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "County", "misc": "", "start_char": 20, "text": "County", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 33, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "Durham", "misc": "", "start_char": 27, "text": "Durham", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 35, "feats": null, "head": 3, "id": 7, "lemma": ",", "misc": "", "start_char": 34, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 43, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "England", "misc": "", "start_char": 36, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 45, "feats": null, "head": 3, "id": 9, "lemma": ",", "misc": "", "start_char": 44, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 49, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 46, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 57, "feats": "Number=Plur", "head": 13, "id": 11, "lemma": "worker", "misc": "", "start_char": 50, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 61, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 58, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 69, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 13, "lemma": "get", "misc": "", "start_char": 62, "text": "getting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 75, "feats": "Degree=Pos", "head": 13, "id": 14, "lemma": "ready", "misc": "", "start_char": 70, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 79, "feats": null, "head": 17, "id": 15, "lemma": "for", "misc": "", "start_char": 76, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 84, "feats": null, "head": 17, "id": 16, "lemma": "some", "misc": "", "start_char": 80, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 92, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "lesson", "misc": "", "start_char": 85, "text": "lessons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 95, "feats": null, "head": 20, "id": 18, "lemma": "in", "misc": "", "start_char": 93, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 100, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "sign", "misc": "", "start_char": 96, "text": "sign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 109, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "language", "misc": "", "start_char": 101, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 111, "feats": null, "head": 13, "id": 21, "lemma": ".", "misc": "", "start_char": 110, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP are) (ADJP (JJ excited) (S (VP (TO to) (VP (VB meet) (NP (NP (PRP$ their) (NN teacher)) (, --) (NP (JJ two-year-old) (NNP Diana) (NNP Graham)))))))) (. .)))" }, "speaker": null, "text": "They are excited to meet their teacher--two-year-old Diana Graham.", "tokens": [ { "deprel": "nsubj", "end_char": 116, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 112, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 120, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 117, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 128, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "excited", "misc": "", "start_char": 121, "text": "excited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 131, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 129, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 136, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "meet", "misc": "", "start_char": 132, "text": "meet", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 142, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "their", "misc": "", "start_char": 137, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 150, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "teacher", "misc": "", "start_char": 143, "text": "teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 153, "feats": null, "head": 7, "id": 8, "lemma": "--", "misc": "", "start_char": 151, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 166, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "two-year-old", "misc": "", "start_char": 154, "text": "two-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 172, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "Diana", "misc": "", "start_char": 167, "text": "Diana", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 179, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Graham", "misc": "", "start_char": 173, "text": "Graham", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 181, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 180, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ little) (NN girl)) (VP (MD will) (VP (VB teach) (NP (PRP them)) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB communicate) (PP (IN with) (NP (JJ deaf) (NNS customers))))))))) (. .)))" }, "speaker": null, "text": "The little girl will teach them how to communicate with deaf customers.", "tokens": [ { "deprel": "det", "end_char": 185, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 182, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 192, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "little", "misc": "", "start_char": 186, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 197, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "girl", "misc": "", "start_char": 193, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 202, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "will", "misc": "", "start_char": 198, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 208, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "teach", "misc": "", "start_char": 203, "text": "teach", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 213, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 6, "lemma": "they", "misc": "", "start_char": 209, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 217, "feats": "PronType=Int", "head": 5, "id": 7, "lemma": "how", "misc": "", "start_char": 214, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 220, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 218, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 232, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "communicate", "misc": "", "start_char": 221, "text": "communicate", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 237, "feats": null, "head": 12, "id": 10, "lemma": "with", "misc": "", "start_char": 233, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 242, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "deaf", "misc": "", "start_char": 238, "text": "deaf", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 252, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "customer", "misc": "", "start_char": 243, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 254, "feats": null, "head": 5, "id": 13, "lemma": ".", "misc": "", "start_char": 253, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 256, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 255, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NNP Diana)) (VP (VBZ is) (NP (DT a) (JJ wonder) (NN child))) (. .)))" }, "speaker": null, "text": "Diana is a wonder child.", "tokens": [ { "deprel": "nsubj", "end_char": 262, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Diana", "misc": "", "start_char": 257, "text": "Diana", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 265, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 263, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 267, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 266, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 274, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "wonder", "misc": "", "start_char": 268, "text": "wonder", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 280, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "child", "misc": "", "start_char": 275, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 282, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 281, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD began) (S (VP (TO to) (VP (VB use) (NP (NN sign) (NN language)) (S (VP (TO to) (VP (`` ``) (VB speak) ('' '') (PP (IN to) (NP (PRP$ her) (JJ deaf) (NN mother))) (SBAR (IN before) (S (NP (PRP she)) (VP (VBD said) (NP (PRP$ her) (JJ first) (NN word)))))))))))) (. .)))" }, "speaker": null, "text": "She began to use sign language to \"speak\" to her deaf mother before she said her first word.", "tokens": [ { "deprel": "nsubj", "end_char": 286, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 283, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 292, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "begin", "misc": "", "start_char": 287, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 295, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 293, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 299, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "use", "misc": "", "start_char": 296, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 304, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "sign", "misc": "", "start_char": 300, "text": "sign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 313, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "language", "misc": "", "start_char": 305, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 316, "feats": null, "head": 9, "id": 7, "lemma": "to", "misc": "", "start_char": 314, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "punct", "end_char": 319, "feats": null, "head": 9, "id": 8, "lemma": "``", "misc": "", "start_char": 317, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advcl", "end_char": 325, "feats": "VerbForm=Inf", "head": 4, "id": 9, "lemma": "speak", "misc": "", "start_char": 320, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 328, "feats": null, "head": 9, "id": 10, "lemma": "''", "misc": "", "start_char": 326, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "case", "end_char": 331, "feats": null, "head": 14, "id": 11, "lemma": "to", "misc": "", "start_char": 329, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 335, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 12, "lemma": "her", "misc": "", "start_char": 332, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 340, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "deaf", "misc": "", "start_char": 336, "text": "deaf", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 347, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "mother", "misc": "", "start_char": 341, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 354, "feats": null, "head": 17, "id": 15, "lemma": "before", "misc": "", "start_char": 348, "text": "before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 358, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "she", "misc": "", "start_char": 355, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 363, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 17, "lemma": "say", "misc": "", "start_char": 359, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 367, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "her", "misc": "", "start_char": 364, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 373, "feats": "Degree=Pos|NumType=Ord", "head": 20, "id": 19, "lemma": "first", "misc": "", "start_char": 368, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 378, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "word", "misc": "", "start_char": 374, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 380, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 379, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (RB So) (SBAR (WHADVP (WRB whenever)) (S (S (NP (DT the) (NN phone)) (VP (VBZ rings))) (CC or) (S (NP (EX there)) (VP (VBZ 's) (NP (NP (DT a) (NN knock)) (PP (IN at) (NP (DT the) (NN door)))))))) (, ,) (NP (PRP$ her) (NN mother)) (VP (MD can) (VP (VB be) (ADVP (RB quickly)) (VP (VBN told) (PP (IN by) (NP (PRP her)))))) (. .)))" }, "speaker": null, "text": "So whenever the phone rings or there's a knock at the door, her mother can be quickly told by her.", "tokens": [ { "deprel": "advmod", "end_char": 383, "feats": null, "head": 20, "id": 1, "lemma": "so", "misc": "", "start_char": 381, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 392, "feats": "PronType=Int", "head": 5, "id": 2, "lemma": "whenever", "misc": "", "start_char": 384, "text": "whenever", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 396, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 393, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 402, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "phone", "misc": "", "start_char": 397, "text": "phone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 408, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 5, "lemma": "ring", "misc": "", "start_char": 403, "text": "rings", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "cc", "end_char": 411, "feats": null, "head": 8, "id": 6, "lemma": "or", "misc": "", "start_char": 409, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 417, "feats": null, "head": 8, "id": 7, "lemma": "there", "misc": "", "start_char": 412, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "conj", "end_char": 420, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 8, "lemma": "be", "misc": "", "start_char": 418, "text": "'s", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 422, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 421, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 428, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "knock", "misc": "", "start_char": 423, "text": "knock", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 431, "feats": null, "head": 13, "id": 11, "lemma": "at", "misc": "", "start_char": 429, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 435, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 432, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 440, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "door", "misc": "", "start_char": 436, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 442, "feats": null, "head": 20, "id": 14, "lemma": ",", "misc": "", "start_char": 441, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 446, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "her", "misc": "", "start_char": 443, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj:pass", "end_char": 453, "feats": "Number=Sing", "head": 20, "id": 16, "lemma": "mother", "misc": "", "start_char": 447, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 457, "feats": "VerbForm=Fin", "head": 20, "id": 17, "lemma": "can", "misc": "", "start_char": 454, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 460, "feats": "VerbForm=Inf", "head": 20, "id": 18, "lemma": "be", "misc": "", "start_char": 458, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 468, "feats": null, "head": 20, "id": 19, "lemma": "quickly", "misc": "", "start_char": 461, "text": "quickly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 473, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 20, "lemma": "tell", "misc": "", "start_char": 469, "text": "told", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 476, "feats": null, "head": 22, "id": 21, "lemma": "by", "misc": "", "start_char": 474, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 480, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 22, "lemma": "her", "misc": "", "start_char": 477, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 482, "feats": null, "head": 20, "id": 23, "lemma": ".", "misc": "", "start_char": 481, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 484, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 483, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NNP Diana)) (VP (VBZ understands) (NP (DT the) (NN sign) (NN language)) (ADVP (RB well))) (. .)))" }, "speaker": null, "text": "Diana understands the sign language well.", "tokens": [ { "deprel": "nsubj", "end_char": 490, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Diana", "misc": "", "start_char": 485, "text": "Diana", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 502, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "understand", "misc": "", "start_char": 491, "text": "understands", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 506, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 503, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 511, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "sign", "misc": "", "start_char": 507, "text": "sign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 520, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "language", "misc": "", "start_char": 512, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 525, "feats": "Degree=Pos", "head": 2, "id": 6, "lemma": "well", "misc": "", "start_char": 521, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 527, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 526, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ Her) (NN mother)) (ADVP (RB even)) (VP (VBZ reads) (NP (NN story) (NNS books)) (PP (IN to) (NP (PRP her))) (PP (IN in) (NP (NN sign) (NN language)))) (. .)))" }, "speaker": null, "text": "Her mother even reads story books to her in sign language.", "tokens": [ { "deprel": "nmod:poss", "end_char": 531, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "her", "misc": "", "start_char": 528, "text": "Her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 538, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "mother", "misc": "", "start_char": 532, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 543, "feats": null, "head": 4, "id": 3, "lemma": "even", "misc": "", "start_char": 539, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 549, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "read", "misc": "", "start_char": 544, "text": "reads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound", "end_char": 555, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "story", "misc": "", "start_char": 550, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 561, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "book", "misc": "", "start_char": 556, "text": "books", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 564, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 562, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 568, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 8, "lemma": "her", "misc": "", "start_char": 565, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 571, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 569, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 576, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "sign", "misc": "", "start_char": 572, "text": "sign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 585, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "language", "misc": "", "start_char": 577, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 587, "feats": null, "head": 4, "id": 12, "lemma": ".", "misc": "", "start_char": 586, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ Her) (NN grandmother)) (VP (VBD said) (, ,) (`` ``) (S (NP (NNP Diana)) (VP (VBD started) (S (VP (VBG signing) (PP (IN at) (NP (QP (RB about) (CD five)) (NNS months)))))))) (. .)))" }, "speaker": null, "text": "Her grandmother said, \"Diana started signing at about five months.", "tokens": [ { "deprel": "nmod:poss", "end_char": 591, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "her", "misc": "", "start_char": 588, "text": "Her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 603, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "grandmother", "misc": "", "start_char": 592, "text": "grandmother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 608, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 604, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 610, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 609, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 613, "feats": null, "head": 3, "id": 5, "lemma": "``", "misc": "", "start_char": 611, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 619, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Diana", "misc": "", "start_char": 614, "text": "Diana", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "ccomp", "end_char": 627, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "start", "misc": "", "start_char": 620, "text": "started", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 635, "feats": "VerbForm=Ger", "head": 7, "id": 8, "lemma": "sign", "misc": "", "start_char": 628, "text": "signing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 638, "feats": null, "head": 12, "id": 9, "lemma": "at", "misc": "", "start_char": 636, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 644, "feats": null, "head": 11, "id": 10, "lemma": "about", "misc": "", "start_char": 639, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 649, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "five", "misc": "", "start_char": 645, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 656, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "month", "misc": "", "start_char": 650, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 658, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 657, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBZ is) (ADJP (RB so) (JJ clever) (PP (IN for) (NP (PRP$ her) (NN age))))) (. .) ('' '')))" }, "speaker": null, "text": "She is so clever for her age.\"", "tokens": [ { "deprel": "nsubj", "end_char": 662, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "she", "misc": "", "start_char": 659, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 665, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 663, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 668, "feats": null, "head": 4, "id": 3, "lemma": "so", "misc": "", "start_char": 666, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 675, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "clever", "misc": "", "start_char": 669, "text": "clever", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 679, "feats": null, "head": 7, "id": 5, "lemma": "for", "misc": "", "start_char": 676, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 683, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "her", "misc": "", "start_char": 680, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 687, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "age", "misc": "", "start_char": 684, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 689, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 688, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 692, "feats": null, "head": 4, "id": 9, "lemma": "''", "misc": "", "start_char": 690, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN supermarket) (NNS officials)) (VP (MD could) (RB n't) (VP (VB think) (PP (IN of) (NP (NP (DT a) (JJR better) (NN sign) (NN language) (NN teacher)) (PP (IN for) (NP (PRP$ their) (NNS workers))))))) (. .)))" }, "speaker": null, "text": "The supermarket officials couldn't think of a better sign language teacher for their workers.", "tokens": [ { "deprel": "det", "end_char": 696, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 693, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 708, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "supermarket", "misc": "", "start_char": 697, "text": "supermarket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 718, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "official", "misc": "", "start_char": 709, "text": "officials", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 724, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "could", "misc": "", "start_char": 719, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 728, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 725, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 734, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "think", "misc": "", "start_char": 729, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 737, "feats": null, "head": 12, "id": 7, "lemma": "of", "misc": "", "start_char": 735, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 739, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 8, "lemma": "a", "misc": "", "start_char": 738, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 746, "feats": "Degree=Cmp", "head": 12, "id": 9, "lemma": "good", "misc": "", "start_char": 740, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "compound", "end_char": 751, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "sign", "misc": "", "start_char": 747, "text": "sign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 760, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "language", "misc": "", "start_char": 752, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 768, "feats": "Number=Sing", "head": 6, "id": 12, "lemma": "teacher", "misc": "", "start_char": 761, "text": "teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 772, "feats": null, "head": 15, "id": 13, "lemma": "for", "misc": "", "start_char": 769, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 778, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "their", "misc": "", "start_char": 773, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 786, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "worker", "misc": "", "start_char": 779, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 788, "feats": null, "head": 6, "id": 16, "lemma": ".", "misc": "", "start_char": 787, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (RB So) (NP (PRP they)) (VP (VBD asked) (NP (NNP Diana)) (S (VP (TO to) (VP (VB give) (NP (DT some) (NNS lessons)) (PP (IN to) (NP (DT the) (NNS workers))))))) (. .)))" }, "speaker": null, "text": "So they asked Diana to give some lessons to the workers.", "tokens": [ { "deprel": "advmod", "end_char": 791, "feats": null, "head": 3, "id": 1, "lemma": "so", "misc": "", "start_char": 789, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 796, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "they", "misc": "", "start_char": 792, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 802, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "ask", "misc": "", "start_char": 797, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 808, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Diana", "misc": "", "start_char": 803, "text": "Diana", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 811, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 809, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 816, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "give", "misc": "", "start_char": 812, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 821, "feats": null, "head": 8, "id": 7, "lemma": "some", "misc": "", "start_char": 817, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 829, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "lesson", "misc": "", "start_char": 822, "text": "lessons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 832, "feats": null, "head": 11, "id": 9, "lemma": "to", "misc": "", "start_char": 830, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 836, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 833, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 844, "feats": "Number=Plur", "head": 6, "id": 11, "lemma": "worker", "misc": "", "start_char": 837, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 846, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 845, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBD hoped) (SBAR (IN that) (S (NP (PRP$ her) (NNS lessons)) (VP (MD would) (VP (VB help) (S (NP (DT the) (NNS workers)) (VP (VB communicate) (ADVP (RBR better)) (PP (IN with) (NP (JJ deaf) (NNS customers))) (PP (IN during) (NP (PRP$ their) (NN shopping)))))))))) (. .)))" }, "speaker": null, "text": "They hoped that her lessons would help the workers communicate better with deaf customers during their shopping.", "tokens": [ { "deprel": "nsubj", "end_char": 851, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 847, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 857, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "hope", "misc": "", "start_char": 852, "text": "hoped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 862, "feats": null, "head": 7, "id": 3, "lemma": "that", "misc": "", "start_char": 858, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 866, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "her", "misc": "", "start_char": 863, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 874, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "lesson", "misc": "", "start_char": 867, "text": "lessons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 880, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "would", "misc": "", "start_char": 875, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 885, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "help", "misc": "", "start_char": 881, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 889, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 886, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 897, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "worker", "misc": "", "start_char": 890, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 909, "feats": "VerbForm=Inf", "head": 7, "id": 10, "lemma": "communicate", "misc": "", "start_char": 898, "text": "communicate", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 916, "feats": "Degree=Cmp", "head": 10, "id": 11, "lemma": "well", "misc": "", "start_char": 910, "text": "better", "upos": "ADV", "xpos": "RBR" }, { "deprel": "case", "end_char": 921, "feats": null, "head": 14, "id": 12, "lemma": "with", "misc": "", "start_char": 917, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 926, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "deaf", "misc": "", "start_char": 922, "text": "deaf", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 936, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "customer", "misc": "", "start_char": 927, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 943, "feats": null, "head": 17, "id": 15, "lemma": "during", "misc": "", "start_char": 937, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 949, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "their", "misc": "", "start_char": 944, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 958, "feats": "Number=Sing", "head": 10, "id": 17, "lemma": "shopping", "misc": "", "start_char": 950, "text": "shopping", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 960, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 959, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
At a supermarket in County Durham, England, the workers are getting ready for some lessons in sign language. They are excited to meet their teacher--two-year-old Diana Graham. The little girl will teach them how to communicate with deaf customers. Diana is a wonder child. She began to use sign language to "speak" to her deaf mother before she said her first word. So whenever the phone rings or there's a knock at the door, her mother can be quickly told by her. Diana understands the sign language well. Her mother even reads story books to her in sign language. Her grandmother said, "Diana started signing at about five months. She is so clever for her age." The supermarket officials couldn't think of a better sign language teacher for their workers. So they asked Diana to give some lessons to the workers. They hoped that her lessons would help the workers communicate better with deaf customers during their shopping.
[ [ [ 0, 4, 5 ], [ 0, 4, 7 ] ], [ [ 0, 7, 7 ] ], [ [ 0, 12, 19 ] ], [ [ 0, 18, 19 ] ], [ [ 0, 15, 16 ] ], [ [ 2, 5, 5 ], [ 0, 9, 10 ], [ 1, 0, 0 ], [ 1, 5, 5 ] ], [ [ 2, 10, 11 ] ], [ [ 5, 11, 13 ], [ 6, 14, 15 ], [ 9, 0, 1 ] ], [ [ 5, 17, 19 ] ], [ [ 6, 11, 12 ] ], [ [ 8, 0, 0 ], [ 9, 0, 0 ], [ 9, 7, 7 ], [ 10, 0, 0 ], [ 10, 5, 5 ], [ 11, 0, 0 ], [ 11, 5, 5 ], [ 13, 3, 3 ], [ 14, 3, 3 ], [ 2, 0, 2 ], [ 1, 5, 6 ], [ 1, 8, 10 ], [ 4, 0, 0 ], [ 4, 2, 4 ], [ 5, 0, 0 ], [ 5, 11, 11 ], [ 5, 15, 15 ], [ 5, 17, 17 ], [ 6, 14, 14 ], [ 6, 21, 21 ] ], [ [ 8, 2, 4 ], [ 9, 9, 10 ], [ 5, 4, 5 ], [ 12, 9, 10 ] ], [ [ 9, 4, 5 ] ], [ [ 9, 4, 4 ] ], [ [ 10, 0, 1 ] ], [ [ 10, 7, 7 ] ], [ [ 10, 9, 11 ] ], [ [ 11, 5, 6 ] ], [ [ 12, 1, 1 ], [ 0, 1, 7 ] ], [ [ 12, 7, 11 ] ], [ [ 13, 6, 7 ] ], [ [ 14, 3, 4 ] ], [ [ 14, 12, 13 ], [ 12, 13, 14 ], [ 14, 7, 8 ], [ 14, 0, 0 ], [ 13, 9, 10 ], [ 14, 15, 15 ], [ 13, 1, 1 ], [ 12, 0, 2 ] ], [ [ 14, 15, 16 ] ], [ [ 2, 6, 11 ] ], [ [ 6, 2, 4 ] ], [ [ 6, 8, 9 ] ], [ [ 12, 13, 13 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36174
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP China)) (VP (VBZ has) (VP (VBN been) (ADJP (JJ famous)) (PP (IN around) (NP (DT the) (NN world))) (PP (IN since) (NP (JJ ancient) (NNS times))))) (. .)))" }, "speaker": null, "text": "China has been famous around the world since ancient times.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "China", "misc": "", "start_char": 0, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "have", "misc": "", "start_char": 6, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "cop", "end_char": 14, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 10, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 21, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "famous", "misc": "", "start_char": 15, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 7, "id": 5, "lemma": "around", "misc": "", "start_char": 22, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 32, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 29, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 38, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "world", "misc": "", "start_char": 33, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 44, "feats": null, "head": 10, "id": 8, "lemma": "since", "misc": "", "start_char": 39, "text": "since", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 52, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "ancient", "misc": "", "start_char": 45, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 58, "feats": "Number=Plur", "head": 4, "id": 10, "lemma": "time", "misc": "", "start_char": 53, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 60, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 59, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT the) (NN past))) (, ,) (NP (PRP we)) (VP (VBD had) (NP (DT the) (NML (CD Four) (JJ Great)) (NNS Inventions))) (. .)))" }, "speaker": null, "text": "In the past, we had the Four Great Inventions.", "tokens": [ { "deprel": "case", "end_char": 63, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 61, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 67, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 64, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 72, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "past", "misc": "", "start_char": 68, "text": "past", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 74, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 73, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 77, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "we", "misc": "", "start_char": 75, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 81, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "have", "misc": "", "start_char": 78, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 85, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 7, "lemma": "the", "misc": "", "start_char": 82, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 90, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 8, "lemma": "four", "misc": "", "start_char": 86, "text": "Four", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 96, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "great", "misc": "", "start_char": 91, "text": "Great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 107, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "invention", "misc": "", "start_char": 97, "text": "Inventions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 109, "feats": null, "head": 6, "id": 11, "lemma": ".", "misc": "", "start_char": 108, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Nowadays)) (, ,) (NP (JJR more) (NNS inventions) (CC and) (NNS creations)) (VP (VBP have) (VP (VBN made) (S (NP (NNP China)) (ADJP (JJR stronger) (CC and) (JJR greater)) (PP (IN in) (NP (DT the) (NN world)))))) (. .)))" }, "speaker": null, "text": "Nowadays, more inventions and creations have made China stronger and greater in the world.", "tokens": [ { "deprel": "advmod", "end_char": 118, "feats": null, "head": 8, "id": 1, "lemma": "nowadays", "misc": "", "start_char": 110, "text": "Nowadays", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 120, "feats": null, "head": 8, "id": 2, "lemma": ",", "misc": "", "start_char": 119, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 125, "feats": "Degree=Cmp", "head": 4, "id": 3, "lemma": "more", "misc": "", "start_char": 121, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 136, "feats": "Number=Plur", "head": 8, "id": 4, "lemma": "invention", "misc": "", "start_char": 126, "text": "inventions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 140, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 137, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 150, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "creation", "misc": "", "start_char": 141, "text": "creations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 155, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "have", "misc": "", "start_char": 151, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 160, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 8, "lemma": "make", "misc": "", "start_char": 156, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 166, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "China", "misc": "", "start_char": 161, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 175, "feats": "Degree=Cmp", "head": 8, "id": 10, "lemma": "strong", "misc": "", "start_char": 167, "text": "stronger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "cc", "end_char": 179, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 176, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 187, "feats": "Degree=Cmp", "head": 10, "id": 12, "lemma": "great", "misc": "", "start_char": 180, "text": "greater", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 190, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 188, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 194, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 191, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 200, "feats": "Number=Sing", "head": 10, "id": 15, "lemma": "world", "misc": "", "start_char": 195, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 202, "feats": null, "head": 8, "id": 16, "lemma": ".", "misc": "", "start_char": 201, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 204, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 203, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN On) (NP (NNP May) (NN 5th) (, ,) (CD 2017))) (, ,) (PP (IN at) (NP (NNP Shanghai) (NNP Pudong) (NNP International) (NNP Airport))) (, ,) (NP (NP (NP (NNP China) (POS 's)) (JJ first) (JJ large) (JJ homemade) (NN jet) (NN airliner)) (, ,) (NP (DT the) (NNP C919)) (, ,)) (VP (VBD took) (PRT (RP off)) (ADVP (RB successfully)) (PP (IN for) (NP (DT the) (JJ first) (NN time)))) (. .)))" }, "speaker": null, "text": "On May 5th, 2017, at Shanghai Pudong International Airport, China's first large homemade jet airliner, the C919, took off successfully for the first time.", "tokens": [ { "deprel": "case", "end_char": 207, "feats": null, "head": 3, "id": 1, "lemma": "on", "misc": "", "start_char": 205, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 211, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "May", "misc": "", "start_char": 208, "text": "May", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 215, "feats": "NumType=Ord|Number=Sing", "head": 24, "id": 3, "lemma": "5th", "misc": "", "start_char": 212, "text": "5th", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 217, "feats": null, "head": 5, "id": 4, "lemma": ",", "misc": "", "start_char": 216, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:tmod", "end_char": 222, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 5, "lemma": "2017", "misc": "", "start_char": 218, "text": "2017", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 224, "feats": null, "head": 24, "id": 6, "lemma": ",", "misc": "", "start_char": 223, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 227, "feats": null, "head": 11, "id": 7, "lemma": "at", "misc": "", "start_char": 225, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 236, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "Shanghai", "misc": "", "start_char": 228, "text": "Shanghai", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 243, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "Pudong", "misc": "", "start_char": 237, "text": "Pudong", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 257, "feats": "Degree=Pos|Number=Sing", "head": 11, "id": 10, "lemma": "International", "misc": "", "start_char": 244, "text": "International", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 265, "feats": "Number=Sing", "head": 24, "id": 11, "lemma": "Airport", "misc": "", "start_char": 258, "text": "Airport", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 267, "feats": null, "head": 24, "id": 12, "lemma": ",", "misc": "", "start_char": 266, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 273, "feats": "Number=Sing", "head": 19, "id": 13, "lemma": "China", "misc": "", "start_char": 268, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 276, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 274, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 282, "feats": "Degree=Pos|NumType=Ord", "head": 19, "id": 15, "lemma": "first", "misc": "", "start_char": 277, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 288, "feats": "Degree=Pos", "head": 19, "id": 16, "lemma": "large", "misc": "", "start_char": 283, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 297, "feats": "Degree=Pos", "head": 19, "id": 17, "lemma": "homemade", "misc": "", "start_char": 289, "text": "homemade", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 301, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "jet", "misc": "", "start_char": 298, "text": "jet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 310, "feats": "Number=Sing", "head": 24, "id": 19, "lemma": "airliner", "misc": "", "start_char": 302, "text": "airliner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 312, "feats": null, "head": 19, "id": 20, "lemma": ",", "misc": "", "start_char": 311, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 316, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 313, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 321, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "C919", "misc": "", "start_char": 317, "text": "C919", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 323, "feats": null, "head": 19, "id": 23, "lemma": ",", "misc": "", "start_char": 322, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 328, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 24, "lemma": "take", "misc": "", "start_char": 324, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 332, "feats": null, "head": 24, "id": 25, "lemma": "off", "misc": "", "start_char": 329, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 345, "feats": null, "head": 24, "id": 26, "lemma": "successfully", "misc": "", "start_char": 333, "text": "successfully", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 349, "feats": null, "head": 30, "id": 27, "lemma": "for", "misc": "", "start_char": 346, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 353, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 28, "lemma": "the", "misc": "", "start_char": 350, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 359, "feats": "Degree=Pos|NumType=Ord", "head": 30, "id": 29, "lemma": "first", "misc": "", "start_char": 354, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 364, "feats": "Number=Sing", "head": 24, "id": 30, "lemma": "time", "misc": "", "start_char": 360, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 366, "feats": null, "head": 24, "id": 31, "lemma": ".", "misc": "", "start_char": 365, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (PRP It))) (VP (VBZ has) (VP (VBN taken) (NP (QP (RB about) (CD ten)) (NNS years)) (SBAR (IN for) (S (NP (DT the) (NNS scientists) (CC and) (NNS researchers)) (VP (TO to) (VP (VB make) (S (NP (DT this) (JJ Chinese) (NN dream)) (VP (VB come) (ADJP (JJ true))))))))))) (, ,) (S (NP (PRP It)) (VP (VBZ 's) (NP (NP (DT a) (NN pride)) (PP (IN of) (NP (DT the) (JJ whole) (NN nation)))))) (. .)))" }, "speaker": null, "text": "It has taken about ten years for the scientists and researchers to make this Chinese dream come true, It's a pride of the whole nation.", "tokens": [ { "deprel": "expl", "end_char": 369, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 367, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 373, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 370, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 379, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "take", "misc": "", "start_char": 374, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 385, "feats": null, "head": 5, "id": 4, "lemma": "about", "misc": "", "start_char": 380, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 389, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "ten", "misc": "", "start_char": 386, "text": "ten", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 395, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "year", "misc": "", "start_char": 390, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 399, "feats": null, "head": 13, "id": 7, "lemma": "for", "misc": "", "start_char": 396, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 403, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 400, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 414, "feats": "Number=Plur", "head": 13, "id": 9, "lemma": "scientist", "misc": "", "start_char": 404, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 418, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 415, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 430, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "researcher", "misc": "", "start_char": 419, "text": "researchers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 433, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 431, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 438, "feats": "VerbForm=Inf", "head": 3, "id": 13, "lemma": "make", "misc": "", "start_char": 434, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 443, "feats": "Number=Sing|PronType=Dem", "head": 16, "id": 14, "lemma": "this", "misc": "", "start_char": 439, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 451, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "Chinese", "misc": "", "start_char": 444, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 457, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "dream", "misc": "", "start_char": 452, "text": "dream", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 462, "feats": "VerbForm=Inf", "head": 13, "id": 17, "lemma": "come", "misc": "", "start_char": 458, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 467, "feats": "Degree=Pos", "head": 17, "id": 18, "lemma": "true", "misc": "", "start_char": 463, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 469, "feats": null, "head": 3, "id": 19, "lemma": ",", "misc": "", "start_char": 468, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 472, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 20, "lemma": "it", "misc": "", "start_char": 470, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 475, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 21, "lemma": "be", "misc": "", "start_char": 473, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 477, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 22, "lemma": "a", "misc": "", "start_char": 476, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "parataxis", "end_char": 483, "feats": "Number=Sing", "head": 3, "id": 23, "lemma": "pride", "misc": "", "start_char": 478, "text": "pride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 486, "feats": null, "head": 27, "id": 24, "lemma": "of", "misc": "", "start_char": 484, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 490, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 25, "lemma": "the", "misc": "", "start_char": 487, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 496, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "whole", "misc": "", "start_char": 491, "text": "whole", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 503, "feats": "Number=Sing", "head": 23, "id": 27, "lemma": "nation", "misc": "", "start_char": 497, "text": "nation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 505, "feats": null, "head": 3, "id": 28, "lemma": ".", "misc": "", "start_char": 504, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (ADVP (RB So) (RB far)) (, ,) (NP (QP (JJR more) (IN than) (CD 23)) (NNS companies)) (VP (VBP have) (ADVP (RB already)) (VP (VBN ordered) (NP (CD 570) (NN C919) (NNS planes)) (PP (IN from) (NP (NNP China))))) (. .)))" }, "speaker": null, "text": "So far, more than 23 companies have already ordered 570 C919 planes from China.", "tokens": [ { "deprel": "advmod", "end_char": 508, "feats": null, "head": 2, "id": 1, "lemma": "so", "misc": "", "start_char": 506, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 512, "feats": "Degree=Pos", "head": 10, "id": 2, "lemma": "far", "misc": "", "start_char": 509, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 514, "feats": null, "head": 10, "id": 3, "lemma": ",", "misc": "", "start_char": 513, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 519, "feats": "Degree=Cmp", "head": 6, "id": 4, "lemma": "more", "misc": "", "start_char": 515, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 524, "feats": null, "head": 4, "id": 5, "lemma": "than", "misc": "", "start_char": 520, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 527, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 6, "lemma": "23", "misc": "", "start_char": 525, "text": "23", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 537, "feats": "Number=Plur", "head": 10, "id": 7, "lemma": "company", "misc": "", "start_char": 528, "text": "companies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 542, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "have", "misc": "", "start_char": 538, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 550, "feats": null, "head": 10, "id": 9, "lemma": "already", "misc": "", "start_char": 543, "text": "already", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 558, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 10, "lemma": "order", "misc": "", "start_char": 551, "text": "ordered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nummod", "end_char": 562, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 11, "lemma": "570", "misc": "", "start_char": 559, "text": "570", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 567, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "C919", "misc": "", "start_char": 563, "text": "C919", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 574, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "plane", "misc": "", "start_char": 568, "text": "planes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 579, "feats": null, "head": 15, "id": 14, "lemma": "from", "misc": "", "start_char": 575, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 585, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "China", "misc": "", "start_char": 580, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 587, "feats": null, "head": 10, "id": 16, "lemma": ".", "misc": "", "start_char": 586, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP we)) (ADVP (RB still)) (VP (VBP have) (NP (NP (DT a) (JJ long) (NN way)) (SBAR (S (VP (TO to) (VP (VB go) (SBAR (IN before) (S (NP (DT the) (NN C919)) (VP (VBZ carries) (NP (NNS passengers)) (PP (IN by) (NP (CD 2020)))))))))))) (. .)))" }, "speaker": null, "text": "But we still have a long way to go before the C919 carries passengers by 2020.", "tokens": [ { "deprel": "cc", "end_char": 591, "feats": null, "head": 4, "id": 1, "lemma": "but", "misc": "", "start_char": 588, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 594, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 592, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 600, "feats": null, "head": 4, "id": 3, "lemma": "still", "misc": "", "start_char": 595, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 605, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 601, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 607, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 606, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 612, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "long", "misc": "", "start_char": 608, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 616, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "way", "misc": "", "start_char": 613, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 619, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 617, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 622, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "go", "misc": "", "start_char": 620, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 629, "feats": null, "head": 13, "id": 10, "lemma": "before", "misc": "", "start_char": 623, "text": "before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 633, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 630, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 638, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "C919", "misc": "", "start_char": 634, "text": "C919", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 646, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 13, "lemma": "carry", "misc": "", "start_char": 639, "text": "carries", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 657, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "passenger", "misc": "", "start_char": 647, "text": "passengers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 660, "feats": null, "head": 16, "id": 15, "lemma": "by", "misc": "", "start_char": 658, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 665, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 16, "lemma": "2020", "misc": "", "start_char": 661, "text": "2020", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 667, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 666, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (ADVP (RB also)) (VP (VBZ faces) (NP (NP (DT the) (NN challenge)) (PP (IN of) (S (VP (VBG competing) (PP (IN with) (NP (NP (DT the) (NNP Airbus) (NNP A320)) (CC and) (NP (DT the) (JJ new) (NNP Boeing) (NN B737))))))))) (. .)))" }, "speaker": null, "text": "It also faces the challenge of competing with the Airbus A320 and the new Boeing B737.", "tokens": [ { "deprel": "nsubj", "end_char": 670, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 668, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 675, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 671, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 681, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "face", "misc": "", "start_char": 676, "text": "faces", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 685, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 682, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 695, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "challenge", "misc": "", "start_char": 686, "text": "challenge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 698, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 696, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 708, "feats": "VerbForm=Ger", "head": 5, "id": 7, "lemma": "compete", "misc": "", "start_char": 699, "text": "competing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 713, "feats": null, "head": 11, "id": 8, "lemma": "with", "misc": "", "start_char": 709, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 717, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 714, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 724, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "Airbus", "misc": "", "start_char": 718, "text": "Airbus", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 729, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "A320", "misc": "", "start_char": 725, "text": "A320", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 733, "feats": null, "head": 16, "id": 12, "lemma": "and", "misc": "", "start_char": 730, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 737, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 13, "lemma": "the", "misc": "", "start_char": 734, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 741, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "new", "misc": "", "start_char": 738, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 748, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "Boeing", "misc": "", "start_char": 742, "text": "Boeing", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 753, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "b737", "misc": "", "start_char": 749, "text": "B737", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 755, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 754, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 757, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 756, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (SBAR (WHNP (WP What)) (S (VP (VBZ 's) (ADJP (JJR more))))) (, ,) (NP (NNP China)) (VP (VBZ is) (VP (VBG working) (PP (IN on) (NP (DT the) (JJ new) (JJ high-speed) (NNS trains))) (PP (IN with) (NP (NP (DT the) (JJS highest) (NN speed)) (PP (IN of) (NP (CD 400) (NN km/h))))))) (. .)))" }, "speaker": null, "text": "What's more, China is working on the new high-speed trains with the highest speed of 400 km/h.", "tokens": [ { "deprel": "nsubj", "end_char": 762, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "what", "misc": "", "start_char": 758, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 765, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 763, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 770, "feats": "Degree=Cmp", "head": 7, "id": 3, "lemma": "more", "misc": "", "start_char": 766, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 772, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 771, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 778, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "China", "misc": "", "start_char": 773, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 781, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 779, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 789, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 7, "lemma": "work", "misc": "", "start_char": 782, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 792, "feats": null, "head": 12, "id": 8, "lemma": "on", "misc": "", "start_char": 790, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 796, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 9, "lemma": "the", "misc": "", "start_char": 793, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 800, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "new", "misc": "", "start_char": 797, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 811, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "high-speed", "misc": "", "start_char": 801, "text": "high-speed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 818, "feats": "Number=Plur", "head": 7, "id": 12, "lemma": "train", "misc": "", "start_char": 812, "text": "trains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 823, "feats": null, "head": 16, "id": 13, "lemma": "with", "misc": "", "start_char": 819, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 827, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 824, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 835, "feats": "Degree=Sup", "head": 16, "id": 15, "lemma": "high", "misc": "", "start_char": 828, "text": "highest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 841, "feats": "Number=Sing", "head": 7, "id": 16, "lemma": "speed", "misc": "", "start_char": 836, "text": "speed", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 844, "feats": null, "head": 19, "id": 17, "lemma": "of", "misc": "", "start_char": 842, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 848, "feats": "NumForm=Digit|NumType=Card", "head": 19, "id": 18, "lemma": "400", "misc": "", "start_char": 845, "text": "400", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 853, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "km/h", "misc": "", "start_char": 849, "text": "km/h", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 855, "feats": null, "head": 7, "id": 20, "lemma": ".", "misc": "", "start_char": 854, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (MD will) (VP (VB be) (ADJP (JJ ready)) (PP (IN by) (NP (CD 2020))))) (. .)))" }, "speaker": null, "text": "It will be ready by 2020.", "tokens": [ { "deprel": "nsubj", "end_char": 858, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 856, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 863, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "will", "misc": "", "start_char": 859, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 866, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 864, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 872, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "ready", "misc": "", "start_char": 867, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 875, "feats": null, "head": 6, "id": 5, "lemma": "by", "misc": "", "start_char": 873, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 880, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 6, "lemma": "2020", "misc": "", "start_char": 876, "text": "2020", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 882, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 881, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ new) (NNS trains)) (VP (VBP are) (VP (VBN expected) (S (VP (TO to) (VP (VP (VB push) (NP (NN area) (NN cooperation))) (CC and) (VP (VB create) (NP (JJ new) (NN business)) (PP (IN for) (NP (NP (NNP China)) (CC and) (NP (JJ foreign) (NNS countries)))))))))) (. .)))" }, "speaker": null, "text": "The new trains are expected to push area cooperation and create new business for China and foreign countries.", "tokens": [ { "deprel": "det", "end_char": 886, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 883, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 890, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "new", "misc": "", "start_char": 887, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 897, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "train", "misc": "", "start_char": 891, "text": "trains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 901, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 898, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 910, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "expect", "misc": "", "start_char": 902, "text": "expected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 913, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 911, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 918, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "push", "misc": "", "start_char": 914, "text": "push", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 923, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "area", "misc": "", "start_char": 919, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 935, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "cooperation", "misc": "", "start_char": 924, "text": "cooperation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 939, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 936, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 946, "feats": "VerbForm=Inf", "head": 7, "id": 11, "lemma": "create", "misc": "", "start_char": 940, "text": "create", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 950, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "new", "misc": "", "start_char": 947, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 959, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "business", "misc": "", "start_char": 951, "text": "business", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 963, "feats": null, "head": 15, "id": 14, "lemma": "for", "misc": "", "start_char": 960, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 969, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "China", "misc": "", "start_char": 964, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 973, "feats": null, "head": 18, "id": 16, "lemma": "and", "misc": "", "start_char": 970, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 981, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "foreign", "misc": "", "start_char": 974, "text": "foreign", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 991, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "country", "misc": "", "start_char": 982, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 993, "feats": null, "head": 5, "id": 19, "lemma": ".", "misc": "", "start_char": 992, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NP (JJ Many) (NNS countries)) (, ,) (NP (ADVP (RB especially)) (NP (DT the) (NNS ones)) (PP (IN in) (NP (NP (NNP Central) (NNP Asia)) (, ,) (NP (NNP Southeast) (NNP Asia)) (, ,) (NP (DT the) (NNP Middle) (NNP East)) (CC and) (NP (NNP Eastern) (NNP Europe))))) (, ,)) (VP (VBP are) (VP (VBG planning) (S (VP (VP (TO to) (VP (VB build) (NP (JJ high-speed) (NN rail) (NNS lines)))) (CC or) (VP (TO to) (VP (VB improve) (NP (PRP$ their) (NNS railways)) (PP (IN with) (NP (NP (DT the) (NN help)) (PP (IN of) (NP (NNP China))))))))))) (. .)))" }, "speaker": null, "text": "Many countries, especially the ones in Central Asia, Southeast Asia, the Middle East and Eastern Europe, are planning to build high-speed rail lines or to improve their railways with the help of China.", "tokens": [ { "deprel": "amod", "end_char": 998, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "many", "misc": "", "start_char": 994, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1008, "feats": "Number=Plur", "head": 22, "id": 2, "lemma": "country", "misc": "", "start_char": 999, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1010, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 1009, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1021, "feats": null, "head": 6, "id": 4, "lemma": "especially", "misc": "", "start_char": 1011, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1025, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1022, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1030, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "one", "misc": "", "start_char": 1026, "text": "ones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1033, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 1031, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1041, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "Central", "misc": "", "start_char": 1034, "text": "Central", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1046, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "Asia", "misc": "", "start_char": 1042, "text": "Asia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1048, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 1047, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1058, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Southeast", "misc": "", "start_char": 1049, "text": "Southeast", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1063, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "Asia", "misc": "", "start_char": 1059, "text": "Asia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1065, "feats": null, "head": 16, "id": 13, "lemma": ",", "misc": "", "start_char": 1064, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1069, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 1066, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1076, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "Middle", "misc": "", "start_char": 1070, "text": "Middle", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1081, "feats": "Number=Sing", "head": 9, "id": 16, "lemma": "East", "misc": "", "start_char": 1077, "text": "East", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1085, "feats": null, "head": 19, "id": 17, "lemma": "and", "misc": "", "start_char": 1082, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1093, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "Eastern", "misc": "", "start_char": 1086, "text": "Eastern", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1100, "feats": "Number=Sing", "head": 9, "id": 19, "lemma": "Europe", "misc": "", "start_char": 1094, "text": "Europe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1102, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 1101, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1106, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 1103, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1115, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 22, "lemma": "plan", "misc": "", "start_char": 1107, "text": "planning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1118, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 1116, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1124, "feats": "VerbForm=Inf", "head": 22, "id": 24, "lemma": "build", "misc": "", "start_char": 1119, "text": "build", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1135, "feats": "Degree=Pos", "head": 27, "id": 25, "lemma": "high-speed", "misc": "", "start_char": 1125, "text": "high-speed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1140, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "rail", "misc": "", "start_char": 1136, "text": "rail", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1146, "feats": "Number=Plur", "head": 24, "id": 27, "lemma": "line", "misc": "", "start_char": 1141, "text": "lines", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1149, "feats": null, "head": 30, "id": 28, "lemma": "or", "misc": "", "start_char": 1147, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 1152, "feats": null, "head": 30, "id": 29, "lemma": "to", "misc": "", "start_char": 1150, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 1160, "feats": "VerbForm=Inf", "head": 24, "id": 30, "lemma": "improve", "misc": "", "start_char": 1153, "text": "improve", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1166, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 32, "id": 31, "lemma": "their", "misc": "", "start_char": 1161, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1175, "feats": "Number=Plur", "head": 30, "id": 32, "lemma": "railway", "misc": "", "start_char": 1167, "text": "railways", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1180, "feats": null, "head": 35, "id": 33, "lemma": "with", "misc": "", "start_char": 1176, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1184, "feats": "Definite=Def|PronType=Art", "head": 35, "id": 34, "lemma": "the", "misc": "", "start_char": 1181, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1189, "feats": "Number=Sing", "head": 30, "id": 35, "lemma": "help", "misc": "", "start_char": 1185, "text": "help", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1192, "feats": null, "head": 37, "id": 36, "lemma": "of", "misc": "", "start_char": 1190, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1198, "feats": "Number=Sing", "head": 35, "id": 37, "lemma": "China", "misc": "", "start_char": 1193, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1200, "feats": null, "head": 22, "id": 38, "lemma": ".", "misc": "", "start_char": 1199, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (MD 'd) (VP (VB like) (S (VP (TO to) (VP (VB get) (NP (NN support)) (PP (IN in) (NP (NP (NN technology)) (PP (IN from) (NP (NNP China)))))))))) (. .)))" }, "speaker": null, "text": "They'd like to get support in technology from China.", "tokens": [ { "deprel": "nsubj", "end_char": 1205, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 1201, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1208, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "would", "misc": "", "start_char": 1206, "text": "'d", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1213, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "like", "misc": "", "start_char": 1209, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1216, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1214, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1220, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "get", "misc": "", "start_char": 1217, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1228, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "support", "misc": "", "start_char": 1221, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1231, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 1229, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1242, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "technology", "misc": "", "start_char": 1232, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1247, "feats": null, "head": 10, "id": 9, "lemma": "from", "misc": "", "start_char": 1243, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1253, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "China", "misc": "", "start_char": 1248, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1255, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 1254, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1257, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1256, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NNP China)) (VP (VBZ has) (VP (VBN made) (NP (JJ great) (NN progress)) (PP (IN in) (NP (CC both) (NN science) (CC and) (NN technology))))) (. .)))" }, "speaker": null, "text": "China has made great progress in both science and technology.", "tokens": [ { "deprel": "nsubj", "end_char": 1263, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "China", "misc": "", "start_char": 1258, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1267, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 1264, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1272, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "make", "misc": "", "start_char": 1268, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 1278, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "great", "misc": "", "start_char": 1273, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1287, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "progress", "misc": "", "start_char": 1279, "text": "progress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1290, "feats": null, "head": 8, "id": 6, "lemma": "in", "misc": "", "start_char": 1288, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "cc:preconj", "end_char": 1295, "feats": null, "head": 8, "id": 7, "lemma": "both", "misc": "", "start_char": 1291, "text": "both", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod", "end_char": 1303, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "science", "misc": "", "start_char": 1296, "text": "science", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1307, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1304, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1318, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "technology", "misc": "", "start_char": 1308, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1320, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 1319, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP it)) (VP (VBZ makes) (NP (NP (DT a) (JJ great) (NN contribution)) (PP (IN to) (NP (JJ human)))) (, ,) (ADVP (RB too))) (. .)))" }, "speaker": null, "text": "And it makes a great contribution to human, too.", "tokens": [ { "deprel": "cc", "end_char": 1324, "feats": null, "head": 3, "id": 1, "lemma": "and", "misc": "", "start_char": 1321, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1327, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "it", "misc": "", "start_char": 1325, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1333, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "make", "misc": "", "start_char": 1328, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1335, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1334, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1341, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "great", "misc": "", "start_char": 1336, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1354, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "contribution", "misc": "", "start_char": 1342, "text": "contribution", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1357, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1355, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1363, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "human", "misc": "", "start_char": 1358, "text": "human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1365, "feats": null, "head": 3, "id": 9, "lemma": ",", "misc": "", "start_char": 1364, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1369, "feats": null, "head": 3, "id": 10, "lemma": "too", "misc": "", "start_char": 1366, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1371, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 1370, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT All)) (PP (IN of) (NP (DT these)))) (VP (VBP are) (VP (VBG changing) (NP (NP (DT the) (JJ daily) (NN life)) (PP (IN of) (NP (JJ Chinese) (NNS people)))) (, ,) (PP (ADVP (RB even)) (IN of) (NP (NP (DT the) (NNS people)) (PP (IN around) (NP (DT the) (NN world))))))) (. .)))" }, "speaker": null, "text": "All of these are changing the daily life of Chinese people, even of the people around the world.", "tokens": [ { "deprel": "nsubj", "end_char": 1375, "feats": null, "head": 5, "id": 1, "lemma": "all", "misc": "", "start_char": 1372, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1378, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 1376, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1384, "feats": "Number=Plur|PronType=Dem", "head": 1, "id": 3, "lemma": "this", "misc": "", "start_char": 1379, "text": "these", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 1388, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1385, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1397, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 5, "lemma": "change", "misc": "", "start_char": 1389, "text": "changing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1401, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1398, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1407, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "daily", "misc": "", "start_char": 1402, "text": "daily", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1412, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "life", "misc": "", "start_char": 1408, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1415, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 1413, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1423, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "Chinese", "misc": "", "start_char": 1416, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1430, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "person", "misc": "", "start_char": 1424, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1432, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 1431, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1437, "feats": null, "head": 16, "id": 13, "lemma": "even", "misc": "", "start_char": 1433, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1440, "feats": null, "head": 16, "id": 14, "lemma": "of", "misc": "", "start_char": 1438, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1444, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1441, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1451, "feats": "Number=Plur", "head": 5, "id": 16, "lemma": "person", "misc": "", "start_char": 1445, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1458, "feats": null, "head": 19, "id": 17, "lemma": "around", "misc": "", "start_char": 1452, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1462, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 1459, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1468, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "world", "misc": "", "start_char": 1463, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1470, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 1469, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
China has been famous around the world since ancient times. In the past, we had the Four Great Inventions. Nowadays, more inventions and creations have made China stronger and greater in the world. On May 5th, 2017, at Shanghai Pudong International Airport, China's first large homemade jet airliner, the C919, took off successfully for the first time. It has taken about ten years for the scientists and researchers to make this Chinese dream come true, It's a pride of the whole nation. So far, more than 23 companies have already ordered 570 C919 planes from China. But we still have a long way to go before the C919 carries passengers by 2020. It also faces the challenge of competing with the Airbus A320 and the new Boeing B737. What's more, China is working on the new high-speed trains with the highest speed of 400 km/h. It will be ready by 2020. The new trains are expected to push area cooperation and create new business for China and foreign countries. Many countries, especially the ones in Central Asia, Southeast Asia, the Middle East and Eastern Europe, are planning to build high-speed rail lines or to improve their railways with the help of China. They'd like to get support in technology from China. China has made great progress in both science and technology. And it makes a great contribution to human, too. All of these are changing the daily life of Chinese people, even of the people around the world.
[ [ [ 0, 5, 6 ], [ 2, 13, 14 ], [ 18, 17, 18 ] ], [ [ 0, 8, 9 ] ], [ [ 1, 1, 2 ] ], [ [ 1, 4, 4 ], [ 7, 1, 1 ] ], [ [ 1, 6, 9 ] ], [ [ 2, 0, 0 ] ], [ [ 2, 2, 5 ] ], [ [ 4, 1, 2 ] ], [ [ 4, 4, 4 ] ], [ [ 4, 7, 10 ] ], [ [ 4, 12, 18 ], [ 4, 20, 21 ], [ 4, 12, 21 ], [ 7, 10, 11 ], [ 8, 0, 0 ], [ 5, 19, 19 ] ], [ [ 4, 27, 29 ] ], [ [ 5, 4, 5 ] ], [ [ 5, 7, 10 ] ], [ [ 5, 13, 15 ] ], [ [ 5, 21, 26 ] ], [ [ 6, 3, 6 ] ], [ [ 6, 10, 12 ] ], [ [ 7, 4, 8 ] ], [ [ 7, 13, 13 ] ], [ [ 8, 3, 15 ] ], [ [ 8, 8, 10 ] ], [ [ 8, 12, 15 ] ], [ [ 10, 4, 4 ], [ 12, 14, 14 ], [ 14, 9, 9 ], [ 13, 36, 36 ], [ 0, 0, 0 ], [ 2, 8, 8 ], [ 5, 24, 26 ], [ 4, 12, 13 ], [ 16, 0, 0 ], [ 17, 1, 1 ], [ 6, 14, 14 ] ], [ [ 10, 8, 18 ], [ 11, 0, 0 ], [ 12, 0, 2 ] ], [ [ 10, 13, 18 ] ], [ [ 10, 17, 18 ] ], [ [ 11, 5, 5 ], [ 7, 15, 15 ] ], [ [ 12, 7, 8 ] ], [ [ 12, 11, 12 ] ], [ [ 12, 16, 17 ] ], [ [ 13, 4, 18 ] ], [ [ 13, 7, 8 ] ], [ [ 13, 10, 11 ] ], [ [ 13, 13, 15 ] ], [ [ 13, 17, 18 ] ], [ [ 13, 24, 26 ] ], [ [ 13, 30, 31 ] ], [ [ 13, 33, 36 ] ], [ [ 14, 0, 0 ], [ 13, 30, 30 ], [ 13, 0, 1 ] ], [ [ 14, 7, 7 ] ], [ [ 16, 7, 7 ] ], [ [ 16, 9, 9 ] ], [ [ 17, 3, 7 ] ], [ [ 17, 7, 7 ] ], [ [ 18, 2, 2 ], [ 18, 0, 2 ], [ 16, 3, 9 ] ], [ [ 18, 14, 18 ] ], [ [ 18, 9, 10 ] ], [ [ 8, 6, 15 ] ], [ [ 8, 8, 15 ] ], [ [ 12, 14, 17 ] ], [ [ 13, 7, 18 ] ], [ [ 14, 5, 5 ] ], [ [ 16, 6, 9 ] ], [ [ 18, 5, 10 ] ], [ [ 4, 7, 7 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36175
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD made) (NP (DT a) (NN pledge)) (PP (IN to) (NP (PRP myself))) (PP (IN on) (NP (NP (DT the) (NN way)) (ADVP (RB down) (PP (IN to) (NP (DT the) (NML (NN vacation) (NN beach)) (NN cottage))))))) (. .)))" }, "speaker": null, "text": "I made a pledge to myself on the way down to the vacation beach cottage.", "tokens": [ { "deprel": "nsubj", "end_char": 1, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 0, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 6, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "make", "misc": "", "start_char": 2, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 8, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 7, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 15, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "pledge", "misc": "", "start_char": 9, "text": "pledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 18, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 16, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 25, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes", "head": 4, "id": 6, "lemma": "myself", "misc": "", "start_char": 19, "text": "myself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 9, "id": 7, "lemma": "on", "misc": "", "start_char": 26, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 32, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 29, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "way", "misc": "", "start_char": 33, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 41, "feats": null, "head": 9, "id": 10, "lemma": "down", "misc": "", "start_char": 37, "text": "down", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 44, "feats": null, "head": 15, "id": 11, "lemma": "to", "misc": "", "start_char": 42, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 48, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 12, "lemma": "the", "misc": "", "start_char": 45, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 57, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "vacation", "misc": "", "start_char": 49, "text": "vacation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 63, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "beach", "misc": "", "start_char": 58, "text": "beach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 71, "feats": "Number=Sing", "head": 10, "id": 15, "lemma": "cottage", "misc": "", "start_char": 64, "text": "cottage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 73, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 72, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (CD two) (NNS weeks))) (NP (PRP I)) (VP (MD would) (VP (VB try) (S (VP (TO to) (VP (VB be) (NP (DT a) (JJ loving) (NN husband) (CC and) (NN father))))))) (. .)))" }, "speaker": null, "text": "For two weeks I would try to be a loving husband and father.", "tokens": [ { "deprel": "case", "end_char": 77, "feats": null, "head": 3, "id": 1, "lemma": "for", "misc": "", "start_char": 74, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 81, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 2, "lemma": "two", "misc": "", "start_char": 78, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 87, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "week", "misc": "", "start_char": 82, "text": "weeks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 89, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 4, "lemma": "I", "misc": "", "start_char": 88, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 95, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "would", "misc": "", "start_char": 90, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 99, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "try", "misc": "", "start_char": 96, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 102, "feats": null, "head": 11, "id": 7, "lemma": "to", "misc": "", "start_char": 100, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 105, "feats": "VerbForm=Inf", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 103, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 107, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 106, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 114, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "loving", "misc": "", "start_char": 108, "text": "loving", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 122, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "husband", "misc": "", "start_char": 115, "text": "husband", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 126, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 123, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 133, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "father", "misc": "", "start_char": 127, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 135, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 134, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (FRAG (ADJP (RB Totally) (JJ loving)) (. .)))" }, "speaker": null, "text": "Totally loving.", "tokens": [ { "deprel": "advmod", "end_char": 143, "feats": null, "head": 2, "id": 1, "lemma": "totally", "misc": "", "start_char": 136, "text": "Totally", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 150, "feats": "Degree=Pos", "head": 0, "id": 2, "lemma": "loving", "misc": "", "start_char": 144, "text": "loving", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 152, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 151, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NP (UH No) (NNS ifs) (, ,) (CC ands) (CC or) (NNS buts) (. .)))" }, "speaker": null, "text": "No ifs, ands or buts.", "tokens": [ { "deprel": "discourse", "end_char": 155, "feats": "Polarity=Neg", "head": 2, "id": 1, "lemma": "no", "misc": "", "start_char": 153, "text": "No", "upos": "INTJ", "xpos": "UH" }, { "deprel": "root", "end_char": 159, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "if", "misc": "", "start_char": 156, "text": "ifs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 161, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 160, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 166, "feats": null, "head": 2, "id": 4, "lemma": "and", "misc": "", "start_char": 162, "text": "ands", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cc", "end_char": 169, "feats": null, "head": 6, "id": 5, "lemma": "or", "misc": "", "start_char": 167, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 174, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "but", "misc": "", "start_char": 170, "text": "buts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 176, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 175, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 178, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 177, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN idea)) (VP (VBD had) (VP (VBN come) (PP (IN to) (NP (PRP me))) (SBAR (IN as) (S (NP (PRP I)) (VP (VBD listened) (PP (IN to) (NP (NP (DT a) (NN talk)) (PP (IN on) (NP (PRP$ my) (NN car) (NN radio)))))))))) (. .)))" }, "speaker": null, "text": "The idea had come to me as I listened to a talk on my car radio.", "tokens": [ { "deprel": "det", "end_char": 182, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 179, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 187, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "idea", "misc": "", "start_char": 183, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 191, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 188, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 196, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "come", "misc": "", "start_char": 192, "text": "come", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 199, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 197, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 202, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 6, "lemma": "I", "misc": "", "start_char": 200, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 205, "feats": null, "head": 9, "id": 7, "lemma": "as", "misc": "", "start_char": 203, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 207, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 206, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 216, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "listen", "misc": "", "start_char": 208, "text": "listened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 219, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 217, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 221, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 220, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 226, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "talk", "misc": "", "start_char": 222, "text": "talk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 229, "feats": null, "head": 16, "id": 13, "lemma": "on", "misc": "", "start_char": 227, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 232, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 16, "id": 14, "lemma": "my", "misc": "", "start_char": 230, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 236, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "car", "misc": "", "start_char": 233, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 242, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "radio", "misc": "", "start_char": 237, "text": "radio", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 244, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 243, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN speaker)) (VP (VBD was) (VP (VBG quoting) (NP (NP (DT a) (JJ Biblical) (NN passage)) (PP (IN about) (NP (NP (NNS husbands)) (VP (VBG being) (ADJP (JJ considerate) (PP (IN towards) (NP (PRP$ their) (NNS wives)))))))))) (. .)))" }, "speaker": null, "text": "The speaker was quoting a Biblical passage about husbands being considerate towards their wives.", "tokens": [ { "deprel": "det", "end_char": 248, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 245, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 256, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "speaker", "misc": "", "start_char": 249, "text": "speaker", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 260, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 257, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 268, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "quote", "misc": "", "start_char": 261, "text": "quoting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 270, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 269, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 279, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "Biblical", "misc": "", "start_char": 271, "text": "Biblical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 287, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "passage", "misc": "", "start_char": 280, "text": "passage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 293, "feats": null, "head": 9, "id": 8, "lemma": "about", "misc": "", "start_char": 288, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 302, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "husband", "misc": "", "start_char": 294, "text": "husbands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 308, "feats": "VerbForm=Ger", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 303, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "acl", "end_char": 320, "feats": "Degree=Pos", "head": 9, "id": 11, "lemma": "considerate", "misc": "", "start_char": 309, "text": "considerate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 328, "feats": null, "head": 14, "id": 12, "lemma": "towards", "misc": "", "start_char": 321, "text": "towards", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 334, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "their", "misc": "", "start_char": 329, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 340, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "wife", "misc": "", "start_char": 335, "text": "wives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 342, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 341, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (PRP he)) (VP (VBD went) (PRT (RB on)) (S (VP (TO to) (VP (VB say) (, ,) (`` ``) (S (NP (NNP Love)) (VP (VBZ is) (NP (NP (DT an) (NN act)) (PP (IN of) (NP (NN will)))))))))) (. .)))" }, "speaker": null, "text": "Then he went on to say, \"Love is an act of will.", "tokens": [ { "deprel": "advmod", "end_char": 347, "feats": "PronType=Dem", "head": 3, "id": 1, "lemma": "then", "misc": "", "start_char": 343, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 350, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 348, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 355, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 351, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 358, "feats": null, "head": 3, "id": 4, "lemma": "on", "misc": "", "start_char": 356, "text": "on", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 361, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 359, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 365, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "say", "misc": "", "start_char": 362, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 367, "feats": null, "head": 6, "id": 7, "lemma": ",", "misc": "", "start_char": 366, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 370, "feats": null, "head": 12, "id": 8, "lemma": "``", "misc": "", "start_char": 368, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 375, "feats": "Number=Sing", "head": 12, "id": 9, "lemma": "Love", "misc": "", "start_char": 371, "text": "Love", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 378, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 376, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 381, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 379, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 385, "feats": "Number=Sing", "head": 6, "id": 12, "lemma": "act", "misc": "", "start_char": 382, "text": "act", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 388, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 386, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 393, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "will", "misc": "", "start_char": 389, "text": "will", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 395, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 394, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN person)) (VP (MD can) (VP (VB choose) (S (VP (TO to) (VP (VB love)))))) (. .) ('' '')))" }, "speaker": null, "text": "A person can choose to love.\"", "tokens": [ { "deprel": "det", "end_char": 397, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 396, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 404, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "person", "misc": "", "start_char": 398, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 408, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 405, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 415, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "choose", "misc": "", "start_char": 409, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 418, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 416, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 423, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "love", "misc": "", "start_char": 419, "text": "love", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 425, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 424, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 428, "feats": null, "head": 4, "id": 8, "lemma": "''", "misc": "", "start_char": 426, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN To) (NP (PRP myself))) (, ,) (NP (PRP I)) (VP (VBD had) (S (VP (TO to) (VP (VB admit) (SBAR (IN that) (S (NP (PRP I)) (VP (VBD had) (VP (VBN been) (NP (DT a) (JJ selfish) (NN husband)))))))))) (. .)))" }, "speaker": null, "text": "To myself, I had to admit that I had been a selfish husband.", "tokens": [ { "deprel": "case", "end_char": 431, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 429, "text": "To", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 438, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes", "head": 5, "id": 2, "lemma": "myself", "misc": "", "start_char": 432, "text": "myself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 440, "feats": null, "head": 5, "id": 3, "lemma": ",", "misc": "", "start_char": 439, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 442, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "I", "misc": "", "start_char": 441, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 446, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "have", "misc": "", "start_char": 443, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 449, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 447, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 455, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "admit", "misc": "", "start_char": 450, "text": "admit", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 460, "feats": null, "head": 14, "id": 8, "lemma": "that", "misc": "", "start_char": 456, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 462, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 14, "id": 9, "lemma": "I", "misc": "", "start_char": 461, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 466, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 14, "id": 10, "lemma": "have", "misc": "", "start_char": 463, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "cop", "end_char": 471, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 11, "lemma": "be", "misc": "", "start_char": 467, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "det", "end_char": 473, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 472, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 481, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "selfish", "misc": "", "start_char": 474, "text": "selfish", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 489, "feats": "Number=Sing", "head": 7, "id": 14, "lemma": "husband", "misc": "", "start_char": 482, "text": "husband", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 491, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 490, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (INTJ (UH Well)) (, ,) (PP (IN for) (NP (CD two) (NNS weeks))) (NP (WDT that)) (VP (MD would) (VP (VB change))) (. .)))" }, "speaker": null, "text": "Well, for two weeks that would change.", "tokens": [ { "deprel": "discourse", "end_char": 496, "feats": null, "head": 8, "id": 1, "lemma": "well", "misc": "", "start_char": 492, "text": "Well", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 498, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 497, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 502, "feats": null, "head": 5, "id": 3, "lemma": "for", "misc": "", "start_char": 499, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 506, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "two", "misc": "", "start_char": 503, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 512, "feats": "Number=Plur", "head": 8, "id": 5, "lemma": "week", "misc": "", "start_char": 507, "text": "weeks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 517, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 6, "lemma": "that", "misc": "", "start_char": 513, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 523, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "would", "misc": "", "start_char": 518, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 530, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "change", "misc": "", "start_char": 524, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 532, "feats": null, "head": 8, "id": 9, "lemma": ".", "misc": "", "start_char": 531, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 534, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 533, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP it)) (VP (VBD did)) (. .)))" }, "speaker": null, "text": "And it did.", "tokens": [ { "deprel": "cc", "end_char": 538, "feats": null, "head": 3, "id": 1, "lemma": "and", "misc": "", "start_char": 535, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 541, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "it", "misc": "", "start_char": 539, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 545, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "do", "misc": "", "start_char": 542, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "punct", "end_char": 547, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 546, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Right) (PP (IN from) (NP (DT the) (NN moment)))) (NP (PRP I)) (VP (VP (VBD kissed) (NP (NNP Evelyn)) (PP (IN at) (NP (DT the) (NN door)))) (CC and) (VP (VBD said) (, ,) (`` ``) (S (NP (DT That) (JJ new) (JJ yellow) (NN sweater)) (VP (VBZ looks) (ADJP (JJ great)) (PP (IN on) (NP (PRP you))))))) (. .) ('' '')))" }, "speaker": null, "text": "Right from the moment I kissed Evelyn at the door and said, \"That new yellow sweater looks great on you.\"", "tokens": [ { "deprel": "advmod", "end_char": 553, "feats": null, "head": 4, "id": 1, "lemma": "right", "misc": "", "start_char": 548, "text": "Right", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 558, "feats": null, "head": 4, "id": 2, "lemma": "from", "misc": "", "start_char": 554, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 562, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 559, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 569, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "moment", "misc": "", "start_char": 563, "text": "moment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 571, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 570, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 578, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "kiss", "misc": "", "start_char": 572, "text": "kissed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 585, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Evelyn", "misc": "", "start_char": 579, "text": "Evelyn", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 588, "feats": null, "head": 10, "id": 8, "lemma": "at", "misc": "", "start_char": 586, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 592, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 589, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 597, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "door", "misc": "", "start_char": 593, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 601, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 598, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 606, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 6, "id": 12, "lemma": "say", "misc": "", "start_char": 602, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 608, "feats": null, "head": 12, "id": 13, "lemma": ",", "misc": "", "start_char": 607, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 611, "feats": null, "head": 12, "id": 14, "lemma": "``", "misc": "", "start_char": 609, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 616, "feats": "Number=Sing|PronType=Dem", "head": 18, "id": 15, "lemma": "that", "misc": "", "start_char": 612, "text": "That", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 620, "feats": "Degree=Pos", "head": 18, "id": 16, "lemma": "new", "misc": "", "start_char": 617, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 627, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "yellow", "misc": "", "start_char": 621, "text": "yellow", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 635, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "sweater", "misc": "", "start_char": 628, "text": "sweater", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 641, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 19, "lemma": "look", "misc": "", "start_char": 636, "text": "looks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 647, "feats": "Degree=Pos", "head": 19, "id": 20, "lemma": "great", "misc": "", "start_char": 642, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 650, "feats": null, "head": 22, "id": 21, "lemma": "on", "misc": "", "start_char": 648, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 654, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 19, "id": 22, "lemma": "you", "misc": "", "start_char": 651, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 656, "feats": null, "head": 6, "id": 23, "lemma": ".", "misc": "", "start_char": 655, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 659, "feats": null, "head": 6, "id": 24, "lemma": "''", "misc": "", "start_char": 657, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 661, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 660, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (INTJ (UH Oh)) (, ,) (NP (NNP Tom)) (, ,) (NP (PRP you)) (VP (VBD noticed))) (, ,) ('' '') (NP (PRP she)) (VP (VBD said) (, ,) (ADJP (JJ surprised) (CC and) (JJ pleased)) (, ,) (ADVP (RB maybe)) (NP (DT a) (JJ little) (JJ puzzled))) (. .)))" }, "speaker": null, "text": "\"Oh, Tom, you noticed,\" she said, surprised and pleased, maybe a little puzzled.", "tokens": [ { "deprel": "punct", "end_char": 664, "feats": null, "head": 11, "id": 1, "lemma": "``", "misc": "", "start_char": 662, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "discourse", "end_char": 667, "feats": null, "head": 7, "id": 2, "lemma": "oh", "misc": "", "start_char": 665, "text": "Oh", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 669, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 668, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "vocative", "end_char": 673, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "Tom", "misc": "", "start_char": 670, "text": "Tom", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 675, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 674, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 679, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 7, "id": 6, "lemma": "you", "misc": "", "start_char": 676, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 687, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 11, "id": 7, "lemma": "notice", "misc": "", "start_char": 680, "text": "noticed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 689, "feats": null, "head": 7, "id": 8, "lemma": ",", "misc": "", "start_char": 688, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 692, "feats": null, "head": 11, "id": 9, "lemma": "''", "misc": "", "start_char": 690, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 696, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "she", "misc": "", "start_char": 693, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 701, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "say", "misc": "", "start_char": 697, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 703, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 702, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 713, "feats": "Degree=Pos", "head": 11, "id": 13, "lemma": "surprised", "misc": "", "start_char": 704, "text": "surprised", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 717, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 714, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 725, "feats": "Degree=Pos", "head": 13, "id": 15, "lemma": "pleased", "misc": "", "start_char": 718, "text": "pleased", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 727, "feats": null, "head": 20, "id": 16, "lemma": ",", "misc": "", "start_char": 726, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 733, "feats": null, "head": 20, "id": 17, "lemma": "maybe", "misc": "", "start_char": 728, "text": "maybe", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 735, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 18, "lemma": "a", "misc": "", "start_char": 734, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 742, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "little", "misc": "", "start_char": 736, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "parataxis", "end_char": 750, "feats": "Degree=Pos", "head": 11, "id": 20, "lemma": "puzzled", "misc": "", "start_char": 743, "text": "puzzled", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 752, "feats": null, "head": 11, "id": 21, "lemma": ".", "misc": "", "start_char": 751, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 754, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 753, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (DT the) (JJ long) (NN drive))) (, ,) (NP (PRP I)) (VP (VBD wanted) (S (VP (TO to) (VP (VB sit) (CC and) (VB read))))) (. .)))" }, "speaker": null, "text": "After the long drive, I wanted to sit and read.", "tokens": [ { "deprel": "case", "end_char": 760, "feats": null, "head": 4, "id": 1, "lemma": "after", "misc": "", "start_char": 755, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 764, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 761, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 769, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "long", "misc": "", "start_char": 765, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 775, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "drive", "misc": "", "start_char": 770, "text": "drive", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 777, "feats": null, "head": 7, "id": 5, "lemma": ",", "misc": "", "start_char": 776, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 779, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 778, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 786, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "want", "misc": "", "start_char": 780, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 789, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 787, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 793, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "sit", "misc": "", "start_char": 790, "text": "sit", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 797, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 794, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 802, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "read", "misc": "", "start_char": 798, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 804, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 803, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NNP Evelyn)) (VP (VBD suggested) (NP (NP (DT a) (NN walk)) (PP (IN on) (NP (DT the) (NN beach))))) (. .)))" }, "speaker": null, "text": "Evelyn suggested a walk on the beach.", "tokens": [ { "deprel": "nsubj", "end_char": 811, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Evelyn", "misc": "", "start_char": 805, "text": "Evelyn", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 821, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "suggest", "misc": "", "start_char": 812, "text": "suggested", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 823, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 822, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 828, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "walk", "misc": "", "start_char": 824, "text": "walk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 831, "feats": null, "head": 7, "id": 5, "lemma": "on", "misc": "", "start_char": 829, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 835, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 832, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 841, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "beach", "misc": "", "start_char": 836, "text": "beach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 843, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 842, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBD started) (S (VP (TO to) (VP (VB refuse)))))) (, ,) (CC but) (S (ADVP (RB then)) (NP (PRP I)) (VP (VBD thought) (, ,) (`` ``) (S (S (NP (NNP Evelyn)) (VP (VBZ 's) (VP (VBN been) (ADVP (RB alone)) (ADVP (RB here)) (PP (IN with) (NP (DT the) (NNS kids))) (NP (PDT all) (DT the) (NN week))))) (CC and) (S (ADVP (RB now)) (NP (PRP she)) (VP (VBZ wants) (S (VP (TO to) (VP (VB stay) (PP (IN with) (NP (PRP me))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "I started to refuse, but then I thought, \"Evelyn's been alone here with the kids all the week and now she wants to stay with me.\"", "tokens": [ { "deprel": "nsubj", "end_char": 845, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 844, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 853, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "start", "misc": "", "start_char": 846, "text": "started", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 856, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 854, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 863, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "refuse", "misc": "", "start_char": 857, "text": "refuse", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 865, "feats": null, "head": 9, "id": 5, "lemma": ",", "misc": "", "start_char": 864, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 869, "feats": null, "head": 9, "id": 6, "lemma": "but", "misc": "", "start_char": 866, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 874, "feats": "PronType=Dem", "head": 9, "id": 7, "lemma": "then", "misc": "", "start_char": 870, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 876, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 875, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 884, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "think", "misc": "", "start_char": 877, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 886, "feats": null, "head": 9, "id": 10, "lemma": ",", "misc": "", "start_char": 885, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 889, "feats": null, "head": 15, "id": 11, "lemma": "``", "misc": "", "start_char": 887, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 896, "feats": "Number=Sing", "head": 15, "id": 12, "lemma": "Evelyn", "misc": "", "start_char": 890, "text": "Evelyn", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 899, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 13, "lemma": "be", "misc": "", "start_char": 897, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "cop", "end_char": 904, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 900, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "ccomp", "end_char": 910, "feats": null, "head": 9, "id": 15, "lemma": "alone", "misc": "", "start_char": 905, "text": "alone", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 915, "feats": "PronType=Dem", "head": 15, "id": 16, "lemma": "here", "misc": "", "start_char": 911, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 920, "feats": null, "head": 19, "id": 17, "lemma": "with", "misc": "", "start_char": 916, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 924, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 921, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 929, "feats": "Number=Plur", "head": 15, "id": 19, "lemma": "kid", "misc": "", "start_char": 925, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det:predet", "end_char": 933, "feats": null, "head": 22, "id": 20, "lemma": "all", "misc": "", "start_char": 930, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 937, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 934, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 942, "feats": "Number=Sing", "head": 15, "id": 22, "lemma": "week", "misc": "", "start_char": 938, "text": "week", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 946, "feats": null, "head": 26, "id": 23, "lemma": "and", "misc": "", "start_char": 943, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 950, "feats": null, "head": 26, "id": 24, "lemma": "now", "misc": "", "start_char": 947, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 954, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 26, "id": 25, "lemma": "she", "misc": "", "start_char": 951, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 960, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 26, "lemma": "want", "misc": "", "start_char": 955, "text": "wants", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 963, "feats": null, "head": 28, "id": 27, "lemma": "to", "misc": "", "start_char": 961, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 968, "feats": "VerbForm=Inf", "head": 26, "id": 28, "lemma": "stay", "misc": "", "start_char": 964, "text": "stay", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 973, "feats": null, "head": 30, "id": 29, "lemma": "with", "misc": "", "start_char": 969, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 976, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 28, "id": 30, "lemma": "I", "misc": "", "start_char": 974, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 978, "feats": null, "head": 2, "id": 31, "lemma": ".", "misc": "", "start_char": 977, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 981, "feats": null, "head": 2, "id": 32, "lemma": "''", "misc": "", "start_char": 979, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBD walked) (PP (IN on) (NP (DT the) (NN beach))) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NNS children)) (VP (VBD flew) (NP (PRP$ their) (NNS kites)))))) (. .)))" }, "speaker": null, "text": "We walked on the beach when the children flew their kites.", "tokens": [ { "deprel": "nsubj", "end_char": 984, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 982, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 991, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "walk", "misc": "", "start_char": 985, "text": "walked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 994, "feats": null, "head": 5, "id": 3, "lemma": "on", "misc": "", "start_char": 992, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 998, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 995, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1004, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "beach", "misc": "", "start_char": 999, "text": "beach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1009, "feats": "PronType=Int", "head": 9, "id": 6, "lemma": "when", "misc": "", "start_char": 1005, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1013, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1010, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1022, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "child", "misc": "", "start_char": 1014, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 1027, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "fly", "misc": "", "start_char": 1023, "text": "flew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 1033, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "their", "misc": "", "start_char": 1028, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1039, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "kite", "misc": "", "start_char": 1034, "text": "kites", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1041, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 1040, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1043, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1042, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (RB So) (NP (PRP it)) (VP (VBD went)) (. .)))" }, "speaker": null, "text": "So it went.", "tokens": [ { "deprel": "advmod", "end_char": 1046, "feats": null, "head": 3, "id": 1, "lemma": "so", "misc": "", "start_char": 1044, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1049, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "it", "misc": "", "start_char": 1047, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1054, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 1050, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1056, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 1055, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NP (NP (NP (CD Two) (NNS weeks)) (PP (IN of) (S (RB not) (VP (VBG calling) (NP (NP (DT the) (NML (NNP Wall) (NNP Street)) (NN firm)) (SBAR (WHADVP (WRB where)) (S (NP (PRP I)) (VP (VBP am) (NP (DT a) (NN director)))))))))) (: ;) (NP (NP (DT a) (NN visit)) (PP (IN to) (NP (DT the) (NN shell) (NN museum))) (SBAR (IN though) (S (NP (PRP I)) (ADVP (RB usually)) (VP (VBP hate) (NP (NNS museums)))))) (. .)))" }, "speaker": null, "text": "Two weeks of not calling the Wall Street firm where I am a director; a visit to the shell museum though I usually hate museums.", "tokens": [ { "deprel": "nummod", "end_char": 1060, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "two", "misc": "", "start_char": 1057, "text": "Two", "upos": "NUM", "xpos": "CD" }, { "deprel": "root", "end_char": 1066, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "week", "misc": "", "start_char": 1061, "text": "weeks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1069, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 1067, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1073, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 1070, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "acl", "end_char": 1081, "feats": "VerbForm=Ger", "head": 2, "id": 5, "lemma": "call", "misc": "", "start_char": 1074, "text": "calling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1085, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 6, "lemma": "the", "misc": "", "start_char": 1082, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1090, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Wall", "misc": "", "start_char": 1086, "text": "Wall", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1097, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Street", "misc": "", "start_char": 1091, "text": "Street", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1102, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "firm", "misc": "", "start_char": 1098, "text": "firm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1108, "feats": "PronType=Rel", "head": 14, "id": 10, "lemma": "where", "misc": "", "start_char": 1103, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1110, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 14, "id": 11, "lemma": "I", "misc": "", "start_char": 1109, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1113, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 14, "id": 12, "lemma": "be", "misc": "", "start_char": 1111, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 1115, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1114, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "acl:relcl", "end_char": 1124, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "director", "misc": "", "start_char": 1116, "text": "director", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1126, "feats": null, "head": 17, "id": 15, "lemma": ";", "misc": "", "start_char": 1125, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 1128, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 1127, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "parataxis", "end_char": 1134, "feats": "Number=Sing", "head": 2, "id": 17, "lemma": "visit", "misc": "", "start_char": 1129, "text": "visit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1137, "feats": null, "head": 21, "id": 18, "lemma": "to", "misc": "", "start_char": 1135, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1141, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 1138, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1147, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "shell", "misc": "", "start_char": 1142, "text": "shell", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1154, "feats": "Number=Sing", "head": 17, "id": 21, "lemma": "museum", "misc": "", "start_char": 1148, "text": "museum", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1161, "feats": null, "head": 25, "id": 22, "lemma": "though", "misc": "", "start_char": 1155, "text": "though", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1163, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 25, "id": 23, "lemma": "I", "misc": "", "start_char": 1162, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1171, "feats": null, "head": 25, "id": 24, "lemma": "usually", "misc": "", "start_char": 1164, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1176, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 25, "lemma": "hate", "misc": "", "start_char": 1172, "text": "hate", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1184, "feats": "Number=Plur", "head": 25, "id": 26, "lemma": "museum", "misc": "", "start_char": 1177, "text": "museums", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1186, "feats": null, "head": 2, "id": 27, "lemma": ".", "misc": "", "start_char": 1185, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (S (ADJP (JJ Relaxed) (CC and) (JJ happy))) (, ,) (NP (DT that)) (VP (VBZ 's) (SBAR (WHADVP (WRB how)) (S (NP (DT the) (JJ whole) (NN vacation)) (VP (VBD passed))))) (, ,) (S (NP (PRP I)) (VP (VBD made) (NP (DT a) (JJ new) (NN pledge) (S (VP (TO to) (VP (VB keep) (PRT (IN on)) (S (VP (VBG remembering) (S (VP (TO to) (VP (VB choose) (NP (NN love))))))))))))) (. .)))" }, "speaker": null, "text": "Relaxed and happy, that's how the whole vacation passed, I made a new pledge to keep on remembering to choose love.", "tokens": [ { "deprel": "advcl", "end_char": 1194, "feats": "Degree=Pos", "head": 14, "id": 1, "lemma": "relaxed", "misc": "", "start_char": 1187, "text": "Relaxed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1198, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 1195, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1204, "feats": "Degree=Pos", "head": 1, "id": 3, "lemma": "happy", "misc": "", "start_char": 1199, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1206, "feats": null, "head": 1, "id": 4, "lemma": ",", "misc": "", "start_char": 1205, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1211, "feats": "Number=Sing|PronType=Dem", "head": 7, "id": 5, "lemma": "that", "misc": "", "start_char": 1207, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1214, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1212, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "parataxis", "end_char": 1218, "feats": "PronType=Int", "head": 1, "id": 7, "lemma": "how", "misc": "", "start_char": 1215, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1222, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 1219, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1228, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "whole", "misc": "", "start_char": 1223, "text": "whole", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1237, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "vacation", "misc": "", "start_char": 1229, "text": "vacation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl:relcl", "end_char": 1244, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 11, "lemma": "pass", "misc": "", "start_char": 1238, "text": "passed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1246, "feats": null, "head": 1, "id": 12, "lemma": ",", "misc": "", "start_char": 1245, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1248, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 14, "id": 13, "lemma": "I", "misc": "", "start_char": 1247, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1253, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 14, "lemma": "make", "misc": "", "start_char": 1249, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1255, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 1254, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1259, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "new", "misc": "", "start_char": 1256, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1266, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "pledge", "misc": "", "start_char": 1260, "text": "pledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1269, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 1267, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1274, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "keep", "misc": "", "start_char": 1270, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1277, "feats": null, "head": 21, "id": 20, "lemma": "on", "misc": "", "start_char": 1275, "text": "on", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1289, "feats": "VerbForm=Ger", "head": 19, "id": 21, "lemma": "remember", "misc": "", "start_char": 1278, "text": "remembering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1292, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 1290, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1299, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "choose", "misc": "", "start_char": 1293, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1304, "feats": "Number=Sing", "head": 23, "id": 24, "lemma": "love", "misc": "", "start_char": 1300, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1306, "feats": null, "head": 1, "id": 25, "lemma": ".", "misc": "", "start_char": 1305, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBD was))))" }, "speaker": null, "text": "There was", "tokens": [ { "deprel": "expl", "end_char": 1312, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 1307, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1316, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 1313, "text": "was", "upos": "VERB", "xpos": "VBD" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1318, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1317, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (DT that)) (VP (VBD went) (ADJP (JJ wrong) (PP (IN with) (NP (PRP$ my) (NN experiment)))) (, ,) (ADVP (RB however))) (. .)))" }, "speaker": null, "text": "that went wrong with my experiment, however.", "tokens": [ { "deprel": "nsubj", "end_char": 1323, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "that", "misc": "", "start_char": 1319, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "root", "end_char": 1328, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "go", "misc": "", "start_char": 1324, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1334, "feats": "Degree=Pos", "head": 2, "id": 3, "lemma": "wrong", "misc": "", "start_char": 1329, "text": "wrong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1339, "feats": null, "head": 6, "id": 4, "lemma": "with", "misc": "", "start_char": 1335, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1342, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "my", "misc": "", "start_char": 1340, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1353, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "experiment", "misc": "", "start_char": 1343, "text": "experiment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1355, "feats": null, "head": 2, "id": 7, "lemma": ",", "misc": "", "start_char": 1354, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1363, "feats": null, "head": 2, "id": 8, "lemma": "however", "misc": "", "start_char": 1356, "text": "however", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1365, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 1364, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (NNP Evelyn) (CC and) (PRP I)) (ADVP (RB still)) (VP (VBP laugh) (PP (IN about) (NP (PRP it))) (NP (NN today))) (. .)))" }, "speaker": null, "text": "Evelyn and I still laugh about it today.", "tokens": [ { "deprel": "nsubj", "end_char": 1372, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Evelyn", "misc": "", "start_char": 1366, "text": "Evelyn", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1376, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 1373, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1378, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 1, "id": 3, "lemma": "I", "misc": "", "start_char": 1377, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1384, "feats": null, "head": 5, "id": 4, "lemma": "still", "misc": "", "start_char": 1379, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1390, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "laugh", "misc": "", "start_char": 1385, "text": "laugh", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1396, "feats": null, "head": 7, "id": 6, "lemma": "about", "misc": "", "start_char": 1391, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1399, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 7, "lemma": "it", "misc": "", "start_char": 1397, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obl:tmod", "end_char": 1405, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "today", "misc": "", "start_char": 1400, "text": "today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1407, "feats": null, "head": 5, "id": 9, "lemma": ".", "misc": "", "start_char": 1406, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (NP (JJ Last) (NN night)) (PP (IN at) (NP (PRP$ our) (NN cottage))) (, ,) (S (VP (VBG preparing) (PP (IN for) (NP (NN bed))))) (, ,) (NP (NNP Evelyn)) (VP (VBD stared) (PP (IN at) (NP (PRP me))) (PP (IN with) (NP (DT the) (JJS saddest) (NN expression)))) (. .)))" }, "speaker": null, "text": "Last night at our cottage, preparing for bed, Evelyn stared at me with the saddest expression.", "tokens": [ { "deprel": "amod", "end_char": 1412, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "last", "misc": "", "start_char": 1408, "text": "Last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 1418, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "night", "misc": "", "start_char": 1413, "text": "night", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1421, "feats": null, "head": 5, "id": 3, "lemma": "at", "misc": "", "start_char": 1419, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1425, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "our", "misc": "", "start_char": 1422, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1433, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "cottage", "misc": "", "start_char": 1426, "text": "cottage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1435, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 1434, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1445, "feats": "VerbForm=Ger", "head": 12, "id": 7, "lemma": "prepare", "misc": "", "start_char": 1436, "text": "preparing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1449, "feats": null, "head": 9, "id": 8, "lemma": "for", "misc": "", "start_char": 1446, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1453, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "bed", "misc": "", "start_char": 1450, "text": "bed", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1455, "feats": null, "head": 2, "id": 10, "lemma": ",", "misc": "", "start_char": 1454, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1462, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Evelyn", "misc": "", "start_char": 1456, "text": "Evelyn", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1469, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "stare", "misc": "", "start_char": 1463, "text": "stared", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1472, "feats": null, "head": 14, "id": 13, "lemma": "at", "misc": "", "start_char": 1470, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1475, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 14, "lemma": "I", "misc": "", "start_char": 1473, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1480, "feats": null, "head": 18, "id": 15, "lemma": "with", "misc": "", "start_char": 1476, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1484, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 1481, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1492, "feats": "Degree=Sup", "head": 18, "id": 17, "lemma": "sadd", "misc": "", "start_char": 1485, "text": "saddest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 1503, "feats": "Number=Sing", "head": 12, "id": 18, "lemma": "expression", "misc": "", "start_char": 1493, "text": "expression", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1505, "feats": null, "head": 12, "id": 19, "lemma": ".", "misc": "", "start_char": 1504, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1507, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1506, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (SBARQ (`` ``) (WHNP (WP What)) (SQ (VP (VBZ 's) (NP (DT the) (NN matter)))) (. ?) ('' '')))" }, "speaker": null, "text": "\"What's the matter?\"", "tokens": [ { "deprel": "punct", "end_char": 1510, "feats": null, "head": 2, "id": 1, "lemma": "``", "misc": "", "start_char": 1508, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "root", "end_char": 1515, "feats": "PronType=Int", "head": 0, "id": 2, "lemma": "what", "misc": "", "start_char": 1511, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 1518, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 3, "lemma": "be", "misc": "", "start_char": 1516, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1522, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1519, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1529, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "matter", "misc": "", "start_char": 1523, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1531, "feats": null, "head": 2, "id": 6, "lemma": "?", "misc": "", "start_char": 1530, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1534, "feats": null, "head": 2, "id": 7, "lemma": "''", "misc": "", "start_char": 1532, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD asked) (NP (PRP her))) (. .)))" }, "speaker": null, "text": "I asked her.", "tokens": [ { "deprel": "nsubj", "end_char": 1536, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1535, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1542, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "ask", "misc": "", "start_char": 1537, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1546, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "her", "misc": "", "start_char": 1543, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1548, "feats": null, "head": 2, "id": 4, "lemma": ".", "misc": "", "start_char": 1547, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1550, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1549, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NNP Tom)) (, ,) ('' '') (NP (PRP she)) (VP (VBD said) (PP (IN in) (NP (NP (NP (DT a) (NN voice)) (VP (VBN filled) (PP (IN with) (NP (NN sorrow))))) (, ,) (`` ``) (SQ (VBP do) (NP (PRP you)) (VP (VB know) (NP (NP (NN anything)) (SBAR (S (NP (PRP I)) (VP (VBP do) (RB n't))))))) (. ?)))) ('' '')))" }, "speaker": null, "text": "\"Tom,\" she said in a voice filled with sorrow, \"do you know anything I don't?\"", "tokens": [ { "deprel": "punct", "end_char": 1553, "feats": null, "head": 2, "id": 1, "lemma": "``", "misc": "", "start_char": 1551, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "vocative", "end_char": 1557, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "Tom", "misc": "", "start_char": 1554, "text": "Tom", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1559, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 1558, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1562, "feats": null, "head": 6, "id": 4, "lemma": "''", "misc": "", "start_char": 1560, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1566, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "she", "misc": "", "start_char": 1563, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1571, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "say", "misc": "", "start_char": 1567, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1574, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 1572, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1576, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1575, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1582, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "voice", "misc": "", "start_char": 1577, "text": "voice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1589, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 10, "lemma": "fill", "misc": "", "start_char": 1583, "text": "filled", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1594, "feats": null, "head": 12, "id": 11, "lemma": "with", "misc": "", "start_char": 1590, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1601, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "sorrow", "misc": "", "start_char": 1595, "text": "sorrow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1603, "feats": null, "head": 6, "id": 13, "lemma": ",", "misc": "", "start_char": 1602, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1606, "feats": null, "head": 6, "id": 14, "lemma": "``", "misc": "", "start_char": 1604, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "aux", "end_char": 1609, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 17, "id": 15, "lemma": "do", "misc": "", "start_char": 1607, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1613, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 17, "id": 16, "lemma": "you", "misc": "", "start_char": 1610, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1618, "feats": "VerbForm=Inf", "head": 6, "id": 17, "lemma": "know", "misc": "", "start_char": 1614, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1627, "feats": "Number=Sing|PronType=Ind", "head": 17, "id": 18, "lemma": "anything", "misc": "", "start_char": 1619, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1629, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 20, "id": 19, "lemma": "I", "misc": "", "start_char": 1628, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1632, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 18, "id": 20, "lemma": "do", "misc": "", "start_char": 1630, "text": "do", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1636, "feats": null, "head": 20, "id": 21, "lemma": "not", "misc": "", "start_char": 1633, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "punct", "end_char": 1638, "feats": null, "head": 6, "id": 22, "lemma": "?", "misc": "", "start_char": 1637, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1641, "feats": null, "head": 6, "id": 23, "lemma": "''", "misc": "", "start_char": 1639, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1643, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1642, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (SBARQ (`` ``) (WHNP (WP What)) (SQ (VBP do) (NP (PRP you)) (VP (VB mean))) (. ?) ('' '')))" }, "speaker": null, "text": "\"What do you mean?\"", "tokens": [ { "deprel": "punct", "end_char": 1646, "feats": null, "head": 5, "id": 1, "lemma": "``", "misc": "", "start_char": 1644, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 1651, "feats": "PronType=Int", "head": 5, "id": 2, "lemma": "what", "misc": "", "start_char": 1647, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1654, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 1652, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1658, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 4, "lemma": "you", "misc": "", "start_char": 1655, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1663, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "mean", "misc": "", "start_char": 1659, "text": "mean", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1665, "feats": null, "head": 5, "id": 6, "lemma": "?", "misc": "", "start_char": 1664, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1668, "feats": null, "head": 5, "id": 7, "lemma": "''", "misc": "", "start_char": 1666, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 38, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1670, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1669, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 39, "misc": { "parse_tree": "(ROOT (S (`` ``) (INTJ (UH Well)) (, ...) (NP (NP (DT that) (NN checkup)) (SBAR (S (NP (PRP I)) (VP (VBD had) (ADVP (NP (JJ several) (NNS weeks)) (RB ago)))))) (, ...) (NP (PRP$ our) (NN doctor)) (, ...) (SQ (VBD Did) (NP (PRP he)) (VP (VB tell) (NP (PRP you)) (NP (NP (NN anything)) (PP (IN about) (NP (PRP me)))))) (. ?)))" }, "speaker": null, "text": "\"Well...that checkup I had several weeks ago...our doctor...Did he tell you anything about me?", "tokens": [ { "deprel": "punct", "end_char": 1673, "feats": null, "head": 17, "id": 1, "lemma": "``", "misc": "", "start_char": 1671, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "discourse", "end_char": 1678, "feats": null, "head": 17, "id": 2, "lemma": "well", "misc": "", "start_char": 1674, "text": "Well", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 1682, "feats": null, "head": 17, "id": 3, "lemma": "...", "misc": "", "start_char": 1679, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1687, "feats": "Number=Sing|PronType=Dem", "head": 5, "id": 4, "lemma": "that", "misc": "", "start_char": 1683, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "dislocated", "end_char": 1695, "feats": "Number=Sing", "head": 17, "id": 5, "lemma": "checkup", "misc": "", "start_char": 1688, "text": "checkup", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1697, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 1696, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1701, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 7, "lemma": "have", "misc": "", "start_char": 1698, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 1709, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "several", "misc": "", "start_char": 1702, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 1715, "feats": "Number=Plur", "head": 10, "id": 9, "lemma": "week", "misc": "", "start_char": 1710, "text": "weeks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1719, "feats": null, "head": 7, "id": 10, "lemma": "ago", "misc": "", "start_char": 1716, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1723, "feats": null, "head": 5, "id": 11, "lemma": "...", "misc": "", "start_char": 1720, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1727, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "our", "misc": "", "start_char": 1724, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "appos", "end_char": 1734, "feats": "Number=Sing", "head": 5, "id": 13, "lemma": "doctor", "misc": "", "start_char": 1728, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1738, "feats": null, "head": 17, "id": 14, "lemma": "...", "misc": "", "start_char": 1735, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1742, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 15, "lemma": "do", "misc": "", "start_char": 1739, "text": "Did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1745, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "he", "misc": "", "start_char": 1743, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1750, "feats": "VerbForm=Inf", "head": 0, "id": 17, "lemma": "tell", "misc": "", "start_char": 1746, "text": "tell", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 1754, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 17, "id": 18, "lemma": "you", "misc": "", "start_char": 1751, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 1763, "feats": "Number=Sing|PronType=Ind", "head": 17, "id": 19, "lemma": "anything", "misc": "", "start_char": 1755, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 1769, "feats": null, "head": 21, "id": 20, "lemma": "about", "misc": "", "start_char": 1764, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1772, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 19, "id": 21, "lemma": "I", "misc": "", "start_char": 1770, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1774, "feats": null, "head": 17, "id": 22, "lemma": "?", "misc": "", "start_char": 1773, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 40, "misc": { "parse_tree": "(ROOT (S (NP (NNP Tom)) (, ,) (NP (PRP you)) (VP (VBP 've) (VP (VP (VBN been) (ADJP (RB so) (JJ good) (PP (IN to) (NP (PRP me))))) (, ...) (SQ (VBP Am) (NP (PRP I)) (VP (VBG dying))))) (. ?) ('' '')))" }, "speaker": null, "text": "Tom, you've been so good to me...Am I dying?\"", "tokens": [ { "deprel": "vocative", "end_char": 1778, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Tom", "misc": "", "start_char": 1775, "text": "Tom", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1780, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 1779, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1784, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 7, "id": 3, "lemma": "you", "misc": "", "start_char": 1781, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1788, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 7, "id": 4, "lemma": "have", "misc": "", "start_char": 1785, "text": "'ve", "upos": "AUX", "xpos": "VBP" }, { "deprel": "cop", "end_char": 1793, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 1789, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1796, "feats": null, "head": 7, "id": 6, "lemma": "so", "misc": "", "start_char": 1794, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1801, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "good", "misc": "", "start_char": 1797, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1804, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1802, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1807, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 9, "lemma": "I", "misc": "", "start_char": 1805, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1811, "feats": null, "head": 7, "id": 10, "lemma": "...", "misc": "", "start_char": 1808, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1814, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 1812, "text": "Am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1816, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "I", "misc": "", "start_char": 1815, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 1822, "feats": "Tense=Pres|VerbForm=Part", "head": 7, "id": 13, "lemma": "die", "misc": "", "start_char": 1817, "text": "dying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1824, "feats": null, "head": 7, "id": 14, "lemma": "?", "misc": "", "start_char": 1823, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1827, "feats": null, "head": 7, "id": 15, "lemma": "''", "misc": "", "start_char": 1825, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 41, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1829, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1828, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 42, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBD took) (NP (DT a) (NN moment)) (SBAR (IN for) (S (NP (NP (PRP it))) (ADVP (DT all)) (S (VP (TO to) (VP (VB sink) (PRT (RP in)))))))) (. .)))" }, "speaker": null, "text": "It took a moment for it all to sink in.", "tokens": [ { "deprel": "expl", "end_char": 1832, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 1830, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1837, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "take", "misc": "", "start_char": 1833, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1839, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 1838, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1846, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "moment", "misc": "", "start_char": 1840, "text": "moment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1850, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 1847, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1853, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 6, "lemma": "it", "misc": "", "start_char": 1851, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 1857, "feats": null, "head": 6, "id": 7, "lemma": "all", "misc": "", "start_char": 1854, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "mark", "end_char": 1860, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1858, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1865, "feats": "VerbForm=Inf", "head": 2, "id": 9, "lemma": "sink", "misc": "", "start_char": 1861, "text": "sink", "upos": "VERB", "xpos": "VB" }, { "deprel": "obl", "end_char": 1868, "feats": null, "head": 9, "id": 10, "lemma": "in", "misc": "", "start_char": 1866, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1870, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 1869, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 43, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (PRP I)) (VP (VBD burst) (PRT (RP out)) (VP (VBG laughing))) (. .)))" }, "speaker": null, "text": "Then I burst out laughing.", "tokens": [ { "deprel": "advmod", "end_char": 1875, "feats": "PronType=Dem", "head": 3, "id": 1, "lemma": "then", "misc": "", "start_char": 1871, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1877, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 1876, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1883, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "burst", "misc": "", "start_char": 1878, "text": "burst", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1887, "feats": null, "head": 3, "id": 4, "lemma": "out", "misc": "", "start_char": 1884, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "xcomp", "end_char": 1896, "feats": "VerbForm=Ger", "head": 3, "id": 5, "lemma": "laugh", "misc": "", "start_char": 1888, "text": "laughing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1898, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 1897, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 44, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1900, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1899, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 45, "misc": { "parse_tree": "(ROOT (S (`` ``) (INTJ (UH No) (, ,) (NN honey)) (, ,) ('' '') (NP (PRP I)) (VP (VBD said) (, ,) (S (VP (VBG wrapping) (NP (PRP her)) (PP (IN in) (NP (PRP$ my) (NNS arms)))))) (. .)))" }, "speaker": null, "text": "\"No, honey,\" I said, wrapping her in my arms.", "tokens": [ { "deprel": "punct", "end_char": 1903, "feats": null, "head": 8, "id": 1, "lemma": "``", "misc": "", "start_char": 1901, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "discourse", "end_char": 1906, "feats": "Polarity=Neg", "head": 4, "id": 2, "lemma": "no", "misc": "", "start_char": 1904, "text": "No", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 1908, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 1907, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "ccomp", "end_char": 1914, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "honey", "misc": "", "start_char": 1909, "text": "honey", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1916, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 1915, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1919, "feats": null, "head": 8, "id": 6, "lemma": "''", "misc": "", "start_char": 1917, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1921, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 7, "lemma": "I", "misc": "", "start_char": 1920, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1926, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "say", "misc": "", "start_char": 1922, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1928, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 1927, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1937, "feats": "VerbForm=Ger", "head": 8, "id": 10, "lemma": "wrap", "misc": "", "start_char": 1929, "text": "wrapping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1941, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "her", "misc": "", "start_char": 1938, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1944, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 1942, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1947, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "my", "misc": "", "start_char": 1945, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1952, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "arm", "misc": "", "start_char": 1948, "text": "arms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1954, "feats": null, "head": 8, "id": 15, "lemma": ".", "misc": "", "start_char": 1953, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 46, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP You)) (VP (VBP 're) (RB not) (VP (VBG dying))) (: ;)))" }, "speaker": null, "text": "\"You're not dying;", "tokens": [ { "deprel": "punct", "end_char": 1957, "feats": null, "head": 5, "id": 1, "lemma": "``", "misc": "", "start_char": 1955, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1961, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 2, "lemma": "you", "misc": "", "start_char": 1958, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1965, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1962, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1969, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 1966, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1975, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 5, "lemma": "die", "misc": "", "start_char": 1970, "text": "dying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1977, "feats": null, "head": 5, "id": 6, "lemma": ";", "misc": "", "start_char": 1976, "text": ";", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 47, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1979, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1978, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 48, "misc": { "parse_tree": "(ROOT (FRAG (. .) ('' '')))" }, "speaker": null, "text": ".\"", "tokens": [ { "deprel": "root", "end_char": 1981, "feats": null, "head": 0, "id": 1, "lemma": ".", "misc": "", "start_char": 1980, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1984, "feats": null, "head": 1, "id": 2, "lemma": "''", "misc": "", "start_char": 1982, "text": "''", "upos": "PUNCT", "xpos": "''" } ] } ]
I made a pledge to myself on the way down to the vacation beach cottage. For two weeks I would try to be a loving husband and father. Totally loving. No ifs, ands or buts. The idea had come to me as I listened to a talk on my car radio. The speaker was quoting a Biblical passage about husbands being considerate towards their wives. Then he went on to say, "Love is an act of will. A person can choose to love." To myself, I had to admit that I had been a selfish husband. Well, for two weeks that would change. And it did. Right from the moment I kissed Evelyn at the door and said, "That new yellow sweater looks great on you." "Oh, Tom, you noticed," she said, surprised and pleased, maybe a little puzzled. After the long drive, I wanted to sit and read. Evelyn suggested a walk on the beach. I started to refuse, but then I thought, "Evelyn's been alone here with the kids all the week and now she wants to stay with me." We walked on the beach when the children flew their kites. So it went. Two weeks of not calling the Wall Street firm where I am a director; a visit to the shell museum though I usually hate museums. Relaxed and happy, that's how the whole vacation passed, I made a new pledge to keep on remembering to choose love. There was that went wrong with my experiment, however. Evelyn and I still laugh about it today. Last night at our cottage, preparing for bed, Evelyn stared at me with the saddest expression. "What's the matter?" I asked her. "Tom," she said in a voice filled with sorrow, "do you know anything I don't?" "What do you mean?" "Well...that checkup I had several weeks ago...our doctor...Did he tell you anything about me? Tom, you've been so good to me...Am I dying?" It took a moment for it all to sink in. Then I burst out laughing. "No, honey," I said, wrapping her in my arms. "You're not dying; ."
[ [ [ 0, 2, 3 ] ], [ [ 0, 7, 14 ] ], [ [ 0, 11, 14 ] ], [ [ 0, 12, 12 ], [ 24, 7, 9 ] ], [ [ 0, 13, 13 ] ], [ [ 1, 1, 2 ] ], [ [ 5, 0, 1 ] ], [ [ 5, 5, 5 ], [ 5, 13, 13 ], [ 0, 0, 0 ], [ 1, 3, 3 ], [ 0, 5, 5 ], [ 1, 8, 12 ], [ 5, 7, 7 ], [ 9, 3, 3 ], [ 9, 8, 8 ], [ 9, 11, 13 ], [ 13, 4, 4 ], [ 15, 3, 3 ], [ 15, 5, 5 ], [ 17, 5, 5 ], [ 19, 0, 0 ], [ 19, 7, 7 ], [ 19, 29, 29 ], [ 23, 10, 10 ], [ 23, 12, 13 ], [ 23, 22, 22 ], [ 24, 12, 12 ], [ 27, 4, 4 ], [ 28, 2, 2 ], [ 29, 13, 13 ], [ 32, 0, 0 ], [ 34, 15, 15 ], [ 34, 1, 1 ], [ 38, 17, 17 ], [ 39, 0, 0 ], [ 39, 2, 2 ], [ 42, 1, 1 ], [ 44, 6, 6 ], [ 44, 12, 12 ], [ 9, 1, 1 ] ], [ [ 5, 13, 15 ] ], [ [ 3, 1, 1 ] ], [ [ 3, 5, 5 ] ], [ [ 6, 0, 1 ], [ 7, 1, 1 ] ], [ [ 6, 12, 12 ] ], [ [ 6, 12, 13 ] ], [ [ 6, 4, 13 ] ], [ [ 7, 10, 13 ], [ 7, 8, 8 ] ], [ [ 7, 13, 13 ] ], [ [ 8, 0, 1 ] ], [ [ 10, 3, 4 ] ], [ [ 12, 1, 1 ] ], [ [ 13, 8, 9 ] ], [ [ 13, 14, 17 ] ], [ [ 17, 1, 3 ] ], [ [ 18, 0, 0 ], [ 13, 6, 6 ], [ 13, 21, 21 ], [ 15, 9, 9 ], [ 19, 24, 24 ], [ 28, 0, 0 ], [ 29, 10, 10 ], [ 32, 2, 2 ], [ 34, 4, 4 ], [ 36, 3, 3 ], [ 38, 5, 5 ], [ 38, 20, 20 ], [ 39, 8, 8 ], [ 39, 11, 11 ], [ 44, 3, 3 ], [ 44, 10, 10 ], [ 45, 1, 1 ], [ 19, 11, 11 ], [ 34, 18, 18 ] ], [ [ 18, 2, 6 ] ], [ [ 18, 5, 6 ], [ 20, 3, 4 ] ], [ [ 20, 9, 10 ] ], [ [ 19, 17, 18 ], [ 20, 6, 7 ], [ 20, 9, 9 ] ], [ [ 19, 20, 21 ] ], [ [ 23, 15, 20 ] ], [ [ 23, 18, 20 ] ], [ [ 23, 19, 19 ] ], [ [ 23, 25, 25 ] ], [ [ 24, 14, 16 ] ], [ [ 24, 23, 23 ] ], [ [ 27, 4, 5 ] ], [ [ 28, 7, 7 ] ], [ [ 29, 3, 4 ] ], [ [ 29, 8, 8 ] ], [ [ 29, 15, 17 ] ], [ [ 31, 3, 4 ] ], [ [ 34, 7, 11 ] ], [ [ 34, 11, 11 ] ], [ [ 34, 17, 20 ] ], [ [ 38, 3, 9 ] ], [ [ 38, 11, 12 ], [ 38, 15, 15 ] ], [ [ 38, 18, 20 ] ], [ [ 44, 12, 13 ] ], [ [ 5, 10, 15 ] ], [ [ 5, 14, 14 ] ], [ [ 6, 8, 13 ] ], [ [ 7, 0, 0 ] ], [ [ 10, 5, 5 ] ], [ [ 13, 2, 6 ] ], [ [ 23, 0, 25 ] ], [ [ 23, 3, 25 ] ], [ [ 23, 5, 25 ] ], [ [ 29, 0, 1 ] ], [ [ 38, 7, 9 ] ], [ [ 38, 7, 8 ] ], [ [ 41, 2, 3 ] ], [ [ 41, 5, 5 ], [ 41, 5, 6 ] ], [ [ 42, 4, 4 ] ], [ [ 20, 0, 0 ] ], [ [ 42, 0, 0 ] ], [ [ 19, 6, 6 ] ], [ [ 19, 23, 23 ] ], [ [ 28, 0, 2 ], [ 38, 11, 11 ], [ 29, 3, 3 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36176
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Disney) (NNP World)) (VP (VBD was) (VP (VBN built) (PP (IN with) (NP (NNS children))) (PP (IN in) (NP (NN mind))))) (. .)))" }, "speaker": null, "text": "Disney World was built with children in mind.", "tokens": [ { "deprel": "compound", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Disney", "misc": "", "start_char": 0, "text": "Disney", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj:pass", "end_char": 12, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "World", "misc": "", "start_char": 7, "text": "World", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 16, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 13, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 22, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "build", "misc": "", "start_char": 17, "text": "built", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 27, "feats": null, "head": 6, "id": 5, "lemma": "with", "misc": "", "start_char": 23, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "child", "misc": "", "start_char": 28, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 39, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 37, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 44, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "mind", "misc": "", "start_char": 40, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 46, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 45, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (ADVP (RB However)) (, ,) (PP (IN without) (NP (JJ proper) (NN planning))) (, ,) (NP (NP (PRP$ your) (NN dream) (NN visit)) (PP (IN to) (NP (NNP Disney) (NNP World)))) (VP (MD could) (VP (VB become) (NP (DT an) (JJ endless) (NN problem)))) (. .)))" }, "speaker": null, "text": "However, without proper planning, your dream visit to Disney World could become an endless problem.", "tokens": [ { "deprel": "advmod", "end_char": 54, "feats": null, "head": 14, "id": 1, "lemma": "however", "misc": "", "start_char": 47, "text": "However", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 14, "id": 2, "lemma": ",", "misc": "", "start_char": 55, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 64, "feats": null, "head": 5, "id": 3, "lemma": "without", "misc": "", "start_char": 57, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 71, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "proper", "misc": "", "start_char": 65, "text": "proper", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 80, "feats": "Number=Sing", "head": 14, "id": 5, "lemma": "planning", "misc": "", "start_char": 72, "text": "planning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 82, "feats": null, "head": 14, "id": 6, "lemma": ",", "misc": "", "start_char": 81, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 87, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 9, "id": 7, "lemma": "your", "misc": "", "start_char": 83, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 93, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "dream", "misc": "", "start_char": 88, "text": "dream", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 99, "feats": "Number=Sing", "head": 14, "id": 9, "lemma": "visit", "misc": "", "start_char": 94, "text": "visit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 102, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 100, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 109, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Disney", "misc": "", "start_char": 103, "text": "Disney", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 115, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "World", "misc": "", "start_char": 110, "text": "World", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 121, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "could", "misc": "", "start_char": 116, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 128, "feats": "VerbForm=Inf", "head": 0, "id": 14, "lemma": "become", "misc": "", "start_char": 122, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 131, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 129, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 139, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "endless", "misc": "", "start_char": 132, "text": "endless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 147, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "problem", "misc": "", "start_char": 140, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 149, "feats": null, "head": 14, "id": 18, "lemma": ".", "misc": "", "start_char": 148, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (JJ few) (NNS tips)) (VP (MD can) (VP (VB help) (S (NP (DT both) (NP (PRP you)) (CC and) (NP (PRP$ your) (NNS children))) (VP (VB enjoy) (NP (DT the) (NN visit)))))) (. .)))" }, "speaker": null, "text": "A few tips can help both you and your children enjoy the visit.", "tokens": [ { "deprel": "det", "end_char": 151, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 150, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 155, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "few", "misc": "", "start_char": 152, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 160, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "tip", "misc": "", "start_char": 156, "text": "tips", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 164, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "can", "misc": "", "start_char": 161, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 169, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "help", "misc": "", "start_char": 165, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc:preconj", "end_char": 174, "feats": "PronType=Art", "head": 7, "id": 6, "lemma": "both", "misc": "", "start_char": 170, "text": "both", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 178, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 11, "id": 7, "lemma": "you", "misc": "", "start_char": 175, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 182, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 179, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 187, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "your", "misc": "", "start_char": 183, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 196, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "child", "misc": "", "start_char": 188, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 202, "feats": "VerbForm=Inf", "head": 5, "id": 11, "lemma": "enjoy", "misc": "", "start_char": 197, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 206, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 203, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 212, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "visit", "misc": "", "start_char": 207, "text": "visit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 214, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 213, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 216, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 215, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Disney) (NNP World)) (VP (VBZ needs) (NP (NP (DT a) (JJ great) (NN deal)) (PP (IN of) (NP (NN walking)))))) (, ,) (CC and) (S (SBAR (IN unless) (S (NP (PRP you)) (VP (VBP arrive) (PP (IN during) (NP (DT the) (NN off-season)))))) (, ,) (NP (DT the) (NNS lines)) (VP (VBP are) (ADVP (RB often)) (ADJP (RB quite) (JJ long)))) (. .)))" }, "speaker": null, "text": "Disney World needs a great deal of walking, and unless you arrive during the off-season, the lines are often quite long.", "tokens": [ { "deprel": "compound", "end_char": 223, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Disney", "misc": "", "start_char": 217, "text": "Disney", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 229, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "World", "misc": "", "start_char": 224, "text": "World", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 235, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "need", "misc": "", "start_char": 230, "text": "needs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 237, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 236, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 243, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "great", "misc": "", "start_char": 238, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 248, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "deal", "misc": "", "start_char": 244, "text": "deal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 251, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 249, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 259, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "walking", "misc": "", "start_char": 252, "text": "walking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 261, "feats": null, "head": 23, "id": 9, "lemma": ",", "misc": "", "start_char": 260, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 265, "feats": null, "head": 23, "id": 10, "lemma": "and", "misc": "", "start_char": 262, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 272, "feats": null, "head": 13, "id": 11, "lemma": "unless", "misc": "", "start_char": 266, "text": "unless", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 276, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 13, "id": 12, "lemma": "you", "misc": "", "start_char": 273, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 283, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 23, "id": 13, "lemma": "arrive", "misc": "", "start_char": 277, "text": "arrive", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 290, "feats": null, "head": 16, "id": 14, "lemma": "during", "misc": "", "start_char": 284, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 294, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 291, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 305, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "off-season", "misc": "", "start_char": 295, "text": "off-season", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 307, "feats": null, "head": 23, "id": 17, "lemma": ",", "misc": "", "start_char": 306, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 311, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 308, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 317, "feats": "Number=Plur", "head": 23, "id": 19, "lemma": "line", "misc": "", "start_char": 312, "text": "lines", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 321, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 20, "lemma": "be", "misc": "", "start_char": 318, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 327, "feats": null, "head": 23, "id": 21, "lemma": "often", "misc": "", "start_char": 322, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 333, "feats": null, "head": 23, "id": 22, "lemma": "quite", "misc": "", "start_char": 328, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 338, "feats": "Degree=Pos", "head": 3, "id": 23, "lemma": "long", "misc": "", "start_char": 334, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 340, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 339, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT That)) (VP (VBZ 's) (VP (VBG going) (S (VP (TO to) (VP (VB make) (S (NP (PRP$ your) (NNS children)) (ADJP (JJ tired) (CC and) (JJ angry)))))))) (. .)))" }, "speaker": null, "text": "That's going to make your children tired and angry.", "tokens": [ { "deprel": "nsubj", "end_char": 345, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "that", "misc": "", "start_char": 341, "text": "That", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 348, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 346, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 354, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 349, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 357, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 355, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 362, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "make", "misc": "", "start_char": 358, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 367, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "your", "misc": "", "start_char": 363, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 376, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "child", "misc": "", "start_char": 368, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 382, "feats": "Degree=Pos", "head": 5, "id": 8, "lemma": "tired", "misc": "", "start_char": 377, "text": "tired", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 386, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 383, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 392, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "angry", "misc": "", "start_char": 387, "text": "angry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 394, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 393, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (ADVP (RB So)) (VP (VB make) (ADJP (JJ sure) (SBAR (S (NP (DT the) (NNS kids)) (VP (VP (VBP have) (NP (JJ comfortable) (NNS shoes))) (CC and) (VP (VB bring) (NP (DT a) (NN stroller)) (SBAR (IN if) (S (NP (PRP you)) (VP (VBP have) (NP (DT a) (JJ small) (NN child))))))))))) (. .)))" }, "speaker": null, "text": "So make sure the kids have comfortable shoes and bring a stroller if you have a small child.", "tokens": [ { "deprel": "advmod", "end_char": 397, "feats": null, "head": 2, "id": 1, "lemma": "so", "misc": "", "start_char": 395, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 402, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 2, "lemma": "make", "misc": "", "start_char": 398, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 407, "feats": "Degree=Pos", "head": 2, "id": 3, "lemma": "sure", "misc": "", "start_char": 403, "text": "sure", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "det", "end_char": 411, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 408, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 416, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "kid", "misc": "", "start_char": 412, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 421, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 6, "lemma": "have", "misc": "", "start_char": 417, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 433, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "comfortable", "misc": "", "start_char": 422, "text": "comfortable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 439, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "shoe", "misc": "", "start_char": 434, "text": "shoes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 443, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 440, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 449, "feats": "Mood=Imp|VerbForm=Fin", "head": 6, "id": 10, "lemma": "bring", "misc": "", "start_char": 444, "text": "bring", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 451, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 450, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 460, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "stroller", "misc": "", "start_char": 452, "text": "stroller", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 463, "feats": null, "head": 15, "id": 13, "lemma": "if", "misc": "", "start_char": 461, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 467, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 15, "id": 14, "lemma": "you", "misc": "", "start_char": 464, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 472, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 10, "id": 15, "lemma": "have", "misc": "", "start_char": 468, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 474, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 473, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 480, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "small", "misc": "", "start_char": 475, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 486, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "child", "misc": "", "start_char": 481, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 488, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 487, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (VP (VB Bring) (PRT (RP along)) (NP (NP (DT some) (NNS snacks)) (PP (JJ such) (IN as) (NP (NN fruit) (CC or) (NNS biscuits)))) (PP (IN for) (NP (NNS times))) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBP get) (ADJP (JJ angry)))))) (. .)))" }, "speaker": null, "text": "Bring along some snacks such as fruit or biscuits for times when they get angry.", "tokens": [ { "deprel": "root", "end_char": 494, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "bring", "misc": "", "start_char": 489, "text": "Bring", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 500, "feats": null, "head": 1, "id": 2, "lemma": "along", "misc": "", "start_char": 495, "text": "along", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 505, "feats": null, "head": 4, "id": 3, "lemma": "some", "misc": "", "start_char": 501, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 512, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "snack", "misc": "", "start_char": 506, "text": "snacks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 517, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "such", "misc": "", "start_char": 513, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 520, "feats": null, "head": 5, "id": 6, "lemma": "as", "misc": "", "start_char": 518, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 526, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "fruit", "misc": "", "start_char": 521, "text": "fruit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 529, "feats": null, "head": 9, "id": 8, "lemma": "or", "misc": "", "start_char": 527, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 538, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "biscuit", "misc": "", "start_char": 530, "text": "biscuits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 542, "feats": null, "head": 11, "id": 10, "lemma": "for", "misc": "", "start_char": 539, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 548, "feats": "Number=Plur", "head": 1, "id": 11, "lemma": "time", "misc": "", "start_char": 543, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 553, "feats": "PronType=Int", "head": 14, "id": 12, "lemma": "when", "misc": "", "start_char": 549, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 558, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "they", "misc": "", "start_char": 554, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 562, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 14, "lemma": "get", "misc": "", "start_char": 559, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 568, "feats": "Degree=Pos", "head": 14, "id": 15, "lemma": "angry", "misc": "", "start_char": 563, "text": "angry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 570, "feats": null, "head": 1, "id": 16, "lemma": ".", "misc": "", "start_char": 569, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (PP (IN As) (PP (IN for) (NP (NP (NNS waits)) (PP (IN in) (NP (NN line)))))) (, ,) (NP (PRP it)) (VP (VBZ helps) (S (VP (TO to) (VP (VB have) (NP (NP (DT a) (JJ few) (JJ small) (NNS toys)) (SBAR (S (VP (TO to) (VP (VB keep) (NP (PRP$ your) (NNS children)) (S (ADJP (JJ busy)))))))))))) (. .)))" }, "speaker": null, "text": "As for waits in line, it helps to have a few small toys to keep your children busy.", "tokens": [ { "deprel": "case", "end_char": 573, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 571, "text": "As", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 577, "feats": null, "head": 1, "id": 2, "lemma": "for", "misc": "", "start_char": 574, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 583, "feats": "Number=Plur", "head": 8, "id": 3, "lemma": "wait", "misc": "", "start_char": 578, "text": "waits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 586, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 584, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 591, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "line", "misc": "", "start_char": 587, "text": "line", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 593, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 592, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 596, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "it", "misc": "", "start_char": 594, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 602, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "help", "misc": "", "start_char": 597, "text": "helps", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 605, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 603, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 610, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "have", "misc": "", "start_char": 606, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 612, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 11, "lemma": "a", "misc": "", "start_char": 611, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 616, "feats": "Degree=Pos", "head": 14, "id": 12, "lemma": "few", "misc": "", "start_char": 613, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 622, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "small", "misc": "", "start_char": 617, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 627, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "toy", "misc": "", "start_char": 623, "text": "toys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 630, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 628, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 635, "feats": "VerbForm=Inf", "head": 10, "id": 16, "lemma": "keep", "misc": "", "start_char": 631, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 640, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 18, "id": 17, "lemma": "your", "misc": "", "start_char": 636, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 649, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "child", "misc": "", "start_char": 641, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 654, "feats": "Degree=Pos", "head": 16, "id": 19, "lemma": "busy", "misc": "", "start_char": 650, "text": "busy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 656, "feats": null, "head": 8, "id": 20, "lemma": ".", "misc": "", "start_char": 655, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 658, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 657, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Disney) (NNP World) (POS 's)) (NNS parks)) (ADVP (DT all)) (VP (VBP have) (NP (NNS rides)) (PP (IN for) (NP (JJ young) (NNS children)))) (. .)))" }, "speaker": null, "text": "Disney World's parks all have rides for young children.", "tokens": [ { "deprel": "compound", "end_char": 665, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Disney", "misc": "", "start_char": 659, "text": "Disney", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod:poss", "end_char": 671, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "World", "misc": "", "start_char": 666, "text": "World", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 674, "feats": null, "head": 2, "id": 3, "lemma": "'s", "misc": "", "start_char": 672, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 680, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "park", "misc": "", "start_char": 675, "text": "parks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 684, "feats": null, "head": 4, "id": 5, "lemma": "all", "misc": "", "start_char": 681, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 689, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "have", "misc": "", "start_char": 685, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 695, "feats": "Number=Plur", "head": 6, "id": 7, "lemma": "ride", "misc": "", "start_char": 690, "text": "rides", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 699, "feats": null, "head": 10, "id": 8, "lemma": "for", "misc": "", "start_char": 696, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 705, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "young", "misc": "", "start_char": 700, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 714, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "child", "misc": "", "start_char": 706, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 716, "feats": null, "head": 6, "id": 11, "lemma": ".", "misc": "", "start_char": 715, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (ADVP (RB also)) (VP (VBP have) (VP (NNS rides) (SBAR (S (NP (NNS children)) (VP (MD should) (RB not) (VP (VB go) (ADVP (RB on)) (SBAR (ADVP (RB usually)) (IN because) (S (NP (PRP they)) (VP (VBP are) (RB not) (ADJP (JJ safe))))))))))) (. .)))" }, "speaker": null, "text": "They also have rides children should not go on usually because they are not safe.", "tokens": [ { "deprel": "nsubj", "end_char": 721, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 717, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 726, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 722, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 731, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 727, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 737, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "ride", "misc": "", "start_char": 732, "text": "rides", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 746, "feats": "Number=Plur", "head": 8, "id": 5, "lemma": "child", "misc": "", "start_char": 738, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 753, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "should", "misc": "", "start_char": 747, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 757, "feats": null, "head": 8, "id": 7, "lemma": "not", "misc": "", "start_char": 754, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 760, "feats": "VerbForm=Inf", "head": 3, "id": 8, "lemma": "go", "misc": "", "start_char": 758, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 763, "feats": null, "head": 8, "id": 9, "lemma": "on", "misc": "", "start_char": 761, "text": "on", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 771, "feats": null, "head": 15, "id": 10, "lemma": "usually", "misc": "", "start_char": 764, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 779, "feats": null, "head": 15, "id": 11, "lemma": "because", "misc": "", "start_char": 772, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 784, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 12, "lemma": "they", "misc": "", "start_char": 780, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 788, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 13, "lemma": "be", "misc": "", "start_char": 785, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 792, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 789, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 797, "feats": "Degree=Pos", "head": 8, "id": 15, "lemma": "safe", "misc": "", "start_char": 793, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 799, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 798, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (PP (IN For) (NP (NP (NNS situations)) (SBAR (WHPP (IN in) (WHNP (WDT which))) (S (NP (NNS adults)) (VP (VBP want) (S (VP (TO to) (VP (VB go) (PP (IN on) (NP (NP (DT a) (JJ fast) (NN ride)) (PP (JJ such) (IN as) (NP (NP (NNP Space) (NNP Mountain)) (CC or) (NP (NP (DT the) (NML (NNP Twilight) (NNP Zone)) (NNP Tower)) (PP (IN of) (NP (NNP Terror)))))))))))))))) (, ,) (NP (NNP Disney)) (VP (VBZ has) (NP (NP (DT a) (`` ``) (NML (NN child) (NN exchange)) ('' '') (NN system)) (SBAR (WHNP (WDT that)) (S (VP (VBZ allows) (S (S (NP (PRP$ your) (NN group)) (VP (TO to) (VP (VB keep) (PP (IN in) (NP (NN line))) (ADVP (RB together))))) (SBAR (WHADVP (WRB when)) (S (NP (PRP you)) (VP (VBP reach) (NP (DT the) (NN ride)))))))))))) (, ,) (S (NP (NP (NN half)) (PP (IN of) (NP (DT the) (NN group)))) (VP (MD can) (VP (VB take) (NP (PRP it)) (SBAR (IN while) (S (NP (DT the) (NN rest)) (VP (VBP stay) (PP (IN with) (NP (DT the) (NNS children))))))))) (, ,) (ADVP (RB then)) (S (NP (DT the) (NNS groups)) (VP (VBP exchange) (NP (NNS places)))) (. .)))" }, "speaker": null, "text": "For situations in which adults want to go on a fast ride such as Space Mountain or the Twilight Zone Tower of Terror, Disney has a \"child exchange\" system that allows your group to keep in line together when you reach the ride, half of the group can take it while the rest stay with the children, then the groups exchange places.", "tokens": [ { "deprel": "case", "end_char": 803, "feats": null, "head": 2, "id": 1, "lemma": "for", "misc": "", "start_char": 800, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 814, "feats": "Number=Plur", "head": 26, "id": 2, "lemma": "situation", "misc": "", "start_char": 804, "text": "situations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 817, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 815, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 823, "feats": "PronType=Rel", "head": 6, "id": 4, "lemma": "which", "misc": "", "start_char": 818, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 830, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "adult", "misc": "", "start_char": 824, "text": "adults", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 835, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "want", "misc": "", "start_char": 831, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 838, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 836, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 841, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "go", "misc": "", "start_char": 839, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 844, "feats": null, "head": 12, "id": 9, "lemma": "on", "misc": "", "start_char": 842, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 846, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 845, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 851, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "fast", "misc": "", "start_char": 847, "text": "fast", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 856, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "ride", "misc": "", "start_char": 852, "text": "ride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 861, "feats": "Degree=Pos", "head": 16, "id": 13, "lemma": "such", "misc": "", "start_char": 857, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 864, "feats": null, "head": 13, "id": 14, "lemma": "as", "misc": "", "start_char": 862, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 870, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "Space", "misc": "", "start_char": 865, "text": "Space", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 879, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "Mountain", "misc": "", "start_char": 871, "text": "Mountain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 882, "feats": null, "head": 21, "id": 17, "lemma": "or", "misc": "", "start_char": 880, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 886, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 18, "lemma": "the", "misc": "", "start_char": 883, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 895, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "Twilight", "misc": "", "start_char": 887, "text": "Twilight", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 900, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "Zone", "misc": "", "start_char": 896, "text": "Zone", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 906, "feats": "Number=Sing", "head": 16, "id": 21, "lemma": "Tower", "misc": "", "start_char": 901, "text": "Tower", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 909, "feats": null, "head": 23, "id": 22, "lemma": "of", "misc": "", "start_char": 907, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 916, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "terror", "misc": "", "start_char": 910, "text": "Terror", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 918, "feats": null, "head": 26, "id": 24, "lemma": ",", "misc": "", "start_char": 917, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 925, "feats": "Number=Sing", "head": 26, "id": 25, "lemma": "Disney", "misc": "", "start_char": 919, "text": "Disney", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 929, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 26, "lemma": "have", "misc": "", "start_char": 926, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 931, "feats": "Definite=Ind|PronType=Art", "head": 32, "id": 27, "lemma": "a", "misc": "", "start_char": 930, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 934, "feats": null, "head": 30, "id": 28, "lemma": "``", "misc": "", "start_char": 932, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 940, "feats": "Number=Sing", "head": 30, "id": 29, "lemma": "child", "misc": "", "start_char": 935, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 949, "feats": "Number=Sing", "head": 32, "id": 30, "lemma": "exchange", "misc": "", "start_char": 941, "text": "exchange", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 952, "feats": null, "head": 30, "id": 31, "lemma": "''", "misc": "", "start_char": 950, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "obj", "end_char": 959, "feats": "Number=Sing", "head": 26, "id": 32, "lemma": "system", "misc": "", "start_char": 953, "text": "system", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 964, "feats": "PronType=Rel", "head": 34, "id": 33, "lemma": "that", "misc": "", "start_char": 960, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 971, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 32, "id": 34, "lemma": "allow", "misc": "", "start_char": 965, "text": "allows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 976, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 36, "id": 35, "lemma": "your", "misc": "", "start_char": 972, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "iobj", "end_char": 982, "feats": "Number=Sing", "head": 34, "id": 36, "lemma": "group", "misc": "", "start_char": 977, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 985, "feats": null, "head": 38, "id": 37, "lemma": "to", "misc": "", "start_char": 983, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 990, "feats": "VerbForm=Inf", "head": 34, "id": 38, "lemma": "keep", "misc": "", "start_char": 986, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 993, "feats": null, "head": 40, "id": 39, "lemma": "in", "misc": "", "start_char": 991, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 998, "feats": "Number=Sing", "head": 38, "id": 40, "lemma": "line", "misc": "", "start_char": 994, "text": "line", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1007, "feats": null, "head": 38, "id": 41, "lemma": "together", "misc": "", "start_char": 999, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1012, "feats": "PronType=Int", "head": 44, "id": 42, "lemma": "when", "misc": "", "start_char": 1008, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1016, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 44, "id": 43, "lemma": "you", "misc": "", "start_char": 1013, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1022, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 38, "id": 44, "lemma": "reach", "misc": "", "start_char": 1017, "text": "reach", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1026, "feats": "Definite=Def|PronType=Art", "head": 46, "id": 45, "lemma": "the", "misc": "", "start_char": 1023, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1031, "feats": "Number=Sing", "head": 44, "id": 46, "lemma": "ride", "misc": "", "start_char": 1027, "text": "ride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1033, "feats": null, "head": 26, "id": 47, "lemma": ",", "misc": "", "start_char": 1032, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1038, "feats": "NumForm=Word|NumType=Frac|Number=Sing", "head": 53, "id": 48, "lemma": "half", "misc": "", "start_char": 1034, "text": "half", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1041, "feats": null, "head": 51, "id": 49, "lemma": "of", "misc": "", "start_char": 1039, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1045, "feats": "Definite=Def|PronType=Art", "head": 51, "id": 50, "lemma": "the", "misc": "", "start_char": 1042, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1051, "feats": "Number=Sing", "head": 48, "id": 51, "lemma": "group", "misc": "", "start_char": 1046, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1055, "feats": "VerbForm=Fin", "head": 53, "id": 52, "lemma": "can", "misc": "", "start_char": 1052, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1060, "feats": "VerbForm=Inf", "head": 26, "id": 53, "lemma": "take", "misc": "", "start_char": 1056, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1063, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 53, "id": 54, "lemma": "it", "misc": "", "start_char": 1061, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1069, "feats": null, "head": 58, "id": 55, "lemma": "while", "misc": "", "start_char": 1064, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1073, "feats": "Definite=Def|PronType=Art", "head": 57, "id": 56, "lemma": "the", "misc": "", "start_char": 1070, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1078, "feats": "Number=Sing", "head": 58, "id": 57, "lemma": "rest", "misc": "", "start_char": 1074, "text": "rest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1083, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 53, "id": 58, "lemma": "stay", "misc": "", "start_char": 1079, "text": "stay", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1088, "feats": null, "head": 61, "id": 59, "lemma": "with", "misc": "", "start_char": 1084, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1092, "feats": "Definite=Def|PronType=Art", "head": 61, "id": 60, "lemma": "the", "misc": "", "start_char": 1089, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1101, "feats": "Number=Plur", "head": 58, "id": 61, "lemma": "child", "misc": "", "start_char": 1093, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1103, "feats": null, "head": 66, "id": 62, "lemma": ",", "misc": "", "start_char": 1102, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1108, "feats": "PronType=Dem", "head": 66, "id": 63, "lemma": "then", "misc": "", "start_char": 1104, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1112, "feats": "Definite=Def|PronType=Art", "head": 65, "id": 64, "lemma": "the", "misc": "", "start_char": 1109, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1119, "feats": "Number=Plur", "head": 66, "id": 65, "lemma": "group", "misc": "", "start_char": 1113, "text": "groups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "parataxis", "end_char": 1128, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 53, "id": 66, "lemma": "exchange", "misc": "", "start_char": 1120, "text": "exchange", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1135, "feats": "Number=Plur", "head": 66, "id": 67, "lemma": "place", "misc": "", "start_char": 1129, "text": "places", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1137, "feats": null, "head": 26, "id": 68, "lemma": ".", "misc": "", "start_char": 1136, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (VP (VP (VB Think) (PP (IN about) (NP (DT each) (NN ride))) (ADVP (RB carefully))) (CC and) (VP (VB choose) (NP (NP (DT those)) (SBAR (WHNP (WDT that)) (S (NP (PRP you)) (VP (VBP feel) (SBAR (S (VP (VBP are) (ADVP (JJS best)) (PP (IN for) (NP (PRP$ your) (NNS children)))))))))))) (. .)))" }, "speaker": null, "text": "Think about each ride carefully and choose those that you feel are best for your children.", "tokens": [ { "deprel": "root", "end_char": 1143, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "think", "misc": "", "start_char": 1138, "text": "Think", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1149, "feats": null, "head": 4, "id": 2, "lemma": "about", "misc": "", "start_char": 1144, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1154, "feats": null, "head": 4, "id": 3, "lemma": "each", "misc": "", "start_char": 1150, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1159, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "ride", "misc": "", "start_char": 1155, "text": "ride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1169, "feats": null, "head": 1, "id": 5, "lemma": "carefully", "misc": "", "start_char": 1160, "text": "carefully", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1173, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 1170, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1180, "feats": "Mood=Imp|VerbForm=Fin", "head": 1, "id": 7, "lemma": "choose", "misc": "", "start_char": 1174, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1186, "feats": "Number=Plur|PronType=Dem", "head": 7, "id": 8, "lemma": "that", "misc": "", "start_char": 1181, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1191, "feats": "PronType=Rel", "head": 13, "id": 9, "lemma": "that", "misc": "", "start_char": 1187, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 1195, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 11, "id": 10, "lemma": "you", "misc": "", "start_char": 1192, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1200, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 8, "id": 11, "lemma": "feel", "misc": "", "start_char": 1196, "text": "feel", "upos": "VERB", "xpos": "VBP" }, { "deprel": "cop", "end_char": 1204, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 1201, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 1209, "feats": "Degree=Sup", "head": 8, "id": 13, "lemma": "good", "misc": "", "start_char": 1205, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 1213, "feats": null, "head": 16, "id": 14, "lemma": "for", "misc": "", "start_char": 1210, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1218, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "your", "misc": "", "start_char": 1214, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1227, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "child", "misc": "", "start_char": 1219, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1229, "feats": null, "head": 1, "id": 17, "lemma": ".", "misc": "", "start_char": 1228, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1231, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1230, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NN Nothing)) (VP (VBZ is) (ADJP (ADJP (RBR more) (JJ important)) (PP (IN than) (NP (NN safety))) (PP (IN inside) (NP (DT the) (NNS parks))))) (. .)))" }, "speaker": null, "text": "Nothing is more important than safety inside the parks.", "tokens": [ { "deprel": "nsubj", "end_char": 1239, "feats": "Number=Sing|PronType=Neg", "head": 4, "id": 1, "lemma": "nothing", "misc": "", "start_char": 1232, "text": "Nothing", "upos": "PRON", "xpos": "NN" }, { "deprel": "cop", "end_char": 1242, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1240, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1247, "feats": "Degree=Cmp", "head": 4, "id": 3, "lemma": "more", "misc": "", "start_char": 1243, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "root", "end_char": 1257, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "important", "misc": "", "start_char": 1248, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1262, "feats": null, "head": 6, "id": 5, "lemma": "than", "misc": "", "start_char": 1258, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1269, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "safety", "misc": "", "start_char": 1263, "text": "safety", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1276, "feats": null, "head": 9, "id": 7, "lemma": "inside", "misc": "", "start_char": 1270, "text": "inside", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1280, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1277, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1286, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "park", "misc": "", "start_char": 1281, "text": "parks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1288, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 1287, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NNS Children)) (VP (MD can) (ADVP (RB easily)) (VP (VP (VB become) (VP (VBN lost) (PP (IN among) (NP (DT the) (JJ crowded))))) (CC and) (S (S (VP (VBG finding) (NP (PRP them)) (ADVP (RB again)))) (VP (MD may) (VP (VB be) (NP (DT a) (JJ toilsome) (NN thing))))))) (. .)))" }, "speaker": null, "text": "Children can easily become lost among the crowded and finding them again may be a toilsome thing.", "tokens": [ { "deprel": "nsubj", "end_char": 1297, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "child", "misc": "", "start_char": 1289, "text": "Children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1301, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 1298, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1308, "feats": null, "head": 4, "id": 3, "lemma": "easily", "misc": "", "start_char": 1302, "text": "easily", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1315, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "become", "misc": "", "start_char": 1309, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1320, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 5, "lemma": "lose", "misc": "", "start_char": 1316, "text": "lost", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1326, "feats": null, "head": 8, "id": 6, "lemma": "among", "misc": "", "start_char": 1321, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1330, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1327, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1338, "feats": "Degree=Pos", "head": 5, "id": 8, "lemma": "crowded", "misc": "", "start_char": 1331, "text": "crowded", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1342, "feats": null, "head": 17, "id": 9, "lemma": "and", "misc": "", "start_char": 1339, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "csubj", "end_char": 1350, "feats": "VerbForm=Ger", "head": 17, "id": 10, "lemma": "find", "misc": "", "start_char": 1343, "text": "finding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1355, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "they", "misc": "", "start_char": 1351, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1361, "feats": null, "head": 10, "id": 12, "lemma": "again", "misc": "", "start_char": 1356, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux", "end_char": 1365, "feats": "VerbForm=Fin", "head": 17, "id": 13, "lemma": "may", "misc": "", "start_char": 1362, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1368, "feats": "VerbForm=Inf", "head": 17, "id": 14, "lemma": "be", "misc": "", "start_char": 1366, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 1370, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 1369, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1379, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "toilsome", "misc": "", "start_char": 1371, "text": "toilsome", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1385, "feats": "Number=Sing", "head": 4, "id": 17, "lemma": "thing", "misc": "", "start_char": 1380, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1387, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 1386, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (ADVP (RB So)) (VP (VB be) (ADJP (JJ careful) (S (VP (TO to) (VP (VP (VB keep) (NP (PRP$ your) (NNS children)) (ADVP (RB nearby))) (CC and) (ADVP (RB always)) (VP (VB watch) (NP (PRP$ their) (NN location)))))))) (. .)))" }, "speaker": null, "text": "So be careful to keep your children nearby and always watch their location.", "tokens": [ { "deprel": "advmod", "end_char": 1390, "feats": null, "head": 3, "id": 1, "lemma": "so", "misc": "", "start_char": 1388, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 1393, "feats": "Mood=Imp|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1391, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1401, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "careful", "misc": "", "start_char": 1394, "text": "careful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1404, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1402, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1409, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "keep", "misc": "", "start_char": 1405, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1414, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "your", "misc": "", "start_char": 1410, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1423, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "child", "misc": "", "start_char": 1415, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 1430, "feats": null, "head": 5, "id": 8, "lemma": "nearby", "misc": "", "start_char": 1424, "text": "nearby", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1434, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 1431, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1441, "feats": null, "head": 11, "id": 10, "lemma": "always", "misc": "", "start_char": 1435, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1447, "feats": "VerbForm=Inf", "head": 5, "id": 11, "lemma": "watch", "misc": "", "start_char": 1442, "text": "watch", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1453, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "their", "misc": "", "start_char": 1448, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1462, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "location", "misc": "", "start_char": 1454, "text": "location", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1464, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 1463, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Disney World was built with children in mind. However, without proper planning, your dream visit to Disney World could become an endless problem. A few tips can help both you and your children enjoy the visit. Disney World needs a great deal of walking, and unless you arrive during the off-season, the lines are often quite long. That's going to make your children tired and angry. So make sure the kids have comfortable shoes and bring a stroller if you have a small child. Bring along some snacks such as fruit or biscuits for times when they get angry. As for waits in line, it helps to have a few small toys to keep your children busy. Disney World's parks all have rides for young children. They also have rides children should not go on usually because they are not safe. For situations in which adults want to go on a fast ride such as Space Mountain or the Twilight Zone Tower of Terror, Disney has a "child exchange" system that allows your group to keep in line together when you reach the ride, half of the group can take it while the rest stay with the children, then the groups exchange places. Think about each ride carefully and choose those that you feel are best for your children. Nothing is more important than safety inside the parks. Children can easily become lost among the crowded and finding them again may be a toilsome thing. So be careful to keep your children nearby and always watch their location.
[ [ [ 0, 7, 7 ] ], [ [ 1, 3, 4 ] ], [ [ 1, 6, 6 ], [ 2, 6, 6 ], [ 2, 8, 8 ], [ 5, 5, 5 ], [ 4, 11, 11 ], [ 6, 13, 13 ], [ 8, 16, 16 ], [ 12, 34, 34 ], [ 12, 42, 42 ], [ 13, 14, 14 ], [ 13, 9, 9 ], [ 17, 5, 5 ] ], [ [ 1, 6, 11 ], [ 2, 11, 12 ] ], [ [ 1, 7, 7 ] ], [ [ 1, 14, 16 ] ], [ [ 2, 0, 2 ] ], [ [ 2, 5, 9 ], [ 2, 6, 9 ] ], [ [ 4, 3, 7 ] ], [ [ 4, 7, 7 ] ], [ [ 4, 14, 15 ] ], [ [ 4, 17, 18 ] ], [ [ 5, 0, 0 ] ], [ [ 6, 6, 7 ] ], [ [ 6, 10, 11 ] ], [ [ 6, 15, 17 ] ], [ [ 7, 2, 8 ] ], [ [ 7, 10, 14 ] ], [ [ 7, 6, 6 ] ], [ [ 7, 8, 8 ] ], [ [ 7, 6, 8 ] ], [ [ 8, 4, 4 ], [ 12, 39, 39 ] ], [ [ 8, 6, 6 ] ], [ [ 8, 10, 13 ] ], [ [ 10, 0, 3 ], [ 11, 0, 0 ], [ 15, 7, 8 ] ], [ [ 11, 11, 11 ] ], [ [ 12, 1, 22 ] ], [ [ 12, 4, 4 ] ], [ [ 12, 9, 22 ] ], [ [ 12, 14, 15 ] ], [ [ 12, 17, 22 ] ], [ [ 12, 14, 22 ] ], [ [ 12, 24, 24 ], [ 10, 0, 2 ], [ 0, 0, 1 ], [ 4, 0, 1 ], [ 1, 10, 11 ] ], [ [ 12, 26, 45 ] ], [ [ 12, 34, 35 ], [ 12, 49, 50 ] ], [ [ 12, 44, 45 ], [ 12, 53, 53 ] ], [ [ 12, 47, 50 ] ], [ [ 12, 55, 56 ] ], [ [ 12, 62, 62 ] ], [ [ 12, 63, 64 ] ], [ [ 12, 66, 66 ] ], [ [ 13, 2, 3 ] ], [ [ 13, 7, 15 ] ], [ [ 13, 14, 15 ], [ 17, 5, 6 ], [ 17, 11, 11 ], [ 8, 16, 17 ], [ 2, 8, 9 ], [ 5, 5, 6 ], [ 7, 12, 12 ] ], [ [ 15, 0, 0 ] ], [ [ 16, 6, 7 ] ], [ [ 16, 9, 11 ] ], [ [ 16, 10, 10 ], [ 0, 5, 5 ], [ 12, 59, 60 ], [ 11, 4, 4 ], [ 16, 0, 0 ], [ 6, 3, 4 ], [ 10, 8, 9 ] ], [ [ 16, 14, 16 ] ], [ [ 17, 11, 12 ] ], [ [ 10, 6, 6 ] ], [ [ 11, 3, 9 ] ], [ [ 12, 28, 29 ] ], [ [ 15, 5, 5 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36177
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT An) (ADJP (ADJP (JJ old)) (CC and) (ADJP (RB very) (JJ rich))) (NN friend)) (PP (IN of) (NP (PRP mine)))) (VP (VBD told) (NP (PRP me)) (SBAR (S (NP (PRP he)) (VP (VBD had) (NP (DT an) (JJ unpleasant) (NN experience)))))) (. .)))" }, "speaker": null, "text": "An old and very rich friend of mine told me he had an unpleasant experience.", "tokens": [ { "deprel": "det", "end_char": 2, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 1, "lemma": "a", "misc": "", "start_char": 0, "text": "An", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 6, "feats": "Degree=Pos", "head": 6, "id": 2, "lemma": "old", "misc": "", "start_char": 3, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 10, "feats": null, "head": 5, "id": 3, "lemma": "and", "misc": "", "start_char": 7, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 15, "feats": null, "head": 5, "id": 4, "lemma": "very", "misc": "", "start_char": 11, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 20, "feats": "Degree=Pos", "head": 2, "id": 5, "lemma": "rich", "misc": "", "start_char": 16, "text": "rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 27, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "friend", "misc": "", "start_char": 21, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 30, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 28, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 35, "feats": "Gender=Neut|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 8, "lemma": "mine", "misc": "", "start_char": 31, "text": "mine", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "tell", "misc": "", "start_char": 36, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 43, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 10, "lemma": "I", "misc": "", "start_char": 41, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj", "end_char": 46, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "he", "misc": "", "start_char": 44, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 50, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 12, "lemma": "have", "misc": "", "start_char": 47, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 53, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 51, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 64, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "unpleasant", "misc": "", "start_char": 54, "text": "unpleasant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 75, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "experience", "misc": "", "start_char": 65, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 9, "id": 16, "lemma": ".", "misc": "", "start_char": 76, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBD went) (PP (IN to) (NP (DT a) (JJ famous) (NN jewelry) (NN shop)))) (CC and) (VP (VBD asked) (S (VP (TO to) (VP (VB be) (VP (VBN shown) (NP (DT some) (NN gold) (NNS necklaces)))))))) (. .)))" }, "speaker": null, "text": "He went to a famous jewelry shop and asked to be shown some gold necklaces.", "tokens": [ { "deprel": "nsubj", "end_char": 80, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 78, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 85, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "go", "misc": "", "start_char": 81, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 88, "feats": null, "head": 7, "id": 3, "lemma": "to", "misc": "", "start_char": 86, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 90, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 4, "lemma": "a", "misc": "", "start_char": 89, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 97, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "famous", "misc": "", "start_char": 91, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 105, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "jewelry", "misc": "", "start_char": 98, "text": "jewelry", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 110, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "shop", "misc": "", "start_char": 106, "text": "shop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 114, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 111, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 120, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "ask", "misc": "", "start_char": 115, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 123, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 121, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 126, "feats": "VerbForm=Inf", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 124, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 132, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 9, "id": 12, "lemma": "show", "misc": "", "start_char": 127, "text": "shown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 137, "feats": null, "head": 15, "id": 13, "lemma": "some", "misc": "", "start_char": 133, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 142, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "gold", "misc": "", "start_char": 138, "text": "gold", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 152, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "necklace", "misc": "", "start_char": 143, "text": "necklaces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 154, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 153, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (S (VP (VBG examining) (NP (JJ several) (NNS minutes))))) (, ,) (NP (PRP he)) (VP (VP (VBD decided) (S (VP (TO to) (VP (VB buy) (NP (DT a) (NN gold) (NN necklace)) (PP (IN with) (NP (DT a) (JJ precious) (NN diamond))))))) (, ,) (CC and) (VP (VBD asked) (SBAR (IN if) (S (NP (PRP he)) (VP (MD could) (VP (VB pay) (PP (IN by) (NP (NN cheque))))))))) (. .)))" }, "speaker": null, "text": "After examining several minutes, he decided to buy a gold necklace with a precious diamond, and asked if he could pay by cheque.", "tokens": [ { "deprel": "mark", "end_char": 160, "feats": null, "head": 2, "id": 1, "lemma": "after", "misc": "", "start_char": 155, "text": "After", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 170, "feats": "VerbForm=Ger", "head": 7, "id": 2, "lemma": "examine", "misc": "", "start_char": 161, "text": "examining", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 178, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "several", "misc": "", "start_char": 171, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 186, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "minute", "misc": "", "start_char": 179, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 188, "feats": null, "head": 2, "id": 5, "lemma": ",", "misc": "", "start_char": 187, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 191, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "misc": "", "start_char": 189, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 199, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "decide", "misc": "", "start_char": 192, "text": "decided", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 202, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 200, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 206, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "buy", "misc": "", "start_char": 203, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 208, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 207, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 213, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "gold", "misc": "", "start_char": 209, "text": "gold", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 222, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "necklace", "misc": "", "start_char": 214, "text": "necklace", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 227, "feats": null, "head": 16, "id": 13, "lemma": "with", "misc": "", "start_char": 223, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 229, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 14, "lemma": "a", "misc": "", "start_char": 228, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 238, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "precious", "misc": "", "start_char": 230, "text": "precious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 246, "feats": "Number=Sing", "head": 9, "id": 16, "lemma": "diamond", "misc": "", "start_char": 239, "text": "diamond", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 248, "feats": null, "head": 19, "id": 17, "lemma": ",", "misc": "", "start_char": 247, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 252, "feats": null, "head": 19, "id": 18, "lemma": "and", "misc": "", "start_char": 249, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 258, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 19, "lemma": "ask", "misc": "", "start_char": 253, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 261, "feats": null, "head": 23, "id": 20, "lemma": "if", "misc": "", "start_char": 259, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 264, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 21, "lemma": "he", "misc": "", "start_char": 262, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 270, "feats": "VerbForm=Fin", "head": 23, "id": 22, "lemma": "could", "misc": "", "start_char": 265, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 274, "feats": "VerbForm=Inf", "head": 19, "id": 23, "lemma": "pay", "misc": "", "start_char": 271, "text": "pay", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 277, "feats": null, "head": 25, "id": 24, "lemma": "by", "misc": "", "start_char": 275, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 284, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "cheque", "misc": "", "start_char": 278, "text": "cheque", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 286, "feats": null, "head": 7, "id": 26, "lemma": ".", "misc": "", "start_char": 285, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN assistant)) (VP (VBD said) (SBAR (S (NP (DT that)) (VP (VBD was) (PP (ADVP (RB quite)) (IN in) (NP (NN order)))))))) (, ,) (CC but) (S (NP (NP (DT the) (NN moment)) (SBAR (S (NP (PRP$ my) (NN friend)) (VP (VBD signed) (NP (PRP$ his) (NN name)))))) (, ,) (NP (PRP he)) (VP (VBD was) (VP (VBN invited) (PP (IN into) (NP (NP (DT the) (NN manager) (POS 's)) (NN office)))))) (. .)))" }, "speaker": null, "text": "The assistant said that was quite in order, but the moment my friend signed his name, he was invited into the manager's office.", "tokens": [ { "deprel": "det", "end_char": 290, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 287, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 300, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "assistant", "misc": "", "start_char": 291, "text": "assistant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 305, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 301, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 310, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 4, "lemma": "that", "misc": "", "start_char": 306, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 314, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 311, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 320, "feats": null, "head": 8, "id": 6, "lemma": "quite", "misc": "", "start_char": 315, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 323, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 321, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "ccomp", "end_char": 329, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "order", "misc": "", "start_char": 324, "text": "order", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 331, "feats": null, "head": 21, "id": 9, "lemma": ",", "misc": "", "start_char": 330, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 335, "feats": null, "head": 21, "id": 10, "lemma": "but", "misc": "", "start_char": 332, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 339, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 336, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 346, "feats": "Number=Sing", "head": 21, "id": 12, "lemma": "moment", "misc": "", "start_char": 340, "text": "moment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:poss", "end_char": 349, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "my", "misc": "", "start_char": 347, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 356, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "friend", "misc": "", "start_char": 350, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 363, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 15, "lemma": "sign", "misc": "", "start_char": 357, "text": "signed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 367, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "his", "misc": "", "start_char": 364, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 372, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "name", "misc": "", "start_char": 368, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 374, "feats": null, "head": 21, "id": 18, "lemma": ",", "misc": "", "start_char": 373, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 377, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 21, "id": 19, "lemma": "he", "misc": "", "start_char": 375, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 381, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 20, "lemma": "be", "misc": "", "start_char": 378, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 389, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 21, "lemma": "invite", "misc": "", "start_char": 382, "text": "invited", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 394, "feats": null, "head": 26, "id": 22, "lemma": "into", "misc": "", "start_char": 390, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 398, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 23, "lemma": "the", "misc": "", "start_char": 395, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 406, "feats": "Number=Sing", "head": 26, "id": 24, "lemma": "manager", "misc": "", "start_char": 399, "text": "manager", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 409, "feats": null, "head": 24, "id": 25, "lemma": "'s", "misc": "", "start_char": 407, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 416, "feats": "Number=Sing", "head": 21, "id": 26, "lemma": "office", "misc": "", "start_char": 410, "text": "office", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 418, "feats": null, "head": 3, "id": 27, "lemma": ".", "misc": "", "start_char": 417, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN manager)) (VP (VBD was) (ADJP (RB very) (JJ polite)))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD explained) (SBAR (IN that) (S (NP (NP (NN someone)) (PP (IN with) (NP (RB exactly) (DT the) (JJ same) (NN name)))) (VP (VBD had) (VP (VBN given) (NP (PRP them)) (NP (DT a) (JJ worthless) (NN cheque)) (ADVP (ADVP (RB not) (RB long)) (RB ago)))))))) (. .)))" }, "speaker": null, "text": "The manager was very polite, but he explained that someone with exactly the same name had given them a worthless cheque not long ago.", "tokens": [ { "deprel": "det", "end_char": 422, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 419, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 430, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "manager", "misc": "", "start_char": 423, "text": "manager", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 434, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 431, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 439, "feats": null, "head": 5, "id": 4, "lemma": "very", "misc": "", "start_char": 435, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 446, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "polite", "misc": "", "start_char": 440, "text": "polite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 448, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 447, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 452, "feats": null, "head": 9, "id": 7, "lemma": "but", "misc": "", "start_char": 449, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 455, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 453, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 465, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 9, "lemma": "explain", "misc": "", "start_char": 456, "text": "explained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 470, "feats": null, "head": 18, "id": 10, "lemma": "that", "misc": "", "start_char": 466, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 478, "feats": "Number=Sing|PronType=Ind", "head": 18, "id": 11, "lemma": "someone", "misc": "", "start_char": 471, "text": "someone", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 483, "feats": null, "head": 16, "id": 12, "lemma": "with", "misc": "", "start_char": 479, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 491, "feats": null, "head": 16, "id": 13, "lemma": "exactly", "misc": "", "start_char": 484, "text": "exactly", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 495, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 492, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 500, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "same", "misc": "", "start_char": 496, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 505, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "name", "misc": "", "start_char": 501, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 509, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 17, "lemma": "have", "misc": "", "start_char": 506, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 515, "feats": "Tense=Past|VerbForm=Part", "head": 9, "id": 18, "lemma": "give", "misc": "", "start_char": 510, "text": "given", "upos": "VERB", "xpos": "VBN" }, { "deprel": "iobj", "end_char": 520, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 19, "lemma": "they", "misc": "", "start_char": 516, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 522, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 20, "lemma": "a", "misc": "", "start_char": 521, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 532, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "worthless", "misc": "", "start_char": 523, "text": "worthless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 539, "feats": "Number=Sing", "head": 18, "id": 22, "lemma": "cheque", "misc": "", "start_char": 533, "text": "cheque", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 543, "feats": null, "head": 24, "id": 23, "lemma": "not", "misc": "", "start_char": 540, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 548, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "long", "misc": "", "start_char": 544, "text": "long", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 552, "feats": null, "head": 18, "id": 25, "lemma": "ago", "misc": "", "start_char": 549, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 554, "feats": null, "head": 5, "id": 26, "lemma": ".", "misc": "", "start_char": 553, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ My) (NN friend)) (VP (VP (VBD got) (ADJP (RB very) (JJ angry)) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD heard) (NP (DT this)))))) (CC and) (VP (VBD said) (SBAR (IN that) (S (NP (PRP he)) (VP (MD would) (VP (VB buy) (NP (DT a) (NN diamond) (NN necklace)) (ADVP (RB somewhere) (RB else)))))))) (. .)))" }, "speaker": null, "text": "My friend got very angry when he heard this and said that he would buy a diamond necklace somewhere else.", "tokens": [ { "deprel": "nmod:poss", "end_char": 557, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 555, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 564, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "friend", "misc": "", "start_char": 558, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 568, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "get", "misc": "", "start_char": 565, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 573, "feats": null, "head": 5, "id": 4, "lemma": "very", "misc": "", "start_char": 569, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 579, "feats": "Degree=Pos", "head": 3, "id": 5, "lemma": "angry", "misc": "", "start_char": 574, "text": "angry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 584, "feats": "PronType=Int", "head": 8, "id": 6, "lemma": "when", "misc": "", "start_char": 580, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 587, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "he", "misc": "", "start_char": 585, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 593, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 8, "lemma": "hear", "misc": "", "start_char": 588, "text": "heard", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 598, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 9, "lemma": "this", "misc": "", "start_char": 594, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cc", "end_char": 602, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 599, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 607, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 11, "lemma": "say", "misc": "", "start_char": 603, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 612, "feats": null, "head": 15, "id": 12, "lemma": "that", "misc": "", "start_char": 608, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 615, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "he", "misc": "", "start_char": 613, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 621, "feats": "VerbForm=Fin", "head": 15, "id": 14, "lemma": "would", "misc": "", "start_char": 616, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 625, "feats": "VerbForm=Inf", "head": 11, "id": 15, "lemma": "buy", "misc": "", "start_char": 622, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 627, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 626, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 635, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "diamond", "misc": "", "start_char": 628, "text": "diamond", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 644, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "necklace", "misc": "", "start_char": 636, "text": "necklace", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 654, "feats": null, "head": 15, "id": 19, "lemma": "somewhere", "misc": "", "start_char": 645, "text": "somewhere", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 659, "feats": "Degree=Pos", "head": 19, "id": 20, "lemma": "else", "misc": "", "start_char": 655, "text": "else", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 661, "feats": null, "head": 3, "id": 21, "lemma": ".", "misc": "", "start_char": 660, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP he)) (VP (VBD got) (PRT (RP up)) (S (VP (TO to) (VP (VB go))))))) (, ,) (NP (DT the) (NN manager)) (VP (VBD told) (NP (PRP him)) (SBAR (IN that) (S (S (NP (DT the) (NNS police)) (VP (MD would) (VP (VB arrive) (PP (IN at) (NP (DT any) (NN moment)))))) (CC and) (S (NP (PRP he)) (VP (VBD had) (NP (JJR better) (VB stay)) (SBAR (IN unless) (S (NP (PRP he)) (VP (VBD wanted) (S (VP (TO to) (VP (VB get) (PP (IN into) (NP (JJ serious) (NN trouble)))))))))))))) (. .)))" }, "speaker": null, "text": "When he got up to go, the manager told him that the police would arrive at any moment and he had better stay unless he wanted to get into serious trouble.", "tokens": [ { "deprel": "advmod", "end_char": 666, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 662, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 669, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 667, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 673, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 3, "lemma": "get", "misc": "", "start_char": 670, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 676, "feats": null, "head": 3, "id": 4, "lemma": "up", "misc": "", "start_char": 674, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 679, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 677, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 682, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "go", "misc": "", "start_char": 680, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 684, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 683, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 688, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 685, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 696, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "manager", "misc": "", "start_char": 689, "text": "manager", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 701, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "tell", "misc": "", "start_char": 697, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 705, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "he", "misc": "", "start_char": 702, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 710, "feats": null, "head": 16, "id": 12, "lemma": "that", "misc": "", "start_char": 706, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 714, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 711, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 721, "feats": "Number=Plur", "head": 16, "id": 14, "lemma": "police", "misc": "", "start_char": 715, "text": "police", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 727, "feats": "VerbForm=Fin", "head": 16, "id": 15, "lemma": "would", "misc": "", "start_char": 722, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 734, "feats": "VerbForm=Inf", "head": 10, "id": 16, "lemma": "arrive", "misc": "", "start_char": 728, "text": "arrive", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 737, "feats": null, "head": 19, "id": 17, "lemma": "at", "misc": "", "start_char": 735, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 741, "feats": null, "head": 19, "id": 18, "lemma": "any", "misc": "", "start_char": 738, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 748, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "moment", "misc": "", "start_char": 742, "text": "moment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 752, "feats": null, "head": 22, "id": 20, "lemma": "and", "misc": "", "start_char": 749, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 755, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 21, "lemma": "he", "misc": "", "start_char": 753, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 759, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 22, "lemma": "have", "misc": "", "start_char": 756, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 766, "feats": "Degree=Cmp", "head": 24, "id": 23, "lemma": "good", "misc": "", "start_char": 760, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 771, "feats": "VerbForm=Inf", "head": 22, "id": 24, "lemma": "stay", "misc": "", "start_char": 767, "text": "stay", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 778, "feats": null, "head": 27, "id": 25, "lemma": "unless", "misc": "", "start_char": 772, "text": "unless", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 781, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 27, "id": 26, "lemma": "he", "misc": "", "start_char": 779, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 788, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 27, "lemma": "want", "misc": "", "start_char": 782, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 791, "feats": null, "head": 29, "id": 28, "lemma": "to", "misc": "", "start_char": 789, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 795, "feats": "VerbForm=Inf", "head": 27, "id": 29, "lemma": "get", "misc": "", "start_char": 792, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 800, "feats": null, "head": 32, "id": 30, "lemma": "into", "misc": "", "start_char": 796, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 808, "feats": "Degree=Pos", "head": 32, "id": 31, "lemma": "serious", "misc": "", "start_char": 801, "text": "serious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 816, "feats": "Number=Sing", "head": 29, "id": 32, "lemma": "trouble", "misc": "", "start_char": 809, "text": "trouble", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 818, "feats": null, "head": 10, "id": 33, "lemma": ".", "misc": "", "start_char": 817, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Sure) (RB enough)) (, ,) (NP (DT the) (NNS police)) (VP (VBD arrived) (ADVP (RB soon) (RB afterwards))) (. .)))" }, "speaker": null, "text": "Sure enough, the police arrived soon afterwards.", "tokens": [ { "deprel": "advmod", "end_char": 823, "feats": null, "head": 6, "id": 1, "lemma": "sure", "misc": "", "start_char": 819, "text": "Sure", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 830, "feats": null, "head": 1, "id": 2, "lemma": "enough", "misc": "", "start_char": 824, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 832, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 831, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 836, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 833, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 843, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "police", "misc": "", "start_char": 837, "text": "police", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 851, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "arrive", "misc": "", "start_char": 844, "text": "arrived", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 856, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "soon", "misc": "", "start_char": 852, "text": "soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 867, "feats": null, "head": 6, "id": 8, "lemma": "afterwards", "misc": "", "start_char": 857, "text": "afterwards", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 869, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 868, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VP (VBD were) (ADJP (JJ polite)) (, ,) (ADVP (RB too))) (, ,) (CC but) (VP (VBD explained) (SBAR (IN that) (S (NP (NP (DT a) (NN person)) (SBAR (WHNP (WP who)) (S (VP (VBD had) (VP (VBN used) (NP (DT the) (JJ same) (NN name)) (PP (IN as) (NP (PRP his)))))))) (VP (VBD was) (ADJP (JJ responsible) (PP (IN for) (NP (NP (DT a) (NN number)) (PP (IN of) (NP (JJ recent) (NNS robberies))))))))))) (. .)))" }, "speaker": null, "text": "They were polite, too, but explained that a person who had used the same name as his was responsible for a number of recent robberies.", "tokens": [ { "deprel": "nsubj", "end_char": 874, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 870, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 879, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 875, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 886, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "polite", "misc": "", "start_char": 880, "text": "polite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 888, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 887, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 892, "feats": null, "head": 3, "id": 5, "lemma": "too", "misc": "", "start_char": 889, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 894, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 893, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 898, "feats": null, "head": 8, "id": 7, "lemma": "but", "misc": "", "start_char": 895, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 908, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 8, "lemma": "explain", "misc": "", "start_char": 899, "text": "explained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 913, "feats": null, "head": 21, "id": 9, "lemma": "that", "misc": "", "start_char": 909, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 915, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 914, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 922, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "person", "misc": "", "start_char": 916, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 926, "feats": "PronType=Rel", "head": 14, "id": 12, "lemma": "who", "misc": "", "start_char": 923, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 930, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "have", "misc": "", "start_char": 927, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 935, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 14, "lemma": "use", "misc": "", "start_char": 931, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 939, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 936, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 944, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "same", "misc": "", "start_char": 940, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 949, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "name", "misc": "", "start_char": 945, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 952, "feats": null, "head": 21, "id": 18, "lemma": "as", "misc": "", "start_char": 950, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 956, "feats": "Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 19, "lemma": "his", "misc": "", "start_char": 953, "text": "his", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 960, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 20, "lemma": "be", "misc": "", "start_char": 957, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 972, "feats": "Degree=Pos", "head": 14, "id": 21, "lemma": "responsible", "misc": "", "start_char": 961, "text": "responsible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 976, "feats": null, "head": 24, "id": 22, "lemma": "for", "misc": "", "start_char": 973, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 978, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 23, "lemma": "a", "misc": "", "start_char": 977, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 985, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "number", "misc": "", "start_char": 979, "text": "number", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 988, "feats": null, "head": 27, "id": 25, "lemma": "of", "misc": "", "start_char": 986, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 995, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "recent", "misc": "", "start_char": 989, "text": "recent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1005, "feats": "Number=Plur", "head": 24, "id": 27, "lemma": "robbery", "misc": "", "start_char": 996, "text": "robberies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1007, "feats": null, "head": 3, "id": 28, "lemma": ".", "misc": "", "start_char": 1006, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (DT the) (NNS police)) (VP (VBD asked) (NP (PRP$ my) (NN friend)) (S (VP (TO to) (VP (VB copy) (PRT (RP out)) (NP (NP (DT a) (NN note)) (SBAR (WHNP (WDT which)) (S (VP (VBD had) (VP (VBN been) (VP (VBN used) (PP (IN by) (NP (DT the) (NN thief))) (PP (IN in) (NP (NP (DT a) (NN number)) (PP (IN of) (NP (NNS stores))))))))))))))) (. .)))" }, "speaker": null, "text": "Then the police asked my friend to copy out a note which had been used by the thief in a number of stores.", "tokens": [ { "deprel": "advmod", "end_char": 1012, "feats": "PronType=Dem", "head": 4, "id": 1, "lemma": "then", "misc": "", "start_char": 1008, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1016, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1013, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1023, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "police", "misc": "", "start_char": 1017, "text": "police", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1029, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "ask", "misc": "", "start_char": 1024, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 1032, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "my", "misc": "", "start_char": 1030, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "iobj", "end_char": 1039, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "friend", "misc": "", "start_char": 1033, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1042, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1040, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1047, "feats": "VerbForm=Inf", "head": 4, "id": 8, "lemma": "copy", "misc": "", "start_char": 1043, "text": "copy", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1051, "feats": null, "head": 8, "id": 9, "lemma": "out", "misc": "", "start_char": 1048, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1053, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 1052, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1058, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "note", "misc": "", "start_char": 1054, "text": "note", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1064, "feats": "PronType=Rel", "head": 15, "id": 12, "lemma": "which", "misc": "", "start_char": 1059, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 1068, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 13, "lemma": "have", "misc": "", "start_char": 1065, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "aux:pass", "end_char": 1073, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 1069, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "acl:relcl", "end_char": 1078, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 11, "id": 15, "lemma": "use", "misc": "", "start_char": 1074, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1081, "feats": null, "head": 18, "id": 16, "lemma": "by", "misc": "", "start_char": 1079, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1085, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 1082, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1091, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "thief", "misc": "", "start_char": 1086, "text": "thief", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1094, "feats": null, "head": 21, "id": 19, "lemma": "in", "misc": "", "start_char": 1092, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1096, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 20, "lemma": "a", "misc": "", "start_char": 1095, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1103, "feats": "Number=Sing", "head": 15, "id": 21, "lemma": "number", "misc": "", "start_char": 1097, "text": "number", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1106, "feats": null, "head": 23, "id": 22, "lemma": "of", "misc": "", "start_char": 1104, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1113, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "store", "misc": "", "start_char": 1107, "text": "stores", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1115, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 1114, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN note)) (VP (VBD read) (, ,) (`` ``) (S (NP (PRP I)) (VP (VBP have) (NP (DT a) (NN gun)) (PP (IN in) (NP (PRP$ my) (NN pocket)))))) (. .)))" }, "speaker": null, "text": "The note read, \"I have a gun in my pocket.", "tokens": [ { "deprel": "det", "end_char": 1119, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1116, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1124, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "note", "misc": "", "start_char": 1120, "text": "note", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1129, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "read", "misc": "", "start_char": 1125, "text": "read", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1131, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 1130, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1134, "feats": null, "head": 7, "id": 5, "lemma": "``", "misc": "", "start_char": 1132, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1136, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 1135, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1141, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 7, "lemma": "have", "misc": "", "start_char": 1137, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1143, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1142, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1147, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "gun", "misc": "", "start_char": 1144, "text": "gun", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1150, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 1148, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1153, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "my", "misc": "", "start_char": 1151, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1160, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "pocket", "misc": "", "start_char": 1154, "text": "pocket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1162, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 1161, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (VP (VP (VB Ask) (NP (DT no) (NN question))) (CC and) (VP (VB give) (NP (PRP me)) (NP (PDT all) (DT the) (NN money)) (PP (IN in) (NP (DT the) (NN drawer))))) (. .) ('' '')))" }, "speaker": null, "text": "Ask no question and give me all the money in the drawer.\"", "tokens": [ { "deprel": "root", "end_char": 1166, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "ask", "misc": "", "start_char": 1163, "text": "Ask", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1169, "feats": null, "head": 3, "id": 2, "lemma": "no", "misc": "", "start_char": 1167, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1178, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "question", "misc": "", "start_char": 1170, "text": "question", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1182, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 1179, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1187, "feats": "Mood=Imp|VerbForm=Fin", "head": 1, "id": 5, "lemma": "give", "misc": "", "start_char": 1183, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 1190, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 6, "lemma": "I", "misc": "", "start_char": 1188, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det:predet", "end_char": 1194, "feats": null, "head": 9, "id": 7, "lemma": "all", "misc": "", "start_char": 1191, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 1198, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1195, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1204, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "money", "misc": "", "start_char": 1199, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1207, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 1205, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1211, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1208, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1218, "feats": "Number=Sing", "head": 5, "id": 12, "lemma": "drawer", "misc": "", "start_char": 1212, "text": "drawer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1220, "feats": null, "head": 1, "id": 13, "lemma": ".", "misc": "", "start_char": 1219, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1223, "feats": null, "head": 1, "id": 14, "lemma": "''", "misc": "", "start_char": 1221, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1225, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1224, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Luckily)) (, ,) (NP (NP (PRP$ my) (NN friend) (POS 's)) (NN handwriting)) (VP (VBD was) (PP (ADVP (RB quite)) (IN unlike) (NP (DT the) (NN thief) (POS 's)))) (. .)))" }, "speaker": null, "text": "Luckily, my friend's handwriting was quite unlike the thief's.", "tokens": [ { "deprel": "advmod", "end_char": 1233, "feats": null, "head": 11, "id": 1, "lemma": "luckily", "misc": "", "start_char": 1226, "text": "Luckily", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1235, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1234, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1238, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "my", "misc": "", "start_char": 1236, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 1245, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "friend", "misc": "", "start_char": 1239, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1248, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 1246, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 1260, "feats": "Number=Sing", "head": 11, "id": 6, "lemma": "handwriting", "misc": "", "start_char": 1249, "text": "handwriting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1264, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 7, "lemma": "be", "misc": "", "start_char": 1261, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1270, "feats": null, "head": 11, "id": 8, "lemma": "quite", "misc": "", "start_char": 1265, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1277, "feats": null, "head": 11, "id": 9, "lemma": "unlike", "misc": "", "start_char": 1271, "text": "unlike", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1281, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1278, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1287, "feats": "Number=Sing", "head": 0, "id": 11, "lemma": "thief", "misc": "", "start_char": 1282, "text": "thief", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1290, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 1288, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "punct", "end_char": 1292, "feats": null, "head": 11, "id": 13, "lemma": ".", "misc": "", "start_char": 1291, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD was) (CONJP (RB not) (RB only)) (VP (VBN allowed) (S (VP (VP (TO to) (VP (VB go) (PP (IN without) (NP (JJ further) (NN delay))))) (, ,) (CONJP (CC but) (RB also)) (VP (TO to) (VP (VB take) (NP (DT the) (NN diamond) (NN necklace)) (PP (IN with) (NP (PRP him))))))))) (. .)))" }, "speaker": null, "text": "He was not only allowed to go without further delay, but also to take the diamond necklace with him.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1295, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "he", "misc": "", "start_char": 1293, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1299, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1296, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1303, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 1300, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1308, "feats": null, "head": 5, "id": 4, "lemma": "only", "misc": "", "start_char": 1304, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1316, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "allow", "misc": "", "start_char": 1309, "text": "allowed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1319, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1317, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1322, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "go", "misc": "", "start_char": 1320, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1330, "feats": null, "head": 10, "id": 8, "lemma": "without", "misc": "", "start_char": 1323, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1338, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "further", "misc": "", "start_char": 1331, "text": "further", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1344, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "delay", "misc": "", "start_char": 1339, "text": "delay", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1346, "feats": null, "head": 15, "id": 11, "lemma": ",", "misc": "", "start_char": 1345, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1350, "feats": null, "head": 15, "id": 12, "lemma": "but", "misc": "", "start_char": 1347, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1355, "feats": null, "head": 15, "id": 13, "lemma": "also", "misc": "", "start_char": 1351, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1358, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 1356, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 1363, "feats": "VerbForm=Inf", "head": 7, "id": 15, "lemma": "take", "misc": "", "start_char": 1359, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1367, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 1364, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1375, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "diamond", "misc": "", "start_char": 1368, "text": "diamond", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1384, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "necklace", "misc": "", "start_char": 1376, "text": "necklace", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1389, "feats": null, "head": 20, "id": 19, "lemma": "with", "misc": "", "start_char": 1385, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1393, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 20, "lemma": "he", "misc": "", "start_char": 1390, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1395, "feats": null, "head": 5, "id": 21, "lemma": ".", "misc": "", "start_char": 1394, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
An old and very rich friend of mine told me he had an unpleasant experience. He went to a famous jewelry shop and asked to be shown some gold necklaces. After examining several minutes, he decided to buy a gold necklace with a precious diamond, and asked if he could pay by cheque. The assistant said that was quite in order, but the moment my friend signed his name, he was invited into the manager's office. The manager was very polite, but he explained that someone with exactly the same name had given them a worthless cheque not long ago. My friend got very angry when he heard this and said that he would buy a diamond necklace somewhere else. When he got up to go, the manager told him that the police would arrive at any moment and he had better stay unless he wanted to get into serious trouble. Sure enough, the police arrived soon afterwards. They were polite, too, but explained that a person who had used the same name as his was responsible for a number of recent robberies. Then the police asked my friend to copy out a note which had been used by the thief in a number of stores. The note read, "I have a gun in my pocket. Ask no question and give me all the money in the drawer." Luckily, my friend's handwriting was quite unlike the thief's. He was not only allowed to go without further delay, but also to take the diamond necklace with him.
[ [ [ 0, 12, 14 ] ], [ [ 1, 3, 6 ] ], [ [ 1, 12, 14 ] ], [ [ 1, 5, 5 ] ], [ [ 2, 1, 3 ] ], [ [ 2, 2, 3 ] ], [ [ 2, 9, 15 ], [ 14, 15, 17 ] ], [ [ 2, 13, 15 ] ], [ [ 2, 24, 24 ] ], [ [ 3, 0, 1 ] ], [ [ 3, 3, 3 ] ], [ [ 3, 7, 7 ] ], [ [ 3, 12, 13 ], [ 3, 15, 15 ], [ 0, 10, 10 ], [ 0, 0, 7 ], [ 1, 0, 0 ], [ 2, 5, 5 ], [ 3, 18, 18 ], [ 2, 20, 20 ], [ 14, 0, 0 ], [ 14, 19, 19 ], [ 13, 2, 4 ], [ 8, 18, 18 ], [ 6, 25, 25 ], [ 6, 1, 1 ], [ 5, 0, 1 ], [ 5, 6, 6 ], [ 5, 12, 12 ], [ 4, 7, 7 ], [ 6, 10, 10 ], [ 6, 20, 20 ], [ 9, 4, 5 ] ], [ [ 3, 12, 12 ], [ 0, 7, 7 ], [ 0, 9, 9 ], [ 13, 2, 2 ], [ 9, 4, 4 ], [ 5, 0, 0 ] ], [ [ 3, 15, 16 ] ], [ [ 3, 22, 25 ] ], [ [ 4, 10, 15 ] ], [ [ 4, 18, 18 ] ], [ [ 4, 19, 21 ] ], [ [ 4, 22, 24 ] ], [ [ 5, 8, 8 ] ], [ [ 5, 15, 17 ] ], [ [ 5, 16, 16 ] ], [ [ 5, 18, 19 ] ], [ [ 6, 17, 18 ] ], [ [ 3, 22, 24 ], [ 4, 0, 1 ], [ 6, 7, 8 ] ], [ [ 6, 30, 31 ] ], [ [ 7, 6, 7 ] ], [ [ 8, 9, 18 ] ], [ [ 8, 14, 16 ], [ 4, 12, 15 ] ], [ [ 8, 22, 26 ] ], [ [ 8, 25, 26 ] ], [ [ 9, 0, 0 ] ], [ [ 9, 1, 2 ], [ 6, 12, 13 ], [ 7, 3, 4 ], [ 8, 0, 0 ] ], [ [ 9, 9, 22 ], [ 10, 0, 1 ] ], [ [ 9, 19, 22 ] ], [ [ 9, 22, 22 ] ], [ [ 10, 7, 8 ] ], [ [ 10, 10, 11 ] ], [ [ 11, 1, 2 ] ], [ [ 11, 6, 11 ] ], [ [ 11, 10, 11 ] ], [ [ 13, 2, 5 ] ], [ [ 13, 9, 11 ], [ 9, 16, 17 ], [ 10, 10, 10 ], [ 10, 5, 5 ], [ 11, 5, 5 ] ], [ [ 14, 8, 9 ] ], [ [ 3, 10, 11 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36178
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP we)) (VP (VBP talk) (PP (IN about) (NP (JJ red) (NNS packets)))))) (, ,) (NP (DT the) (ADJP (RBS most) (JJ important)) (NN question)) (VP (VBZ is) (`` ``) (SBARQ (WHNP (WP What)) (SQ (VBP are) (NP (PRP you)) (VP (VBG going) (S (VP (TO to) (VP (VB do) (PP (IN with) (NP (PRP it)))))))))) (. ?) ('' '')))" }, "speaker": null, "text": "When we talk about red packets, the most important question is \"What are you going to do with it?\"", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 0, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 7, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 5, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 12, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 17, "id": 3, "lemma": "talk", "misc": "", "start_char": 8, "text": "talk", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 18, "feats": null, "head": 6, "id": 4, "lemma": "about", "misc": "", "start_char": 13, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 22, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "red", "misc": "", "start_char": 19, "text": "red", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "packet", "misc": "", "start_char": 23, "text": "packets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 32, "feats": null, "head": 17, "id": 7, "lemma": ",", "misc": "", "start_char": 31, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 36, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 8, "lemma": "the", "misc": "", "start_char": 33, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 41, "feats": "Degree=Sup", "head": 10, "id": 9, "lemma": "most", "misc": "", "start_char": 37, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 51, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "important", "misc": "", "start_char": 42, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:outer", "end_char": 60, "feats": "Number=Sing", "head": 17, "id": 11, "lemma": "question", "misc": "", "start_char": 52, "text": "question", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 63, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 12, "lemma": "be", "misc": "", "start_char": 61, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 66, "feats": null, "head": 17, "id": 13, "lemma": "``", "misc": "", "start_char": 64, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 71, "feats": "PronType=Int", "head": 19, "id": 14, "lemma": "what", "misc": "", "start_char": 67, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 75, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 17, "id": 15, "lemma": "be", "misc": "", "start_char": 72, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 79, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 17, "id": 16, "lemma": "you", "misc": "", "start_char": 76, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 85, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 17, "lemma": "go", "misc": "", "start_char": 80, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 88, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 86, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 91, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "do", "misc": "", "start_char": 89, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 96, "feats": null, "head": 21, "id": 20, "lemma": "with", "misc": "", "start_char": 92, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 99, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 21, "lemma": "it", "misc": "", "start_char": 97, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 101, "feats": null, "head": 17, "id": 22, "lemma": "?", "misc": "", "start_char": 100, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 104, "feats": null, "head": 17, "id": 23, "lemma": "''", "misc": "", "start_char": 102, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD One) (NN thing)) (SBAR (S (NP (PRP you)) (VP (MD could) (VP (VB do)))))) (VP (VBZ is) (S (VP (TO to) (VP (VB put) (NP (PRP$ your) (NN money)) (PP (IN in) (NP (DT the) (NN bank))))))) (. .)))" }, "speaker": null, "text": "One thing you could do is to put your money in the bank.", "tokens": [ { "deprel": "nummod", "end_char": 108, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "one", "misc": "", "start_char": 105, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj:outer", "end_char": 114, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "thing", "misc": "", "start_char": 109, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 118, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 3, "lemma": "you", "misc": "", "start_char": 115, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 124, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "could", "misc": "", "start_char": 119, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 127, "feats": "VerbForm=Inf", "head": 2, "id": 5, "lemma": "do", "misc": "", "start_char": 125, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 130, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 128, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 133, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 131, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 137, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "put", "misc": "", "start_char": 134, "text": "put", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 142, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "your", "misc": "", "start_char": 138, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 148, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "money", "misc": "", "start_char": 143, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 151, "feats": null, "head": 13, "id": 11, "lemma": "in", "misc": "", "start_char": 149, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 155, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 152, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 160, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "bank", "misc": "", "start_char": 156, "text": "bank", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 162, "feats": null, "head": 8, "id": 14, "lemma": ".", "misc": "", "start_char": 161, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 164, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 163, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Maybe)) (PRN (S (NP (PRP you)) (VP (VBP do) (RB n't) (VP (VB know)))) (, ,)) (NP (NP (DT some) (NNS students)) (PP (IN in) (NP (NNP Hubei)))) (VP (VBD began) (S (VP (TO to) (VP (VB use) (NP (DT the) (NML (NNP Xiaogui) (NNP Dangjia)) (NN bank) (NN card)) (NP (DT this) (NN year)))))) (. .)))" }, "speaker": null, "text": "Maybe you don't know, some students in Hubei began to use the Xiaogui Dangjia bank card this year.", "tokens": [ { "deprel": "advmod", "end_char": 170, "feats": null, "head": 5, "id": 1, "lemma": "maybe", "misc": "", "start_char": 165, "text": "Maybe", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 174, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 2, "lemma": "you", "misc": "", "start_char": 171, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 177, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 175, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 181, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 178, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 186, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "know", "misc": "", "start_char": 182, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 188, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 187, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 193, "feats": null, "head": 8, "id": 7, "lemma": "some", "misc": "", "start_char": 189, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 202, "feats": "Number=Plur", "head": 11, "id": 8, "lemma": "student", "misc": "", "start_char": 194, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 205, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 203, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 211, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Hubei", "misc": "", "start_char": 206, "text": "Hubei", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "parataxis", "end_char": 217, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 11, "lemma": "begin", "misc": "", "start_char": 212, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 220, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 218, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 224, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "use", "misc": "", "start_char": 221, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 228, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 14, "lemma": "the", "misc": "", "start_char": 225, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 236, "feats": "Number=Sing", "head": 18, "id": 15, "lemma": "Xiaogui", "misc": "", "start_char": 229, "text": "Xiaogui", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 244, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "Dangjia", "misc": "", "start_char": 237, "text": "Dangjia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 249, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "bank", "misc": "", "start_char": 245, "text": "bank", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 254, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "card", "misc": "", "start_char": 250, "text": "card", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 259, "feats": "Number=Sing|PronType=Dem", "head": 20, "id": 19, "lemma": "this", "misc": "", "start_char": 255, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 264, "feats": "Number=Sing", "head": 13, "id": 20, "lemma": "year", "misc": "", "start_char": 260, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 266, "feats": null, "head": 11, "id": 21, "lemma": ".", "misc": "", "start_char": 265, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (NP (NP (DT a) (NN card)) (PP (IN for) (NP (NNS children))))) (. .)))" }, "speaker": null, "text": "This is a card for children.", "tokens": [ { "deprel": "nsubj", "end_char": 271, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 267, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 274, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 272, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 276, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 275, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 281, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "card", "misc": "", "start_char": 277, "text": "card", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 285, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 282, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 294, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "child", "misc": "", "start_char": 286, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 296, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 295, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (PP (IN from) (NP (NP (NNP China) (NNP Minsheng) (NNP Bank)) (PP (IN in) (NP (NNP Wuhan)))))) (. .)))" }, "speaker": null, "text": "It is from China Minsheng Bank in Wuhan.", "tokens": [ { "deprel": "nsubj", "end_char": 299, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 297, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 302, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 300, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 307, "feats": null, "head": 6, "id": 3, "lemma": "from", "misc": "", "start_char": 303, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 313, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "China", "misc": "", "start_char": 308, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 322, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Minsheng", "misc": "", "start_char": 314, "text": "Minsheng", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 327, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "Bank", "misc": "", "start_char": 323, "text": "Bank", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 330, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 328, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 336, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Wuhan", "misc": "", "start_char": 331, "text": "Wuhan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 338, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 337, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 340, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 339, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NNP Wang) (NNP Ming)) (VP (VBZ is) (NP (NP (DT a) (JJ 14-year-old) (JJ junior) (NN student)) (PP (IN in) (NP (NNP Wuhan))))) (. .)))" }, "speaker": null, "text": "Wang Ming is a 14-year-old junior student in Wuhan.", "tokens": [ { "deprel": "nsubj", "end_char": 345, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Wang", "misc": "", "start_char": 341, "text": "Wang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 350, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Ming", "misc": "", "start_char": 346, "text": "Ming", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 353, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 351, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 355, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 4, "lemma": "a", "misc": "", "start_char": 354, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 367, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "14-year-old", "misc": "", "start_char": 356, "text": "14-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 374, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "junior", "misc": "", "start_char": 368, "text": "junior", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 382, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "student", "misc": "", "start_char": 375, "text": "student", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 385, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 383, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 391, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Wuhan", "misc": "", "start_char": 386, "text": "Wuhan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 393, "feats": null, "head": 7, "id": 10, "lemma": ".", "misc": "", "start_char": 392, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD said) (SBAR (`` ``) (S (NP (PDT All) (PRP$ my) (NN pocket) (NN money)) (VP (VBZ has) (NP (NP (DT a) (NN place)) (SBAR (S (VP (TO to) (VP (VB go) (ADVP (RB now))))))))))) (. .)))" }, "speaker": null, "text": "He said \"All my pocket money has a place to go now.", "tokens": [ { "deprel": "nsubj", "end_char": 396, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 394, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 401, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 397, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 404, "feats": null, "head": 2, "id": 3, "lemma": "``", "misc": "", "start_char": 402, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det:predet", "end_char": 408, "feats": null, "head": 7, "id": 4, "lemma": "all", "misc": "", "start_char": 405, "text": "All", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 411, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 5, "lemma": "my", "misc": "", "start_char": 409, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 418, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "pocket", "misc": "", "start_char": 412, "text": "pocket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 424, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "money", "misc": "", "start_char": 419, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 428, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 8, "lemma": "have", "misc": "", "start_char": 425, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 430, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 429, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 436, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "place", "misc": "", "start_char": 431, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 439, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 437, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 442, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "go", "misc": "", "start_char": 440, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 446, "feats": null, "head": 12, "id": 13, "lemma": "now", "misc": "", "start_char": 443, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 448, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 447, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (MD can) (VP (VB pay) (NP (PRP$ my) (JJ own) (NN school) (NNS fees)))) (. .) ('' '')))" }, "speaker": null, "text": "I can pay my own school fees.\"", "tokens": [ { "deprel": "nsubj", "end_char": 450, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 449, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 454, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 451, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 458, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "pay", "misc": "", "start_char": 455, "text": "pay", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 461, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 4, "lemma": "my", "misc": "", "start_char": 459, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 465, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "own", "misc": "", "start_char": 462, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 472, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "school", "misc": "", "start_char": 466, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 477, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "fee", "misc": "", "start_char": 473, "text": "fees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 479, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 478, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 482, "feats": null, "head": 3, "id": 9, "lemma": "''", "misc": "", "start_char": 480, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 484, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 483, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Zhu) (NNP Yu)) (, ,) (NP (NP (DT a) (NN manager)) (PP (IN of) (NP (NNP Minsheng) (NNP Bank)))) (, ,)) (VP (VBD said) (SBAR (IN that) (S (NP (PRP they)) (VP (VBD knew) (NP (NP (NNS lots)) (PP (IN of) (NP (NP (NNS students)) (SBAR (WHNP (WP who)) (S (VP (VBD did) (RB n't) (VP (VB know) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB use) (NP (PRP$ their) (NN money))))))))))))))))) (. .)))" }, "speaker": null, "text": "Zhu Yu, a manager of Minsheng Bank, said that they knew lots of students who didn't know how to use their money.", "tokens": [ { "deprel": "nsubj", "end_char": 488, "feats": "Number=Sing", "head": 10, "id": 1, "lemma": "Zhu", "misc": "", "start_char": 485, "text": "Zhu", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 491, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Yu", "misc": "", "start_char": 489, "text": "Yu", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 493, "feats": null, "head": 5, "id": 3, "lemma": ",", "misc": "", "start_char": 492, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 495, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 494, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 503, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "manager", "misc": "", "start_char": 496, "text": "manager", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 506, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 504, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 515, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Minsheng", "misc": "", "start_char": 507, "text": "Minsheng", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 520, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "Bank", "misc": "", "start_char": 516, "text": "Bank", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 522, "feats": null, "head": 1, "id": 9, "lemma": ",", "misc": "", "start_char": 521, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 527, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "say", "misc": "", "start_char": 523, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 532, "feats": null, "head": 13, "id": 11, "lemma": "that", "misc": "", "start_char": 528, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 537, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 12, "lemma": "they", "misc": "", "start_char": 533, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 542, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 13, "lemma": "know", "misc": "", "start_char": 538, "text": "knew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 547, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "lot", "misc": "", "start_char": 543, "text": "lots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 550, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 548, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 559, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "student", "misc": "", "start_char": 551, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 563, "feats": "PronType=Rel", "head": 20, "id": 17, "lemma": "who", "misc": "", "start_char": 560, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 567, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 18, "lemma": "do", "misc": "", "start_char": 564, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 571, "feats": null, "head": 20, "id": 19, "lemma": "not", "misc": "", "start_char": 568, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 576, "feats": "VerbForm=Inf", "head": 16, "id": 20, "lemma": "know", "misc": "", "start_char": 572, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 580, "feats": "PronType=Int", "head": 20, "id": 21, "lemma": "how", "misc": "", "start_char": 577, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 583, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 581, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 587, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "use", "misc": "", "start_char": 584, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 593, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 25, "id": 24, "lemma": "their", "misc": "", "start_char": 588, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 599, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "money", "misc": "", "start_char": 594, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 601, "feats": null, "head": 10, "id": 26, "lemma": ".", "misc": "", "start_char": 600, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (RB So) (NP (PRP they)) (VP (VBD wanted) (S (NP (PRP them)) (VP (TO to) (VP (VB know) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB use) (NP (PRP it)) (ADVP (RB carefully)))))))))) (. .)))" }, "speaker": null, "text": "So they wanted them to know how to use it carefully.", "tokens": [ { "deprel": "advmod", "end_char": 604, "feats": null, "head": 3, "id": 1, "lemma": "so", "misc": "", "start_char": 602, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 609, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "they", "misc": "", "start_char": 605, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 616, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "want", "misc": "", "start_char": 610, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 621, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "they", "misc": "", "start_char": 617, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 624, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 622, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 629, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "know", "misc": "", "start_char": 625, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 633, "feats": "PronType=Int", "head": 6, "id": 7, "lemma": "how", "misc": "", "start_char": 630, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 636, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 634, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 640, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "use", "misc": "", "start_char": 637, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 643, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 10, "lemma": "it", "misc": "", "start_char": 641, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 653, "feats": null, "head": 9, "id": 11, "lemma": "carefully", "misc": "", "start_char": 644, "text": "carefully", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 655, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 654, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NNS Parents)) (VP (VBP worry) (SBAR (IN that) (S (NP (NNS children)) (VP (VBP do) (RB n't) (VP (VB know) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB take) (NP (NN care)) (PP (IN of) (NP (DT the) (NN money))) (PP (IN by) (NP (PRP themselves)))))))))))) (. .)))" }, "speaker": null, "text": "Parents worry that children don't know how to take care of the money by themselves.", "tokens": [ { "deprel": "nsubj", "end_char": 663, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "Parent", "misc": "", "start_char": 656, "text": "Parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 669, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "worry", "misc": "", "start_char": 664, "text": "worry", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 674, "feats": null, "head": 7, "id": 3, "lemma": "that", "misc": "", "start_char": 670, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 683, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "child", "misc": "", "start_char": 675, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 686, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "do", "misc": "", "start_char": 684, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 690, "feats": null, "head": 7, "id": 6, "lemma": "not", "misc": "", "start_char": 687, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 695, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "know", "misc": "", "start_char": 691, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 699, "feats": "PronType=Int", "head": 7, "id": 8, "lemma": "how", "misc": "", "start_char": 696, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 702, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 700, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 707, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "take", "misc": "", "start_char": 703, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 712, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "care", "misc": "", "start_char": 708, "text": "care", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 715, "feats": null, "head": 14, "id": 12, "lemma": "of", "misc": "", "start_char": 713, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 719, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 716, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 725, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "money", "misc": "", "start_char": 720, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 728, "feats": null, "head": 16, "id": 15, "lemma": "by", "misc": "", "start_char": 726, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 739, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 10, "id": 16, "lemma": "themselves", "misc": "", "start_char": 729, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 741, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 740, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NP (NP (NP (NNP Shen) (NNP qiangqiang) (POS 's)) (NN mother)) (PP (IN like) (NP (DT the) (NN card))) (ADVP (RB very) (RB much)) (. .)))" }, "speaker": null, "text": "Shen qiangqiang's mother like the card very much.", "tokens": [ { "deprel": "nmod:poss", "end_char": 746, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Shen", "misc": "", "start_char": 742, "text": "Shen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 757, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "qiangqiang", "misc": "", "start_char": 747, "text": "qiangqiang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 760, "feats": null, "head": 1, "id": 3, "lemma": "'s", "misc": "", "start_char": 758, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "root", "end_char": 767, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "mother", "misc": "", "start_char": 761, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 772, "feats": null, "head": 7, "id": 5, "lemma": "like", "misc": "", "start_char": 768, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 776, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 773, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 781, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "card", "misc": "", "start_char": 777, "text": "card", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 786, "feats": null, "head": 9, "id": 8, "lemma": "very", "misc": "", "start_char": 782, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 791, "feats": null, "head": 4, "id": 9, "lemma": "much", "misc": "", "start_char": 787, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 793, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 792, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Shen)) (VP (VBD was) (VP (VBG asking) (NP (PRP$ his) (NN mother)) (PP (IN for) (NP (DT a) (NN computer))) (PP (IN for) (NP (DT a) (JJ long) (NN time)))))) (, ,) (CC but) (S (NP (PRP$ his) (NN mother)) (VP (VBD did) (RB n't) (VP (VB buy) (NP (PRP it)) (PP (IN for) (NP (PRP him)))))) (. .)))" }, "speaker": null, "text": "Shen was asking his mother for a computer for a long time, but his mother didn't buy it for him.", "tokens": [ { "deprel": "nsubj", "end_char": 798, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Shen", "misc": "", "start_char": 794, "text": "Shen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 802, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 799, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 809, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "ask", "misc": "", "start_char": 803, "text": "asking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 813, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "his", "misc": "", "start_char": 810, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "iobj", "end_char": 820, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "mother", "misc": "", "start_char": 814, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 824, "feats": null, "head": 8, "id": 6, "lemma": "for", "misc": "", "start_char": 821, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 826, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 825, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 835, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "computer", "misc": "", "start_char": 827, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 839, "feats": null, "head": 12, "id": 9, "lemma": "for", "misc": "", "start_char": 836, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 841, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 840, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 846, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "long", "misc": "", "start_char": 842, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 851, "feats": "Number=Sing", "head": 3, "id": 12, "lemma": "time", "misc": "", "start_char": 847, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 853, "feats": null, "head": 19, "id": 13, "lemma": ",", "misc": "", "start_char": 852, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 857, "feats": null, "head": 19, "id": 14, "lemma": "but", "misc": "", "start_char": 854, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 861, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "his", "misc": "", "start_char": 858, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 868, "feats": "Number=Sing", "head": 19, "id": 16, "lemma": "mother", "misc": "", "start_char": 862, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 872, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 17, "lemma": "do", "misc": "", "start_char": 869, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 876, "feats": null, "head": 19, "id": 18, "lemma": "not", "misc": "", "start_char": 873, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 880, "feats": "VerbForm=Inf", "head": 3, "id": 19, "lemma": "buy", "misc": "", "start_char": 877, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 883, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 20, "lemma": "it", "misc": "", "start_char": 881, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 887, "feats": null, "head": 22, "id": 21, "lemma": "for", "misc": "", "start_char": 884, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 891, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 22, "lemma": "he", "misc": "", "start_char": 888, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 893, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 892, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD said) (, ,) (`` ``) (S (NP (PRP We)) (VP (VBP want) (S (NP (PRP him)) (VP (TO to) (VP (VB use) (NP (PRP$ his) (NN card)) (S (VP (TO to) (VP (VB save) (NP (NN money)) (PP (IN for) (NP (DT the) (NN computer)))))))))))) (. .)))" }, "speaker": null, "text": "She said, \"We want him to use his card to save money for the computer.", "tokens": [ { "deprel": "nsubj", "end_char": 897, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 894, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 902, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 898, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 904, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 903, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 907, "feats": null, "head": 2, "id": 4, "lemma": "``", "misc": "", "start_char": 905, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 910, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "we", "misc": "", "start_char": 908, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 915, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "want", "misc": "", "start_char": 911, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 919, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "he", "misc": "", "start_char": 916, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 922, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 920, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 926, "feats": "VerbForm=Inf", "head": 6, "id": 9, "lemma": "use", "misc": "", "start_char": 923, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 930, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "his", "misc": "", "start_char": 927, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 935, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "card", "misc": "", "start_char": 931, "text": "card", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 938, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 936, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 943, "feats": "VerbForm=Inf", "head": 9, "id": 13, "lemma": "save", "misc": "", "start_char": 939, "text": "save", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 949, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "money", "misc": "", "start_char": 944, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 953, "feats": null, "head": 17, "id": 15, "lemma": "for", "misc": "", "start_char": 950, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 957, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 954, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 966, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "computer", "misc": "", "start_char": 958, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 968, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 967, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP we)) (VP (VBP buy) (NP (NP (NN everything)) (SBAR (S (NP (PRP he)) (VP (VBZ asks) (PP (IN for))))))))) (, ,) (NP (PRP he)) (VP (MD will) (VP (VB think) (SBAR (S (S (NP (NN money)) (VP (VBZ comes) (ADVP (RB too) (RB easily)))) (, ,) (CC and) (S (NP (PRP he)) (VP (MD wo) (RB n't) (VP (VB work) (ADVP (RB hard)) (PP (IN for) (NP (PRP it)))))))))) (. .) ('' '')))" }, "speaker": null, "text": "If we buy everything he asks for, he will think money comes too easily, and he won't work hard for it.\"", "tokens": [ { "deprel": "mark", "end_char": 971, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 969, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 974, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 972, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 978, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 3, "lemma": "buy", "misc": "", "start_char": 975, "text": "buy", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 989, "feats": "Number=Sing|PronType=Tot", "head": 3, "id": 4, "lemma": "everything", "misc": "", "start_char": 979, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 992, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "he", "misc": "", "start_char": 990, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 997, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 6, "lemma": "ask", "misc": "", "start_char": 993, "text": "asks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obl", "end_char": 1001, "feats": null, "head": 6, "id": 7, "lemma": "for", "misc": "", "start_char": 998, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1003, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 1002, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1006, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "he", "misc": "", "start_char": 1004, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1011, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "will", "misc": "", "start_char": 1007, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1017, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "think", "misc": "", "start_char": 1012, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 1023, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "money", "misc": "", "start_char": 1018, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 1029, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 13, "lemma": "come", "misc": "", "start_char": 1024, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1033, "feats": null, "head": 15, "id": 14, "lemma": "too", "misc": "", "start_char": 1030, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1040, "feats": null, "head": 13, "id": 15, "lemma": "easily", "misc": "", "start_char": 1034, "text": "easily", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1042, "feats": null, "head": 21, "id": 16, "lemma": ",", "misc": "", "start_char": 1041, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1046, "feats": null, "head": 21, "id": 17, "lemma": "and", "misc": "", "start_char": 1043, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1049, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 21, "id": 18, "lemma": "he", "misc": "", "start_char": 1047, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1052, "feats": "VerbForm=Fin", "head": 21, "id": 19, "lemma": "will", "misc": "", "start_char": 1050, "text": "wo", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1056, "feats": null, "head": 21, "id": 20, "lemma": "not", "misc": "", "start_char": 1053, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1061, "feats": "VerbForm=Inf", "head": 11, "id": 21, "lemma": "work", "misc": "", "start_char": 1057, "text": "work", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1066, "feats": "Degree=Pos", "head": 21, "id": 22, "lemma": "hard", "misc": "", "start_char": 1062, "text": "hard", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1070, "feats": null, "head": 24, "id": 23, "lemma": "for", "misc": "", "start_char": 1067, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1073, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 21, "id": 24, "lemma": "it", "misc": "", "start_char": 1071, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1075, "feats": null, "head": 11, "id": 25, "lemma": ".", "misc": "", "start_char": 1074, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1078, "feats": null, "head": 11, "id": 26, "lemma": "''", "misc": "", "start_char": 1076, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1080, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1079, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (NN Today)) (, ,) (NP (EX there)) (VP (VBP are) (NP (NP (JJ many) (JJ different) (NNS kinds)) (PP (IN of) (NP (NN bank) (NNS cards))))) (. .)))" }, "speaker": null, "text": "Today, there are many different kinds of bank cards.", "tokens": [ { "deprel": "obl:tmod", "end_char": 1086, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "today", "misc": "", "start_char": 1081, "text": "Today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1088, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1087, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 1094, "feats": null, "head": 4, "id": 3, "lemma": "there", "misc": "", "start_char": 1089, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1098, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "be", "misc": "", "start_char": 1095, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1103, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "many", "misc": "", "start_char": 1099, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1113, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "different", "misc": "", "start_char": 1104, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1119, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "kind", "misc": "", "start_char": 1114, "text": "kinds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1122, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 1120, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1127, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "bank", "misc": "", "start_char": 1123, "text": "bank", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1133, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "card", "misc": "", "start_char": 1128, "text": "cards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1135, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 1134, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP are) (PP (IN from) (NP (JJ different) (NNS banks)))) (. .)))" }, "speaker": null, "text": "They are from different banks.", "tokens": [ { "deprel": "nsubj", "end_char": 1140, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "they", "misc": "", "start_char": 1136, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1144, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1141, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 1149, "feats": null, "head": 5, "id": 3, "lemma": "from", "misc": "", "start_char": 1145, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1159, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "different", "misc": "", "start_char": 1150, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1165, "feats": "Number=Plur", "head": 0, "id": 5, "lemma": "bank", "misc": "", "start_char": 1160, "text": "banks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1167, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 1166, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (VBP put) (NP (PRP$ their) (NN money)) (PP (IN in) (NP (PRP them)))) (. .)))" }, "speaker": null, "text": "People put their money in them.", "tokens": [ { "deprel": "nsubj", "end_char": 1174, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "person", "misc": "", "start_char": 1168, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1178, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "put", "misc": "", "start_char": 1175, "text": "put", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1184, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "their", "misc": "", "start_char": 1179, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1190, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "money", "misc": "", "start_char": 1185, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1193, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 1191, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1198, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 6, "lemma": "they", "misc": "", "start_char": 1194, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1200, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 1199, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (PRP they)) (VP (MD can) (VP (VB use) (NP (PRP$ their) (NN money)) (PP (IN at) (NP (DT any) (NN time))))) (. .)))" }, "speaker": null, "text": "Then they can use their money at any time.", "tokens": [ { "deprel": "advmod", "end_char": 1205, "feats": "PronType=Dem", "head": 4, "id": 1, "lemma": "then", "misc": "", "start_char": 1201, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1210, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "they", "misc": "", "start_char": 1206, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1214, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 1211, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1218, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "use", "misc": "", "start_char": 1215, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1224, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "their", "misc": "", "start_char": 1219, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1230, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "money", "misc": "", "start_char": 1225, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1233, "feats": null, "head": 9, "id": 7, "lemma": "at", "misc": "", "start_char": 1231, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1237, "feats": null, "head": 9, "id": 8, "lemma": "any", "misc": "", "start_char": 1234, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1242, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "time", "misc": "", "start_char": 1238, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1244, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 1243, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (MD can) (VP (VB do) (NP (JJ many) (NNS things)) (PP (IN with) (NP (NN bank) (NNS cards))))) (. .)))" }, "speaker": null, "text": "People can do many things with bank cards.", "tokens": [ { "deprel": "nsubj", "end_char": 1251, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "person", "misc": "", "start_char": 1245, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1255, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 1252, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1258, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "do", "misc": "", "start_char": 1256, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1263, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "many", "misc": "", "start_char": 1259, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1270, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "thing", "misc": "", "start_char": 1264, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1275, "feats": null, "head": 8, "id": 6, "lemma": "with", "misc": "", "start_char": 1271, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1280, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "bank", "misc": "", "start_char": 1276, "text": "bank", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1286, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "card", "misc": "", "start_char": 1281, "text": "cards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1288, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 1287, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (MD can) (VP (VP (VB wash) (NP (NNS cars))) (, ,) (VP (VB go) (NP (NN shopping))) (, ,) (VP (VB eat) (NP (JJ delicious) (NN food))) (CC and) (VP (VB travel) (PP (IN to) (NP (JJ other) (NNS places))) (PP (IN with) (NP (NP (DT the) (NN money)) (PP (IN in) (NP (PRP$ their) (NN bank) (NNS cards)))))))) (. .)))" }, "speaker": null, "text": "They can wash cars, go shopping, eat delicious food and travel to other places with the money in their bank cards.", "tokens": [ { "deprel": "nsubj", "end_char": 1293, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 1289, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1297, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 1294, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1302, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "wash", "misc": "", "start_char": 1298, "text": "wash", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1307, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "car", "misc": "", "start_char": 1303, "text": "cars", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1309, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 1308, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1312, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "go", "misc": "", "start_char": 1310, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1321, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "shopping", "misc": "", "start_char": 1313, "text": "shopping", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1323, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 1322, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1327, "feats": "VerbForm=Inf", "head": 3, "id": 9, "lemma": "eat", "misc": "", "start_char": 1324, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1337, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "delicious", "misc": "", "start_char": 1328, "text": "delicious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1342, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "food", "misc": "", "start_char": 1338, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1346, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1343, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1353, "feats": "VerbForm=Inf", "head": 3, "id": 13, "lemma": "travel", "misc": "", "start_char": 1347, "text": "travel", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1356, "feats": null, "head": 16, "id": 14, "lemma": "to", "misc": "", "start_char": 1354, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1362, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "other", "misc": "", "start_char": 1357, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1369, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "place", "misc": "", "start_char": 1363, "text": "places", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1374, "feats": null, "head": 19, "id": 17, "lemma": "with", "misc": "", "start_char": 1370, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1378, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 1375, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1384, "feats": "Number=Sing", "head": 13, "id": 19, "lemma": "money", "misc": "", "start_char": 1379, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1387, "feats": null, "head": 23, "id": 20, "lemma": "in", "misc": "", "start_char": 1385, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1393, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 23, "id": 21, "lemma": "their", "misc": "", "start_char": 1388, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1398, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "bank", "misc": "", "start_char": 1394, "text": "bank", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1404, "feats": "Number=Plur", "head": 13, "id": 23, "lemma": "card", "misc": "", "start_char": 1399, "text": "cards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1406, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 1405, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1408, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1407, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (ADJP (RBS most) (JJ important)) (NN thing)) (VP (VBZ is) (RB not) (`` ``) (SBARQ (WHNP (WRB How) (RB much)) (SQ (VBD did) (NP (PRP you)) (VP (VB get))))) (. ?) ('' '')))" }, "speaker": null, "text": "The most important thing is not \"How much did you get?\"", "tokens": [ { "deprel": "det", "end_char": 1412, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 1409, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1417, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "most", "misc": "", "start_char": 1413, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 1427, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "important", "misc": "", "start_char": 1418, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:outer", "end_char": 1433, "feats": "Number=Sing", "head": 12, "id": 4, "lemma": "thing", "misc": "", "start_char": 1428, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1436, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 5, "lemma": "be", "misc": "", "start_char": 1434, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1440, "feats": null, "head": 12, "id": 6, "lemma": "not", "misc": "", "start_char": 1437, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "punct", "end_char": 1443, "feats": null, "head": 12, "id": 7, "lemma": "``", "misc": "", "start_char": 1441, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 1447, "feats": "PronType=Int", "head": 9, "id": 8, "lemma": "how", "misc": "", "start_char": 1444, "text": "How", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advmod", "end_char": 1452, "feats": null, "head": 12, "id": 9, "lemma": "much", "misc": "", "start_char": 1448, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux", "end_char": 1456, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 12, "id": 10, "lemma": "do", "misc": "", "start_char": 1453, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1460, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 11, "lemma": "you", "misc": "", "start_char": 1457, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1464, "feats": "VerbForm=Inf", "head": 0, "id": 12, "lemma": "get", "misc": "", "start_char": 1461, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1466, "feats": null, "head": 12, "id": 13, "lemma": "?", "misc": "", "start_char": 1465, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1469, "feats": null, "head": 12, "id": 14, "lemma": "''", "misc": "", "start_char": 1467, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBZ is) (ADJP (JJ necessary)) (SBAR (IN for) (S (NP (NN everyone)) (VP (TO to) (VP (VB learn) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VP (VB save) (NP (PRP$ your) (NN money))) (CC and) (VP (VB use) (NP (PRP$ your) (NN money)) (ADVP (RB correctly)))))))))))) (. .)))" }, "speaker": null, "text": "It is necessary for everyone to learn how to save your money and use your money correctly.", "tokens": [ { "deprel": "expl", "end_char": 1472, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1470, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1475, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1473, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1485, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "necessary", "misc": "", "start_char": 1476, "text": "necessary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1489, "feats": null, "head": 7, "id": 4, "lemma": "for", "misc": "", "start_char": 1486, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1498, "feats": "Number=Sing|PronType=Tot", "head": 7, "id": 5, "lemma": "everyone", "misc": "", "start_char": 1490, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "mark", "end_char": 1501, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1499, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1507, "feats": "VerbForm=Inf", "head": 3, "id": 7, "lemma": "learn", "misc": "", "start_char": 1502, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1511, "feats": "PronType=Int", "head": 7, "id": 8, "lemma": "how", "misc": "", "start_char": 1508, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 1514, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 1512, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1519, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "save", "misc": "", "start_char": 1515, "text": "save", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1524, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "your", "misc": "", "start_char": 1520, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1530, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "money", "misc": "", "start_char": 1525, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1534, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 1531, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1538, "feats": "VerbForm=Inf", "head": 10, "id": 14, "lemma": "use", "misc": "", "start_char": 1535, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1543, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "your", "misc": "", "start_char": 1539, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1549, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "money", "misc": "", "start_char": 1544, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1559, "feats": null, "head": 14, "id": 17, "lemma": "correctly", "misc": "", "start_char": 1550, "text": "correctly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1561, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 1560, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
When we talk about red packets, the most important question is "What are you going to do with it?" One thing you could do is to put your money in the bank. Maybe you don't know, some students in Hubei began to use the Xiaogui Dangjia bank card this year. This is a card for children. It is from China Minsheng Bank in Wuhan. Wang Ming is a 14-year-old junior student in Wuhan. He said "All my pocket money has a place to go now. I can pay my own school fees." Zhu Yu, a manager of Minsheng Bank, said that they knew lots of students who didn't know how to use their money. So they wanted them to know how to use it carefully. Parents worry that children don't know how to take care of the money by themselves. Shen qiangqiang's mother like the card very much. Shen was asking his mother for a computer for a long time, but his mother didn't buy it for him. She said, "We want him to use his card to save money for the computer. If we buy everything he asks for, he will think money comes too easily, and he won't work hard for it." Today, there are many different kinds of bank cards. They are from different banks. People put their money in them. Then they can use their money at any time. People can do many things with bank cards. They can wash cars, go shopping, eat delicious food and travel to other places with the money in their bank cards. The most important thing is not "How much did you get?" It is necessary for everyone to learn how to save your money and use your money correctly.
[ [ [ 0, 1, 1 ] ], [ [ 0, 7, 10 ], [ 0, 12, 22 ] ], [ [ 1, 2, 2 ], [ 0, 15, 15 ], [ 1, 8, 8 ], [ 3, 1, 1 ], [ 27, 4, 4 ], [ 27, 10, 10 ], [ 27, 14, 14 ], [ 26, 10, 10 ] ], [ [ 1, 8, 9 ], [ 27, 14, 15 ], [ 27, 10, 11 ] ], [ [ 1, 11, 12 ] ], [ [ 3, 9, 9 ] ], [ [ 3, 18, 19 ] ], [ [ 4, 0, 0 ], [ 5, 0, 0 ], [ 3, 13, 17 ], [ 4, 2, 5 ], [ 14, 5, 6 ] ], [ [ 5, 7, 7 ], [ 7, 8, 8 ] ], [ [ 8, 8, 9 ] ], [ [ 9, 0, 0 ], [ 9, 3, 3 ], [ 8, 0, 0 ], [ 8, 4, 4 ], [ 7, 0, 1 ], [ 7, 3, 8 ] ], [ [ 9, 3, 6 ] ], [ [ 11, 0, 1 ], [ 11, 3, 7 ], [ 11, 0, 7 ] ], [ [ 12, 1, 1 ], [ 11, 6, 7 ], [ 11, 11, 11 ] ], [ [ 12, 3, 3 ], [ 11, 23, 23 ], [ 11, 13, 24 ] ], [ [ 13, 0, 0 ] ], [ [ 13, 3, 3 ], [ 13, 15, 15 ], [ 4, 5, 5 ] ], [ [ 15, 0, 0 ], [ 14, 0, 2 ], [ 15, 3, 3 ], [ 15, 14, 14 ], [ 15, 21, 21 ], [ 16, 6, 6 ], [ 16, 9, 9 ], [ 17, 4, 4 ], [ 17, 8, 8 ], [ 17, 17, 17 ] ], [ [ 15, 3, 4 ], [ 14, 0, 3 ], [ 16, 0, 0 ], [ 15, 14, 15 ] ], [ [ 15, 6, 7 ], [ 15, 19, 19 ], [ 16, 15, 16 ] ], [ [ 15, 9, 11 ] ], [ [ 16, 4, 4 ], [ 17, 1, 1 ] ], [ [ 16, 9, 10 ] ], [ [ 17, 11, 11 ], [ 17, 23, 23 ], [ 13, 12, 13 ], [ 12, 9, 9 ], [ 11, 23, 24 ], [ 16, 13, 13 ] ], [ [ 19, 0, 0 ] ], [ [ 19, 8, 9 ], [ 21, 5, 5 ], [ 23, 6, 7 ], [ 24, 20, 22 ], [ 20, 0, 0 ] ], [ [ 21, 0, 0 ], [ 21, 2, 2 ], [ 22, 1, 1 ], [ 22, 4, 4 ], [ 23, 0, 0 ], [ 24, 0, 0 ], [ 24, 20, 20 ] ], [ [ 21, 2, 3 ], [ 22, 4, 5 ], [ 24, 17, 22 ] ], [ [ 22, 7, 8 ] ], [ [ 24, 3, 3 ] ], [ [ 26, 6, 13 ], [ 26, 0, 3 ] ], [ [ 0, 4, 5 ], [ 0, 20, 20 ] ], [ [ 1, 0, 4 ] ], [ [ 3, 6, 9 ] ], [ [ 3, 14, 16 ] ], [ [ 5, 3, 7 ] ], [ [ 5, 3, 3 ] ], [ [ 8, 3, 6 ] ], [ [ 8, 12, 12 ] ], [ [ 11, 15, 24 ] ], [ [ 13, 10, 10 ] ], [ [ 17, 3, 6 ] ], [ [ 19, 4, 9 ] ], [ [ 19, 8, 8 ], [ 23, 6, 6 ], [ 24, 21, 21 ] ], [ [ 20, 3, 4 ] ], [ [ 22, 0, 0 ] ], [ [ 23, 3, 4 ] ], [ [ 24, 6, 6 ] ], [ [ 24, 9, 10 ] ], [ [ 24, 14, 15 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36179
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (MD can) (VP (VB be) (VP (VBN seen) (ADVP (ADVP (RBR more) (RB frequently)) (PP (IN than) (ADVP (ADVP (RB ever)) (RB before)))) (PP (IN on) (NP (NN college) (NNS campuses))) (, ,) (S (VP (VBG wearing) (NP (JJ thick-rimmed) (NNS glasses)) (SBAR (IN while) (S (VP (VBG listening) (PP (IN to) (NP (JJ indie) (NN music))))))))))) (. .)))" }, "speaker": null, "text": "They can be seen more frequently than ever before on college campuses, wearing thick-rimmed glasses while listening to indie music.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 4, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "they", "misc": "", "start_char": 0, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 8, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 5, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 11, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 9, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 16, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "see", "misc": "", "start_char": 12, "text": "seen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 21, "feats": "Degree=Cmp", "head": 6, "id": 5, "lemma": "more", "misc": "", "start_char": 17, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 32, "feats": null, "head": 4, "id": 6, "lemma": "frequently", "misc": "", "start_char": 22, "text": "frequently", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 37, "feats": null, "head": 9, "id": 7, "lemma": "than", "misc": "", "start_char": 33, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 42, "feats": null, "head": 9, "id": 8, "lemma": "ever", "misc": "", "start_char": 38, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 49, "feats": null, "head": 6, "id": 9, "lemma": "before", "misc": "", "start_char": 43, "text": "before", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 52, "feats": null, "head": 12, "id": 10, "lemma": "on", "misc": "", "start_char": 50, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 60, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "college", "misc": "", "start_char": 53, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 69, "feats": "Number=Plur", "head": 4, "id": 12, "lemma": "campus", "misc": "", "start_char": 61, "text": "campuses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 71, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 70, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 79, "feats": "VerbForm=Ger", "head": 4, "id": 14, "lemma": "wear", "misc": "", "start_char": 72, "text": "wearing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 92, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "thick-rimmed", "misc": "", "start_char": 80, "text": "thick-rimmed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 100, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "glasses", "misc": "", "start_char": 93, "text": "glasses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 106, "feats": null, "head": 18, "id": 17, "lemma": "while", "misc": "", "start_char": 101, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 116, "feats": "VerbForm=Ger", "head": 14, "id": 18, "lemma": "listen", "misc": "", "start_char": 107, "text": "listening", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 119, "feats": null, "head": 21, "id": 19, "lemma": "to", "misc": "", "start_char": 117, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 125, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "indie", "misc": "", "start_char": 120, "text": "indie", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 131, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "music", "misc": "", "start_char": 126, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 133, "feats": null, "head": 4, "id": 22, "lemma": ".", "misc": "", "start_char": 132, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP One)) (VP (MD might) (VP (VB find) (S (NP (PRP them)) (VP (VBG playing) (NP (NP (JJ unusual) (JJ musical) (NNS instruments)) (, ,) (VP (NN shopping) (PP (IN at) (NP (JJ second-hand) (NNS stores)))) (CC or) (VP (VBG expressing) (NP (PRP themselves)) (PP (IN in) (NP (JJ other) (JJ unique) (NNS ways))))))))) (. .)))" }, "speaker": null, "text": "One might find them playing unusual musical instruments, shopping at second-hand stores or expressing themselves in other unique ways.", "tokens": [ { "deprel": "nsubj", "end_char": 137, "feats": "Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "one", "misc": "", "start_char": 134, "text": "One", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 143, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "might", "misc": "", "start_char": 138, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 148, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "find", "misc": "", "start_char": 144, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 153, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "they", "misc": "", "start_char": 149, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 161, "feats": "VerbForm=Ger", "head": 3, "id": 5, "lemma": "play", "misc": "", "start_char": 154, "text": "playing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 169, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "unusual", "misc": "", "start_char": 162, "text": "unusual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 177, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "musical", "misc": "", "start_char": 170, "text": "musical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 189, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "instrument", "misc": "", "start_char": 178, "text": "instruments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 191, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 190, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 200, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "shopping", "misc": "", "start_char": 192, "text": "shopping", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 203, "feats": null, "head": 13, "id": 11, "lemma": "at", "misc": "", "start_char": 201, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 215, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "second-hand", "misc": "", "start_char": 204, "text": "second-hand", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 222, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "store", "misc": "", "start_char": 216, "text": "stores", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 225, "feats": null, "head": 15, "id": 14, "lemma": "or", "misc": "", "start_char": 223, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 236, "feats": "VerbForm=Ger", "head": 5, "id": 15, "lemma": "express", "misc": "", "start_char": 226, "text": "expressing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 247, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 15, "id": 16, "lemma": "themselves", "misc": "", "start_char": 237, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 250, "feats": null, "head": 20, "id": 17, "lemma": "in", "misc": "", "start_char": 248, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 256, "feats": "Degree=Pos", "head": 20, "id": 18, "lemma": "other", "misc": "", "start_char": 251, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 263, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "unique", "misc": "", "start_char": 257, "text": "unique", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 268, "feats": "Number=Plur", "head": 15, "id": 20, "lemma": "way", "misc": "", "start_char": 264, "text": "ways", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 270, "feats": null, "head": 3, "id": 21, "lemma": ".", "misc": "", "start_char": 269, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP call) (NP (PRP themselves)) (S (NP (NNS hipsters)))) (. .)))" }, "speaker": null, "text": "They call themselves hipsters.", "tokens": [ { "deprel": "nsubj", "end_char": 275, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 271, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 280, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "call", "misc": "", "start_char": 276, "text": "call", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 291, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 2, "id": 3, "lemma": "themselves", "misc": "", "start_char": 281, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 300, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "hipster", "misc": "", "start_char": 292, "text": "hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 302, "feats": null, "head": 2, "id": 5, "lemma": ".", "misc": "", "start_char": 301, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (VP (VBG Being) (NP (NP (`` ``) (NN hip) ('' '')) (VP (VBN used) (S (VP (TO to) (VP (VB mean) (VP (VBG following) (NP (DT the) (JJS latest) (NN fashion))))))))) (. .)))" }, "speaker": null, "text": "Being \"hip\" used to mean following the latest fashion.", "tokens": [ { "deprel": "cop", "end_char": 308, "feats": "VerbForm=Ger", "head": 3, "id": 1, "lemma": "be", "misc": "", "start_char": 303, "text": "Being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "punct", "end_char": 311, "feats": null, "head": 3, "id": 2, "lemma": "``", "misc": "", "start_char": 309, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "csubj", "end_char": 315, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "hip", "misc": "", "start_char": 312, "text": "hip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 318, "feats": null, "head": 3, "id": 4, "lemma": "''", "misc": "", "start_char": 316, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 323, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 5, "lemma": "use", "misc": "", "start_char": 319, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 326, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 324, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 331, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "mean", "misc": "", "start_char": 327, "text": "mean", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 341, "feats": "VerbForm=Ger", "head": 7, "id": 8, "lemma": "follow", "misc": "", "start_char": 332, "text": "following", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 345, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 342, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 352, "feats": "Degree=Sup", "head": 11, "id": 10, "lemma": "late", "misc": "", "start_char": 346, "text": "latest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 360, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "fashion", "misc": "", "start_char": 353, "text": "fashion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 362, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 361, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (CC But) (ADVP (RB gradually)) (NP (DT the) (NN word)) (VP (VBZ has) (VP (VBN evolved) (PP (IN into) (NP (NP (DT a) (NN synonym)) (PP (IN for) (`` ``) (ADJP (JJ cool)) ('' '')))))) (. .)))" }, "speaker": null, "text": "But gradually the word has evolved into a synonym for \"cool\".", "tokens": [ { "deprel": "cc", "end_char": 366, "feats": null, "head": 6, "id": 1, "lemma": "but", "misc": "", "start_char": 363, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 376, "feats": null, "head": 6, "id": 2, "lemma": "gradually", "misc": "", "start_char": 367, "text": "gradually", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 380, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 377, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 385, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "word", "misc": "", "start_char": 381, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 389, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "have", "misc": "", "start_char": 386, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 397, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 6, "lemma": "evolve", "misc": "", "start_char": 390, "text": "evolved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 402, "feats": null, "head": 9, "id": 7, "lemma": "into", "misc": "", "start_char": 398, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 404, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 403, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 412, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "synonym", "misc": "", "start_char": 405, "text": "synonym", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 416, "feats": null, "head": 12, "id": 10, "lemma": "for", "misc": "", "start_char": 413, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 419, "feats": null, "head": 12, "id": 11, "lemma": "``", "misc": "", "start_char": 417, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nmod", "end_char": 424, "feats": "Degree=Pos", "head": 9, "id": 12, "lemma": "cool", "misc": "", "start_char": 420, "text": "cool", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 427, "feats": null, "head": 12, "id": 13, "lemma": "''", "misc": "", "start_char": 425, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 429, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 428, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 431, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 430, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (NNS Hipsters)) (VP (VBP value) (NP (NP (JJ independent) (NN thinking)) (, ,) (NP (JJ progressive) (NNS politics)) (, ,) (NP (NP (DT an) (NN appreciation)) (PP (IN of) (NP (NN creativity) (CC and) (NN intelligence)))))) (. .)))" }, "speaker": null, "text": "Hipsters value independent thinking, progressive politics, an appreciation of creativity and intelligence.", "tokens": [ { "deprel": "nsubj", "end_char": 440, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "hipster", "misc": "", "start_char": 432, "text": "Hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 446, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "value", "misc": "", "start_char": 441, "text": "value", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 458, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "independent", "misc": "", "start_char": 447, "text": "independent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 467, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "thinking", "misc": "", "start_char": 459, "text": "thinking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 469, "feats": null, "head": 7, "id": 5, "lemma": ",", "misc": "", "start_char": 468, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 481, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "progressive", "misc": "", "start_char": 470, "text": "progressive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 490, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "politics", "misc": "", "start_char": 482, "text": "politics", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 492, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 491, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 495, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 493, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 508, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "appreciation", "misc": "", "start_char": 496, "text": "appreciation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 511, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 509, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 522, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "creativity", "misc": "", "start_char": 512, "text": "creativity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 526, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 523, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 539, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "intelligence", "misc": "", "start_char": 527, "text": "intelligence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 541, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 540, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NNS Hipsters)) (VP (VBP take) (NP (NNS pains) (CC and) (NN pride)) (PP (IN in) (S (RB not) (VP (VBG being) (ADJP (JJ mainstream)))))) (. .)))" }, "speaker": null, "text": "Hipsters take pains and pride in not being mainstream.", "tokens": [ { "deprel": "nsubj", "end_char": 550, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "hipster", "misc": "", "start_char": 542, "text": "Hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 555, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "take", "misc": "", "start_char": 551, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 561, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "pain", "misc": "", "start_char": 556, "text": "pains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 565, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 562, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 571, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "pride", "misc": "", "start_char": 566, "text": "pride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 574, "feats": null, "head": 9, "id": 6, "lemma": "in", "misc": "", "start_char": 572, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 578, "feats": null, "head": 9, "id": 7, "lemma": "not", "misc": "", "start_char": 575, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 584, "feats": "VerbForm=Ger", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 579, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 595, "feats": "Degree=Pos", "head": 2, "id": 9, "lemma": "mainstream", "misc": "", "start_char": 585, "text": "mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 597, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 596, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (ADVP (RB However)) (, ,) (NP (PRP$ their) (NN culture)) (VP (VBZ has) (VP (VBN become) (ADJP (RB quite) (JJ trendy)))) (. .)))" }, "speaker": null, "text": "However, their culture has become quite trendy.", "tokens": [ { "deprel": "advmod", "end_char": 605, "feats": null, "head": 6, "id": 1, "lemma": "however", "misc": "", "start_char": 598, "text": "However", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 607, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 606, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 613, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "their", "misc": "", "start_char": 608, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 621, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "culture", "misc": "", "start_char": 614, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 625, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "have", "misc": "", "start_char": 622, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 632, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 6, "lemma": "become", "misc": "", "start_char": 626, "text": "become", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 638, "feats": null, "head": 8, "id": 7, "lemma": "quite", "misc": "", "start_char": 633, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 645, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "trendy", "misc": "", "start_char": 639, "text": "trendy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 647, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 646, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (DT This) (NN irony)) (VP (VP (VBZ is) (ADJP (JJ central) (PP (IN to) (NP (PRP$ their) (NN culture))))) (CC and) (VP (VBZ offers) (NP (DT an) (JJ interesting) (NN paradox)))) (. .)))" }, "speaker": null, "text": "This irony is central to their culture and offers an interesting paradox.", "tokens": [ { "deprel": "det", "end_char": 652, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 648, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 658, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "irony", "misc": "", "start_char": 653, "text": "irony", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 661, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 659, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 669, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "central", "misc": "", "start_char": 662, "text": "central", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 672, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 670, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 678, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "their", "misc": "", "start_char": 673, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 686, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "culture", "misc": "", "start_char": 679, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 690, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 687, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 697, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 9, "lemma": "offer", "misc": "", "start_char": 691, "text": "offers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 700, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 698, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 712, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "interesting", "misc": "", "start_char": 701, "text": "interesting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 720, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "paradox", "misc": "", "start_char": 713, "text": "paradox", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 722, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 721, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 724, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 723, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (NP (PRP I)) (VP (VBP do) (VP (VB take) (NP (NNS things)) (PP (IN in) (NP (DT the) (NN mainstream))) (PP (IN with) (NP (NP (DT a) (NN grain)) (PP (IN of) (NP (NN salt)))))))) (, ,) ('' '') (VP (VBZ says)) (NP (NP (NNP Ben) (NNP Polson)) (, ,) (NP (NP (DT a) (NN college) (NN student)) (PP (IN at) (NP (NP (NNP Brown) (NNP University)) (PP (IN in) (NP (DT the) (NNP US))))))) (. .)))" }, "speaker": null, "text": "\"I do take things in the mainstream with a grain of salt,\" says Ben Polson, a college student at Brown University in the US.", "tokens": [ { "deprel": "punct", "end_char": 727, "feats": null, "head": 16, "id": 1, "lemma": "``", "misc": "", "start_char": 725, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 729, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 728, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 732, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "do", "misc": "", "start_char": 730, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 737, "feats": "VerbForm=Inf", "head": 16, "id": 4, "lemma": "take", "misc": "", "start_char": 733, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 744, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "thing", "misc": "", "start_char": 738, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 747, "feats": null, "head": 8, "id": 6, "lemma": "in", "misc": "", "start_char": 745, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 751, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 748, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 762, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "mainstream", "misc": "", "start_char": 752, "text": "mainstream", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 767, "feats": null, "head": 11, "id": 9, "lemma": "with", "misc": "", "start_char": 763, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 769, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 768, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 775, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "grain", "misc": "", "start_char": 770, "text": "grain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 778, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 776, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 783, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "salt", "misc": "", "start_char": 779, "text": "salt", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 785, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 784, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 788, "feats": null, "head": 16, "id": 15, "lemma": "''", "misc": "", "start_char": 786, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 793, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 16, "lemma": "say", "misc": "", "start_char": 789, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 797, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "Ben", "misc": "", "start_char": 794, "text": "Ben", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 804, "feats": "Number=Sing", "head": 17, "id": 18, "lemma": "Polson", "misc": "", "start_char": 798, "text": "Polson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 806, "feats": null, "head": 17, "id": 19, "lemma": ",", "misc": "", "start_char": 805, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 808, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 20, "lemma": "a", "misc": "", "start_char": 807, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 816, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "college", "misc": "", "start_char": 809, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 824, "feats": "Number=Sing", "head": 17, "id": 22, "lemma": "student", "misc": "", "start_char": 817, "text": "student", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 827, "feats": null, "head": 25, "id": 23, "lemma": "at", "misc": "", "start_char": 825, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 833, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "Brown", "misc": "", "start_char": 828, "text": "Brown", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 844, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "University", "misc": "", "start_char": 834, "text": "University", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 847, "feats": null, "head": 28, "id": 26, "lemma": "in", "misc": "", "start_char": 845, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 851, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 27, "lemma": "the", "misc": "", "start_char": 848, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 854, "feats": "Number=Sing", "head": 25, "id": 28, "lemma": "US", "misc": "", "start_char": 852, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 856, "feats": null, "head": 16, "id": 29, "lemma": ".", "misc": "", "start_char": 855, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (NNP Polson)) (VP (VP (VBZ describes) (NP (PRP himself)) (PP (IN as) (NP (DT a) (NN hipster)))) (CC and) (VP (VBZ says) (SBAR (S (NP (PRP he)) (ADVP (RB often)) (VP (VBZ questions) (SBAR (WHNP (WP what)) (S (VP (VBZ determines) (NP (NN popularity)) (, ,) (PP (ADVP (RB especially)) (VBG regarding) (NP (NN music))))))))))) (. .)))" }, "speaker": null, "text": "Polson describes himself as a hipster and says he often questions what determines popularity, especially regarding music.", "tokens": [ { "deprel": "nsubj", "end_char": 863, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Polson", "misc": "", "start_char": 857, "text": "Polson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 873, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "describe", "misc": "", "start_char": 864, "text": "describes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 881, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 2, "id": 3, "lemma": "himself", "misc": "", "start_char": 874, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 884, "feats": null, "head": 6, "id": 4, "lemma": "as", "misc": "", "start_char": 882, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 886, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 885, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 894, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "hipster", "misc": "", "start_char": 887, "text": "hipster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 898, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 895, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 903, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 8, "lemma": "say", "misc": "", "start_char": 899, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 906, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "he", "misc": "", "start_char": 904, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 912, "feats": null, "head": 11, "id": 10, "lemma": "often", "misc": "", "start_char": 907, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 922, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 11, "lemma": "question", "misc": "", "start_char": 913, "text": "questions", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 927, "feats": "PronType=Rel", "head": 11, "id": 12, "lemma": "what", "misc": "", "start_char": 923, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 938, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 13, "lemma": "determine", "misc": "", "start_char": 928, "text": "determines", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 949, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "popularity", "misc": "", "start_char": 939, "text": "popularity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 951, "feats": null, "head": 18, "id": 15, "lemma": ",", "misc": "", "start_char": 950, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 962, "feats": null, "head": 18, "id": 16, "lemma": "especially", "misc": "", "start_char": 952, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 972, "feats": "VerbForm=Ger", "head": 18, "id": 17, "lemma": "regard", "misc": "", "start_char": 963, "text": "regarding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obl", "end_char": 978, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "music", "misc": "", "start_char": 973, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 980, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 979, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (JJ lesser-known) (NNS bands)) (VP (VBP become) (ADJP (JJ popular))))) (NP (PRP they)) (ADVP (RB often)) (VP (VBP lose) (NP (PRP$ their) (JJ former) (NN fan) (NN base)) (PP (IN in) (NP (NP (NN exchange)) (PP (IN for) (NP (DT a) (JJ new) (NN one)))))) (. .)))" }, "speaker": null, "text": "When lesser-known bands become popular they often lose their former fan base in exchange for a new one.", "tokens": [ { "deprel": "advmod", "end_char": 985, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "when", "misc": "", "start_char": 981, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "amod", "end_char": 998, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "lesser-known", "misc": "", "start_char": 986, "text": "lesser-known", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1004, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "band", "misc": "", "start_char": 999, "text": "bands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 1011, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 4, "lemma": "become", "misc": "", "start_char": 1005, "text": "become", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 1019, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "popular", "misc": "", "start_char": 1012, "text": "popular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1024, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "they", "misc": "", "start_char": 1020, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1030, "feats": null, "head": 8, "id": 7, "lemma": "often", "misc": "", "start_char": 1025, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1035, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "lose", "misc": "", "start_char": 1031, "text": "lose", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1041, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 9, "lemma": "their", "misc": "", "start_char": 1036, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1048, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "former", "misc": "", "start_char": 1042, "text": "former", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1052, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "fan", "misc": "", "start_char": 1049, "text": "fan", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1057, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "base", "misc": "", "start_char": 1053, "text": "base", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1060, "feats": null, "head": 14, "id": 13, "lemma": "in", "misc": "", "start_char": 1058, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1069, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "exchange", "misc": "", "start_char": 1061, "text": "exchange", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1073, "feats": null, "head": 18, "id": 15, "lemma": "for", "misc": "", "start_char": 1070, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1075, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 1074, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1079, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "new", "misc": "", "start_char": 1076, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1083, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "one", "misc": "", "start_char": 1080, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1085, "feats": null, "head": 8, "id": 19, "lemma": ".", "misc": "", "start_char": 1084, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBZ is) (NP (NP (NP (DT a) (JJ famous) (NN hipster)) (VP (VBG saying) (SBAR (S (NP (DT that)) (VP (VBZ goes)))))) (: :) (S (NP (PRP I)) (VP (VBD used) (S (VP (TO to) (VP (VB like) (NP (DT that) (NN band)) (SBAR (IN before) (S (NP (PRP it)) (VP (VBD got) (ADJP (JJ popular)))))))))))) (. .)))" }, "speaker": null, "text": "There is a famous hipster saying that goes: I used to like that band before it got popular.", "tokens": [ { "deprel": "expl", "end_char": 1091, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 1086, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1094, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 1092, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1096, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 1095, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1103, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "famous", "misc": "", "start_char": 1097, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1111, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "hipster", "misc": "", "start_char": 1104, "text": "hipster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1118, "feats": "VerbForm=Ger", "head": 5, "id": 6, "lemma": "say", "misc": "", "start_char": 1112, "text": "saying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nsubj", "end_char": 1123, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 7, "lemma": "that", "misc": "", "start_char": 1119, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 1128, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 8, "lemma": "go", "misc": "", "start_char": 1124, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1130, "feats": null, "head": 11, "id": 9, "lemma": ":", "misc": "", "start_char": 1129, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 1132, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 10, "lemma": "I", "misc": "", "start_char": 1131, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 1137, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 11, "lemma": "use", "misc": "", "start_char": 1133, "text": "used", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1140, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1138, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1145, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "like", "misc": "", "start_char": 1141, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1150, "feats": "Number=Sing|PronType=Dem", "head": 15, "id": 14, "lemma": "that", "misc": "", "start_char": 1146, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1155, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "band", "misc": "", "start_char": 1151, "text": "band", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1162, "feats": null, "head": 18, "id": 16, "lemma": "before", "misc": "", "start_char": 1156, "text": "before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1165, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "it", "misc": "", "start_char": 1163, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1169, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 18, "lemma": "get", "misc": "", "start_char": 1166, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1177, "feats": "Degree=Pos", "head": 18, "id": 19, "lemma": "popular", "misc": "", "start_char": 1170, "text": "popular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1179, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 1178, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1181, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1180, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (PP (VBG According) (PP (IN to) (NP (NNP Polson)))) (, ,) (NP (NP (NNS bands) (POS ')) (NN music) (NNS changes)) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBP go) (ADJP (JJ mainstream))))) (. .)))" }, "speaker": null, "text": "According to Polson, bands' music changes when they go mainstream.", "tokens": [ { "deprel": "case", "end_char": 1191, "feats": "ExtPos=ADP|VerbForm=Ger", "head": 3, "id": 1, "lemma": "accord", "misc": "", "start_char": 1182, "text": "According", "upos": "VERB", "xpos": "VBG" }, { "deprel": "fixed", "end_char": 1194, "feats": null, "head": 1, "id": 2, "lemma": "to", "misc": "", "start_char": 1192, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1201, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "Polson", "misc": "", "start_char": 1195, "text": "Polson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1203, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 1202, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1209, "feats": "Number=Plur", "head": 8, "id": 5, "lemma": "band", "misc": "", "start_char": 1204, "text": "bands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1211, "feats": null, "head": 5, "id": 6, "lemma": "'s", "misc": "", "start_char": 1210, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 1217, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "music", "misc": "", "start_char": 1212, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1225, "feats": "Number=Plur", "head": 0, "id": 8, "lemma": "change", "misc": "", "start_char": 1218, "text": "changes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1230, "feats": "PronType=Int", "head": 11, "id": 9, "lemma": "when", "misc": "", "start_char": 1226, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1235, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "they", "misc": "", "start_char": 1231, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1238, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 11, "lemma": "go", "misc": "", "start_char": 1236, "text": "go", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 1249, "feats": "Degree=Pos", "head": 11, "id": 12, "lemma": "mainstream", "misc": "", "start_char": 1239, "text": "mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1251, "feats": null, "head": 8, "id": 13, "lemma": ".", "misc": "", "start_char": 1250, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP become) (`` ``) (ADJP (RBR less) (JJ experimental)) (, ,) (S (VP (VBG doing) (NP (NNS things)) (S (ADVP (RB just)) (VP (TO to) (VP (VB save) (NP (NN popularity) (CC and) (NNS fans)))))))) (. .)))" }, "speaker": null, "text": "They become \"less experimental, doing things just to save popularity and fans.", "tokens": [ { "deprel": "nsubj", "end_char": 1256, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 1252, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1263, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "become", "misc": "", "start_char": 1257, "text": "become", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1266, "feats": null, "head": 5, "id": 3, "lemma": "``", "misc": "", "start_char": 1264, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 1271, "feats": "Degree=Cmp", "head": 5, "id": 4, "lemma": "less", "misc": "", "start_char": 1267, "text": "less", "upos": "ADV", "xpos": "RBR" }, { "deprel": "xcomp", "end_char": 1284, "feats": "Degree=Pos", "head": 2, "id": 5, "lemma": "experimental", "misc": "", "start_char": 1272, "text": "experimental", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1286, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 1285, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1292, "feats": "VerbForm=Ger", "head": 5, "id": 7, "lemma": "do", "misc": "", "start_char": 1287, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1299, "feats": "Number=Plur", "head": 7, "id": 8, "lemma": "thing", "misc": "", "start_char": 1293, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1304, "feats": null, "head": 11, "id": 9, "lemma": "just", "misc": "", "start_char": 1300, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1307, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1305, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1312, "feats": "VerbForm=Inf", "head": 7, "id": 11, "lemma": "save", "misc": "", "start_char": 1308, "text": "save", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1323, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "popularity", "misc": "", "start_char": 1313, "text": "popularity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1327, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 1324, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1332, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "fan", "misc": "", "start_char": 1328, "text": "fans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1334, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 1333, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NP (NP (DT The) (JJ original) (NNS elements)) (SBAR (WHNP (WDT that)) (S (NP (PRP we)) (VP (VBD were) (VP (VBN drawn) (S (VP (TO to) (ADVP (RB slowly)) (VP (VB dwindle) (PP (IN for) (NP (NP (DT the) (NN sake)) (PP (IN of) (NP (NN popularity)))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "The original elements that we were drawn to slowly dwindle for the sake of popularity.\"", "tokens": [ { "deprel": "det", "end_char": 1338, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1335, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1347, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "original", "misc": "", "start_char": 1339, "text": "original", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1356, "feats": "Number=Plur", "head": 10, "id": 3, "lemma": "element", "misc": "", "start_char": 1348, "text": "elements", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obj", "end_char": 1361, "feats": "PronType=Rel", "head": 7, "id": 4, "lemma": "that", "misc": "", "start_char": 1357, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj:pass", "end_char": 1364, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 7, "id": 5, "lemma": "we", "misc": "", "start_char": 1362, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1369, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1365, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 1375, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 7, "lemma": "draw", "misc": "", "start_char": 1370, "text": "drawn", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1378, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 1376, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advmod", "end_char": 1385, "feats": null, "head": 10, "id": 9, "lemma": "slowly", "misc": "", "start_char": 1379, "text": "slowly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1393, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "dwindle", "misc": "", "start_char": 1386, "text": "dwindle", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1397, "feats": null, "head": 13, "id": 11, "lemma": "for", "misc": "", "start_char": 1394, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1401, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1398, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1406, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "sake", "misc": "", "start_char": 1402, "text": "sake", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1409, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 1407, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1420, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "popularity", "misc": "", "start_char": 1410, "text": "popularity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1422, "feats": null, "head": 10, "id": 16, "lemma": ".", "misc": "", "start_char": 1421, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1425, "feats": null, "head": 10, "id": 17, "lemma": "''", "misc": "", "start_char": 1423, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1427, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1426, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (JJ Many) (JJ young) (NNS adults)) (VP (VP (VBP have) (VP (VBN started) (S (VP (TO to) (VP (VB view) (NP (NP (NNS hipsters) (POS ')) (NN outlook)) (PP (IN as) (ADJP (JJ cool)))))))) (CC and) (VP (VBP are) (VP (VBG adopting) (NP (NP (PRP$ their) (NN counterculture) (NN mindset)) (NP (PRP themselves)))))) (. .)))" }, "speaker": null, "text": "Many young adults have started to view hipsters' outlook as cool and are adopting their counterculture mindset themselves.", "tokens": [ { "deprel": "amod", "end_char": 1432, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "many", "misc": "", "start_char": 1428, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1438, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "young", "misc": "", "start_char": 1433, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1445, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "adult", "misc": "", "start_char": 1439, "text": "adults", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1450, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "have", "misc": "", "start_char": 1446, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1458, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 5, "lemma": "start", "misc": "", "start_char": 1451, "text": "started", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1461, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1459, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1466, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "view", "misc": "", "start_char": 1462, "text": "view", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1475, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "hipster", "misc": "", "start_char": 1467, "text": "hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1477, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 1476, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 1485, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "outlook", "misc": "", "start_char": 1478, "text": "outlook", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1488, "feats": null, "head": 12, "id": 11, "lemma": "as", "misc": "", "start_char": 1486, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1493, "feats": "Degree=Pos", "head": 7, "id": 12, "lemma": "cool", "misc": "", "start_char": 1489, "text": "cool", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1497, "feats": null, "head": 15, "id": 13, "lemma": "and", "misc": "", "start_char": 1494, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 1501, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 1498, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "conj", "end_char": 1510, "feats": "Tense=Pres|VerbForm=Part", "head": 7, "id": 15, "lemma": "adopt", "misc": "", "start_char": 1502, "text": "adopting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1516, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "their", "misc": "", "start_char": 1511, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1531, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "counterculture", "misc": "", "start_char": 1517, "text": "counterculture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1539, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "mindset", "misc": "", "start_char": 1532, "text": "mindset", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl:npmod", "end_char": 1550, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 15, "id": 19, "lemma": "themselves", "misc": "", "start_char": 1540, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1552, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 1551, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ has) (VP (VBN led) (PP (IN to) (NP (NP (JJ specialized) (NNS brands) (, ,) (NNS stores) (CC and) (NN music)) (PP (IN for) (NP (DT the) (JJ hipster) (NN position))))))) (. .)))" }, "speaker": null, "text": "This has led to specialized brands, stores and music for the hipster position.", "tokens": [ { "deprel": "nsubj", "end_char": 1557, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "this", "misc": "", "start_char": 1553, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 1561, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 1558, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1565, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "lead", "misc": "", "start_char": 1562, "text": "led", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1568, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 1566, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1580, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "specialized", "misc": "", "start_char": 1569, "text": "specialized", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1587, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "brand", "misc": "", "start_char": 1581, "text": "brands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1589, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 1588, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1596, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "store", "misc": "", "start_char": 1590, "text": "stores", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1600, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1597, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1606, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "music", "misc": "", "start_char": 1601, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1610, "feats": null, "head": 14, "id": 11, "lemma": "for", "misc": "", "start_char": 1607, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1614, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 1611, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1622, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "hipst", "misc": "", "start_char": 1615, "text": "hipster", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1631, "feats": "Number=Sing", "head": 6, "id": 14, "lemma": "position", "misc": "", "start_char": 1623, "text": "position", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1633, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 1632, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Ironically)) (, ,) (NP (NP (DT some) (JJ such) (NNS stores)) (, ,) (PP (VBG including) (NP (NML (NN clothing) (NNS labels)) (NML (NP (NNP Urban) (NNP Outfitters)) (CC and) (NML (NNP American) (NNP Apparel))))) (, ,)) (VP (VBP have) (VP (VBN gained) (NP (JJ mainstream) (NN popularity)))) (. .)))" }, "speaker": null, "text": "Ironically, some such stores, including clothing labels Urban Outfitters and American Apparel, have gained mainstream popularity.", "tokens": [ { "deprel": "advmod", "end_char": 1644, "feats": null, "head": 17, "id": 1, "lemma": "ironically", "misc": "", "start_char": 1634, "text": "Ironically", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1646, "feats": null, "head": 17, "id": 2, "lemma": ",", "misc": "", "start_char": 1645, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1651, "feats": null, "head": 5, "id": 3, "lemma": "some", "misc": "", "start_char": 1647, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1656, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "such", "misc": "", "start_char": 1652, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1663, "feats": "Number=Plur", "head": 17, "id": 5, "lemma": "store", "misc": "", "start_char": 1657, "text": "stores", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1665, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 1664, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 1675, "feats": "VerbForm=Ger", "head": 9, "id": 7, "lemma": "include", "misc": "", "start_char": 1666, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 1684, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "clothing", "misc": "", "start_char": 1676, "text": "clothing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1691, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "label", "misc": "", "start_char": 1685, "text": "labels", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "amod", "end_char": 1697, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "Urban", "misc": "", "start_char": 1692, "text": "Urban", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1708, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Outfitter", "misc": "", "start_char": 1698, "text": "Outfitters", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1712, "feats": null, "head": 14, "id": 12, "lemma": "and", "misc": "", "start_char": 1709, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1721, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "American", "misc": "", "start_char": 1713, "text": "American", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1729, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "Apparel", "misc": "", "start_char": 1722, "text": "Apparel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1731, "feats": null, "head": 5, "id": 15, "lemma": ",", "misc": "", "start_char": 1730, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1736, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "have", "misc": "", "start_char": 1732, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1743, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 17, "lemma": "gain", "misc": "", "start_char": 1737, "text": "gained", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 1754, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "mainstream", "misc": "", "start_char": 1744, "text": "mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1765, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "popularity", "misc": "", "start_char": 1755, "text": "popularity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1767, "feats": null, "head": 17, "id": 20, "lemma": ".", "misc": "", "start_char": 1766, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ has) (ADVP (RB seemingly)) (VP (VBN diluted) (NP (DT the) (JJ anti-mainstream) (NN culture)))) (. .)))" }, "speaker": null, "text": "This has seemingly diluted the anti-mainstream culture.", "tokens": [ { "deprel": "nsubj", "end_char": 1772, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 1768, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 1776, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "have", "misc": "", "start_char": 1773, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1786, "feats": null, "head": 4, "id": 3, "lemma": "seemingly", "misc": "", "start_char": 1777, "text": "seemingly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1794, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "dilute", "misc": "", "start_char": 1787, "text": "diluted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1798, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1795, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1814, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "anti-mainstream", "misc": "", "start_char": 1799, "text": "anti-mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1822, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "culture", "misc": "", "start_char": 1815, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1824, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 1823, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1826, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1825, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (S (NP (NP (DT A) (NN lot)) (PP (IN of) (NP (NP (NNS people)) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (NP (JJ self-defined) (NNS hipsters)))))))) (VP (VBP are) (RB n't) (ADVP (RB really)) (NNS hipsters))) (, ,) (S (NP (PRP they)) (VP (VBP 're) (ADVP (RB just)) (VP (VBG trying) (S (VP (TO to) (VP (VB conform) (PP (IN to) (NP (DT the) (JJ non-conformist))) (S (VP (TO to) (VP (VB seem) (S (ADJP (JJR cooler))))))))))))) (, ,) ('' '') (VP (VBZ says)) (NP (NP (NNP Amanda) (NNP Leopold)) (, ,) (NP (NP (DT a) (NN college) (NN student)) (PP (IN from) (NP (NP (NNP Oberlin) (NNP College)) (, ,) (NP (NNP US)))))) (. .)))" }, "speaker": null, "text": "\"A lot of people that are self-defined hipsters aren't really hipsters, they're just trying to conform to the non-conformist to seem cooler,\" says Amanda Leopold, a college student from Oberlin College, US.", "tokens": [ { "deprel": "punct", "end_char": 1829, "feats": null, "head": 29, "id": 1, "lemma": "``", "misc": "", "start_char": 1827, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 1831, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1830, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1835, "feats": "Number=Sing", "head": 13, "id": 3, "lemma": "lot", "misc": "", "start_char": 1832, "text": "lot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1838, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 1836, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1845, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "person", "misc": "", "start_char": 1839, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1850, "feats": "PronType=Rel", "head": 9, "id": 6, "lemma": "that", "misc": "", "start_char": 1846, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 1854, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 1851, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1867, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "self-defined", "misc": "", "start_char": 1855, "text": "self-defined", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl:relcl", "end_char": 1876, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "hipster", "misc": "", "start_char": 1868, "text": "hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1880, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 10, "lemma": "be", "misc": "", "start_char": 1877, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1884, "feats": null, "head": 13, "id": 11, "lemma": "not", "misc": "", "start_char": 1881, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1891, "feats": null, "head": 13, "id": 12, "lemma": "really", "misc": "", "start_char": 1885, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1900, "feats": "Number=Plur", "head": 29, "id": 13, "lemma": "hipster", "misc": "", "start_char": 1892, "text": "hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1902, "feats": null, "head": 13, "id": 14, "lemma": ",", "misc": "", "start_char": 1901, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1907, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 15, "lemma": "they", "misc": "", "start_char": 1903, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1911, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 16, "lemma": "be", "misc": "", "start_char": 1908, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1916, "feats": null, "head": 18, "id": 17, "lemma": "just", "misc": "", "start_char": 1912, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 1923, "feats": "Tense=Pres|VerbForm=Part", "head": 13, "id": 18, "lemma": "try", "misc": "", "start_char": 1917, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1926, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1924, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1934, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "conform", "misc": "", "start_char": 1927, "text": "conform", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1937, "feats": null, "head": 23, "id": 21, "lemma": "to", "misc": "", "start_char": 1935, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1941, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 1938, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1956, "feats": "Degree=Pos", "head": 20, "id": 23, "lemma": "non-conformist", "misc": "", "start_char": 1942, "text": "non-conformist", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1959, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 1957, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1964, "feats": "VerbForm=Inf", "head": 20, "id": 25, "lemma": "seem", "misc": "", "start_char": 1960, "text": "seem", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1971, "feats": "Degree=Cmp", "head": 25, "id": 26, "lemma": "cool", "misc": "", "start_char": 1965, "text": "cooler", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 1973, "feats": null, "head": 29, "id": 27, "lemma": ",", "misc": "", "start_char": 1972, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1976, "feats": null, "head": 29, "id": 28, "lemma": "''", "misc": "", "start_char": 1974, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 1981, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 29, "lemma": "say", "misc": "", "start_char": 1977, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 1988, "feats": "Number=Sing", "head": 29, "id": 30, "lemma": "Amanda", "misc": "", "start_char": 1982, "text": "Amanda", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1996, "feats": "Number=Sing", "head": 30, "id": 31, "lemma": "Leopold", "misc": "", "start_char": 1989, "text": "Leopold", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1998, "feats": null, "head": 30, "id": 32, "lemma": ",", "misc": "", "start_char": 1997, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 2000, "feats": "Definite=Ind|PronType=Art", "head": 35, "id": 33, "lemma": "a", "misc": "", "start_char": 1999, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 2008, "feats": "Number=Sing", "head": 35, "id": 34, "lemma": "college", "misc": "", "start_char": 2001, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 2016, "feats": "Number=Sing", "head": 30, "id": 35, "lemma": "student", "misc": "", "start_char": 2009, "text": "student", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2021, "feats": null, "head": 38, "id": 36, "lemma": "from", "misc": "", "start_char": 2017, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 2029, "feats": "Number=Sing", "head": 38, "id": 37, "lemma": "Oberlin", "misc": "", "start_char": 2022, "text": "Oberlin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 2037, "feats": "Number=Sing", "head": 35, "id": 38, "lemma": "College", "misc": "", "start_char": 2030, "text": "College", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2039, "feats": null, "head": 38, "id": 39, "lemma": ",", "misc": "", "start_char": 2038, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 2042, "feats": "Number=Sing", "head": 38, "id": 40, "lemma": "US", "misc": "", "start_char": 2040, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2044, "feats": null, "head": 29, "id": 41, "lemma": ".", "misc": "", "start_char": 2043, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Although) (S (NP (NNP Leopold)) (VP (VP (VBZ has) (NP (JJ many) (JJ unconventional) (NNS tastes))) (CC and) (VP (VBZ seems) (S (ADJP (RB quite) (JJ individualist))))))) (, ,) (NP (PRP she)) (VP (VBZ refuses) (S (VP (TO to) (VP (VB classify) (NP (PRP herself)) (PP (IN as) (NP (DT a) (NN hipster))))))) (. .)))" }, "speaker": null, "text": "Although Leopold has many unconventional tastes and seems quite individualist, she refuses to classify herself as a hipster.", "tokens": [ { "deprel": "mark", "end_char": 2053, "feats": null, "head": 3, "id": 1, "lemma": "although", "misc": "", "start_char": 2045, "text": "Although", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2061, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Leopold", "misc": "", "start_char": 2054, "text": "Leopold", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 2065, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 3, "lemma": "have", "misc": "", "start_char": 2062, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 2070, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "many", "misc": "", "start_char": 2066, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 2085, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "unconventional", "misc": "", "start_char": 2071, "text": "unconventional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2092, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "taste", "misc": "", "start_char": 2086, "text": "tastes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 2096, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 2093, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2102, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 8, "lemma": "seem", "misc": "", "start_char": 2097, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2108, "feats": null, "head": 10, "id": 9, "lemma": "quite", "misc": "", "start_char": 2103, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 2122, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "individualist", "misc": "", "start_char": 2109, "text": "individualist", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 2124, "feats": null, "head": 3, "id": 11, "lemma": ",", "misc": "", "start_char": 2123, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 2128, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 12, "lemma": "she", "misc": "", "start_char": 2125, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2136, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 13, "lemma": "refuse", "misc": "", "start_char": 2129, "text": "refuses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 2139, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 2137, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2148, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "classify", "misc": "", "start_char": 2140, "text": "classify", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2156, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 15, "id": 16, "lemma": "herself", "misc": "", "start_char": 2149, "text": "herself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 2159, "feats": null, "head": 19, "id": 17, "lemma": "as", "misc": "", "start_char": 2157, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2161, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 18, "lemma": "a", "misc": "", "start_char": 2160, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2169, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "hipster", "misc": "", "start_char": 2162, "text": "hipster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2171, "feats": null, "head": 13, "id": 20, "lemma": ".", "misc": "", "start_char": 2170, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2173, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2172, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBZ is) (NP (NP (DT a) (NN conflict)) (PP (IN among) (NP (NNS hipsters))) (PP (IN about) (NP (NP (DT the) (JJ very) (NN definition)) (PP (IN of) (NP (DT the) (NN label))))))) (. .)))" }, "speaker": null, "text": "There is a conflict among hipsters about the very definition of the label.", "tokens": [ { "deprel": "expl", "end_char": 2179, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 2174, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 2182, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 2180, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 2184, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 2183, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2193, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "conflict", "misc": "", "start_char": 2185, "text": "conflict", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2199, "feats": null, "head": 6, "id": 5, "lemma": "among", "misc": "", "start_char": 2194, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2208, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "hipster", "misc": "", "start_char": 2200, "text": "hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2214, "feats": null, "head": 10, "id": 7, "lemma": "about", "misc": "", "start_char": 2209, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2218, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 2215, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2223, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "very", "misc": "", "start_char": 2219, "text": "very", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 2234, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "definition", "misc": "", "start_char": 2224, "text": "definition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2237, "feats": null, "head": 13, "id": 11, "lemma": "of", "misc": "", "start_char": 2235, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2241, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 2238, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 2247, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "label", "misc": "", "start_char": 2242, "text": "label", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2249, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 2248, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (PP (IN To) (NP (DT some))) (, ,) (S (VP (TO to) (VP (VB be) (NP (DT a) (NN hipster))))) (VP (VBZ is) (S (VP (TO to) (VP (VB be) (ADJP (JJ free) (PP (IN from) (NP (JJ cultural) (NNS constraints)))))))) (. .)))" }, "speaker": null, "text": "To some, to be a hipster is to be free from cultural constraints.", "tokens": [ { "deprel": "case", "end_char": 2252, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 2250, "text": "To", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2257, "feats": null, "head": 11, "id": 2, "lemma": "some", "misc": "", "start_char": 2253, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 2259, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 2258, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 2262, "feats": null, "head": 7, "id": 4, "lemma": "to", "misc": "", "start_char": 2260, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 2265, "feats": "VerbForm=Inf", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 2263, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 2267, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 2266, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "csubj", "end_char": 2275, "feats": "Number=Sing", "head": 11, "id": 7, "lemma": "hipster", "misc": "", "start_char": 2268, "text": "hipster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 2278, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 2276, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 2281, "feats": null, "head": 11, "id": 9, "lemma": "to", "misc": "", "start_char": 2279, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 2284, "feats": "VerbForm=Inf", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 2282, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 2289, "feats": "Degree=Pos", "head": 0, "id": 11, "lemma": "free", "misc": "", "start_char": 2285, "text": "free", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 2294, "feats": null, "head": 14, "id": 12, "lemma": "from", "misc": "", "start_char": 2290, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2303, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "cultural", "misc": "", "start_char": 2295, "text": "cultural", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2315, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "constraint", "misc": "", "start_char": 2304, "text": "constraints", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2317, "feats": null, "head": 11, "id": 15, "lemma": ".", "misc": "", "start_char": 2316, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (PP (IN To) (NP (NNS others))) (, ,) (NP (PRP it)) (VP (VBZ means) (S (VP (VP (VBG wearing) (NP (DT a) (JJ certain) (NN style))) (CC and) (VP (VBG listening) (PP (IN to) (NP (NP (DT a) (JJ specific) (NN style)) (PP (IN of) (NP (NN music))))))))) (. .)))" }, "speaker": null, "text": "To others, it means wearing a certain style and listening to a specific style of music.", "tokens": [ { "deprel": "case", "end_char": 2320, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 2318, "text": "To", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2327, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "other", "misc": "", "start_char": 2321, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2329, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 2328, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 2332, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "it", "misc": "", "start_char": 2330, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2338, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "mean", "misc": "", "start_char": 2333, "text": "means", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 2346, "feats": "VerbForm=Ger", "head": 5, "id": 6, "lemma": "wear", "misc": "", "start_char": 2339, "text": "wearing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 2348, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 2347, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2356, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "certain", "misc": "", "start_char": 2349, "text": "certain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2362, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "style", "misc": "", "start_char": 2357, "text": "style", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 2366, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 2363, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2376, "feats": "VerbForm=Ger", "head": 6, "id": 11, "lemma": "listen", "misc": "", "start_char": 2367, "text": "listening", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 2379, "feats": null, "head": 15, "id": 12, "lemma": "to", "misc": "", "start_char": 2377, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2381, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 2380, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2390, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "specific", "misc": "", "start_char": 2382, "text": "specific", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2396, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "style", "misc": "", "start_char": 2391, "text": "style", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2399, "feats": null, "head": 17, "id": 16, "lemma": "of", "misc": "", "start_char": 2397, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2405, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "music", "misc": "", "start_char": 2400, "text": "music", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2407, "feats": null, "head": 5, "id": 18, "lemma": ".", "misc": "", "start_char": 2406, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN former)) (ADVP (RB constantly)) (VP (VBZ strives) (PP (IN for) (NP (NN uniqueness))) (, ,) (SBAR (IN while) (S (NP (DT the) (NN latter)) (VP (VBZ strives) (S (RB not) (VP (TO to) (VP (VB be) (ADJP (JJ mainstream))))))))) (. .)))" }, "speaker": null, "text": "The former constantly strives for uniqueness, while the latter strives not to be mainstream.", "tokens": [ { "deprel": "det", "end_char": 2411, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 2408, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2418, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "former", "misc": "", "start_char": 2412, "text": "former", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 2429, "feats": null, "head": 4, "id": 3, "lemma": "constantly", "misc": "", "start_char": 2419, "text": "constantly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 2437, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "strive", "misc": "", "start_char": 2430, "text": "strives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 2441, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 2438, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2452, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "uniqueness", "misc": "", "start_char": 2442, "text": "uniqueness", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2454, "feats": null, "head": 4, "id": 7, "lemma": ",", "misc": "", "start_char": 2453, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 2460, "feats": null, "head": 11, "id": 8, "lemma": "while", "misc": "", "start_char": 2455, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 2464, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 2461, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2471, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "latter", "misc": "", "start_char": 2465, "text": "latter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 2479, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 11, "lemma": "strive", "misc": "", "start_char": 2472, "text": "strives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2483, "feats": null, "head": 15, "id": 12, "lemma": "not", "misc": "", "start_char": 2480, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 2486, "feats": null, "head": 15, "id": 13, "lemma": "to", "misc": "", "start_char": 2484, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 2489, "feats": "VerbForm=Inf", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 2487, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 2500, "feats": "Degree=Pos", "head": 11, "id": 15, "lemma": "mainstream", "misc": "", "start_char": 2490, "text": "mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 2502, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 2501, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2504, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2503, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (CC And) (ADVP (RB yet)) (, ,) (NP (DT the) (NN movement)) (VP (VBZ is) (VP (VBG gaining) (NP (JJ mainstream) (NN popularity)))) (. .)))" }, "speaker": null, "text": "And yet, the movement is gaining mainstream popularity.", "tokens": [ { "deprel": "cc", "end_char": 2508, "feats": null, "head": 7, "id": 1, "lemma": "and", "misc": "", "start_char": 2505, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 2512, "feats": null, "head": 7, "id": 2, "lemma": "yet", "misc": "", "start_char": 2509, "text": "yet", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2514, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 2513, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 2518, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 2515, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2527, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "movement", "misc": "", "start_char": 2519, "text": "movement", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 2530, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 2528, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 2538, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 7, "lemma": "gain", "misc": "", "start_char": 2531, "text": "gaining", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 2549, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "mainstream", "misc": "", "start_char": 2539, "text": "mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2560, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "popularity", "misc": "", "start_char": 2550, "text": "popularity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2562, "feats": null, "head": 7, "id": 10, "lemma": ".", "misc": "", "start_char": 2561, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (S (NP (PRP It)) (VP (VBZ 's) (NP (NP (NN kind)) (PP (IN of) (NP (DT the) (NN trend)))) (NP (DT these) (NNS days)))) (: ;) (S (NP (NN everyone)) (VP (VBZ wants) (S (VP (TO to) (VP (VB be) (NP (NN hip)) (NP (QP (RB so) (DT no)) (NN one) ('' ’) (POS s) (NN hip)))))))) (, ,) ('' '') (VP (VBZ says)) (NP (NNP Leopold)) (. .)))" }, "speaker": null, "text": "\"It's kind of the trend these days; everyone wants to be hip so no one ’ s hip,\" says Leopold.", "tokens": [ { "deprel": "punct", "end_char": 2565, "feats": null, "head": 24, "id": 1, "lemma": "``", "misc": "", "start_char": 2563, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 2568, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 2, "lemma": "it", "misc": "", "start_char": 2566, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 2571, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 2569, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "obl:npmod", "end_char": 2576, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "kind", "misc": "", "start_char": 2572, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "fixed", "end_char": 2579, "feats": null, "head": 4, "id": 5, "lemma": "of", "misc": "", "start_char": 2577, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2583, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 2580, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 2589, "feats": "Number=Sing", "head": 24, "id": 7, "lemma": "trend", "misc": "", "start_char": 2584, "text": "trend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 2595, "feats": "Number=Plur|PronType=Dem", "head": 9, "id": 8, "lemma": "this", "misc": "", "start_char": 2590, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 2600, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "day", "misc": "", "start_char": 2596, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2602, "feats": null, "head": 7, "id": 10, "lemma": ";", "misc": "", "start_char": 2601, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 2611, "feats": "Number=Sing|PronType=Tot", "head": 12, "id": 11, "lemma": "everyone", "misc": "", "start_char": 2603, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "parataxis", "end_char": 2617, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 12, "lemma": "want", "misc": "", "start_char": 2612, "text": "wants", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 2620, "feats": null, "head": 15, "id": 13, "lemma": "to", "misc": "", "start_char": 2618, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 2623, "feats": "VerbForm=Inf", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 2621, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 2627, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "hip", "misc": "", "start_char": 2624, "text": "hip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 2630, "feats": null, "head": 21, "id": 16, "lemma": "so", "misc": "", "start_char": 2628, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 2633, "feats": null, "head": 18, "id": 17, "lemma": "no", "misc": "", "start_char": 2631, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 2637, "feats": "Number=Sing|PronType=Neg", "head": 21, "id": 18, "lemma": "one", "misc": "", "start_char": 2634, "text": "one", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 2639, "feats": null, "head": 18, "id": 19, "lemma": "'", "misc": "", "start_char": 2638, "text": "’", "upos": "PUNCT", "xpos": "''" }, { "deprel": "case", "end_char": 2641, "feats": "Typo=Yes", "head": 18, "id": 20, "lemma": "'s", "misc": "", "start_char": 2640, "text": "s", "upos": "PART", "xpos": "POS" }, { "deprel": "parataxis", "end_char": 2645, "feats": "Number=Sing", "head": 15, "id": 21, "lemma": "hip", "misc": "", "start_char": 2642, "text": "hip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2647, "feats": null, "head": 24, "id": 22, "lemma": ",", "misc": "", "start_char": 2646, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 2650, "feats": null, "head": 24, "id": 23, "lemma": "''", "misc": "", "start_char": 2648, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 2655, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 24, "lemma": "say", "misc": "", "start_char": 2651, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 2663, "feats": "Number=Sing", "head": 24, "id": 25, "lemma": "Leopold", "misc": "", "start_char": 2656, "text": "Leopold", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2665, "feats": null, "head": 24, "id": 26, "lemma": ".", "misc": "", "start_char": 2664, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (EX There)) (VP (VBP have) (VP (VBN been) (NP (NNS hipsters)) (PP (IN since) (NP (DT the) (NNS seventies))))) (. .)))" }, "speaker": null, "text": "\"There have been hipsters since the seventies.", "tokens": [ { "deprel": "punct", "end_char": 2668, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 2666, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "expl", "end_char": 2674, "feats": null, "head": 4, "id": 2, "lemma": "there", "misc": "", "start_char": 2669, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "aux", "end_char": 2679, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 2675, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 2684, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "be", "misc": "", "start_char": 2680, "text": "been", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nsubj", "end_char": 2693, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "hipster", "misc": "", "start_char": 2685, "text": "hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2699, "feats": null, "head": 8, "id": 6, "lemma": "since", "misc": "", "start_char": 2694, "text": "since", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2703, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 2700, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 2713, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "seventy", "misc": "", "start_char": 2704, "text": "seventies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2715, "feats": null, "head": 4, "id": 9, "lemma": ".", "misc": "", "start_char": 2714, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (ADVP (RB only)) (VP (VBN become) (ADJP (JJ popular)) (ADVP (RB recently)))) (. .) ('' '')))" }, "speaker": null, "text": "It's only become popular recently.\"", "tokens": [ { "deprel": "nsubj", "end_char": 2718, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 2716, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2721, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 2719, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2726, "feats": null, "head": 4, "id": 3, "lemma": "only", "misc": "", "start_char": 2722, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 2733, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "become", "misc": "", "start_char": 2727, "text": "become", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 2741, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "popular", "misc": "", "start_char": 2734, "text": "popular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 2750, "feats": null, "head": 4, "id": 6, "lemma": "recently", "misc": "", "start_char": 2742, "text": "recently", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2752, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 2751, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 2755, "feats": null, "head": 4, "id": 8, "lemma": "''", "misc": "", "start_char": 2753, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 38, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2757, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2756, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 39, "misc": { "parse_tree": "(ROOT (S (NP (NNS Hipsters)) (VP (VP (VBP reject) (NP (NN materialism))) (CC and) (VP (VBP laugh) (PP (IN at) (NP (JJ mainstream) (NN culture))))) (. .)))" }, "speaker": null, "text": "Hipsters reject materialism and laugh at mainstream culture.", "tokens": [ { "deprel": "nsubj", "end_char": 2766, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "hipster", "misc": "", "start_char": 2758, "text": "Hipsters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 2773, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "reject", "misc": "", "start_char": 2767, "text": "reject", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 2785, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "materialism", "misc": "", "start_char": 2774, "text": "materialism", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 2789, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 2786, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2795, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "laugh", "misc": "", "start_char": 2790, "text": "laugh", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 2798, "feats": null, "head": 8, "id": 6, "lemma": "at", "misc": "", "start_char": 2796, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2809, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "mainstream", "misc": "", "start_char": 2799, "text": "mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2817, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "culture", "misc": "", "start_char": 2810, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2819, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 2818, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 40, "misc": { "parse_tree": "(ROOT (SQ (CC But) (VBP are) (NP (PRP they)) (PP (ADVP (RB really)) (IN beyond) (NP (NN material) (NNS comforts))) (. ?)))" }, "speaker": null, "text": "But are they really beyond material comforts?", "tokens": [ { "deprel": "cc", "end_char": 2823, "feats": null, "head": 7, "id": 1, "lemma": "but", "misc": "", "start_char": 2820, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 2827, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 2, "lemma": "be", "misc": "", "start_char": 2824, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 2832, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 7, "id": 3, "lemma": "they", "misc": "", "start_char": 2828, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 2839, "feats": null, "head": 7, "id": 4, "lemma": "really", "misc": "", "start_char": 2833, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 2846, "feats": null, "head": 7, "id": 5, "lemma": "beyond", "misc": "", "start_char": 2840, "text": "beyond", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 2855, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "material", "misc": "", "start_char": 2847, "text": "material", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 2864, "feats": "Number=Plur", "head": 0, "id": 7, "lemma": "comfort", "misc": "", "start_char": 2856, "text": "comforts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2866, "feats": null, "head": 7, "id": 8, "lemma": "?", "misc": "", "start_char": 2865, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 41, "misc": { "parse_tree": "(ROOT (SQ (VBP Do) (NP (PRP they)) (VP (VB have) (NP (NP (DT any) (NNS ideas)) (PP (IN of) (NP (PRP$ their) (JJ own)))) (SBAR (IN if) (S (NP (PRP they)) (VP (VBP despise) (NP (JJ mainstream)) (ADVP (RB so) (RB much)))))) (. ?)))" }, "speaker": null, "text": "Do they have any ideas of their own if they despise mainstream so much?", "tokens": [ { "deprel": "aux", "end_char": 2869, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 2867, "text": "Do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 2874, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "they", "misc": "", "start_char": 2870, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2879, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 2875, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2883, "feats": null, "head": 5, "id": 4, "lemma": "any", "misc": "", "start_char": 2880, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2889, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "idea", "misc": "", "start_char": 2884, "text": "ideas", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2892, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 2890, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2898, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "their", "misc": "", "start_char": 2893, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 2902, "feats": "Degree=Pos", "head": 5, "id": 8, "lemma": "own", "misc": "", "start_char": 2899, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 2905, "feats": null, "head": 11, "id": 9, "lemma": "if", "misc": "", "start_char": 2903, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2910, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "they", "misc": "", "start_char": 2906, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 2918, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 11, "lemma": "despise", "misc": "", "start_char": 2911, "text": "despise", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 2929, "feats": "Degree=Pos", "head": 11, "id": 12, "lemma": "mainstream", "misc": "", "start_char": 2919, "text": "mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 2932, "feats": null, "head": 14, "id": 13, "lemma": "so", "misc": "", "start_char": 2930, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 2937, "feats": "Degree=Pos", "head": 11, "id": 14, "lemma": "much", "misc": "", "start_char": 2933, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 2939, "feats": null, "head": 3, "id": 15, "lemma": "?", "misc": "", "start_char": 2938, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 42, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2941, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2940, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 43, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Christy) (NNP Wampole)) (, ,) (NP (NP (DT an) (NN associate) (NN professor)) (PP (IN of) (NP (NN literature))) (PP (IN at) (NP (NP (NNP Princeton) (NNP University)) (, ,) (NP (NNP US))))) (, ,)) (VP (VBZ is) (RB not) (ADJP (RB so) (JJ sure))) (. .)))" }, "speaker": null, "text": "Christy Wampole, an associate professor of literature at Princeton University, US, is not so sure.", "tokens": [ { "deprel": "nsubj", "end_char": 2949, "feats": "Number=Sing", "head": 18, "id": 1, "lemma": "Christy", "misc": "", "start_char": 2942, "text": "Christy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 2957, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Wampole", "misc": "", "start_char": 2950, "text": "Wampole", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2959, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 2958, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 2962, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 2960, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 2972, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "associate", "misc": "", "start_char": 2963, "text": "associate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 2982, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "professor", "misc": "", "start_char": 2973, "text": "professor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2985, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 2983, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2996, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "literature", "misc": "", "start_char": 2986, "text": "literature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2999, "feats": null, "head": 11, "id": 9, "lemma": "at", "misc": "", "start_char": 2997, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 3009, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "Princeton", "misc": "", "start_char": 3000, "text": "Princeton", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 3020, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "University", "misc": "", "start_char": 3010, "text": "University", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 3022, "feats": null, "head": 11, "id": 12, "lemma": ",", "misc": "", "start_char": 3021, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 3025, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "US", "misc": "", "start_char": 3023, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 3027, "feats": null, "head": 18, "id": 14, "lemma": ",", "misc": "", "start_char": 3026, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 3030, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 15, "lemma": "be", "misc": "", "start_char": 3028, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 3034, "feats": null, "head": 18, "id": 16, "lemma": "not", "misc": "", "start_char": 3031, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 3037, "feats": null, "head": 18, "id": 17, "lemma": "so", "misc": "", "start_char": 3035, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 3042, "feats": "Degree=Pos", "head": 0, "id": 18, "lemma": "sure", "misc": "", "start_char": 3038, "text": "sure", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 3044, "feats": null, "head": 18, "id": 19, "lemma": ".", "misc": "", "start_char": 3043, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 44, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBZ says) (SBAR (S (NP (DT the) (NN hipster)) (VP (VBZ is) (NP (NP (NP (DT a) (NN contradiction)) (PP (IN in) (NP (PRP himself)))) (CC and) (NP (NP (DT an) (JJ easy) (NN target)) (PP (IN of) (NP (NN mockery))))))))) (. .)))" }, "speaker": null, "text": "She says the hipster is a contradiction in himself and an easy target of mockery.", "tokens": [ { "deprel": "nsubj", "end_char": 3048, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 3045, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 3053, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 3049, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 3057, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 3054, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 3065, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "hipster", "misc": "", "start_char": 3058, "text": "hipster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 3068, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 3066, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 3070, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 3069, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 3084, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "contradiction", "misc": "", "start_char": 3071, "text": "contradiction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 3087, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 3085, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 3095, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 7, "id": 9, "lemma": "himself", "misc": "", "start_char": 3088, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 3099, "feats": null, "head": 13, "id": 10, "lemma": "and", "misc": "", "start_char": 3096, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 3102, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 3100, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 3107, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "easy", "misc": "", "start_char": 3103, "text": "easy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 3114, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "target", "misc": "", "start_char": 3108, "text": "target", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 3117, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 3115, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 3125, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "mockery", "misc": "", "start_char": 3118, "text": "mockery", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 3127, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 3126, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 45, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Writing) (PP (IN in) (NP (DT The) (NML (NNP New) (NNP York)) (NNP Times))))) (, ,) (NP (NNP Wampole)) (VP (VBZ paints) (NP (NP (DT a) (ADJP (RBR less) (JJ appreciative)) (NN picture)) (PP (IN of) (NP (DT a) (JJ typical) (NN hipster))))) (. .)))" }, "speaker": null, "text": "Writing in The New York Times, Wampole paints a less appreciative picture of a typical hipster.", "tokens": [ { "deprel": "advcl", "end_char": 3135, "feats": "VerbForm=Ger", "head": 9, "id": 1, "lemma": "write", "misc": "", "start_char": 3128, "text": "Writing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 3138, "feats": null, "head": 6, "id": 2, "lemma": "in", "misc": "", "start_char": 3136, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 3142, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 3139, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 3146, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "New", "misc": "", "start_char": 3143, "text": "New", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 3151, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "York", "misc": "", "start_char": 3147, "text": "York", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 3157, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "Times", "misc": "", "start_char": 3152, "text": "Times", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 3159, "feats": null, "head": 1, "id": 7, "lemma": ",", "misc": "", "start_char": 3158, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 3167, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Wampole", "misc": "", "start_char": 3160, "text": "Wampole", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 3174, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "paint", "misc": "", "start_char": 3168, "text": "paints", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 3176, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 10, "lemma": "a", "misc": "", "start_char": 3175, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 3181, "feats": "Degree=Cmp", "head": 12, "id": 11, "lemma": "less", "misc": "", "start_char": 3177, "text": "less", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 3194, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "appreciative", "misc": "", "start_char": 3182, "text": "appreciative", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 3202, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "picture", "misc": "", "start_char": 3195, "text": "picture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 3205, "feats": null, "head": 17, "id": 14, "lemma": "of", "misc": "", "start_char": 3203, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 3207, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 3206, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 3215, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "typical", "misc": "", "start_char": 3208, "text": "typical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 3223, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "hipster", "misc": "", "start_char": 3216, "text": "hipster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 3225, "feats": null, "head": 9, "id": 18, "lemma": ".", "misc": "", "start_char": 3224, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 46, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 3227, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 3226, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 47, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (DT The) (NN hipster)) (VP (VBZ is) (NP (NP (NP (DT a) (NN scholar)) (PP (IN of) (NP (JJ social) (NNS forms)))) (, ,) (NP (NP (DT a) (NN student)) (PP (IN of) (NP (JJ cool)))))) (. .)))" }, "speaker": null, "text": "\"The hipster is a scholar of social forms, a student of cool.", "tokens": [ { "deprel": "punct", "end_char": 3230, "feats": null, "head": 6, "id": 1, "lemma": "``", "misc": "", "start_char": 3228, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 3234, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 3231, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 3242, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "hipster", "misc": "", "start_char": 3235, "text": "hipster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 3245, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 3243, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 3247, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 3246, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 3255, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "scholar", "misc": "", "start_char": 3248, "text": "scholar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 3258, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 3256, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 3265, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "social", "misc": "", "start_char": 3259, "text": "social", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 3271, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "form", "misc": "", "start_char": 3266, "text": "forms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 3273, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 3272, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 3275, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 3274, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 3283, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "student", "misc": "", "start_char": 3276, "text": "student", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 3286, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 3284, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 3291, "feats": "Degree=Pos", "head": 12, "id": 14, "lemma": "cool", "misc": "", "start_char": 3287, "text": "cool", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 3293, "feats": null, "head": 6, "id": 15, "lemma": ".", "misc": "", "start_char": 3292, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 48, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ studies) (ADVP (RB continuously)) (, ,) (S (VP (VBG searching) (PP (IN for) (SBAR (WHNP (WP what)) (S (VP (VBZ has) (ADVP (RB yet)) (S (VP (TO to) (VP (VB be) (VP (VBN found) (PP (IN by) (NP (DT the) (NN mainstream)))))))))))))) (. .)))" }, "speaker": null, "text": "He studies continuously, searching for what has yet to be found by the mainstream.", "tokens": [ { "deprel": "nsubj", "end_char": 3296, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 3294, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 3304, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "study", "misc": "", "start_char": 3297, "text": "studies", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 3317, "feats": null, "head": 2, "id": 3, "lemma": "continuously", "misc": "", "start_char": 3305, "text": "continuously", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 3319, "feats": null, "head": 2, "id": 4, "lemma": ",", "misc": "", "start_char": 3318, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 3329, "feats": "VerbForm=Ger", "head": 2, "id": 5, "lemma": "search", "misc": "", "start_char": 3320, "text": "searching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 3333, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 3330, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 3338, "feats": "PronType=Rel", "head": 5, "id": 7, "lemma": "what", "misc": "", "start_char": 3334, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 3342, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 8, "lemma": "have", "misc": "", "start_char": 3339, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 3346, "feats": null, "head": 8, "id": 9, "lemma": "yet", "misc": "", "start_char": 3343, "text": "yet", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 3349, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 3347, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 3352, "feats": "VerbForm=Inf", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 3350, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 3358, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 8, "id": 12, "lemma": "find", "misc": "", "start_char": 3353, "text": "found", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 3361, "feats": null, "head": 15, "id": 13, "lemma": "by", "misc": "", "start_char": 3359, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 3365, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 3362, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 3376, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "mainstream", "misc": "", "start_char": 3366, "text": "mainstream", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 3378, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 3377, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 49, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VBZ is) (NP (DT a) (NN walking) (NN citation)))) (: ;) (S (NP (PRP$ his) (NNS clothes)) (VP (VBP refer) (PP (IN to) (NP (NP (ADJP (RB much) (JJR more))) (PP (IN than) (NP (PRP themselves))))))) (. .)))" }, "speaker": null, "text": "He is a walking citation; his clothes refer to much more than themselves.", "tokens": [ { "deprel": "nsubj", "end_char": 3381, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "he", "misc": "", "start_char": 3379, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 3384, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 3382, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 3386, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 3385, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 3394, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "walking", "misc": "", "start_char": 3387, "text": "walking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 3403, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "citation", "misc": "", "start_char": 3395, "text": "citation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 3405, "feats": null, "head": 5, "id": 6, "lemma": ";", "misc": "", "start_char": 3404, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nmod:poss", "end_char": 3409, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 3406, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 3417, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "clothes", "misc": "", "start_char": 3410, "text": "clothes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "parataxis", "end_char": 3423, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 9, "lemma": "refer", "misc": "", "start_char": 3418, "text": "refer", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 3426, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 3424, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 3431, "feats": null, "head": 12, "id": 11, "lemma": "much", "misc": "", "start_char": 3427, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "obl", "end_char": 3436, "feats": "Degree=Cmp", "head": 9, "id": 12, "lemma": "more", "misc": "", "start_char": 3432, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 3441, "feats": null, "head": 14, "id": 13, "lemma": "than", "misc": "", "start_char": 3437, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 3452, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 12, "id": 14, "lemma": "themselves", "misc": "", "start_char": 3442, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 3454, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 3453, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 50, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ tries) (S (VP (TO to) (VP (VB negotiate) (NP (NP (DT the) (JJ age-old) (NN problem)) (PP (PP (IN of) (NP (NN individuality))) (, ,) (RB not) (PP (IN with) (NP (NNS concepts))) (, ,) (CC but) (PP (IN with) (NP (NN material) (NNS things))))))))) (. .) ('' '')))" }, "speaker": null, "text": "He tries to negotiate the age-old problem of individuality, not with concepts, but with material things.\"", "tokens": [ { "deprel": "nsubj", "end_char": 3457, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 3455, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 3463, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "try", "misc": "", "start_char": 3458, "text": "tries", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 3466, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 3464, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 3476, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "negotiate", "misc": "", "start_char": 3467, "text": "negotiate", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 3480, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 3477, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 3488, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "age-old", "misc": "", "start_char": 3481, "text": "age-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 3496, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "problem", "misc": "", "start_char": 3489, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 3499, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 3497, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 3513, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "individuality", "misc": "", "start_char": 3500, "text": "individuality", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 3515, "feats": null, "head": 13, "id": 10, "lemma": ",", "misc": "", "start_char": 3514, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 3519, "feats": null, "head": 13, "id": 11, "lemma": "not", "misc": "", "start_char": 3516, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "case", "end_char": 3524, "feats": null, "head": 13, "id": 12, "lemma": "with", "misc": "", "start_char": 3520, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "conj", "end_char": 3533, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "concept", "misc": "", "start_char": 3525, "text": "concepts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 3535, "feats": null, "head": 18, "id": 14, "lemma": ",", "misc": "", "start_char": 3534, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 3539, "feats": null, "head": 18, "id": 15, "lemma": "but", "misc": "", "start_char": 3536, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 3544, "feats": null, "head": 18, "id": 16, "lemma": "with", "misc": "", "start_char": 3540, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 3553, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "material", "misc": "", "start_char": 3545, "text": "material", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 3560, "feats": "Number=Plur", "head": 13, "id": 18, "lemma": "thing", "misc": "", "start_char": 3554, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 3562, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 3561, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 3565, "feats": null, "head": 2, "id": 20, "lemma": "''", "misc": "", "start_char": 3563, "text": "''", "upos": "PUNCT", "xpos": "''" } ] } ]
They can be seen more frequently than ever before on college campuses, wearing thick-rimmed glasses while listening to indie music. One might find them playing unusual musical instruments, shopping at second-hand stores or expressing themselves in other unique ways. They call themselves hipsters. Being "hip" used to mean following the latest fashion. But gradually the word has evolved into a synonym for "cool". Hipsters value independent thinking, progressive politics, an appreciation of creativity and intelligence. Hipsters take pains and pride in not being mainstream. However, their culture has become quite trendy. This irony is central to their culture and offers an interesting paradox. "I do take things in the mainstream with a grain of salt," says Ben Polson, a college student at Brown University in the US. Polson describes himself as a hipster and says he often questions what determines popularity, especially regarding music. When lesser-known bands become popular they often lose their former fan base in exchange for a new one. There is a famous hipster saying that goes: I used to like that band before it got popular. According to Polson, bands' music changes when they go mainstream. They become "less experimental, doing things just to save popularity and fans. The original elements that we were drawn to slowly dwindle for the sake of popularity." Many young adults have started to view hipsters' outlook as cool and are adopting their counterculture mindset themselves. This has led to specialized brands, stores and music for the hipster position. Ironically, some such stores, including clothing labels Urban Outfitters and American Apparel, have gained mainstream popularity. This has seemingly diluted the anti-mainstream culture. "A lot of people that are self-defined hipsters aren't really hipsters, they're just trying to conform to the non-conformist to seem cooler," says Amanda Leopold, a college student from Oberlin College, US. Although Leopold has many unconventional tastes and seems quite individualist, she refuses to classify herself as a hipster. There is a conflict among hipsters about the very definition of the label. To some, to be a hipster is to be free from cultural constraints. To others, it means wearing a certain style and listening to a specific style of music. The former constantly strives for uniqueness, while the latter strives not to be mainstream. And yet, the movement is gaining mainstream popularity. "It's kind of the trend these days; everyone wants to be hip so no one ’ s hip," says Leopold. "There have been hipsters since the seventies. It's only become popular recently." Hipsters reject materialism and laugh at mainstream culture. But are they really beyond material comforts? Do they have any ideas of their own if they despise mainstream so much? Christy Wampole, an associate professor of literature at Princeton University, US, is not so sure. She says the hipster is a contradiction in himself and an easy target of mockery. Writing in The New York Times, Wampole paints a less appreciative picture of a typical hipster. "The hipster is a scholar of social forms, a student of cool. He studies continuously, searching for what has yet to be found by the mainstream. He is a walking citation; his clothes refer to much more than themselves. He tries to negotiate the age-old problem of individuality, not with concepts, but with material things."
[ [ [ 0, 10, 11 ] ], [ [ 0, 10, 10 ] ], [ [ 0, 14, 15 ] ], [ [ 0, 19, 20 ] ], [ [ 1, 5, 7 ] ], [ [ 1, 11, 12 ] ], [ [ 1, 11, 11 ] ], [ [ 1, 17, 19 ] ], [ [ 3, 1, 3 ], [ 4, 2, 3 ], [ 4, 7, 12 ] ], [ [ 3, 8, 10 ], [ 3, 0, 3 ] ], [ [ 4, 10, 12 ] ], [ [ 6, 13, 13 ] ], [ [ 6, 11, 11 ] ], [ [ 6, 11, 13 ] ], [ [ 6, 2, 13 ] ], [ [ 7, 2, 2 ] ], [ [ 7, 4, 4 ] ], [ [ 9, 0, 1 ] ], [ [ 9, 5, 6 ], [ 8, 2, 3 ] ], [ [ 9, 9, 11 ] ], [ [ 11, 9, 12 ] ], [ [ 11, 12, 12 ] ], [ [ 11, 4, 7 ] ], [ [ 11, 23, 24 ] ], [ [ 12, 16, 17 ] ], [ [ 12, 17, 17 ] ], [ [ 13, 5, 5 ], [ 13, 1, 2 ], [ 13, 8, 8 ], [ 14, 13, 14 ], [ 14, 16, 16 ] ], [ [ 13, 15, 17 ] ], [ [ 13, 13, 17 ] ], [ [ 17, 13, 13 ] ], [ [ 16, 4, 6 ] ], [ [ 17, 11, 13 ] ], [ [ 17, 7, 7 ] ], [ [ 18, 11, 14 ] ], [ [ 20, 0, 2 ], [ 20, 18, 18 ] ], [ [ 20, 7, 9 ] ], [ [ 21, 0, 0 ] ], [ [ 21, 4, 5 ] ], [ [ 21, 7, 7 ] ], [ [ 21, 9, 9 ] ], [ [ 21, 4, 9 ] ], [ [ 21, 11, 13 ] ], [ [ 21, 4, 13 ] ], [ [ 16, 4, 5 ], [ 16, 9, 9 ], [ 17, 0, 0 ] ], [ [ 23, 0, 0 ] ], [ [ 23, 4, 6 ] ], [ [ 23, 5, 5 ] ], [ [ 25, 21, 22 ] ], [ [ 25, 39, 39 ], [ 42, 12, 12 ], [ 11, 26, 27 ] ], [ [ 25, 36, 37 ] ], [ [ 26, 3, 5 ] ], [ [ 28, 7, 12 ] ], [ [ 29, 1, 1 ], [ 31, 0, 1 ] ], [ [ 29, 12, 13 ] ], [ [ 30, 1, 1 ] ], [ [ 30, 5, 8 ] ], [ [ 30, 6, 8 ] ], [ [ 30, 10, 16 ] ], [ [ 30, 12, 16 ] ], [ [ 30, 16, 16 ] ], [ [ 31, 5, 5 ] ], [ [ 33, 3, 4 ] ], [ [ 34, 3, 6 ] ], [ [ 34, 7, 8 ] ], [ [ 34, 24, 24 ], [ 25, 29, 30 ], [ 25, 32, 39 ], [ 25, 29, 39 ], [ 26, 1, 1 ], [ 26, 15, 15 ], [ 26, 11, 11 ] ], [ [ 35, 6, 7 ] ], [ [ 38, 2, 2 ] ], [ [ 38, 6, 7 ] ], [ [ 39, 5, 6 ] ], [ [ 40, 3, 7 ] ], [ [ 40, 6, 7 ], [ 16, 2, 2 ], [ 43, 2, 3 ], [ 43, 8, 8 ], [ 43, 5, 8 ], [ 43, 10, 14 ], [ 43, 5, 14 ], [ 44, 14, 16 ], [ 46, 1, 2 ], [ 46, 4, 8 ], [ 46, 10, 13 ], [ 46, 4, 13 ], [ 47, 0, 0 ], [ 48, 0, 0 ], [ 49, 0, 0 ], [ 48, 2, 4 ], [ 48, 6, 6 ], [ 48, 13, 13 ], [ 38, 0, 0 ], [ 39, 2, 2 ], [ 40, 1, 1 ], [ 40, 9, 9 ], [ 35, 4, 4 ], [ 36, 0, 0 ], [ 29, 5, 6 ], [ 28, 5, 5 ], [ 25, 12, 12 ], [ 26, 17, 18 ], [ 20, 7, 8 ], [ 21, 12, 12 ], [ 12, 4, 5 ], [ 12, 2, 2 ], [ 12, 0, 0 ], [ 12, 8, 8 ], [ 11, 1, 1 ], [ 11, 16, 17 ], [ 11, 19, 27 ], [ 6, 0, 0 ], [ 7, 0, 0 ], [ 8, 2, 2 ], [ 9, 5, 5 ], [ 1, 3, 3 ], [ 0, 0, 0 ], [ 1, 15, 15 ], [ 2, 0, 0 ], [ 2, 2, 2 ], [ 2, 3, 3 ], [ 2, 2, 3 ], [ 18, 4, 4 ], [ 1, 0, 0 ], [ 6, 2, 3 ], [ 6, 5, 6 ], [ 6, 8, 13 ] ], [ [ 42, 0, 1 ], [ 42, 3, 12 ], [ 42, 0, 12 ], [ 43, 0, 0 ], [ 44, 7, 7 ] ], [ [ 42, 9, 10 ] ], [ [ 42, 7, 7 ] ], [ [ 43, 14, 14 ] ], [ [ 44, 2, 5 ] ], [ [ 44, 3, 4 ] ], [ [ 44, 9, 16 ] ], [ [ 46, 13, 13 ] ], [ [ 46, 7, 8 ] ], [ [ 47, 6, 14 ] ], [ [ 48, 6, 7 ] ], [ [ 48, 10, 13 ] ], [ [ 49, 4, 8 ] ], [ [ 49, 8, 8 ] ], [ [ 49, 12, 12 ] ], [ [ 49, 16, 17 ] ], [ [ 16, 11, 11 ], [ 40, 11, 11 ], [ 31, 14, 14 ], [ 11, 6, 7 ], [ 7, 8, 8 ], [ 22, 17, 17 ], [ 33, 7, 7 ], [ 38, 6, 6 ], [ 47, 13, 14 ] ], [ [ 7, 2, 4 ] ], [ [ 12, 11, 17 ] ], [ [ 13, 8, 10 ] ], [ [ 14, 0, 0 ] ], [ [ 14, 2, 4 ], [ 14, 9, 9 ] ], [ [ 18, 0, 2 ] ], [ [ 18, 9, 9 ] ], [ [ 20, 15, 18 ] ], [ [ 20, 15, 15 ] ], [ [ 22, 2, 4 ] ], [ [ 22, 12, 12 ] ], [ [ 25, 1, 4 ], [ 25, 7, 8 ], [ 25, 14, 14 ] ], [ [ 25, 4, 4 ] ], [ [ 26, 8, 9 ] ], [ [ 28, 0, 0 ] ], [ [ 28, 2, 5 ] ], [ [ 30, 3, 3 ] ], [ [ 30, 5, 16 ] ], [ [ 22, 7, 8 ], [ 28, 11, 12 ], [ 22, 7, 13 ], [ 22, 9, 10 ], [ 22, 9, 13 ], [ 22, 12, 13 ] ], [ [ 31, 8, 10 ] ], [ [ 34, 1, 1 ] ], [ [ 34, 20, 20 ] ], [ [ 34, 10, 10 ] ], [ [ 35, 1, 1 ] ], [ [ 22, 18, 18 ], [ 12, 13, 13 ], [ 17, 11, 11 ], [ 18, 14, 14 ], [ 33, 8, 8 ] ], [ [ 34, 6, 6 ] ], [ [ 42, 7, 12 ] ], [ [ 11, 20, 20 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36180
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (NP (QP (RB just) (DT a) (JJ few)) (NNS minutes)) (VP (VBN left) (SBAR (IN before) (S (NP (NN school)) (VP (VBD was) (S (VP (TO to) (VP (VB start)))))))))) (, ,) (NP (NP (PRP$ my) (JJ six-year-old)) (, ,) (NP (NNP Dustin)) (, ,)) (VP (VBD was) (VP (VBG crying))) (. .)))" }, "speaker": null, "text": "With just a few minutes left before school was to start, my six-year-old, Dustin, was crying.", "tokens": [ { "deprel": "case", "end_char": 4, "feats": null, "head": 5, "id": 1, "lemma": "with", "misc": "", "start_char": 0, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 9, "feats": null, "head": 5, "id": 2, "lemma": "just", "misc": "", "start_char": 5, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 11, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 10, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 15, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "few", "misc": "", "start_char": 12, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 23, "feats": "Number=Plur", "head": 19, "id": 5, "lemma": "minute", "misc": "", "start_char": 16, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 28, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 6, "lemma": "leave", "misc": "", "start_char": 24, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 35, "feats": null, "head": 8, "id": 7, "lemma": "before", "misc": "", "start_char": 29, "text": "before", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 42, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "school", "misc": "", "start_char": 36, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 43, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "mark", "end_char": 49, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 47, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 55, "feats": "VerbForm=Inf", "head": 6, "id": 11, "lemma": "start", "misc": "", "start_char": 50, "text": "start", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 19, "id": 12, "lemma": ",", "misc": "", "start_char": 56, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 60, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "my", "misc": "", "start_char": 58, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 73, "feats": "Degree=Pos", "head": 19, "id": 14, "lemma": "six-year-old", "misc": "", "start_char": 61, "text": "six-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 75, "feats": null, "head": 14, "id": 15, "lemma": ",", "misc": "", "start_char": 74, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 82, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "Dustin", "misc": "", "start_char": 76, "text": "Dustin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 84, "feats": null, "head": 19, "id": 17, "lemma": ",", "misc": "", "start_char": 83, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 88, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 85, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 95, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 19, "lemma": "cry", "misc": "", "start_char": 89, "text": "crying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 97, "feats": null, "head": 19, "id": 20, "lemma": ".", "misc": "", "start_char": 96, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB want) (S (VP (TO to) (VP (VB go))))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "\"I don't want to go,\" he said.", "tokens": [ { "deprel": "punct", "end_char": 100, "feats": null, "head": 11, "id": 1, "lemma": "``", "misc": "", "start_char": 98, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 102, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 2, "lemma": "I", "misc": "", "start_char": 101, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 105, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 103, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 109, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 106, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 114, "feats": "VerbForm=Inf", "head": 11, "id": 5, "lemma": "want", "misc": "", "start_char": 110, "text": "want", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 117, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 115, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 120, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "go", "misc": "", "start_char": 118, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 122, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 121, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 125, "feats": null, "head": 11, "id": 9, "lemma": "''", "misc": "", "start_char": 123, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 128, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "he", "misc": "", "start_char": 126, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 133, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "say", "misc": "", "start_char": 129, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 135, "feats": null, "head": 11, "id": 12, "lemma": ".", "misc": "", "start_char": 134, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (SBAR (ADVP (RB Ever)) (IN since) (S (NP (PRP he)) (VP (VBD 'd) (VP (VBN entered) (NP (JJ first) (NN grade)))))) (, ,) (NP (PRP he)) (VP (VBD had) (VP (VBN hated) (NP (NN school)))) (. .)))" }, "speaker": null, "text": "Ever since he'd entered first grade, he had hated school.", "tokens": [ { "deprel": "advmod", "end_char": 140, "feats": null, "head": 5, "id": 1, "lemma": "ever", "misc": "", "start_char": 136, "text": "Ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 146, "feats": null, "head": 5, "id": 2, "lemma": "since", "misc": "", "start_char": 141, "text": "since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 149, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 3, "lemma": "he", "misc": "", "start_char": 147, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 152, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "would", "misc": "", "start_char": 150, "text": "'d", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 160, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 5, "lemma": "enter", "misc": "", "start_char": 153, "text": "entered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 166, "feats": "Degree=Pos|NumType=Ord", "head": 7, "id": 6, "lemma": "first", "misc": "", "start_char": 161, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 172, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "grade", "misc": "", "start_char": 167, "text": "grade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 174, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 173, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 177, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "he", "misc": "", "start_char": 175, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 181, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "have", "misc": "", "start_char": 178, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 187, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 11, "lemma": "hate", "misc": "", "start_char": 182, "text": "hated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 194, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "school", "misc": "", "start_char": 188, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 196, "feats": null, "head": 11, "id": 13, "lemma": ".", "misc": "", "start_char": 195, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP What)) (SQ (VBZ 's) (VP (VBG going) (PRT (RP on)))) (. ?)))" }, "speaker": null, "text": "What's going on?", "tokens": [ { "deprel": "nsubj", "end_char": 201, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "what", "misc": "", "start_char": 197, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 204, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 202, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 210, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 205, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 213, "feats": null, "head": 3, "id": 4, "lemma": "on", "misc": "", "start_char": 211, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 215, "feats": null, "head": 3, "id": 5, "lemma": "?", "misc": "", "start_char": 214, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (SBARQ (SBAR (IN If) (S (NP (PRP he)) (VP (VBZ hates) (NP (NN school)) (NP (RB this) (RB much)) (ADVP (RB now))))) (, ,) (WHADVP (WRB how) (JJ bad)) (SQ (MD will) (NP (PRP it)) (VP (VB be) (ADVP (RBR later)) (PP (IN on)))) (. ?)))" }, "speaker": null, "text": "If he hates school this much now, how bad will it be later on?", "tokens": [ { "deprel": "mark", "end_char": 218, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 216, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 221, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 219, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 227, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 3, "lemma": "hate", "misc": "", "start_char": 222, "text": "hates", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 234, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "school", "misc": "", "start_char": 228, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 239, "feats": null, "head": 6, "id": 5, "lemma": "this", "misc": "", "start_char": 235, "text": "this", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 244, "feats": null, "head": 3, "id": 6, "lemma": "much", "misc": "", "start_char": 240, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 248, "feats": null, "head": 3, "id": 7, "lemma": "now", "misc": "", "start_char": 245, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 250, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 249, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 254, "feats": "PronType=Int", "head": 10, "id": 9, "lemma": "how", "misc": "", "start_char": 251, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advmod", "end_char": 258, "feats": "Degree=Pos", "head": 15, "id": 10, "lemma": "bad", "misc": "", "start_char": 255, "text": "bad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "aux", "end_char": 263, "feats": "VerbForm=Fin", "head": 15, "id": 11, "lemma": "will", "misc": "", "start_char": 259, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 266, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 12, "lemma": "it", "misc": "", "start_char": 264, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 269, "feats": "VerbForm=Inf", "head": 15, "id": 13, "lemma": "be", "misc": "", "start_char": 267, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 275, "feats": "Degree=Cmp", "head": 15, "id": 14, "lemma": "late", "misc": "", "start_char": 270, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "root", "end_char": 278, "feats": null, "head": 0, "id": 15, "lemma": "on", "misc": "", "start_char": 276, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 280, "feats": null, "head": 15, "id": 16, "lemma": "?", "misc": "", "start_char": 279, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT Every) (NN kid)) (ADVP (RB sometimes)) (VP (VBZ complains) (PP (IN about) (NP (NN school)))) (. .)))" }, "speaker": null, "text": "Every kid sometimes complains about school.", "tokens": [ { "deprel": "det", "end_char": 286, "feats": null, "head": 2, "id": 1, "lemma": "every", "misc": "", "start_char": 281, "text": "Every", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 290, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "kid", "misc": "", "start_char": 287, "text": "kid", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 300, "feats": null, "head": 4, "id": 3, "lemma": "sometimes", "misc": "", "start_char": 291, "text": "sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 310, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "complain", "misc": "", "start_char": 301, "text": "complains", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 316, "feats": null, "head": 6, "id": 5, "lemma": "about", "misc": "", "start_char": 311, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 323, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "school", "misc": "", "start_char": 317, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 325, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 324, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NP (QP (CD five) (IN to) (CD ten)) (NN percent)) (PP (IN of) (NP (NNS kids)))) (VP (VBP dislike) (NP (PRP it)) (NP (ADJP (RB so) (JJ much)) (SBAR (S (NP (PRP they)) (VP (VBP do) (RB n't) (VP (VB want) (S (VP (TO to) (VP (VB attend)))))))))) (. .)))" }, "speaker": null, "text": "But five to ten percent of kids dislike it so much they don't want to attend.", "tokens": [ { "deprel": "cc", "end_char": 329, "feats": null, "head": 8, "id": 1, "lemma": "but", "misc": "", "start_char": 326, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 334, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 2, "lemma": "five", "misc": "", "start_char": 330, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 337, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 335, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 341, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 4, "lemma": "ten", "misc": "", "start_char": 338, "text": "ten", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 349, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "percent", "misc": "", "start_char": 342, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 352, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 350, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 357, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "kid", "misc": "", "start_char": 353, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 365, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "dislike", "misc": "", "start_char": 358, "text": "dislike", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 368, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 9, "lemma": "it", "misc": "", "start_char": 366, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 371, "feats": null, "head": 11, "id": 10, "lemma": "so", "misc": "", "start_char": 369, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 376, "feats": "Degree=Pos", "head": 8, "id": 11, "lemma": "much", "misc": "", "start_char": 372, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 381, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 12, "lemma": "they", "misc": "", "start_char": 377, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 384, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 13, "lemma": "do", "misc": "", "start_char": 382, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 388, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 385, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 393, "feats": "VerbForm=Inf", "head": 11, "id": 15, "lemma": "want", "misc": "", "start_char": 389, "text": "want", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 396, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 394, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 403, "feats": "VerbForm=Inf", "head": 15, "id": 17, "lemma": "attend", "misc": "", "start_char": 397, "text": "attend", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 405, "feats": null, "head": 8, "id": 18, "lemma": ".", "misc": "", "start_char": 404, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (SBAR (IN If) (S (NP (DT a) (NN child)) (VP (VBZ seems) (S (ADJP (JJ worried) (CC or) (JJ anxious) (PP (IN about) (NP (NN school)))))))) (, ,) (VP (VP (VBZ pretends) (S (NP (NN illness)) (VP (TO to) (VP (VB stay) (ADVP (RB home)))))) (, ,) (CC or) (VP (VBZ refuses) (S (VP (TO to) (VP (VB talk) (PP (IN about) (NP (NP (NNS things)) (PP (IN of) (NP (DT the) (NN school) (NN day)))))))))) (, ,) (NP (PRP you)) (VP (MD should) (VP (VB be) (ADJP (VBN concerned))))) (, ,) ('' '') (VP (VBZ says)) (NP (NP (DT a) (NN school) (NN psychologist)) (, ,) (NP (NNP Michael) (NNP Martin))) (. .)))" }, "speaker": null, "text": "\"If a child seems worried or anxious about school, pretends illness to stay home, or refuses to talk about things of the school day, you should be concerned,\" says a school psychologist, Michael Martin.", "tokens": [ { "deprel": "punct", "end_char": 408, "feats": null, "head": 35, "id": 1, "lemma": "``", "misc": "", "start_char": 406, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "mark", "end_char": 411, "feats": null, "head": 5, "id": 2, "lemma": "if", "misc": "", "start_char": 409, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 413, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 412, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 419, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "child", "misc": "", "start_char": 414, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 425, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 5, "lemma": "seem", "misc": "", "start_char": 420, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 433, "feats": "Degree=Pos", "head": 5, "id": 6, "lemma": "worried", "misc": "", "start_char": 426, "text": "worried", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 436, "feats": null, "head": 8, "id": 7, "lemma": "or", "misc": "", "start_char": 434, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 444, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "anxious", "misc": "", "start_char": 437, "text": "anxious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 450, "feats": null, "head": 10, "id": 9, "lemma": "about", "misc": "", "start_char": 445, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 457, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "school", "misc": "", "start_char": 451, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 459, "feats": null, "head": 5, "id": 11, "lemma": ",", "misc": "", "start_char": 458, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "ccomp", "end_char": 468, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 35, "id": 12, "lemma": "pretend", "misc": "", "start_char": 460, "text": "pretends", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 476, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "illness", "misc": "", "start_char": 469, "text": "illness", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 479, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 477, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 484, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "stay", "misc": "", "start_char": 480, "text": "stay", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 489, "feats": null, "head": 15, "id": 16, "lemma": "home", "misc": "", "start_char": 485, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 491, "feats": null, "head": 19, "id": 17, "lemma": ",", "misc": "", "start_char": 490, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 494, "feats": null, "head": 19, "id": 18, "lemma": "or", "misc": "", "start_char": 492, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 502, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 19, "lemma": "refuse", "misc": "", "start_char": 495, "text": "refuses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 505, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 503, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 510, "feats": "VerbForm=Inf", "head": 19, "id": 21, "lemma": "talk", "misc": "", "start_char": 506, "text": "talk", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 516, "feats": null, "head": 23, "id": 22, "lemma": "about", "misc": "", "start_char": 511, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 523, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "thing", "misc": "", "start_char": 517, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 526, "feats": null, "head": 27, "id": 24, "lemma": "of", "misc": "", "start_char": 524, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 530, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 25, "lemma": "the", "misc": "", "start_char": 527, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 537, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "school", "misc": "", "start_char": 531, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 541, "feats": "Number=Sing", "head": 23, "id": 27, "lemma": "day", "misc": "", "start_char": 538, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 543, "feats": null, "head": 35, "id": 28, "lemma": ",", "misc": "", "start_char": 542, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 547, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 32, "id": 29, "lemma": "you", "misc": "", "start_char": 544, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 554, "feats": "VerbForm=Fin", "head": 32, "id": 30, "lemma": "should", "misc": "", "start_char": 548, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 557, "feats": "VerbForm=Inf", "head": 32, "id": 31, "lemma": "be", "misc": "", "start_char": 555, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 567, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 35, "id": 32, "lemma": "concern", "misc": "", "start_char": 558, "text": "concerned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 569, "feats": null, "head": 35, "id": 33, "lemma": ",", "misc": "", "start_char": 568, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 572, "feats": null, "head": 35, "id": 34, "lemma": "''", "misc": "", "start_char": 570, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 577, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 35, "lemma": "say", "misc": "", "start_char": 573, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 579, "feats": "Definite=Ind|PronType=Art", "head": 38, "id": 36, "lemma": "a", "misc": "", "start_char": 578, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 586, "feats": "Number=Sing", "head": 38, "id": 37, "lemma": "school", "misc": "", "start_char": 580, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 599, "feats": "Number=Sing", "head": 35, "id": 38, "lemma": "psychologist", "misc": "", "start_char": 587, "text": "psychologist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 601, "feats": null, "head": 40, "id": 39, "lemma": ",", "misc": "", "start_char": 600, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 609, "feats": "Number=Sing", "head": 38, "id": 40, "lemma": "Michael", "misc": "", "start_char": 602, "text": "Michael", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 616, "feats": "Number=Sing", "head": 40, "id": 41, "lemma": "Martin", "misc": "", "start_char": 610, "text": "Martin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 618, "feats": null, "head": 35, "id": 42, "lemma": ".", "misc": "", "start_char": 617, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 620, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 619, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Fortunately)) (, ,) (NP (PRP you)) (VP (MD can) (ADVP (RB usually)) (VP (VB solve) (NP (DT the) (NN problem)) (, --) (ADVP (RB sometimes)) (ADVP (RB very) (RB easily)))) (. .)))" }, "speaker": null, "text": "Fortunately, you can usually solve the problem--sometimes very easily.", "tokens": [ { "deprel": "advmod", "end_char": 632, "feats": null, "head": 6, "id": 1, "lemma": "fortunately", "misc": "", "start_char": 621, "text": "Fortunately", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 634, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 633, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 638, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 6, "id": 3, "lemma": "you", "misc": "", "start_char": 635, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 642, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "can", "misc": "", "start_char": 639, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 650, "feats": null, "head": 6, "id": 5, "lemma": "usually", "misc": "", "start_char": 643, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 656, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "solve", "misc": "", "start_char": 651, "text": "solve", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 660, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 657, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 668, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "problem", "misc": "", "start_char": 661, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 671, "feats": null, "head": 6, "id": 9, "lemma": "--", "misc": "", "start_char": 669, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 681, "feats": null, "head": 12, "id": 10, "lemma": "sometimes", "misc": "", "start_char": 672, "text": "sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 686, "feats": null, "head": 12, "id": 11, "lemma": "very", "misc": "", "start_char": 682, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 693, "feats": null, "head": 6, "id": 12, "lemma": "easily", "misc": "", "start_char": 687, "text": "easily", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 695, "feats": null, "head": 6, "id": 13, "lemma": ".", "misc": "", "start_char": 694, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (PRP$ our) (NN case))) (, ,) (NP (NP (PRP$ my) (NN husband)) (CC and) (NP (PRP I))) (VP (VP (VBD visited) (NP (NP (NNP Dustin) (POS 's)) (NN class))) (CC and) (VP (VBD noticed) (SBAR (IN that) (S (NP (NP (DT the) (NN teacher)) (, ,) (PP (ADVP (RB just)) (IN out) (PP (IN of) (NP (NN college)))) (, ,)) (VP (VBD called) (PP (ADVP (RB only)) (IN on) (NP (NP (NNS kids)) (SBAR (WHNP (WP who)) (S (VP (VBD sat) (PP (ADVP (RB right)) (IN under) (NP (PRP$ her) (NN nose))))))))))))) (. .)))" }, "speaker": null, "text": "In our case, my husband and I visited Dustin's class and noticed that the teacher, just out of college, called only on kids who sat right under her nose.", "tokens": [ { "deprel": "case", "end_char": 698, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 696, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 702, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "our", "misc": "", "start_char": 699, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 707, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "case", "misc": "", "start_char": 703, "text": "case", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 709, "feats": null, "head": 9, "id": 4, "lemma": ",", "misc": "", "start_char": 708, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 712, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "my", "misc": "", "start_char": 710, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 720, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "husband", "misc": "", "start_char": 713, "text": "husband", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 724, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 721, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 726, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 8, "lemma": "I", "misc": "", "start_char": 725, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 734, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "visit", "misc": "", "start_char": 727, "text": "visited", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 741, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "Dustin", "misc": "", "start_char": 735, "text": "Dustin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 744, "feats": null, "head": 10, "id": 11, "lemma": "'s", "misc": "", "start_char": 742, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 750, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "class", "misc": "", "start_char": 745, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 754, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 751, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 762, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 14, "lemma": "notice", "misc": "", "start_char": 755, "text": "noticed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 767, "feats": null, "head": 24, "id": 15, "lemma": "that", "misc": "", "start_char": 763, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 771, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 768, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 779, "feats": "Number=Sing", "head": 24, "id": 17, "lemma": "teacher", "misc": "", "start_char": 772, "text": "teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 781, "feats": null, "head": 17, "id": 18, "lemma": ",", "misc": "", "start_char": 780, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 786, "feats": null, "head": 22, "id": 19, "lemma": "just", "misc": "", "start_char": 782, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 790, "feats": null, "head": 22, "id": 20, "lemma": "out", "misc": "", "start_char": 787, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 793, "feats": null, "head": 22, "id": 21, "lemma": "of", "misc": "", "start_char": 791, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 801, "feats": "Number=Sing", "head": 17, "id": 22, "lemma": "college", "misc": "", "start_char": 794, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 803, "feats": null, "head": 17, "id": 23, "lemma": ",", "misc": "", "start_char": 802, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "ccomp", "end_char": 810, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 24, "lemma": "call", "misc": "", "start_char": 804, "text": "called", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 815, "feats": null, "head": 27, "id": 25, "lemma": "only", "misc": "", "start_char": 811, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 818, "feats": null, "head": 27, "id": 26, "lemma": "on", "misc": "", "start_char": 816, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 823, "feats": "Number=Plur", "head": 24, "id": 27, "lemma": "kid", "misc": "", "start_char": 819, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 827, "feats": "PronType=Rel", "head": 29, "id": 28, "lemma": "who", "misc": "", "start_char": 824, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 831, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 27, "id": 29, "lemma": "sit", "misc": "", "start_char": 828, "text": "sat", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 837, "feats": null, "head": 33, "id": 30, "lemma": "right", "misc": "", "start_char": 832, "text": "right", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 843, "feats": null, "head": 33, "id": 31, "lemma": "under", "misc": "", "start_char": 838, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 847, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 33, "id": 32, "lemma": "her", "misc": "", "start_char": 844, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 852, "feats": "Number=Sing", "head": 29, "id": 33, "lemma": "nose", "misc": "", "start_char": 848, "text": "nose", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 854, "feats": null, "head": 9, "id": 34, "lemma": ".", "misc": "", "start_char": 853, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Dustin)) (, ,) (SBAR (WHNP (WP who)) (S (ADVP (RB often)) (VP (VBD sat) (PP (IN near) (NP (DT the) (NN back)))))) (, ,)) (VP (VBD was) (VP (VBN ignored))) (. .)))" }, "speaker": null, "text": "Dustin, who often sat near the back, was ignored.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 861, "feats": "Number=Sing", "head": 11, "id": 1, "lemma": "Dustin", "misc": "", "start_char": 855, "text": "Dustin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 863, "feats": null, "head": 5, "id": 2, "lemma": ",", "misc": "", "start_char": 862, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 867, "feats": "PronType=Rel", "head": 5, "id": 3, "lemma": "who", "misc": "", "start_char": 864, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "advmod", "end_char": 873, "feats": null, "head": 5, "id": 4, "lemma": "often", "misc": "", "start_char": 868, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 877, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 1, "id": 5, "lemma": "sit", "misc": "", "start_char": 874, "text": "sat", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 882, "feats": null, "head": 8, "id": 6, "lemma": "near", "misc": "", "start_char": 878, "text": "near", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 886, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 883, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 891, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "back", "misc": "", "start_char": 887, "text": "back", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 893, "feats": null, "head": 1, "id": 9, "lemma": ",", "misc": "", "start_char": 892, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux:pass", "end_char": 897, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 894, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 905, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 11, "lemma": "ignore", "misc": "", "start_char": 898, "text": "ignored", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 907, "feats": null, "head": 11, "id": 12, "lemma": ".", "misc": "", "start_char": 906, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (ADVP (RB simply)) (VP (VBD told) (NP (PRP him)) (S (VP (TO to) (VP (VB move) (ADVP (IN up) (NP (NN front))))))) (. .)))" }, "speaker": null, "text": "We simply told him to move up front.", "tokens": [ { "deprel": "nsubj", "end_char": 910, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 908, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 917, "feats": null, "head": 3, "id": 2, "lemma": "simply", "misc": "", "start_char": 911, "text": "simply", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 922, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "tell", "misc": "", "start_char": 918, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 926, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "he", "misc": "", "start_char": 923, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 929, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 927, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 934, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "move", "misc": "", "start_char": 930, "text": "move", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 937, "feats": null, "head": 8, "id": 7, "lemma": "up", "misc": "", "start_char": 935, "text": "up", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 943, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "front", "misc": "", "start_char": 938, "text": "front", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 945, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 944, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VBD did))) (, ,) (CC and) (S (NP (PRP he)) (VP (VBD was) (ADJP (JJ happy)) (ADVP (RB again)))) (. .)))" }, "speaker": null, "text": "He did, and he was happy again.", "tokens": [ { "deprel": "nsubj", "end_char": 948, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 946, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 952, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "do", "misc": "", "start_char": 949, "text": "did", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 954, "feats": null, "head": 7, "id": 3, "lemma": ",", "misc": "", "start_char": 953, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 958, "feats": null, "head": 7, "id": 4, "lemma": "and", "misc": "", "start_char": 955, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 961, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "he", "misc": "", "start_char": 959, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 965, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 962, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 971, "feats": "Degree=Pos", "head": 2, "id": 7, "lemma": "happy", "misc": "", "start_char": 966, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 977, "feats": null, "head": 7, "id": 8, "lemma": "again", "misc": "", "start_char": 972, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 979, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 978, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
With just a few minutes left before school was to start, my six-year-old, Dustin, was crying. "I don't want to go," he said. Ever since he'd entered first grade, he had hated school. What's going on? If he hates school this much now, how bad will it be later on? Every kid sometimes complains about school. But five to ten percent of kids dislike it so much they don't want to attend. "If a child seems worried or anxious about school, pretends illness to stay home, or refuses to talk about things of the school day, you should be concerned," says a school psychologist, Michael Martin. Fortunately, you can usually solve the problem--sometimes very easily. In our case, my husband and I visited Dustin's class and noticed that the teacher, just out of college, called only on kids who sat right under her nose. Dustin, who often sat near the back, was ignored. We simply told him to move up front. He did, and he was happy again.
[ [ [ 0, 7, 7 ], [ 4, 3, 3 ], [ 2, 11, 11 ], [ 5, 5, 5 ], [ 6, 8, 8 ], [ 7, 36, 36 ], [ 7, 9, 9 ], [ 7, 25, 25 ] ], [ [ 0, 12, 12 ], [ 10, 4, 4 ], [ 10, 7, 7 ] ], [ [ 2, 5, 6 ] ], [ [ 4, 6, 6 ] ], [ [ 4, 11, 11 ] ], [ [ 5, 0, 1 ] ], [ [ 6, 6, 6 ] ], [ [ 6, 11, 11 ], [ 6, 1, 6 ] ], [ [ 7, 2, 3 ] ], [ [ 7, 12, 12 ] ], [ [ 7, 15, 15 ] ], [ [ 7, 22, 26 ] ], [ [ 7, 24, 26 ] ], [ [ 7, 35, 37 ], [ 7, 39, 40 ], [ 7, 35, 40 ] ], [ [ 9, 2, 2 ], [ 7, 28, 28 ] ], [ [ 9, 6, 7 ] ], [ [ 10, 1, 2 ] ], [ [ 10, 4, 5 ] ], [ [ 10, 9, 11 ] ], [ [ 10, 21, 21 ] ], [ [ 10, 26, 32 ] ], [ [ 10, 31, 32 ] ], [ [ 10, 31, 31 ], [ 10, 15, 21 ] ], [ [ 11, 6, 7 ] ], [ [ 12, 0, 0 ], [ 10, 4, 7 ], [ 10, 1, 1 ] ], [ [ 12, 3, 3 ], [ 13, 4, 4 ], [ 13, 0, 0 ], [ 11, 0, 7 ], [ 2, 2, 2 ], [ 2, 8, 8 ], [ 0, 12, 13 ], [ 0, 15, 15 ], [ 0, 12, 15 ], [ 1, 9, 9 ], [ 1, 1, 1 ], [ 10, 9, 10 ], [ 4, 1, 1 ] ], [ [ 0, 1, 4 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36181
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP WHAT)) (VP (VBZ 'S) (NP (NP (DT the) (ADJP (RBS most) (JJ important)) (NN thing)) (PP (IN of) (NP (NN life))))) (. ?)))" }, "speaker": null, "text": "WHAT'S the most important thing of life?", "tokens": [ { "deprel": "root", "end_char": 4, "feats": "PronType=Int", "head": 0, "id": 1, "lemma": "what", "misc": "", "start_char": 0, "text": "WHAT", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 7, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 5, "text": "'S", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 11, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 8, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 16, "feats": "Degree=Sup", "head": 5, "id": 4, "lemma": "most", "misc": "", "start_char": 12, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 26, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "important", "misc": "", "start_char": 17, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 32, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "thing", "misc": "", "start_char": 27, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 35, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 33, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 40, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "life", "misc": "", "start_char": 36, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 42, "feats": null, "head": 1, "id": 9, "lemma": "?", "misc": "", "start_char": 41, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 44, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 43, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS People) (POS 's)) (NNS answers)) (VP (VBP vary) (ADVP (RB greatly))) (. .)))" }, "speaker": null, "text": "People's answers vary greatly.", "tokens": [ { "deprel": "nmod:poss", "end_char": 51, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "person", "misc": "", "start_char": 45, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 1, "id": 2, "lemma": "'s", "misc": "", "start_char": 52, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 62, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "answer", "misc": "", "start_char": 55, "text": "answers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 67, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "vary", "misc": "", "start_char": 63, "text": "vary", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 75, "feats": null, "head": 4, "id": 5, "lemma": "greatly", "misc": "", "start_char": 68, "text": "greatly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 4, "id": 6, "lemma": ".", "misc": "", "start_char": 76, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (NML (JJ British) (NN scientist)) (NNP Robert) (NNP Edwards))) (, ,) (NP (DT the) (NN answer)) (VP (VBZ is) (VP (VBG having) (NP (DT a) (NN child)))) (. .)))" }, "speaker": null, "text": "For British scientist Robert Edwards, the answer is having a child.", "tokens": [ { "deprel": "case", "end_char": 81, "feats": null, "head": 3, "id": 1, "lemma": "for", "misc": "", "start_char": 78, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 89, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "British", "misc": "", "start_char": 82, "text": "British", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 99, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "scientist", "misc": "", "start_char": 90, "text": "scientist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 106, "feats": "Number=Sing", "head": 10, "id": 4, "lemma": "Robert", "misc": "", "start_char": 100, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 114, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Edwards", "misc": "", "start_char": 107, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 116, "feats": null, "head": 10, "id": 6, "lemma": ",", "misc": "", "start_char": 115, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 120, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 117, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 127, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "answer", "misc": "", "start_char": 121, "text": "answer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 130, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 128, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 137, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 10, "lemma": "have", "misc": "", "start_char": 131, "text": "having", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 139, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 138, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 145, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "child", "misc": "", "start_char": 140, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 147, "feats": null, "head": 10, "id": 13, "lemma": ".", "misc": "", "start_char": 146, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (NN Nothing)) (VP (VBZ is) (ADJP (ADJP (RBR more) (JJ special)) (PP (IN than) (NP (DT a) (NN child)))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD told) (NP (DT the) (NNP BBC))) (. .)))" }, "speaker": null, "text": "\"Nothing is more special than a child,\" he told the BBC.", "tokens": [ { "deprel": "punct", "end_char": 150, "feats": null, "head": 12, "id": 1, "lemma": "``", "misc": "", "start_char": 148, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 158, "feats": "Number=Sing|PronType=Neg", "head": 5, "id": 2, "lemma": "nothing", "misc": "", "start_char": 151, "text": "Nothing", "upos": "PRON", "xpos": "NN" }, { "deprel": "cop", "end_char": 161, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 159, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 166, "feats": "Degree=Cmp", "head": 5, "id": 4, "lemma": "more", "misc": "", "start_char": 162, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "ccomp", "end_char": 174, "feats": "Degree=Pos", "head": 12, "id": 5, "lemma": "special", "misc": "", "start_char": 167, "text": "special", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 179, "feats": null, "head": 8, "id": 6, "lemma": "than", "misc": "", "start_char": 175, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 181, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 180, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 187, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "child", "misc": "", "start_char": 182, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 189, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 188, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 192, "feats": null, "head": 12, "id": 10, "lemma": "''", "misc": "", "start_char": 190, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 195, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "he", "misc": "", "start_char": 193, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 200, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "tell", "misc": "", "start_char": 196, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 204, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 201, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 208, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "BBC", "misc": "", "start_char": 205, "text": "BBC", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 210, "feats": null, "head": 12, "id": 15, "lemma": ".", "misc": "", "start_char": 209, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 212, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 211, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Edwards)) (, ,) (NP (NP (DT the) (NN inventor)) (PP (IN of) (NP (NP (DT the) (NML (NML (JJ In) (NNP Vitro) (NNP Fertilization)) (-LRB- -LRB-) (NNP IVF) (-RRB- -RRB-)) (NN technology)) (, --) (VP (ADVP (RBR more) (RB commonly)) (VBN known) (PP (IN as) (`` '') (NML (NN testtube) (NN baby)) ('' '') (NN technology)))))) (, --)) (VP (VBD passed) (ADVP (RB away)) (PP (IN on) (NP (NNP April) (CD 10) (CD ,2013))) (PP (IN at) (NP (NP (DT the) (NN age)) (PP (IN of) (NP (CD 87)))))) (. .)))" }, "speaker": null, "text": "Edwards, the inventor of the In Vitro Fertilization (IVF) technology--more commonly known as\" testtube baby\" technology--passed away on April 10,2013 at the age of 87.", "tokens": [ { "deprel": "nsubj", "end_char": 220, "feats": "Number=Sing", "head": 25, "id": 1, "lemma": "Edwards", "misc": "", "start_char": 213, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 222, "feats": null, "head": 25, "id": 2, "lemma": ",", "misc": "", "start_char": 221, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 226, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 223, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 235, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "inventor", "misc": "", "start_char": 227, "text": "inventor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 238, "feats": null, "head": 13, "id": 5, "lemma": "of", "misc": "", "start_char": 236, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 242, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 6, "lemma": "the", "misc": "", "start_char": 239, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 245, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 243, "text": "In", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 251, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Vitro", "misc": "", "start_char": 246, "text": "Vitro", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 265, "feats": "Number=Sing", "head": 13, "id": 9, "lemma": "Fertilization", "misc": "", "start_char": 252, "text": "Fertilization", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 267, "feats": null, "head": 11, "id": 10, "lemma": "(", "misc": "", "start_char": 266, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 271, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "IVF", "misc": "", "start_char": 268, "text": "IVF", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 273, "feats": null, "head": 11, "id": 12, "lemma": ")", "misc": "", "start_char": 272, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "nmod", "end_char": 284, "feats": "Number=Sing", "head": 4, "id": 13, "lemma": "technology", "misc": "", "start_char": 274, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 287, "feats": null, "head": 13, "id": 14, "lemma": "--", "misc": "", "start_char": 285, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 292, "feats": "Degree=Cmp", "head": 16, "id": 15, "lemma": "more", "misc": "", "start_char": 288, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 301, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "commonly", "misc": "", "start_char": 293, "text": "commonly", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl", "end_char": 307, "feats": "Tense=Past|VerbForm=Part", "head": 13, "id": 17, "lemma": "know", "misc": "", "start_char": 302, "text": "known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 310, "feats": null, "head": 23, "id": 18, "lemma": "as", "misc": "", "start_char": 308, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 313, "feats": null, "head": 21, "id": 19, "lemma": "''", "misc": "", "start_char": 311, "text": "''", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 322, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "testtube", "misc": "", "start_char": 314, "text": "testtube", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 327, "feats": "Number=Sing", "head": 23, "id": 21, "lemma": "baby", "misc": "", "start_char": 323, "text": "baby", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 330, "feats": null, "head": 21, "id": 22, "lemma": "''", "misc": "", "start_char": 328, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "obl", "end_char": 341, "feats": "Number=Sing", "head": 17, "id": 23, "lemma": "technology", "misc": "", "start_char": 331, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 344, "feats": null, "head": 25, "id": 24, "lemma": "--", "misc": "", "start_char": 342, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 351, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 25, "lemma": "pass", "misc": "", "start_char": 345, "text": "passed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 356, "feats": null, "head": 25, "id": 26, "lemma": "away", "misc": "", "start_char": 352, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 359, "feats": null, "head": 28, "id": 27, "lemma": "on", "misc": "", "start_char": 357, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 365, "feats": "Number=Sing", "head": 25, "id": 28, "lemma": "April", "misc": "", "start_char": 360, "text": "April", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 368, "feats": "NumForm=Digit|NumType=Card", "head": 28, "id": 29, "lemma": "10", "misc": "", "start_char": 366, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 374, "feats": "NumForm=Digit|NumType=Card", "head": 28, "id": 30, "lemma": ",203", "misc": "", "start_char": 369, "text": ",2013", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 377, "feats": null, "head": 33, "id": 31, "lemma": "at", "misc": "", "start_char": 375, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 381, "feats": "Definite=Def|PronType=Art", "head": 33, "id": 32, "lemma": "the", "misc": "", "start_char": 378, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 385, "feats": "Number=Sing", "head": 25, "id": 33, "lemma": "age", "misc": "", "start_char": 382, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 388, "feats": null, "head": 35, "id": 34, "lemma": "of", "misc": "", "start_char": 386, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 391, "feats": "NumForm=Digit|NumType=Card", "head": 33, "id": 35, "lemma": "87", "misc": "", "start_char": 389, "text": "87", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 393, "feats": null, "head": 25, "id": 36, "lemma": ".", "misc": "", "start_char": 392, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 395, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 394, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (SINV (S (NP (NNP Edwards)) (VP (VBD changed) (NP (NP (DT the) (NNS lives)) (PP (IN of) (NP (NP (NNS millions)) (PP (IN of) (NP (NP (JJ ordinary) (NNS people)) (SBAR (WHNP (WP who)) (S (ADVP (RB now)) (VP (VBP rejoice) (PP (IN in) (NP (NP (DT the) (NN gift)) (PP (IN of) (NP (PRP$ their) (JJ own) (NN child))))))))))))))) (, ,) ('' '') (VP (VBD said)) (NP (NP (NNP Peter) (NNP Braude)) (, ,) (NP (NP (NN professor)) (PP (IN at) (NP (NP (NNP King) (POS 's)) (NNP College) (NNP London))))) (. .)))" }, "speaker": null, "text": "Edwards changed the lives of millions of ordinary people who now rejoice in the gift of their own child,\" said Peter Braude, professor at King's College London.", "tokens": [ { "deprel": "nsubj", "end_char": 403, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Edwards", "misc": "", "start_char": 396, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "ccomp", "end_char": 411, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 2, "lemma": "change", "misc": "", "start_char": 404, "text": "changed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 415, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 412, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 421, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "life", "misc": "", "start_char": 416, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 424, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 422, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 433, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "million", "misc": "", "start_char": 425, "text": "millions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 436, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 434, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 445, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "ordinary", "misc": "", "start_char": 437, "text": "ordinary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 452, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "person", "misc": "", "start_char": 446, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 456, "feats": "PronType=Rel", "head": 12, "id": 10, "lemma": "who", "misc": "", "start_char": 453, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "advmod", "end_char": 460, "feats": null, "head": 12, "id": 11, "lemma": "now", "misc": "", "start_char": 457, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 468, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 12, "lemma": "rejoice", "misc": "", "start_char": 461, "text": "rejoice", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 471, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 469, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 475, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 472, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 480, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "gift", "misc": "", "start_char": 476, "text": "gift", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 483, "feats": null, "head": 19, "id": 16, "lemma": "of", "misc": "", "start_char": 481, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 489, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 19, "id": 17, "lemma": "their", "misc": "", "start_char": 484, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 493, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "own", "misc": "", "start_char": 490, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 499, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "child", "misc": "", "start_char": 494, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 501, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 500, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 504, "feats": null, "head": 22, "id": 21, "lemma": "''", "misc": "", "start_char": 502, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 509, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 22, "lemma": "say", "misc": "", "start_char": 505, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 515, "feats": "Number=Sing", "head": 22, "id": 23, "lemma": "Peter", "misc": "", "start_char": 510, "text": "Peter", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 522, "feats": "Number=Sing", "head": 23, "id": 24, "lemma": "Braude", "misc": "", "start_char": 516, "text": "Braude", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 524, "feats": null, "head": 23, "id": 25, "lemma": ",", "misc": "", "start_char": 523, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 534, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "professor", "misc": "", "start_char": 525, "text": "professor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 537, "feats": null, "head": 31, "id": 27, "lemma": "at", "misc": "", "start_char": 535, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 542, "feats": "Number=Sing", "head": 31, "id": 28, "lemma": "King", "misc": "", "start_char": 538, "text": "King", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 545, "feats": null, "head": 28, "id": 29, "lemma": "'s", "misc": "", "start_char": 543, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 553, "feats": "Number=Sing", "head": 31, "id": 30, "lemma": "College", "misc": "", "start_char": 546, "text": "College", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 560, "feats": "Number=Sing", "head": 26, "id": 31, "lemma": "London", "misc": "", "start_char": 554, "text": "London", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 562, "feats": null, "head": 22, "id": 32, "lemma": ".", "misc": "", "start_char": 561, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP He)) (VP (VBZ leaves) (NP (DT the) (NN world)) (NP (DT a) (ADJP (RB much) (JJR better)) (NN place))) (. .) ('' '')))" }, "speaker": null, "text": "\"He leaves the world a much better place.\"", "tokens": [ { "deprel": "punct", "end_char": 565, "feats": null, "head": 3, "id": 1, "lemma": "``", "misc": "", "start_char": 563, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 568, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 566, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 575, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "leave", "misc": "", "start_char": 569, "text": "leaves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 579, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 576, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 585, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "world", "misc": "", "start_char": 580, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 587, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 6, "lemma": "a", "misc": "", "start_char": 586, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 592, "feats": null, "head": 8, "id": 7, "lemma": "much", "misc": "", "start_char": 588, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 599, "feats": "Degree=Cmp", "head": 9, "id": 8, "lemma": "good", "misc": "", "start_char": 593, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "xcomp", "end_char": 605, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "place", "misc": "", "start_char": 600, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 607, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 606, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 610, "feats": null, "head": 3, "id": 11, "lemma": "''", "misc": "", "start_char": 608, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 612, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 611, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NNP Edwards)) (VP (VBD started) (NP (PRP$ his) (NNS experiments)) (ADVP (ADVP (RB as) (RB early)) (PP (IN as) (NP (NP (DT the) (NNS 1950s)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD had) (ADVP (RB just)) (VP (VBN finished) (NP (PRP$ his) (NN PhD)) (PP (IN in) (NP (NN genetics))))))))))) (. .)))" }, "speaker": null, "text": "Edwards started his experiments as early as the 1950s, when he had just finished his PhD in genetics.", "tokens": [ { "deprel": "nsubj", "end_char": 620, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Edwards", "misc": "", "start_char": 613, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 628, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "start", "misc": "", "start_char": 621, "text": "started", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 632, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "his", "misc": "", "start_char": 629, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 644, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "experiment", "misc": "", "start_char": 633, "text": "experiments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 647, "feats": null, "head": 6, "id": 5, "lemma": "as", "misc": "", "start_char": 645, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 653, "feats": "Degree=Pos", "head": 2, "id": 6, "lemma": "early", "misc": "", "start_char": 648, "text": "early", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 656, "feats": null, "head": 9, "id": 7, "lemma": "as", "misc": "", "start_char": 654, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 660, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 657, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 666, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "1950s", "misc": "", "start_char": 661, "text": "1950s", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 668, "feats": null, "head": 15, "id": 10, "lemma": ",", "misc": "", "start_char": 667, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 673, "feats": "PronType=Int", "head": 15, "id": 11, "lemma": "when", "misc": "", "start_char": 669, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 676, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 12, "lemma": "he", "misc": "", "start_char": 674, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 680, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 13, "lemma": "have", "misc": "", "start_char": 677, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 685, "feats": null, "head": 15, "id": 14, "lemma": "just", "misc": "", "start_char": 681, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 694, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 15, "lemma": "finish", "misc": "", "start_char": 686, "text": "finished", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod:poss", "end_char": 698, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "his", "misc": "", "start_char": 695, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 702, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "PhD", "misc": "", "start_char": 699, "text": "PhD", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 705, "feats": null, "head": 19, "id": 18, "lemma": "in", "misc": "", "start_char": 703, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 714, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "genetics", "misc": "", "start_char": 706, "text": "genetics", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 716, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 715, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (DT that) (NN time))) (, ,) (NP (NP (JJ much)) (PP (IN of) (NP (DT the) (NN public)))) (VP (VBD viewed) (NP (NN test-tube) (NNS babies)) (PP (IN as) (`` '') (ADJP (JJ scary)) ('' '')) (, ,) (PP (VBG according) (PP (IN to) (NP (NP (NNP Mark) (NNP Sauer)) (, ,) (NP (NP (NN professor)) (PP (IN at) (NP (NP (NNP Columbia) (NNP University)) (, ,) (NP (NNP US))))))))) (. .)))" }, "speaker": null, "text": "At that time, much of the public viewed test-tube babies as\" scary\", according to Mark Sauer, professor at Columbia University, US.", "tokens": [ { "deprel": "case", "end_char": 719, "feats": null, "head": 3, "id": 1, "lemma": "at", "misc": "", "start_char": 717, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 724, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "that", "misc": "", "start_char": 720, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 729, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "time", "misc": "", "start_char": 725, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 731, "feats": null, "head": 9, "id": 4, "lemma": ",", "misc": "", "start_char": 730, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 736, "feats": "Degree=Pos", "head": 9, "id": 5, "lemma": "much", "misc": "", "start_char": 732, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 739, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 737, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 743, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 740, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 750, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "public", "misc": "", "start_char": 744, "text": "public", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 757, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "view", "misc": "", "start_char": 751, "text": "viewed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound", "end_char": 767, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "test-tube", "misc": "", "start_char": 758, "text": "test-tube", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 774, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "baby", "misc": "", "start_char": 768, "text": "babies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 777, "feats": null, "head": 14, "id": 12, "lemma": "as", "misc": "", "start_char": 775, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 780, "feats": null, "head": 14, "id": 13, "lemma": "''", "misc": "", "start_char": 778, "text": "''", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obl", "end_char": 786, "feats": "Degree=Pos", "head": 9, "id": 14, "lemma": "scary", "misc": "", "start_char": 781, "text": "scary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 789, "feats": null, "head": 14, "id": 15, "lemma": "''", "misc": "", "start_char": 787, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 791, "feats": null, "head": 9, "id": 16, "lemma": ",", "misc": "", "start_char": 790, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 801, "feats": "ExtPos=ADP|VerbForm=Ger", "head": 19, "id": 17, "lemma": "accord", "misc": "", "start_char": 792, "text": "according", "upos": "VERB", "xpos": "VBG" }, { "deprel": "fixed", "end_char": 804, "feats": null, "head": 17, "id": 18, "lemma": "to", "misc": "", "start_char": 802, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 809, "feats": "Number=Sing", "head": 9, "id": 19, "lemma": "Mark", "misc": "", "start_char": 805, "text": "Mark", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 815, "feats": "Number=Sing", "head": 19, "id": 20, "lemma": "Sauer", "misc": "", "start_char": 810, "text": "Sauer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 817, "feats": null, "head": 19, "id": 21, "lemma": ",", "misc": "", "start_char": 816, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 827, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "professor", "misc": "", "start_char": 818, "text": "professor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 830, "feats": null, "head": 25, "id": 23, "lemma": "at", "misc": "", "start_char": 828, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 839, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "Columbia", "misc": "", "start_char": 831, "text": "Columbia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 850, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "University", "misc": "", "start_char": 840, "text": "University", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 852, "feats": null, "head": 25, "id": 26, "lemma": ",", "misc": "", "start_char": 851, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 855, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "US", "misc": "", "start_char": 853, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 857, "feats": null, "head": 9, "id": 28, "lemma": ".", "misc": "", "start_char": 856, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 859, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 858, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Edwards)) (CC and) (NP (NP (PRP$ his) (NN colleague)) (NNP Patrick) (NNP Steptoe))) (VP (VBD faced) (NP (NN opposition)) (PP (PP (IN from) (NP (NNS churches) (, ,) (NNS governments) (CC and) (NN media))) (, ,) (CONJP (RB not) (TO to)) (VP (VB mention) (NP (NP (NNS attacks)) (PP (IN from) (NP (NP (JJ many)) (PP (IN of) (NP (PRP$ their) (JJ fellow) (NNS scientists))))))))) (. .)))" }, "speaker": null, "text": "Edwards and his colleague Patrick Steptoe faced opposition from churches, governments and media, not to mention attacks from many of their fellow scientists.", "tokens": [ { "deprel": "nsubj", "end_char": 867, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "Edwards", "misc": "", "start_char": 860, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 871, "feats": null, "head": 4, "id": 2, "lemma": "and", "misc": "", "start_char": 868, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 875, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "his", "misc": "", "start_char": 872, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 885, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "colleague", "misc": "", "start_char": 876, "text": "colleague", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 893, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "Patrick", "misc": "", "start_char": 886, "text": "Patrick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 901, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Steptoe", "misc": "", "start_char": 894, "text": "Steptoe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 907, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "face", "misc": "", "start_char": 902, "text": "faced", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 918, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "opposition", "misc": "", "start_char": 908, "text": "opposition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 923, "feats": null, "head": 10, "id": 9, "lemma": "from", "misc": "", "start_char": 919, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 932, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "church", "misc": "", "start_char": 924, "text": "churches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 934, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 933, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 946, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "government", "misc": "", "start_char": 935, "text": "governments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 950, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 947, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 956, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "media", "misc": "", "start_char": 951, "text": "media", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 958, "feats": null, "head": 19, "id": 15, "lemma": ",", "misc": "", "start_char": 957, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 962, "feats": null, "head": 19, "id": 16, "lemma": "not", "misc": "", "start_char": 959, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "fixed", "end_char": 965, "feats": null, "head": 16, "id": 17, "lemma": "to", "misc": "", "start_char": 963, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "fixed", "end_char": 973, "feats": "VerbForm=Inf", "head": 16, "id": 18, "lemma": "mention", "misc": "", "start_char": 966, "text": "mention", "upos": "VERB", "xpos": "VB" }, { "deprel": "conj", "end_char": 981, "feats": "Number=Plur", "head": 10, "id": 19, "lemma": "attack", "misc": "", "start_char": 974, "text": "attacks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 986, "feats": null, "head": 21, "id": 20, "lemma": "from", "misc": "", "start_char": 982, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 991, "feats": "Degree=Pos", "head": 19, "id": 21, "lemma": "many", "misc": "", "start_char": 987, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 994, "feats": null, "head": 25, "id": 22, "lemma": "of", "misc": "", "start_char": 992, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1000, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 25, "id": 23, "lemma": "their", "misc": "", "start_char": 995, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1007, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "fellow", "misc": "", "start_char": 1001, "text": "fellow", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1018, "feats": "Number=Plur", "head": 21, "id": 25, "lemma": "scientist", "misc": "", "start_char": 1008, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1020, "feats": null, "head": 7, "id": 26, "lemma": ".", "misc": "", "start_char": 1019, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (NNS People)) (VP (VBD said) (SBAR (IN that) (S (S (NP (PRP we)) (VP (MD should) (RB not) (VP (VB play) (NP (NNP God))))) (CC and) (S (NP (PRP we)) (VP (MD should) (RB not) (VP (VB interfere) (PP (IN with) (NP (NN nature)))))))))) (, ,) ('' '') (NP (NNP Edwards)) (ADVP (RB once)) (VP (VBD told) (NP (NNP Times))) (. .)))" }, "speaker": null, "text": "\"People said that we should not play God and we should not interfere with nature,\" Edwards once told Times.", "tokens": [ { "deprel": "punct", "end_char": 1023, "feats": null, "head": 21, "id": 1, "lemma": "``", "misc": "", "start_char": 1021, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1030, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 1024, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1035, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 3, "lemma": "say", "misc": "", "start_char": 1031, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1040, "feats": null, "head": 8, "id": 4, "lemma": "that", "misc": "", "start_char": 1036, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1043, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 8, "id": 5, "lemma": "we", "misc": "", "start_char": 1041, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1050, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "should", "misc": "", "start_char": 1044, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1054, "feats": null, "head": 8, "id": 7, "lemma": "not", "misc": "", "start_char": 1051, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1059, "feats": "VerbForm=Inf", "head": 3, "id": 8, "lemma": "play", "misc": "", "start_char": 1055, "text": "play", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1063, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "God", "misc": "", "start_char": 1060, "text": "God", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1067, "feats": null, "head": 14, "id": 10, "lemma": "and", "misc": "", "start_char": 1064, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1070, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 14, "id": 11, "lemma": "we", "misc": "", "start_char": 1068, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1077, "feats": "VerbForm=Fin", "head": 14, "id": 12, "lemma": "should", "misc": "", "start_char": 1071, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1081, "feats": null, "head": 14, "id": 13, "lemma": "not", "misc": "", "start_char": 1078, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1091, "feats": "VerbForm=Inf", "head": 8, "id": 14, "lemma": "interfere", "misc": "", "start_char": 1082, "text": "interfere", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1096, "feats": null, "head": 16, "id": 15, "lemma": "with", "misc": "", "start_char": 1092, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1103, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "nature", "misc": "", "start_char": 1097, "text": "nature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1105, "feats": null, "head": 21, "id": 17, "lemma": ",", "misc": "", "start_char": 1104, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1108, "feats": null, "head": 21, "id": 18, "lemma": "''", "misc": "", "start_char": 1106, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1116, "feats": "Number=Sing", "head": 21, "id": 19, "lemma": "Edwards", "misc": "", "start_char": 1109, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 1121, "feats": "NumType=Mult", "head": 21, "id": 20, "lemma": "once", "misc": "", "start_char": 1117, "text": "once", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1126, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 21, "lemma": "tell", "misc": "", "start_char": 1122, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1132, "feats": "Number=Sing", "head": 21, "id": 22, "lemma": "Times", "misc": "", "start_char": 1127, "text": "Times", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1134, "feats": null, "head": 21, "id": 23, "lemma": ".", "misc": "", "start_char": 1133, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD said) (SBAR (IN that) (S (NP (PRP he)) (VP (VBD felt) (`` ``) (ADJP (RB quite) (JJ alone)) ('' '') (PP (IN at) (NP (DT the) (NN time))))))) (. .)))" }, "speaker": null, "text": "He said that he felt \"quite alone\" at the time.", "tokens": [ { "deprel": "nsubj", "end_char": 1137, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1135, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1142, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 1138, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1147, "feats": null, "head": 5, "id": 3, "lemma": "that", "misc": "", "start_char": 1143, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1150, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "he", "misc": "", "start_char": 1148, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1155, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 5, "lemma": "feel", "misc": "", "start_char": 1151, "text": "felt", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1158, "feats": null, "head": 8, "id": 6, "lemma": "``", "misc": "", "start_char": 1156, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 1164, "feats": null, "head": 8, "id": 7, "lemma": "quite", "misc": "", "start_char": 1159, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1170, "feats": "Degree=Pos", "head": 5, "id": 8, "lemma": "alone", "misc": "", "start_char": 1165, "text": "alone", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1173, "feats": null, "head": 8, "id": 9, "lemma": "''", "misc": "", "start_char": 1171, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "case", "end_char": 1176, "feats": null, "head": 12, "id": 10, "lemma": "at", "misc": "", "start_char": 1174, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1180, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1177, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1185, "feats": "Number=Sing", "head": 5, "id": 12, "lemma": "time", "misc": "", "start_char": 1181, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1187, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 1186, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1189, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1188, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (S (CC But) (NP (NNP Edwards)) (VP (VBD was) (NP (DT a) (NN fighter)))) (, ,) (CC and) (S (NP (PRP he)) (VP (VBD believed) (PP (IN in) (SBAR (WHNP (WP what)) (S (NP (PRP he)) (VP (VBD was) (VP (VBG doing))))))))) (, ,) ('' '') (VP (VBD said)) (NP (NNP Sauer)) (. .)))" }, "speaker": null, "text": "\"But Edwards was a fighter, and he believed in what he was doing,\" said Sauer.", "tokens": [ { "deprel": "punct", "end_char": 1192, "feats": null, "head": 18, "id": 1, "lemma": "``", "misc": "", "start_char": 1190, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "cc", "end_char": 1196, "feats": null, "head": 6, "id": 2, "lemma": "but", "misc": "", "start_char": 1193, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1204, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "Edwards", "misc": "", "start_char": 1197, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1208, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 1205, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1210, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1209, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 1218, "feats": "Number=Sing", "head": 18, "id": 6, "lemma": "fighter", "misc": "", "start_char": 1211, "text": "fighter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1220, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 1219, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1224, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 1221, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1227, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "misc": "", "start_char": 1225, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1236, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 10, "lemma": "believe", "misc": "", "start_char": 1228, "text": "believed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1239, "feats": null, "head": 15, "id": 11, "lemma": "in", "misc": "", "start_char": 1237, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obj", "end_char": 1244, "feats": "PronType=Rel", "head": 15, "id": 12, "lemma": "what", "misc": "", "start_char": 1240, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1247, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "he", "misc": "", "start_char": 1245, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1251, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 1248, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1257, "feats": "Tense=Pres|VerbForm=Part", "head": 10, "id": 15, "lemma": "do", "misc": "", "start_char": 1252, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1259, "feats": null, "head": 18, "id": 16, "lemma": ",", "misc": "", "start_char": 1258, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1262, "feats": null, "head": 18, "id": 17, "lemma": "''", "misc": "", "start_char": 1260, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 1267, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 18, "lemma": "say", "misc": "", "start_char": 1263, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1273, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "Sauer", "misc": "", "start_char": 1268, "text": "Sauer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1275, "feats": null, "head": 18, "id": 20, "lemma": ".", "misc": "", "start_char": 1274, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (PP (IN Without) (NP (NP (NN support)) (PP (IN from) (NP (DT the) (NN government))))) (, ,) (NP (DT the) (CD two)) (VP (VBD struggled) (S (VP (TO to) (VP (VB raise) (NP (NP (NNS funds)) (SBAR (S (VP (TO to) (VP (VB carry) (PRT (RP on))))))))))) (. .)))" }, "speaker": null, "text": "Without support from the government, the two struggled to raise funds to carry on.", "tokens": [ { "deprel": "case", "end_char": 1283, "feats": null, "head": 2, "id": 1, "lemma": "without", "misc": "", "start_char": 1276, "text": "Without", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1291, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "support", "misc": "", "start_char": 1284, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1296, "feats": null, "head": 5, "id": 3, "lemma": "from", "misc": "", "start_char": 1292, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1300, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1297, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1311, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "government", "misc": "", "start_char": 1301, "text": "government", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1313, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 1312, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1317, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1314, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1321, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 8, "lemma": "two", "misc": "", "start_char": 1318, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "root", "end_char": 1331, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "struggle", "misc": "", "start_char": 1322, "text": "struggled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1334, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1332, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1340, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "raise", "misc": "", "start_char": 1335, "text": "raise", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1346, "feats": "Number=Plur", "head": 11, "id": 12, "lemma": "fund", "misc": "", "start_char": 1341, "text": "funds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1349, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 1347, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1355, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "carry", "misc": "", "start_char": 1350, "text": "carry", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1358, "feats": null, "head": 14, "id": 15, "lemma": "on", "misc": "", "start_char": 1356, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1360, "feats": null, "head": 9, "id": 16, "lemma": ".", "misc": "", "start_char": 1359, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (CC And) (PP (IN in) (NP (CD 1968))) (NP (PRP they)) (ADVP (RB finally)) (VP (VBD developed) (NP (NP (DT a) (NN method)) (SBAR (S (VP (TO to) (ADVP (RB successfully)) (VP (VB fertilize) (NP (JJ human) (NNS eggs)) (PP (IN outside) (NP (DT the) (NN body))))))))) (. .)))" }, "speaker": null, "text": "And in 1968 they finally developed a method to successfully fertilize human eggs outside the body.", "tokens": [ { "deprel": "cc", "end_char": 1364, "feats": null, "head": 6, "id": 1, "lemma": "and", "misc": "", "start_char": 1361, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1367, "feats": null, "head": 3, "id": 2, "lemma": "in", "misc": "", "start_char": 1365, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1372, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 3, "lemma": "1968", "misc": "", "start_char": 1368, "text": "1968", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1377, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 4, "lemma": "they", "misc": "", "start_char": 1373, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1385, "feats": null, "head": 6, "id": 5, "lemma": "finally", "misc": "", "start_char": 1378, "text": "finally", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1395, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "develop", "misc": "", "start_char": 1386, "text": "developed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1397, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 1396, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1404, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "method", "misc": "", "start_char": 1398, "text": "method", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1407, "feats": null, "head": 11, "id": 9, "lemma": "to", "misc": "", "start_char": 1405, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advmod", "end_char": 1420, "feats": null, "head": 11, "id": 10, "lemma": "successfully", "misc": "", "start_char": 1408, "text": "successfully", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl", "end_char": 1430, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "fertilize", "misc": "", "start_char": 1421, "text": "fertilize", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1436, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "human", "misc": "", "start_char": 1431, "text": "human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1441, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "egg", "misc": "", "start_char": 1437, "text": "eggs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1449, "feats": null, "head": 16, "id": 14, "lemma": "outside", "misc": "", "start_char": 1442, "text": "outside", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1453, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1450, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1458, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "body", "misc": "", "start_char": 1454, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1460, "feats": null, "head": 6, "id": 17, "lemma": ".", "misc": "", "start_char": 1459, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1462, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1461, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ first) (NN test-tube) (NN baby)) (VP (VBD was) (VP (VBN born) (PP (IN on) (NP (NNP July) (CD 25,1978.Her) (NN name))))) (VP (VBD was) (NP (NNP Louise) (NNP Brown))) (. .)))" }, "speaker": null, "text": "The first test-tube baby was born on July 25,1978.Her name was Louise Brown.", "tokens": [ { "deprel": "det", "end_char": 1466, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 1463, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1472, "feats": "Degree=Pos|NumType=Ord", "head": 4, "id": 2, "lemma": "first", "misc": "", "start_char": 1467, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1482, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "test-tube", "misc": "", "start_char": 1473, "text": "test-tube", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1487, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "baby", "misc": "", "start_char": 1483, "text": "baby", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1491, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1488, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1496, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "bear", "misc": "", "start_char": 1492, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1499, "feats": null, "head": 12, "id": 7, "lemma": "on", "misc": "", "start_char": 1497, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1504, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "July", "misc": "", "start_char": 1500, "text": "July", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 1516, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 9, "lemma": "2519s8.her", "misc": "", "start_char": 1505, "text": "25,1978.Her", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1521, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "name", "misc": "", "start_char": 1517, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1525, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1522, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1532, "feats": "Number=Sing", "head": 6, "id": 12, "lemma": "Louise", "misc": "", "start_char": 1526, "text": "Louise", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1538, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "Brown", "misc": "", "start_char": 1533, "text": "Brown", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1540, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 1539, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (PP (IN Despite) (NP (NP (NNS people) (POS 's)) (NN safety) (NNS concerns))) (, ,) (NP (NNP Brown)) (VP (VBD was) (ADJP (ADJP (RB just) (RB as) (JJ healthy)) (PP (IN as) (NP (JJ other) (NNS children))))) (. .)))" }, "speaker": null, "text": "Despite people's safety concerns, Brown was just as healthy as other children.", "tokens": [ { "deprel": "case", "end_char": 1548, "feats": null, "head": 5, "id": 1, "lemma": "despite", "misc": "", "start_char": 1541, "text": "Despite", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1555, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "person", "misc": "", "start_char": 1549, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1558, "feats": null, "head": 2, "id": 3, "lemma": "'s", "misc": "", "start_char": 1556, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 1565, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "safety", "misc": "", "start_char": 1559, "text": "safety", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1574, "feats": "Number=Plur", "head": 11, "id": 5, "lemma": "concern", "misc": "", "start_char": 1566, "text": "concerns", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1576, "feats": null, "head": 11, "id": 6, "lemma": ",", "misc": "", "start_char": 1575, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1582, "feats": "Number=Sing", "head": 11, "id": 7, "lemma": "Brown", "misc": "", "start_char": 1577, "text": "Brown", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1586, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 1583, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1591, "feats": null, "head": 11, "id": 9, "lemma": "just", "misc": "", "start_char": 1587, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1594, "feats": null, "head": 11, "id": 10, "lemma": "as", "misc": "", "start_char": 1592, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1602, "feats": "Degree=Pos", "head": 0, "id": 11, "lemma": "healthy", "misc": "", "start_char": 1595, "text": "healthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1605, "feats": null, "head": 14, "id": 12, "lemma": "as", "misc": "", "start_char": 1603, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1611, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "other", "misc": "", "start_char": 1606, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1620, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "child", "misc": "", "start_char": 1612, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1622, "feats": null, "head": 11, "id": 15, "lemma": ".", "misc": "", "start_char": 1621, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1624, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1623, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (S (NP (NNP IVF)) (VP (VBD had) (VP (VBN moved) (PP (IN from) (NP (NN vision))) (PP (IN to) (NP (NN reality)))))) (CC and) (S (NP (NP (DT a) (JJ new) (NN era)) (PP (IN in) (NP (NN medicine)))) (VP (VBD had) (VP (VBN begun))))) (, ,) ('' '') (NP (NNP BBC)) (VP (VBD commented)) (. .)))" }, "speaker": null, "text": "\"IVF had moved from vision to reality and a new era in medicine had begun,\" BBC commented.", "tokens": [ { "deprel": "punct", "end_char": 1627, "feats": null, "head": 20, "id": 1, "lemma": "``", "misc": "", "start_char": 1625, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1631, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "IVF", "misc": "", "start_char": 1628, "text": "IVF", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1635, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 1632, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1641, "feats": "Tense=Past|VerbForm=Part", "head": 20, "id": 4, "lemma": "move", "misc": "", "start_char": 1636, "text": "moved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1646, "feats": null, "head": 6, "id": 5, "lemma": "from", "misc": "", "start_char": 1642, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1653, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "vision", "misc": "", "start_char": 1647, "text": "vision", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1656, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1654, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1664, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "reality", "misc": "", "start_char": 1657, "text": "reality", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1668, "feats": null, "head": 16, "id": 9, "lemma": "and", "misc": "", "start_char": 1665, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1670, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 1669, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1674, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "new", "misc": "", "start_char": 1671, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1678, "feats": "Number=Sing", "head": 16, "id": 12, "lemma": "era", "misc": "", "start_char": 1675, "text": "era", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1681, "feats": null, "head": 14, "id": 13, "lemma": "in", "misc": "", "start_char": 1679, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1690, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "medicine", "misc": "", "start_char": 1682, "text": "medicine", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1694, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 15, "lemma": "have", "misc": "", "start_char": 1691, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 1700, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 16, "lemma": "begin", "misc": "", "start_char": 1695, "text": "begun", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1702, "feats": null, "head": 20, "id": 17, "lemma": ",", "misc": "", "start_char": 1701, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1705, "feats": null, "head": 20, "id": 18, "lemma": "''", "misc": "", "start_char": 1703, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1709, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "BBC", "misc": "", "start_char": 1706, "text": "BBC", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1719, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 20, "lemma": "comment", "misc": "", "start_char": 1710, "text": "commented", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1721, "feats": null, "head": 20, "id": 21, "lemma": ".", "misc": "", "start_char": 1720, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1723, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1722, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (PP (ADVP (RB Ever)) (IN since) (ADVP (RB then))) (, ,) (NP (JJ public) (NN opinion)) (VP (VBZ has) (VP (VBN evolved) (ADVP (RB considerably)))) (. .)))" }, "speaker": null, "text": "Ever since then, public opinion has evolved considerably.", "tokens": [ { "deprel": "advmod", "end_char": 1728, "feats": null, "head": 3, "id": 1, "lemma": "ever", "misc": "", "start_char": 1724, "text": "Ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1734, "feats": null, "head": 3, "id": 2, "lemma": "since", "misc": "", "start_char": 1729, "text": "since", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1739, "feats": "PronType=Dem", "head": 8, "id": 3, "lemma": "then", "misc": "", "start_char": 1735, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1741, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 1740, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1748, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "public", "misc": "", "start_char": 1742, "text": "public", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1756, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "opinion", "misc": "", "start_char": 1749, "text": "opinion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1760, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "have", "misc": "", "start_char": 1757, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1768, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 8, "lemma": "evolve", "misc": "", "start_char": 1761, "text": "evolved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1781, "feats": null, "head": 8, "id": 9, "lemma": "considerably", "misc": "", "start_char": 1769, "text": "considerably", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1783, "feats": null, "head": 8, "id": 10, "lemma": ".", "misc": "", "start_char": 1782, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Couples)) (SBAR (WHNP (WP who)) (S (VP (VBD were) (ADJP (JJ unable) (S (VP (TO to) (VP (VB have) (NP (NNS babies)))))))))) (VP (VBD began) (S (VP (VBG thronging) (PP (IN to) (NP (NP (NNP Edwards) (POS ')) (NN clinic)))))) (. .)))" }, "speaker": null, "text": "Couples who were unable to have babies began thronging to Edwards' clinic.", "tokens": [ { "deprel": "nsubj", "end_char": 1791, "feats": "Number=Plur", "head": 8, "id": 1, "lemma": "couple", "misc": "", "start_char": 1784, "text": "Couples", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1795, "feats": "PronType=Rel", "head": 4, "id": 2, "lemma": "who", "misc": "", "start_char": 1792, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 1800, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1796, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 1807, "feats": "Degree=Pos", "head": 1, "id": 4, "lemma": "unable", "misc": "", "start_char": 1801, "text": "unable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1810, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1808, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1815, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "have", "misc": "", "start_char": 1811, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1822, "feats": "Number=Plur", "head": 6, "id": 7, "lemma": "baby", "misc": "", "start_char": 1816, "text": "babies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1828, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "begin", "misc": "", "start_char": 1823, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1838, "feats": "VerbForm=Ger", "head": 8, "id": 9, "lemma": "throng", "misc": "", "start_char": 1829, "text": "thronging", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1841, "feats": null, "head": 13, "id": 10, "lemma": "to", "misc": "", "start_char": 1839, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1849, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "Edwards", "misc": "", "start_char": 1842, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1851, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 1850, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 1858, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "clinic", "misc": "", "start_char": 1852, "text": "clinic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1860, "feats": null, "head": 8, "id": 14, "lemma": ".", "misc": "", "start_char": 1859, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Nowadays)) (PRN (, ,) (S (NP (NNP Reuters)) (VP (VBZ reports))) (, ,)) (NP (QP (DT some) (CD 4.3) (CD million)) (JJ other) (`` '') (NN test-tube) ('' '') (NNS children)) (VP (VBP exist)) (. .)))" }, "speaker": null, "text": "Nowadays, Reuters reports, some 4.3 million other\" test-tube\" children exist.", "tokens": [ { "deprel": "advmod", "end_char": 1869, "feats": null, "head": 4, "id": 1, "lemma": "nowadays", "misc": "", "start_char": 1861, "text": "Nowadays", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1871, "feats": null, "head": 4, "id": 2, "lemma": ",", "misc": "", "start_char": 1870, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1879, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Reuters", "misc": "", "start_char": 1872, "text": "Reuters", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1887, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "report", "misc": "", "start_char": 1880, "text": "reports", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1889, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 1888, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1894, "feats": null, "head": 8, "id": 6, "lemma": "some", "misc": "", "start_char": 1890, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1898, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "4.3", "misc": "", "start_char": 1895, "text": "4.3", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 1906, "feats": "NumForm=Word|NumType=Card", "head": 13, "id": 8, "lemma": "million", "misc": "", "start_char": 1899, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1912, "feats": "Degree=Pos", "head": 13, "id": 9, "lemma": "other", "misc": "", "start_char": 1907, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1915, "feats": null, "head": 13, "id": 10, "lemma": "''", "misc": "", "start_char": 1913, "text": "''", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 1925, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "test-tube", "misc": "", "start_char": 1916, "text": "test-tube", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1928, "feats": null, "head": 13, "id": 12, "lemma": "''", "misc": "", "start_char": 1926, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1937, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "child", "misc": "", "start_char": 1929, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1943, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 14, "lemma": "exist", "misc": "", "start_char": 1938, "text": "exist", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1945, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 1944, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (NP (NNP Edwards)) (VP (VP (VBD received) (NP (DT a) (NNP Nobel) (NNP Prize)) (PP (IN in) (NP (CD 2010)))) (CC and) (VP (VBD was) (VP (VBN knighted) (PP (IN by) (NP (NNP Queen) (NNP Elizabeth) (CD II))) (NP (DT the) (VBG following) (NN year))))) (. .)))" }, "speaker": null, "text": "Edwards received a Nobel Prize in 2010 and was knighted by Queen Elizabeth II the following year.", "tokens": [ { "deprel": "nsubj", "end_char": 1953, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Edwards", "misc": "", "start_char": 1946, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1962, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "receive", "misc": "", "start_char": 1954, "text": "received", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1964, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 1963, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1970, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Nobel", "misc": "", "start_char": 1965, "text": "Nobel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1976, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "Prize", "misc": "", "start_char": 1971, "text": "Prize", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1979, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 1977, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1984, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 7, "lemma": "2010", "misc": "", "start_char": 1980, "text": "2010", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1988, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 1985, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux:pass", "end_char": 1992, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1989, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 2001, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 10, "lemma": "knight", "misc": "", "start_char": 1993, "text": "knighted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 2004, "feats": null, "head": 12, "id": 11, "lemma": "by", "misc": "", "start_char": 2002, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl:agent", "end_char": 2010, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Queen", "misc": "", "start_char": 2005, "text": "Queen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 2020, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "Elizabeth", "misc": "", "start_char": 2011, "text": "Elizabeth", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 2023, "feats": "NumForm=Roman|NumType=Card", "head": 12, "id": 14, "lemma": "II", "misc": "", "start_char": 2021, "text": "II", "upos": "NUM", "xpos": "CD" }, { "deprel": "det", "end_char": 2027, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 2024, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2037, "feats": "VerbForm=Ger", "head": 17, "id": 16, "lemma": "follow", "misc": "", "start_char": 2028, "text": "following", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obl:tmod", "end_char": 2042, "feats": "Number=Sing", "head": 10, "id": 17, "lemma": "year", "misc": "", "start_char": 2038, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2044, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 2043, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2046, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2045, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (PP (IN Before) (NP (PRP$ his) (NN death))) (, ,) (NP (NNP Edwards)) (VP (VBD was) (ADVP (RB still)) (PP (IN in) (NP (NP (NN touch)) (PP (IN with) (NP (NNP Louise)))))) (. .)))" }, "speaker": null, "text": "Before his death, Edwards was still in touch with Louise.", "tokens": [ { "deprel": "case", "end_char": 2053, "feats": null, "head": 3, "id": 1, "lemma": "before", "misc": "", "start_char": 2047, "text": "Before", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2057, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "his", "misc": "", "start_char": 2054, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 2063, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "death", "misc": "", "start_char": 2058, "text": "death", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2065, "feats": null, "head": 9, "id": 4, "lemma": ",", "misc": "", "start_char": 2064, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 2073, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "Edwards", "misc": "", "start_char": 2066, "text": "Edwards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 2077, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 6, "lemma": "be", "misc": "", "start_char": 2074, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 2083, "feats": null, "head": 9, "id": 7, "lemma": "still", "misc": "", "start_char": 2078, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 2086, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 2084, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 2092, "feats": "Number=Sing", "head": 0, "id": 9, "lemma": "touch", "misc": "", "start_char": 2087, "text": "touch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2097, "feats": null, "head": 11, "id": 10, "lemma": "with", "misc": "", "start_char": 2093, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2104, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Louise", "misc": "", "start_char": 2098, "text": "Louise", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2106, "feats": null, "head": 9, "id": 12, "lemma": ".", "misc": "", "start_char": 2105, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP He)) (VP (VBZ is) (PP (IN like) (NP (NP (DT a) (NN granddad)) (PP (IN to) (NP (PRP me))))))) (, ,) ('' '') (NP (PRP she)) (VP (VBD said) (PP (IN in) (NP (NP (DT an) (NN interview)) (PP (IN with) (NP (DT the) (NNP Daily) (NNP Mail)))))) (. .)))" }, "speaker": null, "text": "\"He is like a granddad to me,\" she said in an interview with the Daily Mail.", "tokens": [ { "deprel": "punct", "end_char": 2109, "feats": null, "head": 12, "id": 1, "lemma": "``", "misc": "", "start_char": 2107, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 2112, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 2, "lemma": "he", "misc": "", "start_char": 2110, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 2115, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 2113, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 2120, "feats": null, "head": 6, "id": 4, "lemma": "like", "misc": "", "start_char": 2116, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2122, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 2121, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 2131, "feats": "Number=Sing", "head": 12, "id": 6, "lemma": "granddad", "misc": "", "start_char": 2123, "text": "granddad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2134, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 2132, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2137, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 8, "lemma": "I", "misc": "", "start_char": 2135, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 2139, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 2138, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 2142, "feats": null, "head": 12, "id": 10, "lemma": "''", "misc": "", "start_char": 2140, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 2146, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "she", "misc": "", "start_char": 2143, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2151, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "say", "misc": "", "start_char": 2147, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 2154, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 2152, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2157, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 2155, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2167, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "interview", "misc": "", "start_char": 2158, "text": "interview", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2172, "feats": null, "head": 19, "id": 16, "lemma": "with", "misc": "", "start_char": 2168, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2176, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 17, "lemma": "the", "misc": "", "start_char": 2173, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2182, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "daily", "misc": "", "start_char": 2177, "text": "Daily", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 2187, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "Mail", "misc": "", "start_char": 2183, "text": "Mail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2189, "feats": null, "head": 12, "id": 20, "lemma": ".", "misc": "", "start_char": 2188, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2191, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2190, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ is) (NP (NP (DT a) (NN granddad)) (PP (IN to) (NP (NNS millions)))) (, ,) (PP (IN in) (NP (NN fact)))) (. .)))" }, "speaker": null, "text": "He is a granddad to millions, in fact.", "tokens": [ { "deprel": "nsubj", "end_char": 2194, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "he", "misc": "", "start_char": 2192, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 2197, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 2195, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 2199, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 2198, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 2208, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "granddad", "misc": "", "start_char": 2200, "text": "granddad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2211, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 2209, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2220, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "million", "misc": "", "start_char": 2212, "text": "millions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2222, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 2221, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 2225, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 2223, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2230, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "fact", "misc": "", "start_char": 2226, "text": "fact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2232, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 2231, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
WHAT'S the most important thing of life? People's answers vary greatly. For British scientist Robert Edwards, the answer is having a child. "Nothing is more special than a child," he told the BBC. Edwards, the inventor of the In Vitro Fertilization (IVF) technology--more commonly known as" testtube baby" technology--passed away on April 10,2013 at the age of 87. Edwards changed the lives of millions of ordinary people who now rejoice in the gift of their own child," said Peter Braude, professor at King's College London. "He leaves the world a much better place." Edwards started his experiments as early as the 1950s, when he had just finished his PhD in genetics. At that time, much of the public viewed test-tube babies as" scary", according to Mark Sauer, professor at Columbia University, US. Edwards and his colleague Patrick Steptoe faced opposition from churches, governments and media, not to mention attacks from many of their fellow scientists. "People said that we should not play God and we should not interfere with nature," Edwards once told Times. He said that he felt "quite alone" at the time. "But Edwards was a fighter, and he believed in what he was doing," said Sauer. Without support from the government, the two struggled to raise funds to carry on. And in 1968 they finally developed a method to successfully fertilize human eggs outside the body. The first test-tube baby was born on July 25,1978.Her name was Louise Brown. Despite people's safety concerns, Brown was just as healthy as other children. "IVF had moved from vision to reality and a new era in medicine had begun," BBC commented. Ever since then, public opinion has evolved considerably. Couples who were unable to have babies began thronging to Edwards' clinic. Nowadays, Reuters reports, some 4.3 million other" test-tube" children exist. Edwards received a Nobel Prize in 2010 and was knighted by Queen Elizabeth II the following year. Before his death, Edwards was still in touch with Louise. "He is like a granddad to me," she said in an interview with the Daily Mail. He is a granddad to millions, in fact.
[ [ [ 0, 2, 7 ] ], [ [ 0, 7, 7 ] ], [ [ 2, 0, 2 ] ], [ [ 2, 0, 1 ], [ 15, 1, 1 ], [ 23, 1, 2 ] ], [ [ 3, 6, 7 ] ], [ [ 3, 9, 11 ] ], [ [ 3, 10, 11 ], [ 4, 6, 7 ] ], [ [ 4, 1, 1 ] ], [ [ 6, 27, 29 ] ], [ [ 6, 31, 34 ] ], [ [ 6, 34, 34 ] ], [ [ 8, 2, 18 ] ], [ [ 8, 5, 18 ] ], [ [ 8, 16, 16 ], [ 8, 7, 18 ] ], [ [ 8, 10, 10 ] ], [ [ 8, 16, 18 ] ], [ [ 8, 22, 23 ], [ 8, 25, 30 ], [ 8, 22, 30 ] ], [ [ 9, 3, 4 ] ], [ [ 9, 5, 8 ] ], [ [ 11, 2, 3 ] ], [ [ 11, 7, 8 ] ], [ [ 11, 15, 16 ] ], [ [ 11, 15, 15 ], [ 11, 0, 0 ], [ 11, 2, 2 ], [ 9, 1, 1 ], [ 8, 0, 0 ], [ 3, 1, 2 ], [ 3, 3, 4 ], [ 4, 10, 10 ], [ 3, 1, 4 ], [ 6, 0, 0 ], [ 6, 0, 12 ], [ 6, 2, 12 ], [ 18, 2, 2 ], [ 18, 12, 12 ], [ 18, 8, 8 ], [ 14, 2, 2 ], [ 14, 0, 0 ], [ 32, 1, 1 ], [ 32, 4, 4 ], [ 35, 0, 0 ], [ 33, 1, 1 ], [ 30, 0, 0 ], [ 35, 2, 5 ], [ 28, 10, 11 ], [ 18, 4, 5 ], [ 16, 3, 3 ], [ 16, 0, 0 ], [ 15, 18, 18 ], [ 11, 11, 11 ] ], [ [ 11, 18, 18 ] ], [ [ 12, 1, 2 ] ], [ [ 12, 4, 10 ] ], [ [ 12, 6, 10 ] ], [ [ 12, 18, 19 ], [ 12, 21, 26 ], [ 12, 18, 26 ], [ 18, 18, 18 ] ], [ [ 12, 23, 26 ] ], [ [ 14, 9, 9 ] ], [ [ 14, 13, 13 ] ], [ [ 14, 9, 13 ] ], [ [ 14, 18, 24 ] ], [ [ 14, 20, 24 ] ], [ [ 14, 22, 24 ] ], [ [ 15, 8, 8 ] ], [ [ 15, 15, 15 ] ], [ [ 15, 21, 21 ] ], [ [ 16, 10, 11 ] ], [ [ 19, 1, 4 ] ], [ [ 19, 6, 7 ], [ 20, 3, 3 ], [ 15, 10, 10 ], [ 15, 4, 4 ], [ 14, 22, 22 ], [ 14, 0, 5 ] ], [ [ 19, 11, 11 ] ], [ [ 20, 2, 2 ] ], [ [ 20, 6, 15 ] ], [ [ 20, 11, 12 ] ], [ [ 20, 14, 15 ] ], [ [ 22, 7, 8 ] ], [ [ 23, 1, 4 ] ], [ [ 23, 12, 13 ] ], [ [ 25, 1, 1 ], [ 6, 18, 22 ], [ 6, 5, 12 ], [ 6, 10, 10 ] ], [ [ 25, 5, 5 ] ], [ [ 25, 7, 7 ] ], [ [ 25, 9, 13 ] ], [ [ 25, 13, 13 ] ], [ [ 25, 18, 18 ], [ 4, 12, 13 ] ], [ [ 27, 2, 2 ] ], [ [ 27, 4, 5 ] ], [ [ 28, 0, 6 ] ], [ [ 28, 6, 6 ] ], [ [ 28, 10, 12 ] ], [ [ 29, 0, 0 ] ], [ [ 29, 2, 2 ] ], [ [ 29, 5, 12 ] ], [ [ 30, 2, 4 ] ], [ [ 30, 6, 6 ] ], [ [ 30, 11, 13 ] ], [ [ 30, 14, 16 ] ], [ [ 32, 1, 2 ] ], [ [ 32, 8, 10 ] ], [ [ 32, 10, 10 ], [ 33, 10, 10 ], [ 33, 7, 7 ], [ 23, 6, 6 ], [ 22, 0, 3 ], [ 22, 9, 9 ], [ 22, 11, 12 ] ], [ [ 33, 4, 7 ] ], [ [ 33, 13, 18 ] ], [ [ 35, 5, 5 ] ], [ [ 35, 8, 8 ] ], [ [ 6, 18, 21 ] ], [ [ 8, 13, 18 ] ], [ [ 8, 27, 30 ] ], [ [ 12, 12, 14 ] ], [ [ 12, 26, 26 ] ], [ [ 14, 2, 3 ], [ 14, 4, 5 ], [ 14, 2, 5 ] ], [ [ 14, 7, 13 ] ], [ [ 20, 11, 11 ] ], [ [ 23, 3, 3 ] ], [ [ 28, 8, 12 ] ], [ [ 33, 16, 18 ] ], [ [ 19, 3, 4 ], [ 14, 11, 11 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36182
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (NP (DT the) (QP (RB nearly) (NNP US) ($ $) (CD 300) (CD million))) (PP (IN in) (NP (NP (DT the) (JJ first) (CD four) (NNS days)) (PP (IN after) (NP (PRP$ its) (NN release))))))) (, ,) (NP (NP (NNP Avatar)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD cost) (NP (QP (RB about) (NNP US) ($ $) (CD 200) (CD million))) (S (VP (TO to) (VP (VB make))))))) (, ,)) (VP (VBZ has) (ADVP (RB now)) (VP (VBN won) (NP (NP (DT another) (NN title)) (: :) (NP (NP (ADJP (JJS Most) (NNP Successful)) (NNP Movie)) (PP (IN of) (NP (CD 2009))))))) (. .)))" }, "speaker": null, "text": "With the nearly US $300 million in the first four days after its release, Avatar, which cost about US $200 million to make, has now won another title: Most Successful Movie of 2009.", "tokens": [ { "deprel": "case", "end_char": 4, "feats": null, "head": 5, "id": 1, "lemma": "with", "misc": "", "start_char": 0, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 8, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 2, "lemma": "the", "misc": "", "start_char": 5, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 15, "feats": null, "head": 4, "id": 3, "lemma": "nearly", "misc": "", "start_char": 9, "text": "nearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 18, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "US", "misc": "", "start_char": 16, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 20, "feats": null, "head": 31, "id": 5, "lemma": "$", "misc": "", "start_char": 19, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "compound", "end_char": 24, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 6, "lemma": "300", "misc": "", "start_char": 21, "text": "300", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 32, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 7, "lemma": "million", "misc": "", "start_char": 25, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 35, "feats": null, "head": 12, "id": 8, "lemma": "in", "misc": "", "start_char": 33, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 39, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 9, "lemma": "the", "misc": "", "start_char": 36, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 45, "feats": "Degree=Pos|NumType=Ord", "head": 12, "id": 10, "lemma": "first", "misc": "", "start_char": 40, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nummod", "end_char": 50, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "four", "misc": "", "start_char": 46, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 55, "feats": "Number=Plur", "head": 5, "id": 12, "lemma": "day", "misc": "", "start_char": 51, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 61, "feats": null, "head": 15, "id": 13, "lemma": "after", "misc": "", "start_char": 56, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 65, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "its", "misc": "", "start_char": 62, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 73, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "release", "misc": "", "start_char": 66, "text": "release", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 75, "feats": null, "head": 31, "id": 16, "lemma": ",", "misc": "", "start_char": 74, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 82, "feats": "Number=Sing", "head": 31, "id": 17, "lemma": "Avatar", "misc": "", "start_char": 76, "text": "Avatar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 84, "feats": null, "head": 20, "id": 18, "lemma": ",", "misc": "", "start_char": 83, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 90, "feats": "PronType=Rel", "head": 20, "id": 19, "lemma": "which", "misc": "", "start_char": 85, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 95, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 20, "lemma": "cost", "misc": "", "start_char": 91, "text": "cost", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 101, "feats": null, "head": 22, "id": 21, "lemma": "about", "misc": "", "start_char": 96, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 104, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "US", "misc": "", "start_char": 102, "text": "US", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 106, "feats": null, "head": 20, "id": 23, "lemma": "$", "misc": "", "start_char": 105, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "compound", "end_char": 110, "feats": "NumForm=Digit|NumType=Card", "head": 25, "id": 24, "lemma": "200", "misc": "", "start_char": 107, "text": "200", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 118, "feats": "NumForm=Word|NumType=Card", "head": 23, "id": 25, "lemma": "million", "misc": "", "start_char": 111, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "mark", "end_char": 121, "feats": null, "head": 27, "id": 26, "lemma": "to", "misc": "", "start_char": 119, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 126, "feats": "VerbForm=Inf", "head": 23, "id": 27, "lemma": "make", "misc": "", "start_char": 122, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 128, "feats": null, "head": 17, "id": 28, "lemma": ",", "misc": "", "start_char": 127, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 132, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 31, "id": 29, "lemma": "have", "misc": "", "start_char": 129, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 136, "feats": null, "head": 31, "id": 30, "lemma": "now", "misc": "", "start_char": 133, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 140, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 31, "lemma": "win", "misc": "", "start_char": 137, "text": "won", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 148, "feats": null, "head": 33, "id": 32, "lemma": "another", "misc": "", "start_char": 141, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 154, "feats": "Number=Sing", "head": 31, "id": 33, "lemma": "title", "misc": "", "start_char": 149, "text": "title", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 156, "feats": null, "head": 37, "id": 34, "lemma": ":", "misc": "", "start_char": 155, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "amod", "end_char": 161, "feats": "Degree=Sup", "head": 37, "id": 35, "lemma": "most", "misc": "", "start_char": 157, "text": "Most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "amod", "end_char": 172, "feats": "Degree=Pos", "head": 37, "id": 36, "lemma": "successful", "misc": "", "start_char": 162, "text": "Successful", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "appos", "end_char": 178, "feats": "Number=Sing", "head": 33, "id": 37, "lemma": "Movie", "misc": "", "start_char": 173, "text": "Movie", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 181, "feats": null, "head": 39, "id": 38, "lemma": "of", "misc": "", "start_char": 179, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 186, "feats": "NumForm=Digit|NumType=Card", "head": 37, "id": 39, "lemma": "2009", "misc": "", "start_char": 182, "text": "2009", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 188, "feats": null, "head": 31, "id": 40, "lemma": ".", "misc": "", "start_char": 187, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NML (NNP Hollywood) (NN director)) (NNP James) (NNP Cameron)) (ADVP (RB once) (RB again)) (VP (VBZ draws) (NP (NP (NNS people) (POS 's)) (NN attention))) (. .)))" }, "speaker": null, "text": "Hollywood director James Cameron once again draws people's attention.", "tokens": [ { "deprel": "compound", "end_char": 198, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Hollywood", "misc": "", "start_char": 189, "text": "Hollywood", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 207, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "director", "misc": "", "start_char": 199, "text": "director", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 213, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "James", "misc": "", "start_char": 208, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 221, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Cameron", "misc": "", "start_char": 214, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 226, "feats": "NumType=Mult", "head": 6, "id": 5, "lemma": "once", "misc": "", "start_char": 222, "text": "once", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 232, "feats": null, "head": 7, "id": 6, "lemma": "again", "misc": "", "start_char": 227, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 238, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "draw", "misc": "", "start_char": 233, "text": "draws", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 245, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "person", "misc": "", "start_char": 239, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 248, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 246, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 258, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "attention", "misc": "", "start_char": 249, "text": "attention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 260, "feats": null, "head": 7, "id": 11, "lemma": ".", "misc": "", "start_char": 259, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 262, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 261, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NNP James) (NNP Cameron)) (VP (VBD was) (VP (VBN born) (PP (IN in) (NP (NNP August) (, ,) (CD 1954))) (PP (IN in) (NP (NNP Canada))))) (. .)))" }, "speaker": null, "text": "James Cameron was born in August, 1954 in Canada.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 268, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "James", "misc": "", "start_char": 263, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 276, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Cameron", "misc": "", "start_char": 269, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 280, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 277, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 285, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "bear", "misc": "", "start_char": 281, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 288, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 286, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 295, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "August", "misc": "", "start_char": 289, "text": "August", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 297, "feats": null, "head": 6, "id": 7, "lemma": ",", "misc": "", "start_char": 296, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:tmod", "end_char": 302, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 8, "lemma": "1954", "misc": "", "start_char": 298, "text": "1954", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 305, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 303, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 312, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "Canada", "misc": "", "start_char": 306, "text": "Canada", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 314, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 313, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ His) (NN artist) (NN mother)) (VP (VBD encouraged) (NP (PRP him)) (S (VP (TO to) (VP (VB draw) (CC and) (VB paint)))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (NP (DT a) (NN child)))))) (. .)))" }, "speaker": null, "text": "His artist mother encouraged him to draw and paint when he was a child.", "tokens": [ { "deprel": "nmod:poss", "end_char": 318, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 3, "id": 1, "lemma": "his", "misc": "", "start_char": 315, "text": "His", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 325, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "artist", "misc": "", "start_char": 319, "text": "artist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 332, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "mother", "misc": "", "start_char": 326, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 343, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "encourage", "misc": "", "start_char": 333, "text": "encouraged", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 347, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 5, "lemma": "he", "misc": "", "start_char": 344, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 350, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 348, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 355, "feats": "VerbForm=Inf", "head": 4, "id": 7, "lemma": "draw", "misc": "", "start_char": 351, "text": "draw", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 359, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 356, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 365, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "paint", "misc": "", "start_char": 360, "text": "paint", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 370, "feats": "PronType=Int", "head": 14, "id": 10, "lemma": "when", "misc": "", "start_char": 366, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 373, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 11, "lemma": "he", "misc": "", "start_char": 371, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 377, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 12, "lemma": "be", "misc": "", "start_char": 374, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 379, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 378, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 385, "feats": "Number=Sing", "head": 7, "id": 14, "lemma": "child", "misc": "", "start_char": 380, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 387, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 386, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD helped) (VP (VB arrange) (NP (NP (DT an) (NN exhibition)) (PP (IN of) (NP (PRP$ his) (NNS paintings)))) (PP (IN in) (NP (DT a) (JJ local) (NN gallery))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (ADVP (RB still)) (PP (IN in) (NP (PRP$ his) (NNS teens)))))))) (. .)))" }, "speaker": null, "text": "She helped arrange an exhibition of his paintings in a local gallery when he was still in his teens.", "tokens": [ { "deprel": "nsubj", "end_char": 391, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 388, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 398, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "help", "misc": "", "start_char": 392, "text": "helped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 406, "feats": "VerbForm=Inf", "head": 2, "id": 3, "lemma": "arrange", "misc": "", "start_char": 399, "text": "arrange", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 409, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 407, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 420, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "exhibition", "misc": "", "start_char": 410, "text": "exhibition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 423, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 421, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 427, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 424, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 437, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "painting", "misc": "", "start_char": 428, "text": "paintings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 440, "feats": null, "head": 12, "id": 9, "lemma": "in", "misc": "", "start_char": 438, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 442, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 441, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 448, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "local", "misc": "", "start_char": 443, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 456, "feats": "Number=Sing", "head": 3, "id": 12, "lemma": "gallery", "misc": "", "start_char": 449, "text": "gallery", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 461, "feats": "PronType=Int", "head": 19, "id": 13, "lemma": "when", "misc": "", "start_char": 457, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 464, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 14, "lemma": "he", "misc": "", "start_char": 462, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 468, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 15, "lemma": "be", "misc": "", "start_char": 465, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 474, "feats": null, "head": 19, "id": 16, "lemma": "still", "misc": "", "start_char": 469, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 477, "feats": null, "head": 19, "id": 17, "lemma": "in", "misc": "", "start_char": 475, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 481, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "his", "misc": "", "start_char": 478, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "advcl", "end_char": 487, "feats": "Number=Plur", "head": 3, "id": 19, "lemma": "teen", "misc": "", "start_char": 482, "text": "teens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 489, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 488, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (VP (VBN Inspired) (PP (IN by) (NP (NP (DT the) (NN film) (CD 2001)) (: :) (NP (DT A) (NNP Space) (NNP Odyssey)))))) (, ,) (NP (PRP he)) (VP (VBD began) (S (VP (TO to) (VP (VB experiment) (PP (IN with) (NP (NP (NML (CD 16) (NN mm)) (NN film)) (, ,) (VP (VBG photographing) (NP (NP (NN model) (NNS spaceships)) (SBAR (S (NP (PRP he)) (VP (VBD had) (VP (VBN built))))))))))))) (. .)))" }, "speaker": null, "text": "Inspired by the film 2001: A Space Odyssey, he began to experiment with 16 mm film, photographing model spaceships he had built.", "tokens": [ { "deprel": "advcl", "end_char": 498, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 1, "lemma": "inspire", "misc": "", "start_char": 490, "text": "Inspired", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 501, "feats": null, "head": 4, "id": 2, "lemma": "by", "misc": "", "start_char": 499, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 505, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 502, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 510, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "film", "misc": "", "start_char": 506, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:tmod", "end_char": 515, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 5, "lemma": "2001", "misc": "", "start_char": 511, "text": "2001", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 517, "feats": null, "head": 9, "id": 6, "lemma": ":", "misc": "", "start_char": 516, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 519, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 518, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 525, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Space", "misc": "", "start_char": 520, "text": "Space", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 533, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "Odyssey", "misc": "", "start_char": 526, "text": "Odyssey", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 535, "feats": null, "head": 1, "id": 10, "lemma": ",", "misc": "", "start_char": 534, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 538, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "he", "misc": "", "start_char": 536, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 544, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "begin", "misc": "", "start_char": 539, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 547, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 545, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 558, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "experiment", "misc": "", "start_char": 548, "text": "experiment", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 563, "feats": null, "head": 18, "id": 15, "lemma": "with", "misc": "", "start_char": 559, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 566, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 16, "lemma": "16", "misc": "", "start_char": 564, "text": "16", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 569, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "mm", "misc": "", "start_char": 567, "text": "mm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 574, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "film", "misc": "", "start_char": 570, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 576, "feats": null, "head": 20, "id": 19, "lemma": ",", "misc": "", "start_char": 575, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 590, "feats": "VerbForm=Ger", "head": 14, "id": 20, "lemma": "photograph", "misc": "", "start_char": 577, "text": "photographing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 596, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "model", "misc": "", "start_char": 591, "text": "model", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 607, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "spaceship", "misc": "", "start_char": 597, "text": "spaceships", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 610, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 25, "id": 23, "lemma": "he", "misc": "", "start_char": 608, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 614, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 25, "id": 24, "lemma": "have", "misc": "", "start_char": 611, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 620, "feats": "Tense=Past|VerbForm=Part", "head": 22, "id": 25, "lemma": "build", "misc": "", "start_char": 615, "text": "built", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 622, "feats": null, "head": 12, "id": 26, "lemma": ".", "misc": "", "start_char": 621, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Cameron) (NN family)) (VP (VBD moved) (PP (IN to) (NP (NNP California))) (SBAR (WHADVP (WRB when)) (S (S (NP (PRP he)) (VP (VBD was) (NP (CD 17)))) (CC and) (S (NP (NNP Cameron)) (VP (VBD was) (VP (VBN admitted) (PP (IN to) (NP (NP (NNP Fullerton) (NNP College)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (VBD was) (RB not) (ADJP (JJ interested) (PP (IN in) (SBAR (WHNP (WP what)) (S (NP (PRP he)) (VP (VBD learned))))))))))))))))) (. .)))" }, "speaker": null, "text": "The Cameron family moved to California when he was 17 and Cameron was admitted to Fullerton College, where he was not interested in what he learned.", "tokens": [ { "deprel": "det", "end_char": 626, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 623, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 634, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Cameron", "misc": "", "start_char": 627, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 641, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "family", "misc": "", "start_char": 635, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 647, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "move", "misc": "", "start_char": 642, "text": "moved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 650, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 648, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 661, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "California", "misc": "", "start_char": 651, "text": "California", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 666, "feats": "PronType=Int", "head": 10, "id": 7, "lemma": "when", "misc": "", "start_char": 662, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 669, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "he", "misc": "", "start_char": 667, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 673, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 670, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 676, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 10, "lemma": "17", "misc": "", "start_char": 674, "text": "17", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 680, "feats": null, "head": 14, "id": 11, "lemma": "and", "misc": "", "start_char": 677, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 688, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "Cameron", "misc": "", "start_char": 681, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 692, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 689, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 701, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 14, "lemma": "admit", "misc": "", "start_char": 693, "text": "admitted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 704, "feats": null, "head": 17, "id": 15, "lemma": "to", "misc": "", "start_char": 702, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 714, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "Fullerton", "misc": "", "start_char": 705, "text": "Fullerton", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 722, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "College", "misc": "", "start_char": 715, "text": "College", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 724, "feats": null, "head": 17, "id": 18, "lemma": ",", "misc": "", "start_char": 723, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 730, "feats": "PronType=Rel", "head": 23, "id": 19, "lemma": "where", "misc": "", "start_char": 725, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 733, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 20, "lemma": "he", "misc": "", "start_char": 731, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 737, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 23, "id": 21, "lemma": "be", "misc": "", "start_char": 734, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 741, "feats": null, "head": 23, "id": 22, "lemma": "not", "misc": "", "start_char": 738, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 752, "feats": "Degree=Pos", "head": 17, "id": 23, "lemma": "interested", "misc": "", "start_char": 742, "text": "interested", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 755, "feats": null, "head": 25, "id": 24, "lemma": "in", "misc": "", "start_char": 753, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 760, "feats": "PronType=Rel", "head": 23, "id": 25, "lemma": "what", "misc": "", "start_char": 756, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 763, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 27, "id": 26, "lemma": "he", "misc": "", "start_char": 761, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 771, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 25, "id": 27, "lemma": "learn", "misc": "", "start_char": 764, "text": "learned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 773, "feats": null, "head": 4, "id": 28, "lemma": ".", "misc": "", "start_char": 772, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (ADJP (ADJP (JJ Uncertain) (PP (IN of) (NP (NP (PRP$ his) (NN direction)) (PP (IN in) (NP (NN life)))))) (, ,) (S (VP (VBN torn) (PP (IN between) (NP (NN art) (CC and) (NN science))))) (, ,)) (NP (PRP he)) (VP (VBD dropped) (PP (IN out) (PP (IN of) (NP (NN college))))) (. .)))" }, "speaker": null, "text": "Uncertain of his direction in life, torn between art and science, he dropped out of college.", "tokens": [ { "deprel": "advcl", "end_char": 783, "feats": "Degree=Pos", "head": 15, "id": 1, "lemma": "Uncertain", "misc": "", "start_char": 774, "text": "Uncertain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 786, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 784, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 790, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "his", "misc": "", "start_char": 787, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 800, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "direction", "misc": "", "start_char": 791, "text": "direction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 803, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 801, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 808, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "life", "misc": "", "start_char": 804, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 810, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 809, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 815, "feats": "Tense=Past|VerbForm=Part", "head": 1, "id": 8, "lemma": "tear", "misc": "", "start_char": 811, "text": "torn", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 823, "feats": null, "head": 10, "id": 9, "lemma": "between", "misc": "", "start_char": 816, "text": "between", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 827, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "art", "misc": "", "start_char": 824, "text": "art", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 831, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 828, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 839, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "science", "misc": "", "start_char": 832, "text": "science", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 841, "feats": null, "head": 1, "id": 13, "lemma": ",", "misc": "", "start_char": 840, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 844, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "he", "misc": "", "start_char": 842, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 852, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 15, "lemma": "drop", "misc": "", "start_char": 845, "text": "dropped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 856, "feats": null, "head": 18, "id": 16, "lemma": "out", "misc": "", "start_char": 853, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 859, "feats": null, "head": 16, "id": 17, "lemma": "of", "misc": "", "start_char": 857, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 867, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "college", "misc": "", "start_char": 860, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 869, "feats": null, "head": 15, "id": 19, "lemma": ".", "misc": "", "start_char": 868, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD became) (NP (DT a) (NN truck) (NN driver))) (. .)))" }, "speaker": null, "text": "He became a truck driver.", "tokens": [ { "deprel": "nsubj", "end_char": 872, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 870, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 879, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "become", "misc": "", "start_char": 873, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 881, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 880, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 887, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "truck", "misc": "", "start_char": 882, "text": "truck", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 894, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "driver", "misc": "", "start_char": 888, "text": "driver", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 896, "feats": null, "head": 2, "id": 6, "lemma": ".", "misc": "", "start_char": 895, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (SBAR (IN After) (S (NP (DT the) (NN film) (NNP Star) (NNPS Wars)) (VP (VBD reawakened) (NP (NP (PRP$ his) (NN love)) (PP (IN of) (NP (NN film) (NN making))))))) (, ,) (NP (PRP he)) (VP (VP (VBD quit) (NP (PRP$ his) (NN job))) (CC and) (VP (VBD taught) (NP (PRP himself)) (NP (NP (DT the) (NN technology)) (PP (IN of) (NP (NN film) (NN making)))))) (. .)))" }, "speaker": null, "text": "After the film Star Wars reawakened his love of film making, he quit his job and taught himself the technology of film making.", "tokens": [ { "deprel": "mark", "end_char": 902, "feats": null, "head": 6, "id": 1, "lemma": "after", "misc": "", "start_char": 897, "text": "After", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 906, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 903, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 911, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "film", "misc": "", "start_char": 907, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 916, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Star", "misc": "", "start_char": 912, "text": "Star", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 921, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "War", "misc": "", "start_char": 917, "text": "Wars", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "advcl", "end_char": 932, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 6, "lemma": "reawaken", "misc": "", "start_char": 922, "text": "reawakened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 936, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 933, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 941, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "love", "misc": "", "start_char": 937, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 944, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 942, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 949, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "film", "misc": "", "start_char": 945, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 956, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "making", "misc": "", "start_char": 950, "text": "making", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 958, "feats": null, "head": 6, "id": 12, "lemma": ",", "misc": "", "start_char": 957, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 961, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "he", "misc": "", "start_char": 959, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 966, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 14, "lemma": "quit", "misc": "", "start_char": 962, "text": "quit", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 970, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "his", "misc": "", "start_char": 967, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 974, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "job", "misc": "", "start_char": 971, "text": "job", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 978, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 975, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 985, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 18, "lemma": "teach", "misc": "", "start_char": 979, "text": "taught", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 993, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 18, "id": 19, "lemma": "himself", "misc": "", "start_char": 986, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 997, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 994, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1008, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "technology", "misc": "", "start_char": 998, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1011, "feats": null, "head": 24, "id": 22, "lemma": "of", "misc": "", "start_char": 1009, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1016, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "film", "misc": "", "start_char": 1012, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1023, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "making", "misc": "", "start_char": 1017, "text": "making", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1025, "feats": null, "head": 14, "id": 25, "lemma": ".", "misc": "", "start_char": 1024, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1027, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1026, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD borrowed) (NP (NN money)) (PP (IN from) (NP (NNS friends))) (S (VP (TO to) (VP (VB make) (NP (NP (DT a) (JJ short) (NN film)) (SBAR (S (NP (PRP he)) (VP (VBD showed) (PP (IN to) (NP (NN director) (NNP Roger) (NNP Corman))))))))))) (. .)))" }, "speaker": null, "text": "He borrowed money from friends to make a short film he showed to director Roger Corman.", "tokens": [ { "deprel": "nsubj", "end_char": 1030, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1028, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1039, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "borrow", "misc": "", "start_char": 1031, "text": "borrowed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1045, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "money", "misc": "", "start_char": 1040, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1050, "feats": null, "head": 5, "id": 4, "lemma": "from", "misc": "", "start_char": 1046, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1058, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "friend", "misc": "", "start_char": 1051, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1061, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1059, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1066, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "make", "misc": "", "start_char": 1062, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1068, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 1067, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1074, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "short", "misc": "", "start_char": 1069, "text": "short", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1079, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "film", "misc": "", "start_char": 1075, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1082, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 11, "lemma": "he", "misc": "", "start_char": 1080, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1089, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 12, "lemma": "show", "misc": "", "start_char": 1083, "text": "showed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1092, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 1090, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1101, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "director", "misc": "", "start_char": 1093, "text": "director", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 1107, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Roger", "misc": "", "start_char": 1102, "text": "Roger", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1114, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "Corman", "misc": "", "start_char": 1108, "text": "Corman", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1116, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 1115, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NNP Corman)) (VP (VBD gave) (NP (NNP Cameron)) (NP (DT a) (NN chance) (S (VP (TO to) (VP (VB work) (PP (IN as) (NP (DT a) (NML (NML (NN model) (NN builder)) (CC and) (NML (NN production) (NN designer))))) (PP (IN on) (NP (PRP$ his) (NN horror) (NNS films)))))))) (. .)))" }, "speaker": null, "text": "Corman gave Cameron a chance to work as a model builder and production designer on his horror films.", "tokens": [ { "deprel": "nsubj", "end_char": 1123, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Corman", "misc": "", "start_char": 1117, "text": "Corman", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1128, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "give", "misc": "", "start_char": 1124, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1136, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Cameron", "misc": "", "start_char": 1129, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "det", "end_char": 1138, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1137, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1145, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "chance", "misc": "", "start_char": 1139, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1148, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1146, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1153, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "work", "misc": "", "start_char": 1149, "text": "work", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1156, "feats": null, "head": 11, "id": 8, "lemma": "as", "misc": "", "start_char": 1154, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1158, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 1157, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1164, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "model", "misc": "", "start_char": 1159, "text": "model", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1172, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "builder", "misc": "", "start_char": 1165, "text": "builder", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1176, "feats": null, "head": 14, "id": 12, "lemma": "and", "misc": "", "start_char": 1173, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1187, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "production", "misc": "", "start_char": 1177, "text": "production", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1196, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "designer", "misc": "", "start_char": 1188, "text": "designer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1199, "feats": null, "head": 18, "id": 15, "lemma": "on", "misc": "", "start_char": 1197, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1203, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "his", "misc": "", "start_char": 1200, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1210, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "horror", "misc": "", "start_char": 1204, "text": "horror", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1216, "feats": "Number=Plur", "head": 7, "id": 18, "lemma": "film", "misc": "", "start_char": 1211, "text": "films", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1218, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 1217, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (NP (CD two) (NNS years)) (PP (IN with) (NP (NNP Corman))))) (, ,) (S (NP (NNP Cameron)) (VP (VBD directed) (NP (PRP$ his) (JJ first) (NN film)))) (, ,) (CC but) (S (NP (PRP it)) (ADVP (RB almost)) (VP (VBD turned) (PP (IN into) (NP (PRP$ his) (JJ last))))) (. .)))" }, "speaker": null, "text": "After two years with Corman, Cameron directed his first film, but it almost turned into his last.", "tokens": [ { "deprel": "case", "end_char": 1224, "feats": null, "head": 3, "id": 1, "lemma": "after", "misc": "", "start_char": 1219, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1228, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 2, "lemma": "two", "misc": "", "start_char": 1225, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1234, "feats": "Number=Plur", "head": 8, "id": 3, "lemma": "year", "misc": "", "start_char": 1229, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1239, "feats": null, "head": 5, "id": 4, "lemma": "with", "misc": "", "start_char": 1235, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1246, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Corman", "misc": "", "start_char": 1240, "text": "Corman", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1248, "feats": null, "head": 3, "id": 6, "lemma": ",", "misc": "", "start_char": 1247, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1256, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Cameron", "misc": "", "start_char": 1249, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1265, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "direct", "misc": "", "start_char": 1257, "text": "directed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 1269, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 9, "lemma": "his", "misc": "", "start_char": 1266, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1275, "feats": "Degree=Pos|NumType=Ord", "head": 11, "id": 10, "lemma": "first", "misc": "", "start_char": 1270, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1280, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "film", "misc": "", "start_char": 1276, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1282, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 1281, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1286, "feats": null, "head": 16, "id": 13, "lemma": "but", "misc": "", "start_char": 1283, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1289, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 14, "lemma": "it", "misc": "", "start_char": 1287, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1296, "feats": null, "head": 16, "id": 15, "lemma": "almost", "misc": "", "start_char": 1290, "text": "almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1303, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 16, "lemma": "turn", "misc": "", "start_char": 1297, "text": "turned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1308, "feats": null, "head": 19, "id": 17, "lemma": "into", "misc": "", "start_char": 1304, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1312, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "his", "misc": "", "start_char": 1309, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1317, "feats": "Degree=Pos", "head": 16, "id": 19, "lemma": "last", "misc": "", "start_char": 1313, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1319, "feats": null, "head": 8, "id": 20, "lemma": ".", "misc": "", "start_char": 1318, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NP (NP (NP (DT The) (NN producer)) (PP (IN of) (NP (NNP Piranha)))) (: :) (S (NP (DT The) (NN Spawning)) (VP (VBD fired) (NP (PRP him)) (, ,) (S (VP (VBG saying) (SBAR (IN that) (S (NP (NP (DT the) (NN film)) (SBAR (S (NP (NNP Cameron)) (VP (VBD had) (VP (VBN shot)))))) (VP (VBD was) (ADJP (JJ unusable))))))))) (. .)))" }, "speaker": null, "text": "The producer of Piranha: The Spawning fired him, saying that the film Cameron had shot was unusable.", "tokens": [ { "deprel": "det", "end_char": 1323, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1320, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1332, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "producer", "misc": "", "start_char": 1324, "text": "producer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1335, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1333, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1343, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Piranha", "misc": "", "start_char": 1336, "text": "Piranha", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1345, "feats": null, "head": 8, "id": 5, "lemma": ":", "misc": "", "start_char": 1344, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 1349, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1346, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1358, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "spawning", "misc": "", "start_char": 1350, "text": "Spawning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "parataxis", "end_char": 1364, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 8, "lemma": "fire", "misc": "", "start_char": 1359, "text": "fired", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1368, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 9, "lemma": "he", "misc": "", "start_char": 1365, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1370, "feats": null, "head": 8, "id": 10, "lemma": ",", "misc": "", "start_char": 1369, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1377, "feats": "VerbForm=Ger", "head": 8, "id": 11, "lemma": "say", "misc": "", "start_char": 1371, "text": "saying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1382, "feats": null, "head": 19, "id": 12, "lemma": "that", "misc": "", "start_char": 1378, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1386, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1383, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1391, "feats": "Number=Sing", "head": 19, "id": 14, "lemma": "film", "misc": "", "start_char": 1387, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1399, "feats": "Number=Sing", "head": 17, "id": 15, "lemma": "Cameron", "misc": "", "start_char": 1392, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1403, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 16, "lemma": "have", "misc": "", "start_char": 1400, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 1408, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 17, "lemma": "shoot", "misc": "", "start_char": 1404, "text": "shot", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cop", "end_char": 1412, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 1409, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1421, "feats": "Degree=Pos", "head": 11, "id": 19, "lemma": "unusable", "misc": "", "start_char": 1413, "text": "unusable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1423, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 1422, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (CD 1984))) (, ,) (NP (NNP Cameron)) (VP (VBD directed) (NP (NP (DT the) (NN film)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (S (VP (TO to) (VP (VB change) (NP (NP (PRP$ his) (NN life)) (, ,) (NP (DT The) (NNP Terminator))))))))))) (. .)))" }, "speaker": null, "text": "In 1984, Cameron directed the film that was to change his life, The Terminator.", "tokens": [ { "deprel": "case", "end_char": 1426, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 1424, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1431, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 2, "lemma": "1984", "misc": "", "start_char": 1427, "text": "1984", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1433, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 1432, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1441, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Cameron", "misc": "", "start_char": 1434, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1450, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "direct", "misc": "", "start_char": 1442, "text": "directed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1454, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1451, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1459, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "film", "misc": "", "start_char": 1455, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:outer", "end_char": 1464, "feats": "PronType=Rel", "head": 11, "id": 8, "lemma": "that", "misc": "", "start_char": 1460, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 1468, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 1465, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1471, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1469, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl:relcl", "end_char": 1478, "feats": "VerbForm=Inf", "head": 7, "id": 11, "lemma": "change", "misc": "", "start_char": 1472, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1482, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "his", "misc": "", "start_char": 1479, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1487, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "life", "misc": "", "start_char": 1483, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1489, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 1488, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1493, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1490, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1504, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "Terminator", "misc": "", "start_char": 1494, "text": "Terminator", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1506, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 1505, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (NP (DT the) (JJ international) (NN success)) (PP (IN of) (NP (DT The) (NNP Terminator))))) (, ,) (NP (NNP Cameron)) (VP (VP (VBD won) (NP (NP (NP (DT the) (NN director) (POS 's)) (NN chair)) (PP (IN for) (NP (NNPS Aliens)))) (PP (IN in) (NP (CD 1986)))) (CC and) (VP (VBD went) (PRT (RB on)) (S (VP (TO to) (VP (VB direct) (NP (NP (NP (DT The) (NNP Abyss)) (-LRB- -LRB-) (NP (CD 1989)) (-RRB- -RRB-)) (, ,) (NP (NNP Terminator2)) (: :) (NP (NP (NP (NP (NNP Judgment) (NNP Day)) (-LRB- -LRB-) (NP (CD 1991)) (-RRB- -RRB-)) (CC and) (ADVP (NP (CD three) (NNS years)) (RBR later))) (, ,) (NP (NNP True) (NNPS Lies))))))))) (. .)))" }, "speaker": null, "text": "With the international success of The Terminator, Cameron won the director's chair for Aliens in 1986 and went on to direct The Abyss (1989), Terminator2: Judgment Day (1991) and three years later, True Lies.", "tokens": [ { "deprel": "case", "end_char": 1511, "feats": null, "head": 4, "id": 1, "lemma": "with", "misc": "", "start_char": 1507, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1515, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 1512, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1529, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "international", "misc": "", "start_char": 1516, "text": "international", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1537, "feats": "Number=Sing", "head": 10, "id": 4, "lemma": "success", "misc": "", "start_char": 1530, "text": "success", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1540, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 1538, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1544, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1541, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1555, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "Terminator", "misc": "", "start_char": 1545, "text": "Terminator", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1557, "feats": null, "head": 4, "id": 8, "lemma": ",", "misc": "", "start_char": 1556, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1565, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Cameron", "misc": "", "start_char": 1558, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1569, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "win", "misc": "", "start_char": 1566, "text": "won", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1573, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1570, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1582, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "director", "misc": "", "start_char": 1574, "text": "director", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1585, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 1583, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 1591, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "chair", "misc": "", "start_char": 1586, "text": "chair", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1595, "feats": null, "head": 16, "id": 15, "lemma": "for", "misc": "", "start_char": 1592, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1602, "feats": "Number=Plur", "head": 10, "id": 16, "lemma": "Alien", "misc": "", "start_char": 1596, "text": "Aliens", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 1605, "feats": null, "head": 18, "id": 17, "lemma": "in", "misc": "", "start_char": 1603, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1610, "feats": "NumForm=Digit|NumType=Card", "head": 10, "id": 18, "lemma": "1986", "misc": "", "start_char": 1606, "text": "1986", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1614, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 1611, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1619, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 20, "lemma": "go", "misc": "", "start_char": 1615, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1622, "feats": null, "head": 20, "id": 21, "lemma": "on", "misc": "", "start_char": 1620, "text": "on", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1625, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 1623, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1632, "feats": "VerbForm=Inf", "head": 20, "id": 23, "lemma": "direct", "misc": "", "start_char": 1626, "text": "direct", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1636, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 1633, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1642, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "Abyss", "misc": "", "start_char": 1637, "text": "Abyss", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1644, "feats": null, "head": 27, "id": 26, "lemma": "(", "misc": "", "start_char": 1643, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "nmod:tmod", "end_char": 1649, "feats": "NumForm=Digit|NumType=Card", "head": 25, "id": 27, "lemma": "1989", "misc": "", "start_char": 1645, "text": "1989", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1651, "feats": null, "head": 27, "id": 28, "lemma": ")", "misc": "", "start_char": 1650, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 1653, "feats": null, "head": 30, "id": 29, "lemma": ",", "misc": "", "start_char": 1652, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1665, "feats": "Number=Sing", "head": 25, "id": 30, "lemma": "Terminator2", "misc": "", "start_char": 1654, "text": "Terminator2", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1667, "feats": null, "head": 33, "id": 31, "lemma": ":", "misc": "", "start_char": 1666, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "compound", "end_char": 1676, "feats": "Number=Sing", "head": 33, "id": 32, "lemma": "Judgment", "misc": "", "start_char": 1668, "text": "Judgment", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 1680, "feats": "Number=Sing", "head": 25, "id": 33, "lemma": "Day", "misc": "", "start_char": 1677, "text": "Day", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1682, "feats": null, "head": 35, "id": 34, "lemma": "(", "misc": "", "start_char": 1681, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "nmod:tmod", "end_char": 1687, "feats": "NumForm=Digit|NumType=Card", "head": 33, "id": 35, "lemma": "1991", "misc": "", "start_char": 1683, "text": "1991", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1689, "feats": null, "head": 35, "id": 36, "lemma": ")", "misc": "", "start_char": 1688, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "cc", "end_char": 1693, "feats": null, "head": 40, "id": 37, "lemma": "and", "misc": "", "start_char": 1690, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 1699, "feats": "NumForm=Word|NumType=Card", "head": 39, "id": 38, "lemma": "three", "misc": "", "start_char": 1694, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 1705, "feats": "Number=Plur", "head": 40, "id": 39, "lemma": "year", "misc": "", "start_char": 1700, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 1711, "feats": "Degree=Cmp", "head": 25, "id": 40, "lemma": "late", "misc": "", "start_char": 1706, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "punct", "end_char": 1713, "feats": null, "head": 43, "id": 41, "lemma": ",", "misc": "", "start_char": 1712, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1718, "feats": "Degree=Pos", "head": 43, "id": 42, "lemma": "true", "misc": "", "start_char": 1714, "text": "True", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "appos", "end_char": 1723, "feats": "Number=Plur", "head": 40, "id": 43, "lemma": "Lie", "misc": "", "start_char": 1719, "text": "Lies", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 1725, "feats": null, "head": 10, "id": 44, "lemma": ".", "misc": "", "start_char": 1724, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (PP (IN Like) (NP (NNP Avatar))) (, ,) (NP (NNP Titanic)) (VP (VBZ is) (NP (DT a) (NN love) (NN story))) (. .)))" }, "speaker": null, "text": "Like Avatar, Titanic is a love story.", "tokens": [ { "deprel": "case", "end_char": 1730, "feats": null, "head": 2, "id": 1, "lemma": "like", "misc": "", "start_char": 1726, "text": "Like", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1737, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "Avatar", "misc": "", "start_char": 1731, "text": "Avatar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1739, "feats": null, "head": 8, "id": 3, "lemma": ",", "misc": "", "start_char": 1738, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1747, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "Titanic", "misc": "", "start_char": 1740, "text": "Titanic", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1750, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 1748, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1752, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 1751, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1757, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "love", "misc": "", "start_char": 1753, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1763, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "story", "misc": "", "start_char": 1758, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1765, "feats": null, "head": 8, "id": 9, "lemma": ".", "misc": "", "start_char": 1764, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (JJ Many) (NNS people)) (VP (VBD predicted) (SBAR (S (NP (DT the) (NN film)) (VP (MD would) (VP (VB be) (NP (DT a) (NN failure)) (SBAR (WHADVP (WRB when)) (S (NP (NNP Cameron)) (VP (VBD began) (S (VP (TO to) (VP (VB make) (NP (NNP Titanic)) (PP (IN in) (NP (CD 1997)))))))))))))) (. .)))" }, "speaker": null, "text": "Many people predicted the film would be a failure when Cameron began to make Titanic in 1997.", "tokens": [ { "deprel": "amod", "end_char": 1770, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "many", "misc": "", "start_char": 1766, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1777, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 1771, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1787, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "predict", "misc": "", "start_char": 1778, "text": "predicted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1791, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1788, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1796, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "film", "misc": "", "start_char": 1792, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1802, "feats": "VerbForm=Fin", "head": 9, "id": 6, "lemma": "would", "misc": "", "start_char": 1797, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1805, "feats": "VerbForm=Inf", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 1803, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 1807, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1806, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 1815, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "failure", "misc": "", "start_char": 1808, "text": "failure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1820, "feats": "PronType=Int", "head": 12, "id": 10, "lemma": "when", "misc": "", "start_char": 1816, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1828, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Cameron", "misc": "", "start_char": 1821, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 1834, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 12, "lemma": "begin", "misc": "", "start_char": 1829, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1837, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 1835, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1842, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "make", "misc": "", "start_char": 1838, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1850, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Titanic", "misc": "", "start_char": 1843, "text": "Titanic", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1853, "feats": null, "head": 17, "id": 16, "lemma": "in", "misc": "", "start_char": 1851, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1858, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 17, "lemma": "1997", "misc": "", "start_char": 1854, "text": "1997", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1860, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 1859, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (NNP Cameron)) (VP (VBD proved) (S (NP (PRP them)) (ADJP (JJ wrong))) (SBAR (WHADVP (WRB when)) (S (NP (NNP Titanic)) (VP (VP (VBD broke) (NP (NML (NN box) (NN office)) (NNS records)) (PP (ADVP (RB all)) (IN over) (NP (DT the) (NN world)))) (CC and) (VP (VBD swept) (NP (DT the) (NNP Academy) (NNP Awards))) (, ,) (S (VP (VBG winning) (NP (DT an) (JJ unprecedented) (CD 11) (NNPS Oscars)))))))) (. .)))" }, "speaker": null, "text": "Cameron proved them wrong when Titanic broke box office records all over the world and swept the Academy Awards, winning an unprecedented 11 Oscars.", "tokens": [ { "deprel": "nsubj", "end_char": 1868, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Cameron", "misc": "", "start_char": 1861, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1875, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "prove", "misc": "", "start_char": 1869, "text": "proved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1880, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "they", "misc": "", "start_char": 1876, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1886, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "wrong", "misc": "", "start_char": 1881, "text": "wrong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 1891, "feats": "PronType=Int", "head": 7, "id": 5, "lemma": "when", "misc": "", "start_char": 1887, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1899, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Titanic", "misc": "", "start_char": 1892, "text": "Titanic", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 1905, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "break", "misc": "", "start_char": 1900, "text": "broke", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound", "end_char": 1909, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "box", "misc": "", "start_char": 1906, "text": "box", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1916, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "office", "misc": "", "start_char": 1910, "text": "office", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1924, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "record", "misc": "", "start_char": 1917, "text": "records", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1928, "feats": null, "head": 14, "id": 11, "lemma": "all", "misc": "", "start_char": 1925, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1933, "feats": null, "head": 14, "id": 12, "lemma": "over", "misc": "", "start_char": 1929, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1937, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1934, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1943, "feats": "Number=Sing", "head": 7, "id": 14, "lemma": "world", "misc": "", "start_char": 1938, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1947, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 1944, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1953, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 16, "lemma": "sweep", "misc": "", "start_char": 1948, "text": "swept", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1957, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 17, "lemma": "the", "misc": "", "start_char": 1954, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1965, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "Academy", "misc": "", "start_char": 1958, "text": "Academy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1972, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "Award", "misc": "", "start_char": 1966, "text": "Awards", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1974, "feats": null, "head": 21, "id": 20, "lemma": ",", "misc": "", "start_char": 1973, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1982, "feats": "VerbForm=Ger", "head": 16, "id": 21, "lemma": "win", "misc": "", "start_char": 1975, "text": "winning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1985, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 22, "lemma": "a", "misc": "", "start_char": 1983, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1999, "feats": "Degree=Pos", "head": 25, "id": 23, "lemma": "unprecedented", "misc": "", "start_char": 1986, "text": "unprecedented", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nummod", "end_char": 2002, "feats": "NumForm=Digit|NumType=Card", "head": 25, "id": 24, "lemma": "11", "misc": "", "start_char": 2000, "text": "11", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 2009, "feats": "Number=Plur", "head": 21, "id": 25, "lemma": "Oscar", "misc": "", "start_char": 2003, "text": "Oscars", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 2011, "feats": null, "head": 2, "id": 26, "lemma": ".", "misc": "", "start_char": 2010, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2013, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2012, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Avatar)) (, ,) (NP (NP (DT a) (NML (NN science) (NN fiction)) (NN film)) (, ,) (VP (VBN based) (PP (IN on) (NP (NP (DT a) (NN script)) (SBAR (S (NP (NNP Cameron)) (VP (VBD wrote) (PP (IN in) (NP (CD 1994)))))))))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (JJ first) (JJ big) (NN budget) (NN action) (NN film)) (VP (VBN shot) (PP (IN in) (NP (NN 3D))))) (, ,) (S (VP (VBG using) (NP (NML (JJ revolutionary) (NN camera) (NN technology)) (SBAR (S (NP (NNP Cameron)) (VP (VBD developed) (NP (PRP himself))))))))) (. .)))" }, "speaker": null, "text": "Avatar, a science fiction film, based on a script Cameron wrote in 1994, is the first big budget action film shot in 3D, using revolutionary camera technology Cameron developed himself.", "tokens": [ { "deprel": "nsubj", "end_char": 2020, "feats": "Number=Sing", "head": 23, "id": 1, "lemma": "Avatar", "misc": "", "start_char": 2014, "text": "Avatar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2022, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 2021, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 2024, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 2023, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 2032, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "science", "misc": "", "start_char": 2025, "text": "science", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 2040, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "fiction", "misc": "", "start_char": 2033, "text": "fiction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 2045, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "film", "misc": "", "start_char": 2041, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2047, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 2046, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 2053, "feats": "Tense=Past|VerbForm=Part", "head": 1, "id": 8, "lemma": "base", "misc": "", "start_char": 2048, "text": "based", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 2056, "feats": null, "head": 11, "id": 9, "lemma": "on", "misc": "", "start_char": 2054, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2058, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 2057, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2065, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "script", "misc": "", "start_char": 2059, "text": "script", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2073, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "Cameron", "misc": "", "start_char": 2066, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl:relcl", "end_char": 2079, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 13, "lemma": "write", "misc": "", "start_char": 2074, "text": "wrote", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 2082, "feats": null, "head": 15, "id": 14, "lemma": "in", "misc": "", "start_char": 2080, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2087, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 15, "lemma": "1994", "misc": "", "start_char": 2083, "text": "1994", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 2089, "feats": null, "head": 1, "id": 16, "lemma": ",", "misc": "", "start_char": 2088, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 2092, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 17, "lemma": "be", "misc": "", "start_char": 2090, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 2096, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 18, "lemma": "the", "misc": "", "start_char": 2093, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2102, "feats": "Degree=Pos|NumType=Ord", "head": 23, "id": 19, "lemma": "first", "misc": "", "start_char": 2097, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 2106, "feats": "Degree=Pos", "head": 23, "id": 20, "lemma": "big", "misc": "", "start_char": 2103, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 2113, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "budget", "misc": "", "start_char": 2107, "text": "budget", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 2120, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "action", "misc": "", "start_char": 2114, "text": "action", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 2125, "feats": "Number=Sing", "head": 0, "id": 23, "lemma": "film", "misc": "", "start_char": 2121, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 2130, "feats": "Tense=Past|VerbForm=Part", "head": 23, "id": 24, "lemma": "shoot", "misc": "", "start_char": 2126, "text": "shot", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 2133, "feats": null, "head": 26, "id": 25, "lemma": "in", "misc": "", "start_char": 2131, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2136, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "3d", "misc": "", "start_char": 2134, "text": "3D", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2138, "feats": null, "head": 23, "id": 27, "lemma": ",", "misc": "", "start_char": 2137, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 2144, "feats": "VerbForm=Ger", "head": 23, "id": 28, "lemma": "use", "misc": "", "start_char": 2139, "text": "using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 2158, "feats": "Degree=Pos", "head": 31, "id": 29, "lemma": "revolutionary", "misc": "", "start_char": 2145, "text": "revolutionary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 2165, "feats": "Number=Sing", "head": 31, "id": 30, "lemma": "camera", "misc": "", "start_char": 2159, "text": "camera", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 2176, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "technology", "misc": "", "start_char": 2166, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2184, "feats": "Number=Sing", "head": 33, "id": 32, "lemma": "Cameron", "misc": "", "start_char": 2177, "text": "Cameron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl:relcl", "end_char": 2194, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 31, "id": 33, "lemma": "develop", "misc": "", "start_char": 2185, "text": "developed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obl:npmod", "end_char": 2202, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 33, "id": 34, "lemma": "himself", "misc": "", "start_char": 2195, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 2204, "feats": null, "head": 23, "id": 35, "lemma": ".", "misc": "", "start_char": 2203, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS technologies)) (VP (VBN used) (PP (IN in) (NP (NNP Avatar))))) (VP (VBP are) (VP (VBN expected) (S (VP (TO to) (VP (VB become) (NP (NP (DT a) (NN part)) (PP (IN of) (NP (JJ mainstream) (NN film) (NN making)))) (PP (IN in) (NP (CD five) (NNS years)))))))) (. .)))" }, "speaker": null, "text": "The technologies used in Avatar are expected to become a part of mainstream film making in five years.", "tokens": [ { "deprel": "det", "end_char": 2208, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 2205, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 2221, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "technology", "misc": "", "start_char": 2209, "text": "technologies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 2226, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 3, "lemma": "use", "misc": "", "start_char": 2222, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 2229, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 2227, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2236, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Avatar", "misc": "", "start_char": 2230, "text": "Avatar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 2240, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 2237, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 2249, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "expect", "misc": "", "start_char": 2241, "text": "expected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 2252, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 2250, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2259, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "become", "misc": "", "start_char": 2253, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2261, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 2260, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 2266, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "part", "misc": "", "start_char": 2262, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2269, "feats": null, "head": 15, "id": 12, "lemma": "of", "misc": "", "start_char": 2267, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2280, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "mainstream", "misc": "", "start_char": 2270, "text": "mainstream", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 2285, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "film", "misc": "", "start_char": 2281, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 2292, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "making", "misc": "", "start_char": 2286, "text": "making", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2295, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 2293, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 2300, "feats": "NumForm=Word|NumType=Card", "head": 18, "id": 17, "lemma": "five", "misc": "", "start_char": 2296, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 2306, "feats": "Number=Plur", "head": 11, "id": 18, "lemma": "year", "misc": "", "start_char": 2301, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2308, "feats": null, "head": 7, "id": 19, "lemma": ".", "misc": "", "start_char": 2307, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
With the nearly US $300 million in the first four days after its release, Avatar, which cost about US $200 million to make, has now won another title: Most Successful Movie of 2009. Hollywood director James Cameron once again draws people's attention. James Cameron was born in August, 1954 in Canada. His artist mother encouraged him to draw and paint when he was a child. She helped arrange an exhibition of his paintings in a local gallery when he was still in his teens. Inspired by the film 2001: A Space Odyssey, he began to experiment with 16 mm film, photographing model spaceships he had built. The Cameron family moved to California when he was 17 and Cameron was admitted to Fullerton College, where he was not interested in what he learned. Uncertain of his direction in life, torn between art and science, he dropped out of college. He became a truck driver. After the film Star Wars reawakened his love of film making, he quit his job and taught himself the technology of film making. He borrowed money from friends to make a short film he showed to director Roger Corman. Corman gave Cameron a chance to work as a model builder and production designer on his horror films. After two years with Corman, Cameron directed his first film, but it almost turned into his last. The producer of Piranha: The Spawning fired him, saying that the film Cameron had shot was unusable. In 1984, Cameron directed the film that was to change his life, The Terminator. With the international success of The Terminator, Cameron won the director's chair for Aliens in 1986 and went on to direct The Abyss (1989), Terminator2: Judgment Day (1991) and three years later, True Lies. Like Avatar, Titanic is a love story. Many people predicted the film would be a failure when Cameron began to make Titanic in 1997. Cameron proved them wrong when Titanic broke box office records all over the world and swept the Academy Awards, winning an unprecedented 11 Oscars. Avatar, a science fiction film, based on a script Cameron wrote in 1994, is the first big budget action film shot in 3D, using revolutionary camera technology Cameron developed himself. The technologies used in Avatar are expected to become a part of mainstream film making in five years.
[ [ [ 0, 13, 14 ] ], [ [ 0, 38, 38 ] ], [ [ 0, 29, 29 ] ], [ [ 0, 31, 32 ], [ 0, 34, 38 ] ], [ [ 0, 3, 3 ], [ 0, 21, 21 ] ], [ [ 1, 0, 1 ], [ 1, 2, 3 ], [ 1, 0, 3 ], [ 22, 11, 11 ], [ 13, 12, 13 ], [ 13, 8, 10 ], [ 13, 8, 13 ], [ 3, 0, 1 ], [ 4, 0, 0 ], [ 4, 4, 4 ], [ 4, 10, 10 ], [ 4, 12, 13 ], [ 5, 6, 6 ], [ 5, 13, 13 ], [ 5, 17, 17 ], [ 6, 10, 10 ], [ 6, 22, 22 ], [ 7, 19, 19 ], [ 7, 25, 25 ], [ 7, 11, 11 ], [ 7, 7, 7 ], [ 7, 1, 1 ], [ 8, 2, 2 ], [ 8, 13, 13 ], [ 9, 0, 0 ], [ 9, 2, 4 ], [ 10, 6, 6 ], [ 10, 12, 12 ], [ 10, 14, 14 ], [ 10, 18, 18 ], [ 12, 0, 0 ], [ 12, 10, 10 ], [ 13, 2, 2 ], [ 13, 15, 15 ], [ 14, 6, 6 ], [ 14, 8, 8 ], [ 14, 17, 17 ], [ 15, 8, 8 ], [ 15, 14, 14 ], [ 16, 3, 3 ], [ 16, 11, 11 ], [ 17, 8, 8 ], [ 19, 10, 10 ], [ 20, 0, 0 ], [ 22, 31, 31 ], [ 22, 33, 33 ] ], [ [ 1, 7, 9 ] ], [ [ 3, 5, 7 ] ], [ [ 3, 9, 9 ] ], [ [ 3, 7, 7 ] ], [ [ 3, 5, 5 ] ], [ [ 4, 0, 2 ], [ 5, 0, 0 ] ], [ [ 5, 3, 7 ] ], [ [ 5, 6, 7 ] ], [ [ 5, 9, 11 ] ], [ [ 5, 17, 18 ] ], [ [ 6, 6, 8 ], [ 6, 2, 4 ] ], [ [ 6, 15, 17 ] ], [ [ 7, 0, 2 ] ], [ [ 7, 5, 5 ] ], [ [ 7, 9, 9 ] ], [ [ 8, 5, 5 ] ], [ [ 8, 9, 11 ] ], [ [ 8, 9, 9 ] ], [ [ 8, 17, 17 ], [ 7, 15, 26 ], [ 7, 15, 16 ], [ 7, 18, 26 ] ], [ [ 10, 1, 2 ], [ 10, 3, 4 ], [ 10, 1, 4 ] ], [ [ 10, 6, 10 ] ], [ [ 10, 14, 15 ] ], [ [ 10, 19, 23 ] ], [ [ 10, 22, 23 ], [ 10, 9, 10 ] ], [ [ 12, 2, 2 ] ], [ [ 12, 4, 4 ] ], [ [ 12, 13, 13 ], [ 12, 14, 15 ], [ 13, 0, 0 ], [ 14, 4, 4 ], [ 12, 13, 15 ] ], [ [ 13, 3, 4 ] ], [ [ 13, 15, 17 ], [ 14, 8, 10 ], [ 14, 13, 13 ], [ 15, 12, 18 ] ], [ [ 14, 1, 2 ] ], [ [ 14, 17, 18 ] ], [ [ 15, 0, 3 ] ], [ [ 15, 3, 3 ] ], [ [ 15, 5, 6 ] ], [ [ 16, 1, 1 ] ], [ [ 16, 11, 12 ] ], [ [ 17, 5, 6 ] ], [ [ 17, 15, 15 ] ], [ [ 17, 17, 17 ] ], [ [ 17, 29, 29 ] ], [ [ 17, 31, 32 ] ], [ [ 17, 34, 34 ] ], [ [ 17, 37, 38 ] ], [ [ 19, 7, 8 ] ], [ [ 19, 16, 16 ] ], [ [ 20, 2, 2 ], [ 19, 0, 1 ] ], [ [ 20, 7, 9 ] ], [ [ 20, 12, 13 ] ], [ [ 20, 16, 18 ] ], [ [ 20, 21, 24 ] ], [ [ 22, 14, 14 ] ], [ [ 22, 25, 25 ] ], [ [ 23, 9, 14 ] ], [ [ 23, 13, 14 ] ], [ [ 23, 16, 17 ] ], [ [ 0, 1, 14 ] ], [ [ 0, 8, 14 ] ], [ [ 0, 22, 24 ] ], [ [ 1, 0, 0 ] ], [ [ 1, 7, 8 ] ], [ [ 4, 1, 1 ] ], [ [ 6, 19, 24 ] ], [ [ 6, 20, 24 ] ], [ [ 6, 20, 20 ] ], [ [ 8, 0, 5 ] ], [ [ 8, 2, 5 ] ], [ [ 9, 3, 3 ] ], [ [ 12, 7, 15 ] ], [ [ 13, 9, 9 ] ], [ [ 13, 12, 12 ] ], [ [ 16, 5, 12 ], [ 16, 14, 15 ], [ 16, 5, 15 ] ], [ [ 17, 1, 6 ] ], [ [ 17, 10, 15 ] ], [ [ 17, 10, 12 ] ], [ [ 17, 23, 24 ] ], [ [ 17, 26, 26 ] ], [ [ 17, 37, 39 ] ], [ [ 20, 10, 13 ] ], [ [ 20, 7, 8 ] ], [ [ 20, 7, 7 ] ], [ [ 22, 0, 5 ], [ 18, 1, 1 ], [ 22, 0, 0 ], [ 22, 2, 5 ], [ 23, 4, 4 ], [ 0, 13, 13 ], [ 0, 16, 26 ], [ 22, 17, 25 ] ], [ [ 22, 3, 4 ] ], [ [ 22, 3, 3 ], [ 8, 11, 11 ] ], [ [ 22, 9, 14 ] ], [ [ 22, 19, 20 ] ], [ [ 22, 21, 22 ] ], [ [ 22, 21, 21 ] ], [ [ 22, 28, 33 ], [ 23, 0, 4 ] ], [ [ 22, 29, 29 ] ], [ [ 23, 12, 14 ] ], [ [ 17, 41, 42 ] ], [ [ 18, 3, 3 ], [ 18, 5, 7 ], [ 19, 3, 4 ], [ 19, 14, 14 ], [ 20, 5, 5 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36183
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBP get) (PP (IN off) (NP (DT the) (NN bus)))) (CC and) (VP (VBP walk) (NP (DT a) (JJ few) (NNS blocks)))) (. .)))" }, "speaker": null, "text": "I get off the bus and walk a few blocks.", "tokens": [ { "deprel": "nsubj", "end_char": 1, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 0, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 5, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "get", "misc": "", "start_char": 2, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 9, "feats": null, "head": 5, "id": 3, "lemma": "off", "misc": "", "start_char": 6, "text": "off", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 13, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 10, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 17, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "bus", "misc": "", "start_char": 14, "text": "bus", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 21, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 18, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 26, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 7, "lemma": "walk", "misc": "", "start_char": 22, "text": "walk", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 28, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 27, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 32, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "few", "misc": "", "start_char": 29, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 39, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "block", "misc": "", "start_char": 33, "text": "blocks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 41, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 40, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP stop) (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (VP (VP (VBP get) (PP (IN to) (NP (DT a) (JJ garage-like) (NN place)))) (CC and) (VP (VBP walk) (PP (IN to) (NP (DT the) (NN metal) (NN door))) (PP (IN with) (NP (JJ brown) (NN paint)))))))) (. .)))" }, "speaker": null, "text": "I stop when I get to a garage-like place and walk to the metal door with brown paint.", "tokens": [ { "deprel": "nsubj", "end_char": 43, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 42, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "stop", "misc": "", "start_char": 44, "text": "stop", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 53, "feats": "PronType=Int", "head": 5, "id": 3, "lemma": "when", "misc": "", "start_char": 49, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 55, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "I", "misc": "", "start_char": 54, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 59, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "get", "misc": "", "start_char": 56, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 62, "feats": null, "head": 9, "id": 6, "lemma": "to", "misc": "", "start_char": 60, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 64, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 63, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 76, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "garage-like", "misc": "", "start_char": 65, "text": "garage-like", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 82, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "place", "misc": "", "start_char": 77, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 86, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 83, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 91, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 11, "lemma": "walk", "misc": "", "start_char": 87, "text": "walk", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 94, "feats": null, "head": 15, "id": 12, "lemma": "to", "misc": "", "start_char": 92, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 98, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 95, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 104, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "metal", "misc": "", "start_char": 99, "text": "metal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 109, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "door", "misc": "", "start_char": 105, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 114, "feats": null, "head": 18, "id": 16, "lemma": "with", "misc": "", "start_char": 110, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 120, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "brown", "misc": "", "start_char": 115, "text": "brown", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 126, "feats": "Number=Sing", "head": 11, "id": 18, "lemma": "paint", "misc": "", "start_char": 121, "text": "paint", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 128, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 127, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBP turn) (NP (DT the) (NN knob))) (CC and) (VP (VBP walk) (PRT (RB in)))) (. .)))" }, "speaker": null, "text": "I turn the knob and walk in.", "tokens": [ { "deprel": "nsubj", "end_char": 130, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 129, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 135, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "turn", "misc": "", "start_char": 131, "text": "turn", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 139, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 136, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 144, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "knob", "misc": "", "start_char": 140, "text": "knob", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 148, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 145, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 153, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "walk", "misc": "", "start_char": 149, "text": "walk", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 156, "feats": null, "head": 6, "id": 7, "lemma": "in", "misc": "", "start_char": 154, "text": "in", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 158, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 157, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (QP (DT A) (CD thousand)) (NNS eyes)) (VP (VBP look) (PP (IN at) (NP (PRP me))) (SBAR (IN as) (S (NP (PRP I)) (VP (VBP take) (NP (PRP$ my) (NN place)) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (DT the) (JJ long) (NN line))))))))) (. .)))" }, "speaker": null, "text": "A thousand eyes look at me as I take my place at the end of the long line.", "tokens": [ { "deprel": "det", "end_char": 160, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 159, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 169, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 2, "lemma": "thousand", "misc": "", "start_char": 161, "text": "thousand", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 174, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "eye", "misc": "", "start_char": 170, "text": "eyes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 179, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "look", "misc": "", "start_char": 175, "text": "look", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 182, "feats": null, "head": 6, "id": 5, "lemma": "at", "misc": "", "start_char": 180, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 185, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 6, "lemma": "I", "misc": "", "start_char": 183, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 188, "feats": null, "head": 9, "id": 7, "lemma": "as", "misc": "", "start_char": 186, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 190, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 189, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 195, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 9, "lemma": "take", "misc": "", "start_char": 191, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 198, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "my", "misc": "", "start_char": 196, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 204, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "place", "misc": "", "start_char": 199, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 207, "feats": null, "head": 14, "id": 12, "lemma": "at", "misc": "", "start_char": 205, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 211, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 208, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 215, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "end", "misc": "", "start_char": 212, "text": "end", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 218, "feats": null, "head": 18, "id": 15, "lemma": "of", "misc": "", "start_char": 216, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 222, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 219, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 227, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "long", "misc": "", "start_char": 223, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 232, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "line", "misc": "", "start_char": 228, "text": "line", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 234, "feats": null, "head": 4, "id": 19, "lemma": ".", "misc": "", "start_char": 233, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (ADVP (RB finally)) (VP (VBP get) (PP (RB up) (PP (IN to) (NP (DT the) (NN window))))))) (, ,) (NP (PRP I)) (VP (VBP hand) (NP (DT the) (NN officer)) (NP (PRP$ my) (NN ID))) (. .)))" }, "speaker": null, "text": "When I finally get up to the window, I hand the officer my ID.", "tokens": [ { "deprel": "advmod", "end_char": 239, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "when", "misc": "", "start_char": 235, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 241, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 240, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 249, "feats": null, "head": 4, "id": 3, "lemma": "finally", "misc": "", "start_char": 242, "text": "finally", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 253, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 4, "lemma": "get", "misc": "", "start_char": 250, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 256, "feats": null, "head": 8, "id": 5, "lemma": "up", "misc": "", "start_char": 254, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 259, "feats": null, "head": 8, "id": 6, "lemma": "to", "misc": "", "start_char": 257, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 263, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 260, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 270, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "window", "misc": "", "start_char": 264, "text": "window", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 272, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 271, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 274, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 10, "lemma": "I", "misc": "", "start_char": 273, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 279, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "hand", "misc": "", "start_char": 275, "text": "hand", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 283, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 280, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 291, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "officer", "misc": "", "start_char": 284, "text": "officer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:poss", "end_char": 294, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "my", "misc": "", "start_char": 292, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 297, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "id", "misc": "", "start_char": 295, "text": "ID", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 299, "feats": null, "head": 11, "id": 16, "lemma": ".", "misc": "", "start_char": 298, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP I)) (VP (VBP 'm) (ADVP (RB here)) (S (VP (TO to) (VP (VB visit) (NP (NNP Mr) (NNP C.) (UH Yes))))))) (, ,) (NP (PRP I)) (VP (VBP 'm) (NP (PRP$ his) (NN daughter))) (. .) ('' '')))" }, "speaker": null, "text": "\"I'm here to visit Mr C. Yes, I'm his daughter.\"", "tokens": [ { "deprel": "punct", "end_char": 302, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 300, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 304, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 303, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 307, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 305, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 312, "feats": "PronType=Dem", "head": 0, "id": 4, "lemma": "here", "misc": "", "start_char": 308, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 315, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 313, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 321, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "visit", "misc": "", "start_char": 316, "text": "visit", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 324, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Mr", "misc": "", "start_char": 322, "text": "Mr", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 327, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "C.", "misc": "", "start_char": 325, "text": "C.", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "discourse", "end_char": 331, "feats": null, "head": 14, "id": 9, "lemma": "yes", "misc": "", "start_char": 328, "text": "Yes", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 333, "feats": null, "head": 4, "id": 10, "lemma": ",", "misc": "", "start_char": 332, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 335, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 14, "id": 11, "lemma": "I", "misc": "", "start_char": 334, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 338, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 14, "id": 12, "lemma": "be", "misc": "", "start_char": 336, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 342, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "his", "misc": "", "start_char": 339, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "parataxis", "end_char": 351, "feats": "Number=Sing", "head": 4, "id": 14, "lemma": "daughter", "misc": "", "start_char": 343, "text": "daughter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 353, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 352, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 356, "feats": null, "head": 4, "id": 16, "lemma": "''", "misc": "", "start_char": 354, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 358, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 357, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP learn) (NP (DT that) (NN line)) (PP (IN by) (NP (NN heart)))) (. .)))" }, "speaker": null, "text": "I learn that line by heart.", "tokens": [ { "deprel": "nsubj", "end_char": 360, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 359, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 366, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "learn", "misc": "", "start_char": 361, "text": "learn", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 371, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 3, "lemma": "that", "misc": "", "start_char": 367, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 376, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "line", "misc": "", "start_char": 372, "text": "line", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 379, "feats": null, "head": 6, "id": 5, "lemma": "by", "misc": "", "start_char": 377, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 385, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "heart", "misc": "", "start_char": 380, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 387, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 386, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN officer)) (VP (VBZ hands) (NP (PRP me)) (NP (NP (DT a) (NN piece)) (PP (IN of) (NP (NN paper)))) (PP (IN with) (NP (NP (PRP$ my) (NN name)) (PP (IN as) (NP (NP (DT the) (NN visitor)) (CC and) (NP (NP (PRP$ my) (NN father) (POS 's)) (PP (IN as) (NP (DT the) (NN prisoner))))))))) (. .)))" }, "speaker": null, "text": "The officer hands me a piece of paper with my name as the visitor and my father's as the prisoner.", "tokens": [ { "deprel": "det", "end_char": 391, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 388, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 399, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "officer", "misc": "", "start_char": 392, "text": "officer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 405, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "hand", "misc": "", "start_char": 400, "text": "hands", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 408, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "I", "misc": "", "start_char": 406, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 410, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 409, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 416, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "piece", "misc": "", "start_char": 411, "text": "piece", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 419, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 417, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 425, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "paper", "misc": "", "start_char": 420, "text": "paper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 430, "feats": null, "head": 11, "id": 9, "lemma": "with", "misc": "", "start_char": 426, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 433, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "my", "misc": "", "start_char": 431, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 438, "feats": "Number=Sing", "head": 14, "id": 11, "lemma": "name", "misc": "", "start_char": 434, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 441, "feats": null, "head": 14, "id": 12, "lemma": "as", "misc": "", "start_char": 439, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 445, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 442, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 453, "feats": "Number=Sing", "head": 3, "id": 14, "lemma": "visitor", "misc": "", "start_char": 446, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 457, "feats": null, "head": 17, "id": 15, "lemma": "and", "misc": "", "start_char": 454, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 460, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "my", "misc": "", "start_char": 458, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 467, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "father", "misc": "", "start_char": 461, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 470, "feats": null, "head": 17, "id": 18, "lemma": "'s", "misc": "", "start_char": 468, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "case", "end_char": 473, "feats": null, "head": 21, "id": 19, "lemma": "as", "misc": "", "start_char": 471, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 477, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 474, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 486, "feats": "Number=Sing", "head": 14, "id": 21, "lemma": "prisoner", "misc": "", "start_char": 478, "text": "prisoner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 488, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 487, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ tells) (NP (PRP me)) (SBAR (WHNP (WDT which) (NN floor)) (S (VP (TO to) (VP (VB go) (PP (IN to))))))) (. .)))" }, "speaker": null, "text": "It tells me which floor to go to.", "tokens": [ { "deprel": "nsubj", "end_char": 491, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 489, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 497, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "tell", "misc": "", "start_char": 492, "text": "tells", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 500, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "I", "misc": "", "start_char": 498, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 506, "feats": "PronType=Int", "head": 5, "id": 4, "lemma": "which", "misc": "", "start_char": 501, "text": "which", "upos": "DET", "xpos": "WDT" }, { "deprel": "obl", "end_char": 512, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "floor", "misc": "", "start_char": 507, "text": "floor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 515, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 513, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "ccomp", "end_char": 518, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "go", "misc": "", "start_char": 516, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "obl", "end_char": 521, "feats": null, "head": 7, "id": 8, "lemma": "to", "misc": "", "start_char": 519, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 523, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 522, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (PRP I)) (VP (VBP get) (PP (IN on) (NP (DT the) (NN elevator)))))) (, ,) (NP (NP (DT a) (NN rush)) (PP (IN of) (NP (NN excitement)))) (VP (VBZ runs) (PP (IN through) (NP (PRP me)))) (. .)))" }, "speaker": null, "text": "As I get on the elevator, a rush of excitement runs through me.", "tokens": [ { "deprel": "mark", "end_char": 526, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 524, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 528, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 527, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 532, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 12, "id": 3, "lemma": "get", "misc": "", "start_char": 529, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 535, "feats": null, "head": 6, "id": 4, "lemma": "on", "misc": "", "start_char": 533, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 539, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 536, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 548, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "elevator", "misc": "", "start_char": 540, "text": "elevator", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 550, "feats": null, "head": 12, "id": 7, "lemma": ",", "misc": "", "start_char": 549, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 552, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 551, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 557, "feats": "Number=Sing", "head": 12, "id": 9, "lemma": "rush", "misc": "", "start_char": 553, "text": "rush", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 560, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 558, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 571, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "excitement", "misc": "", "start_char": 561, "text": "excitement", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 576, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "run", "misc": "", "start_char": 572, "text": "runs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 584, "feats": null, "head": 14, "id": 13, "lemma": "through", "misc": "", "start_char": 577, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 587, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 14, "lemma": "I", "misc": "", "start_char": 585, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 589, "feats": null, "head": 12, "id": 15, "lemma": ".", "misc": "", "start_char": 588, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (PRP I)) (VP (VP (VBP go) (PP (IN to) (NP (DT the) (JJ eighth) (NN floor)))) (, ,) (VP (VBP look) (ADVP (RB around))) (CC and) (VP (VBP see) (NP (NP (DT the) (NNS faces)) (SBAR (S (NP (PRP I)) (VP (VBP see) (ADVP (RB here)) (NP (DT every) (NNP Sunday) (CC and) (NNP Thursday)))))))) (. .)))" }, "speaker": null, "text": "Then I go to the eighth floor, look around and see the faces I see here every Sunday and Thursday.", "tokens": [ { "deprel": "advmod", "end_char": 594, "feats": "PronType=Dem", "head": 3, "id": 1, "lemma": "then", "misc": "", "start_char": 590, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 596, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 595, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 599, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 597, "text": "go", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 602, "feats": null, "head": 7, "id": 4, "lemma": "to", "misc": "", "start_char": 600, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 606, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 603, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 613, "feats": "Degree=Pos|NumType=Ord", "head": 7, "id": 6, "lemma": "eighth", "misc": "", "start_char": 607, "text": "eighth", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 619, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "floor", "misc": "", "start_char": 614, "text": "floor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 621, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 620, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 626, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 9, "lemma": "look", "misc": "", "start_char": 622, "text": "look", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 633, "feats": null, "head": 9, "id": 10, "lemma": "around", "misc": "", "start_char": 627, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 637, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 634, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 641, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 12, "lemma": "see", "misc": "", "start_char": 638, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 645, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 642, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 651, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "face", "misc": "", "start_char": 646, "text": "faces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 653, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 16, "id": 15, "lemma": "I", "misc": "", "start_char": 652, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 657, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 14, "id": 16, "lemma": "see", "misc": "", "start_char": 654, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 662, "feats": "PronType=Dem", "head": 16, "id": 17, "lemma": "here", "misc": "", "start_char": 658, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 668, "feats": "PronType=Tot", "head": 19, "id": 18, "lemma": "every", "misc": "", "start_char": 663, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 675, "feats": "Number=Sing", "head": 12, "id": 19, "lemma": "Sunday", "misc": "", "start_char": 669, "text": "Sunday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 679, "feats": null, "head": 21, "id": 20, "lemma": "and", "misc": "", "start_char": 676, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 688, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "Thursday", "misc": "", "start_char": 680, "text": "Thursday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 690, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 689, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 692, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 691, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (NP (PRP he)) (VP (VBZ is)) (. .)))" }, "speaker": null, "text": "There he is.", "tokens": [ { "deprel": "expl", "end_char": 698, "feats": null, "head": 3, "id": 1, "lemma": "there", "misc": "", "start_char": 693, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "nsubj", "end_char": 701, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 699, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 704, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "be", "misc": "", "start_char": 702, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 706, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 705, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP stand) (PP (IN on) (NP (NN tiptoe))) (S (VP (TO to) (VP (VB get) (NP (DT a) (JJR better) (NN view)) (SBAR (IN since) (S (NP (PRP I)) (VP (MD can) (ADVP (RB hardly)) (VP (VB see) (NP (PRP him)))))))))) (. .)))" }, "speaker": null, "text": "I stand on tiptoe to get a better view since I can hardly see him.", "tokens": [ { "deprel": "nsubj", "end_char": 708, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 707, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 714, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "stand", "misc": "", "start_char": 709, "text": "stand", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 717, "feats": null, "head": 4, "id": 3, "lemma": "on", "misc": "", "start_char": 715, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 724, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "tiptoe", "misc": "", "start_char": 718, "text": "tiptoe", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 727, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 725, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 731, "feats": "VerbForm=Inf", "head": 2, "id": 6, "lemma": "get", "misc": "", "start_char": 728, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 733, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 732, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 740, "feats": "Degree=Cmp", "head": 9, "id": 8, "lemma": "good", "misc": "", "start_char": 734, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 745, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "view", "misc": "", "start_char": 741, "text": "view", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 751, "feats": null, "head": 14, "id": 10, "lemma": "since", "misc": "", "start_char": 746, "text": "since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 753, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 14, "id": 11, "lemma": "I", "misc": "", "start_char": 752, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 757, "feats": "VerbForm=Fin", "head": 14, "id": 12, "lemma": "can", "misc": "", "start_char": 754, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 764, "feats": null, "head": 14, "id": 13, "lemma": "hardly", "misc": "", "start_char": 758, "text": "hardly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 768, "feats": "VerbForm=Inf", "head": 6, "id": 14, "lemma": "see", "misc": "", "start_char": 765, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 772, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "he", "misc": "", "start_char": 769, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 774, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 773, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ does) (RB n't) (VP (VB look) (PP (IN like) (NP (PRP$ my) (NN father))))) (. .)))" }, "speaker": null, "text": "He doesn't look like my father.", "tokens": [ { "deprel": "nsubj", "end_char": 777, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "he", "misc": "", "start_char": 775, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 782, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 778, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 786, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 783, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 791, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "look", "misc": "", "start_char": 787, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 796, "feats": null, "head": 7, "id": 5, "lemma": "like", "misc": "", "start_char": 792, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 799, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "my", "misc": "", "start_char": 797, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 806, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "father", "misc": "", "start_char": 800, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 808, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 807, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VBZ 's) (VP (VBN got) (NP (DT a) (NN beard)) (ADVP (RB now))))) (CC and) (S (NP (PRP he)) (VP (VBZ looks) (ADJP (NP (DT a) (NN lot)) (JJR weaker)))) (. .)))" }, "speaker": null, "text": "He's got a beard now and he looks a lot weaker.", "tokens": [ { "deprel": "nsubj", "end_char": 811, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 809, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 814, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 812, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 818, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "get", "misc": "", "start_char": 815, "text": "got", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 820, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 819, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 826, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "beard", "misc": "", "start_char": 821, "text": "beard", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 830, "feats": null, "head": 3, "id": 6, "lemma": "now", "misc": "", "start_char": 827, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 834, "feats": null, "head": 9, "id": 7, "lemma": "and", "misc": "", "start_char": 831, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 837, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 835, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 843, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 9, "lemma": "look", "misc": "", "start_char": 838, "text": "looks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 845, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 844, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 849, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "lot", "misc": "", "start_char": 846, "text": "lot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 856, "feats": "Degree=Cmp", "head": 9, "id": 12, "lemma": "weak", "misc": "", "start_char": 850, "text": "weaker", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 858, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 857, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ 's) (NP (NP (DT the) (NN dad)) (SBAR (WHNP (WDT that)) (S (NP (PRP I)) (VP (VBP see) (PP (IN through) (NP (DT a) (NN window)))))))) (. .)))" }, "speaker": null, "text": "He's the dad that I see through a window.", "tokens": [ { "deprel": "nsubj", "end_char": 861, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "he", "misc": "", "start_char": 859, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 864, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 862, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 868, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 865, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 872, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "dad", "misc": "", "start_char": 869, "text": "dad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 877, "feats": "PronType=Rel", "head": 7, "id": 5, "lemma": "that", "misc": "", "start_char": 873, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 879, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 878, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 883, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 7, "lemma": "see", "misc": "", "start_char": 880, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 891, "feats": null, "head": 10, "id": 8, "lemma": "through", "misc": "", "start_char": 884, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 893, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 892, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 900, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "window", "misc": "", "start_char": 894, "text": "window", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 902, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 901, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NP (NP (PRP$ My) (NN dad)) (SBAR (WHNP (WP who)) (S (VP (VBZ is) (VP (VBN separated) (PP (IN from) (NP (DT the) (NN world))))))) (. .)))" }, "speaker": null, "text": "My dad who is separated from the world.", "tokens": [ { "deprel": "nmod:poss", "end_char": 905, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 903, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "root", "end_char": 909, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "dad", "misc": "", "start_char": 906, "text": "dad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 913, "feats": "PronType=Rel", "head": 5, "id": 3, "lemma": "who", "misc": "", "start_char": 910, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux:pass", "end_char": 916, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 914, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 926, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 5, "lemma": "separate", "misc": "", "start_char": 917, "text": "separated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 931, "feats": null, "head": 8, "id": 6, "lemma": "from", "misc": "", "start_char": 927, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 935, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 932, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 941, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "world", "misc": "", "start_char": 936, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 943, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 942, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJ only) (NN place)) (SBAR (S (NP (PRP he)) (ADVP (RB now)) (VP (VBZ knows))))) (VP (VBZ is) (NP (NP (PRP$ his) (NN room)) (PP (IN in) (NP (DT the) (NN prison))))) (. .)))" }, "speaker": null, "text": "The only place he now knows is his room in the prison.", "tokens": [ { "deprel": "det", "end_char": 947, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 944, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 952, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "only", "misc": "", "start_char": 948, "text": "only", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 958, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "place", "misc": "", "start_char": 953, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 961, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 4, "lemma": "he", "misc": "", "start_char": 959, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 965, "feats": null, "head": 6, "id": 5, "lemma": "now", "misc": "", "start_char": 962, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 971, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 6, "lemma": "know", "misc": "", "start_char": 966, "text": "knows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "cop", "end_char": 974, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 972, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 978, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "his", "misc": "", "start_char": 975, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "root", "end_char": 983, "feats": "Number=Sing", "head": 0, "id": 9, "lemma": "room", "misc": "", "start_char": 979, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 986, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 984, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 990, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 987, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 997, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "prison", "misc": "", "start_char": 991, "text": "prison", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 999, "feats": null, "head": 9, "id": 13, "lemma": ".", "misc": "", "start_char": 998, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBP look) (PP (ADVP (RB deep)) (IN into) (NP (PRP$ his) (NNS eyes)))))) (, ,) (NP (PRP I)) (VP (VBP see) (NP (NN emptiness) (CC and) (NN pain))) (. .)))" }, "speaker": null, "text": "When I look deep into his eyes, I see emptiness and pain.", "tokens": [ { "deprel": "advmod", "end_char": 1004, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 1000, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1006, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 1005, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1011, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 10, "id": 3, "lemma": "look", "misc": "", "start_char": 1007, "text": "look", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1016, "feats": null, "head": 7, "id": 4, "lemma": "deep", "misc": "", "start_char": 1012, "text": "deep", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1021, "feats": null, "head": 7, "id": 5, "lemma": "into", "misc": "", "start_char": 1017, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1025, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "his", "misc": "", "start_char": 1022, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1030, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "eye", "misc": "", "start_char": 1026, "text": "eyes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1032, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 1031, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1034, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "I", "misc": "", "start_char": 1033, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1038, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 10, "lemma": "see", "misc": "", "start_char": 1035, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1048, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "emptiness", "misc": "", "start_char": 1039, "text": "emptiness", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1052, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1049, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1057, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "pain", "misc": "", "start_char": 1053, "text": "pain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1059, "feats": null, "head": 10, "id": 14, "lemma": ".", "misc": "", "start_char": 1058, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1061, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1060, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBZ 's) (ADJP (JJ difficult)) (S (VP (TO to) (VP (VB hear) (NP (PRP him)) (PP (PP (IN through) (NP (DT the) (JJ thick) (NN glass))) (CC and) (PP (IN over) (NP (NP (NN everyone) (JJ else)) (SBAR (WHNP (WP who)) (S (VP (VBZ is) (VP (VBG trying) (S (VP (TO to) (VP (VB talk))))))))))))))) (. .)))" }, "speaker": null, "text": "It's difficult to hear him through the thick glass and over everyone else who is trying to talk.", "tokens": [ { "deprel": "expl", "end_char": 1064, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1062, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1067, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1065, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1077, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "difficult", "misc": "", "start_char": 1068, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1080, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1078, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1085, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "hear", "misc": "", "start_char": 1081, "text": "hear", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1089, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 6, "lemma": "he", "misc": "", "start_char": 1086, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1097, "feats": null, "head": 10, "id": 7, "lemma": "through", "misc": "", "start_char": 1090, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1101, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 1098, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1107, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "thick", "misc": "", "start_char": 1102, "text": "thick", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1113, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "glass", "misc": "", "start_char": 1108, "text": "glass", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1117, "feats": null, "head": 13, "id": 11, "lemma": "and", "misc": "", "start_char": 1114, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1122, "feats": null, "head": 13, "id": 12, "lemma": "over", "misc": "", "start_char": 1118, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "conj", "end_char": 1131, "feats": "Number=Sing|PronType=Tot", "head": 10, "id": 13, "lemma": "everyone", "misc": "", "start_char": 1123, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "amod", "end_char": 1136, "feats": "Degree=Pos", "head": 13, "id": 14, "lemma": "else", "misc": "", "start_char": 1132, "text": "else", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1140, "feats": "PronType=Rel", "head": 17, "id": 15, "lemma": "who", "misc": "", "start_char": 1137, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1143, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1141, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1150, "feats": "Tense=Pres|VerbForm=Part", "head": 13, "id": 17, "lemma": "try", "misc": "", "start_char": 1144, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1153, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 1151, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1158, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "talk", "misc": "", "start_char": 1154, "text": "talk", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1160, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 1159, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP We)) (VP (VBP try) (S (VP (TO to) (VP (VB carry) (PRT (IN on)) (NP (NP (DT a) (JJ normal) (NN conversation)) (PP (IN about) (NP (NP (JJ simple) (NNS things)) (PP (VBG including) (NP (NP (PRP$ my) (NN day)) (CC and) (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBP 'm) (VP (VBG doing) (PP (IN in) (NP (NN school))))))))))))))))) (, ,) (CC but) (S (NP (PRP we)) (ADVP (RB mostly)) (VP (VBP talk) (PP (IN about) (SBAR (WHADVP (WRB how)) (S (NP (PRP we)) (VP (MD ca) (RB n't) (VP (VB wait) (SBAR (IN until) (S (NP (PRP he)) (VP (VBZ gets) (ADVP (RB out)))))))))))) (. .)))" }, "speaker": null, "text": "We try to carry on a normal conversation about simple things including my day and what I'm doing in school, but we mostly talk about how we can't wait until he gets out.", "tokens": [ { "deprel": "nsubj", "end_char": 1163, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 1161, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1167, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "try", "misc": "", "start_char": 1164, "text": "try", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1170, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 1168, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1176, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "carry", "misc": "", "start_char": 1171, "text": "carry", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1179, "feats": null, "head": 4, "id": 5, "lemma": "on", "misc": "", "start_char": 1177, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1181, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 1180, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1188, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "normal", "misc": "", "start_char": 1182, "text": "normal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1201, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "conversation", "misc": "", "start_char": 1189, "text": "conversation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1207, "feats": null, "head": 11, "id": 9, "lemma": "about", "misc": "", "start_char": 1202, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1214, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "simple", "misc": "", "start_char": 1208, "text": "simple", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1221, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "thing", "misc": "", "start_char": 1215, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1231, "feats": "VerbForm=Ger", "head": 14, "id": 12, "lemma": "include", "misc": "", "start_char": 1222, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1234, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "my", "misc": "", "start_char": 1232, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1238, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "day", "misc": "", "start_char": 1235, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1242, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 1239, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1247, "feats": "PronType=Rel", "head": 11, "id": 16, "lemma": "what", "misc": "", "start_char": 1243, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1249, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 19, "id": 17, "lemma": "I", "misc": "", "start_char": 1248, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1252, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 1250, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 1258, "feats": "Tense=Pres|VerbForm=Part", "head": 16, "id": 19, "lemma": "do", "misc": "", "start_char": 1253, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1261, "feats": null, "head": 21, "id": 20, "lemma": "in", "misc": "", "start_char": 1259, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1268, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "school", "misc": "", "start_char": 1262, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1270, "feats": null, "head": 26, "id": 22, "lemma": ",", "misc": "", "start_char": 1269, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1274, "feats": null, "head": 26, "id": 23, "lemma": "but", "misc": "", "start_char": 1271, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1277, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 26, "id": 24, "lemma": "we", "misc": "", "start_char": 1275, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1284, "feats": null, "head": 26, "id": 25, "lemma": "mostly", "misc": "", "start_char": 1278, "text": "mostly", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1289, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 26, "lemma": "talk", "misc": "", "start_char": 1285, "text": "talk", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1295, "feats": null, "head": 28, "id": 27, "lemma": "about", "misc": "", "start_char": 1290, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1299, "feats": "PronType=Rel", "head": 26, "id": 28, "lemma": "how", "misc": "", "start_char": 1296, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1302, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 32, "id": 29, "lemma": "we", "misc": "", "start_char": 1300, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1305, "feats": "VerbForm=Fin", "head": 32, "id": 30, "lemma": "can", "misc": "", "start_char": 1303, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1309, "feats": null, "head": 32, "id": 31, "lemma": "not", "misc": "", "start_char": 1306, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl:relcl", "end_char": 1314, "feats": "VerbForm=Inf", "head": 28, "id": 32, "lemma": "wait", "misc": "", "start_char": 1310, "text": "wait", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1320, "feats": null, "head": 35, "id": 33, "lemma": "until", "misc": "", "start_char": 1315, "text": "until", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1323, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 35, "id": 34, "lemma": "he", "misc": "", "start_char": 1321, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1328, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 32, "id": 35, "lemma": "get", "misc": "", "start_char": 1324, "text": "gets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1332, "feats": null, "head": 35, "id": 36, "lemma": "out", "misc": "", "start_char": 1329, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1334, "feats": null, "head": 2, "id": 37, "lemma": ".", "misc": "", "start_char": 1333, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (DT an) (NN hour))) (NP (PRP$ my) (NN time)) (VP (VBZ is) (ADVP (RB up))) (. .)))" }, "speaker": null, "text": "After an hour my time is up.", "tokens": [ { "deprel": "case", "end_char": 1340, "feats": null, "head": 3, "id": 1, "lemma": "after", "misc": "", "start_char": 1335, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1343, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1341, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1348, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "hour", "misc": "", "start_char": 1344, "text": "hour", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:poss", "end_char": 1351, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "my", "misc": "", "start_char": 1349, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1356, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "time", "misc": "", "start_char": 1352, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1359, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1357, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1362, "feats": null, "head": 0, "id": 7, "lemma": "up", "misc": "", "start_char": 1360, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1364, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 1363, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP say) (NP (PRP$ our) (NNS good-byes) (CC and) (JJ love-yous))) (. .)))" }, "speaker": null, "text": "We say our good-byes and love-yous.", "tokens": [ { "deprel": "nsubj", "end_char": 1367, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 1365, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1371, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 1368, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1375, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "our", "misc": "", "start_char": 1372, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1385, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "good-by", "misc": "", "start_char": 1376, "text": "good-byes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1389, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1386, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1399, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "love-yous", "misc": "", "start_char": 1390, "text": "love-yous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1401, "feats": null, "head": 2, "id": 7, "lemma": ".", "misc": "", "start_char": 1400, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1403, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1402, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP get) (PP (IN on) (NP (DT the) (NN bus))) (S (VP (TO to) (VP (VB go) (ADVP (RB home)))))) (. .)))" }, "speaker": null, "text": "I get on the bus to go home.", "tokens": [ { "deprel": "nsubj", "end_char": 1405, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1404, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1409, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "get", "misc": "", "start_char": 1406, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1412, "feats": null, "head": 5, "id": 3, "lemma": "on", "misc": "", "start_char": 1410, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1416, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1413, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1420, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "bus", "misc": "", "start_char": 1417, "text": "bus", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1423, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1421, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1426, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "go", "misc": "", "start_char": 1424, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1431, "feats": null, "head": 7, "id": 8, "lemma": "home", "misc": "", "start_char": 1427, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1433, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 1432, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ My) (JJ favorite) (NN place)) (VP (VBZ is) (SBAR (WHADVP (WRB where)) (S (NP (PRP$ my) (NN father)) (VP (VBZ is)))) (, --) (NP (NN prison))) (. .)))" }, "speaker": null, "text": "My favorite place is where my father is--prison.", "tokens": [ { "deprel": "nmod:poss", "end_char": 1436, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 3, "id": 1, "lemma": "my", "misc": "", "start_char": 1434, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1445, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "favorite", "misc": "", "start_char": 1437, "text": "favorite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1451, "feats": "Number=Sing", "head": 10, "id": 3, "lemma": "place", "misc": "", "start_char": 1446, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1454, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1452, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1460, "feats": "PronType=Rel", "head": 10, "id": 5, "lemma": "where", "misc": "", "start_char": 1455, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 1463, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "my", "misc": "", "start_char": 1461, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1470, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "father", "misc": "", "start_char": 1464, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1473, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 1471, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1476, "feats": null, "head": 10, "id": 9, "lemma": "--", "misc": "", "start_char": 1474, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1483, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "prison", "misc": "", "start_char": 1477, "text": "prison", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1485, "feats": null, "head": 10, "id": 11, "lemma": ".", "misc": "", "start_char": 1484, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP know) (, ,) (SBARQ (WHADVP (WRB how)) (SQ (MD can) (NP (NN prison)) (VP (VB be) (NP (NP (NN anyone) (POS 's)) (JJ favorite) (NN place)))))) (. ?)))" }, "speaker": null, "text": "I know, how can prison be anyone's favorite place?", "tokens": [ { "deprel": "nsubj", "end_char": 1487, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1486, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1492, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "know", "misc": "", "start_char": 1488, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1494, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 1493, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1498, "feats": "PronType=Int", "head": 11, "id": 4, "lemma": "how", "misc": "", "start_char": 1495, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux", "end_char": 1502, "feats": "VerbForm=Fin", "head": 11, "id": 5, "lemma": "can", "misc": "", "start_char": 1499, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 1509, "feats": "Number=Sing", "head": 11, "id": 6, "lemma": "prison", "misc": "", "start_char": 1503, "text": "prison", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1512, "feats": "VerbForm=Inf", "head": 11, "id": 7, "lemma": "be", "misc": "", "start_char": 1510, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1519, "feats": "Number=Sing|PronType=Ind", "head": 11, "id": 8, "lemma": "anyone", "misc": "", "start_char": 1513, "text": "anyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 1522, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 1520, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1531, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "favorite", "misc": "", "start_char": 1523, "text": "favorite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 1537, "feats": "Number=Sing", "head": 2, "id": 11, "lemma": "place", "misc": "", "start_char": 1532, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1539, "feats": null, "head": 2, "id": 12, "lemma": "?", "misc": "", "start_char": 1538, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP it)) (VP (VBZ is) (SBAR (IN because) (S (NP (PRP$ my) (NN father)) (VP (VBZ is) (ADVP (RB there)))))) (. .)))" }, "speaker": null, "text": "But it is because my father is there.", "tokens": [ { "deprel": "cc", "end_char": 1543, "feats": null, "head": 8, "id": 1, "lemma": "but", "misc": "", "start_char": 1540, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:outer", "end_char": 1546, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 2, "lemma": "it", "misc": "", "start_char": 1544, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1549, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 3, "lemma": "be", "misc": "", "start_char": 1547, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1557, "feats": null, "head": 8, "id": 4, "lemma": "because", "misc": "", "start_char": 1550, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1560, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "my", "misc": "", "start_char": 1558, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1567, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "father", "misc": "", "start_char": 1561, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1570, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1568, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1576, "feats": "PronType=Dem", "head": 0, "id": 8, "lemma": "there", "misc": "", "start_char": 1571, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1578, "feats": null, "head": 8, "id": 9, "lemma": ".", "misc": "", "start_char": 1577, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP It)) (VP (MD 'll) (ADVP (RB no) (RBR longer)) (VP (VB be) (NP (PRP$ my) (JJ favorite) (NN place)) (SBAR (IN once) (S (NP (PRP he)) (VP (VBZ gets) (ADVP (RB out)))))))) (, ,) (ADVP (RB though)) (, --) (S (NP (NN home)) (VP (MD will) (VP (VB be)))) (. .)))" }, "speaker": null, "text": "It'll no longer be my favorite place once he gets out, though--home will be.", "tokens": [ { "deprel": "nsubj", "end_char": 1581, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 1, "lemma": "it", "misc": "", "start_char": 1579, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1585, "feats": "VerbForm=Fin", "head": 8, "id": 2, "lemma": "will", "misc": "", "start_char": 1582, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1588, "feats": null, "head": 4, "id": 3, "lemma": "no", "misc": "", "start_char": 1586, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1595, "feats": "Degree=Cmp", "head": 8, "id": 4, "lemma": "long", "misc": "", "start_char": 1589, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "cop", "end_char": 1598, "feats": "VerbForm=Inf", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 1596, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1601, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 6, "lemma": "my", "misc": "", "start_char": 1599, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1610, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "favorite", "misc": "", "start_char": 1602, "text": "favorite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1616, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "place", "misc": "", "start_char": 1611, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1621, "feats": null, "head": 11, "id": 9, "lemma": "once", "misc": "", "start_char": 1617, "text": "once", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1624, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "he", "misc": "", "start_char": 1622, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1629, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 11, "lemma": "get", "misc": "", "start_char": 1625, "text": "gets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1633, "feats": null, "head": 11, "id": 12, "lemma": "out", "misc": "", "start_char": 1630, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1635, "feats": null, "head": 8, "id": 13, "lemma": ",", "misc": "", "start_char": 1634, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1642, "feats": null, "head": 8, "id": 14, "lemma": "though", "misc": "", "start_char": 1636, "text": "though", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1645, "feats": null, "head": 8, "id": 15, "lemma": "--", "misc": "", "start_char": 1643, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1650, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "home", "misc": "", "start_char": 1646, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1655, "feats": "VerbForm=Fin", "head": 18, "id": 17, "lemma": "will", "misc": "", "start_char": 1651, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1658, "feats": "VerbForm=Inf", "head": 8, "id": 18, "lemma": "be", "misc": "", "start_char": 1656, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "punct", "end_char": 1660, "feats": null, "head": 8, "id": 19, "lemma": ".", "misc": "", "start_char": 1659, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
I get off the bus and walk a few blocks. I stop when I get to a garage-like place and walk to the metal door with brown paint. I turn the knob and walk in. A thousand eyes look at me as I take my place at the end of the long line. When I finally get up to the window, I hand the officer my ID. "I'm here to visit Mr C. Yes, I'm his daughter." I learn that line by heart. The officer hands me a piece of paper with my name as the visitor and my father's as the prisoner. It tells me which floor to go to. As I get on the elevator, a rush of excitement runs through me. Then I go to the eighth floor, look around and see the faces I see here every Sunday and Thursday. There he is. I stand on tiptoe to get a better view since I can hardly see him. He doesn't look like my father. He's got a beard now and he looks a lot weaker. He's the dad that I see through a window. My dad who is separated from the world. The only place he now knows is his room in the prison. When I look deep into his eyes, I see emptiness and pain. It's difficult to hear him through the thick glass and over everyone else who is trying to talk. We try to carry on a normal conversation about simple things including my day and what I'm doing in school, but we mostly talk about how we can't wait until he gets out. After an hour my time is up. We say our good-byes and love-yous. I get on the bus to go home. My favorite place is where my father is--prison. I know, how can prison be anyone's favorite place? But it is because my father is there. It'll no longer be my favorite place once he gets out, though--home will be.
[ [ [ 0, 0, 0 ], [ 1, 0, 0 ], [ 2, 0, 0 ], [ 1, 3, 3 ], [ 3, 5, 5 ], [ 3, 7, 7 ], [ 3, 9, 9 ], [ 4, 9, 9 ], [ 4, 13, 13 ], [ 5, 10, 10 ], [ 4, 1, 1 ], [ 5, 1, 1 ], [ 8, 3, 3 ], [ 7, 0, 0 ], [ 9, 2, 2 ], [ 10, 1, 1 ], [ 11, 1, 1 ], [ 8, 9, 9 ], [ 8, 15, 15 ], [ 10, 13, 13 ], [ 11, 14, 14 ], [ 14, 10, 10 ], [ 14, 0, 0 ], [ 17, 5, 5 ], [ 18, 0, 0 ], [ 20, 1, 1 ], [ 20, 8, 8 ], [ 23, 12, 12 ], [ 23, 16, 16 ], [ 24, 3, 3 ], [ 27, 0, 0 ], [ 28, 0, 0 ], [ 29, 0, 0 ], [ 28, 5, 5 ], [ 30, 4, 4 ], [ 31, 5, 5 ], [ 15, 5, 5 ], [ 5, 12, 13 ] ], [ [ 0, 3, 4 ], [ 27, 3, 4 ] ], [ [ 0, 7, 9 ] ], [ [ 1, 6, 8 ] ], [ [ 1, 12, 14 ] ], [ [ 1, 16, 17 ] ], [ [ 2, 2, 3 ] ], [ [ 3, 0, 2 ] ], [ [ 3, 9, 10 ] ], [ [ 3, 12, 17 ] ], [ [ 3, 15, 17 ], [ 7, 2, 3 ] ], [ [ 4, 6, 7 ], [ 17, 8, 9 ] ], [ [ 4, 11, 12 ], [ 8, 0, 1 ] ], [ [ 4, 13, 14 ] ], [ [ 7, 5, 5 ] ], [ [ 8, 4, 20 ], [ 9, 0, 0 ] ], [ [ 8, 9, 20 ] ], [ [ 8, 12, 13 ] ], [ [ 8, 9, 13 ] ], [ [ 8, 15, 20 ] ], [ [ 9, 3, 7 ] ], [ [ 9, 4, 4 ] ], [ [ 10, 4, 5 ] ], [ [ 10, 7, 10 ] ], [ [ 10, 10, 10 ] ], [ [ 11, 4, 6 ] ], [ [ 11, 12, 20 ] ], [ [ 11, 17, 20 ] ], [ [ 14, 3, 3 ] ], [ [ 14, 6, 8 ] ], [ [ 16, 3, 4 ] ], [ [ 18, 6, 7 ] ], [ [ 19, 0, 5 ], [ 19, 7, 11 ] ], [ [ 19, 4, 4 ], [ 16, 5, 5 ] ], [ [ 19, 10, 11 ], [ 28, 9, 9 ], [ 28, 4, 7 ], [ 29, 5, 5 ], [ 28, 0, 2 ], [ 31, 5, 7 ] ], [ [ 20, 5, 6 ] ], [ [ 20, 10, 12 ] ], [ [ 20, 10, 10 ] ], [ [ 20, 12, 12 ] ], [ [ 22, 7, 9 ] ], [ [ 22, 12, 18 ] ], [ [ 23, 0, 0 ], [ 23, 23, 23 ], [ 23, 28, 28 ], [ 25, 0, 0 ], [ 25, 2, 2 ] ], [ [ 23, 5, 20 ] ], [ [ 23, 9, 20 ] ], [ [ 23, 12, 20 ] ], [ [ 23, 12, 13 ] ], [ [ 23, 15, 20 ] ], [ [ 23, 20, 20 ] ], [ [ 23, 27, 35 ] ], [ [ 24, 1, 2 ] ], [ [ 24, 3, 4 ] ], [ [ 25, 2, 5 ] ], [ [ 27, 7, 7 ], [ 31, 15, 15 ] ], [ [ 29, 7, 10 ] ], [ [ 29, 7, 8 ] ], [ [ 8, 7, 7 ] ], [ [ 11, 0, 0 ] ], [ [ 5, 6, 7 ], [ 17, 2, 9 ], [ 5, 12, 12 ], [ 8, 15, 17 ], [ 13, 1, 1 ], [ 15, 0, 0 ], [ 16, 0, 0 ], [ 17, 0, 0 ], [ 16, 7, 7 ], [ 19, 7, 7 ], [ 20, 5, 5 ], [ 14, 14, 14 ], [ 22, 5, 5 ], [ 15, 5, 6 ], [ 19, 3, 3 ], [ 23, 33, 33 ], [ 28, 5, 6 ], [ 30, 4, 5 ], [ 31, 9, 9 ], [ 18, 0, 7 ], [ 8, 19, 20 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36184
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NN Revenge)) (VP (VBZ is) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT those) (NNS things)) (SBAR (WHNP (WDT that)) (S (NP (NN everyone)) (VP (VBZ enjoys)))))))) (. .)))" }, "speaker": null, "text": "Revenge is one of those things that everyone enjoys.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "revenge", "misc": "", "start_char": 0, "text": "Revenge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 8, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 14, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 3, "lemma": "one", "misc": "", "start_char": 11, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 17, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 15, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 23, "feats": "Number=Plur|PronType=Dem", "head": 6, "id": 5, "lemma": "that", "misc": "", "start_char": 18, "text": "those", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 30, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "thing", "misc": "", "start_char": 24, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obj", "end_char": 35, "feats": "PronType=Rel", "head": 9, "id": 7, "lemma": "that", "misc": "", "start_char": 31, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 44, "feats": "Number=Sing|PronType=Tot", "head": 9, "id": 8, "lemma": "everyone", "misc": "", "start_char": 36, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 9, "lemma": "enjoy", "misc": "", "start_char": 45, "text": "enjoys", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 53, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 52, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (VBP do) (RB n't) (VP (VB like) (S (VP (TO to) (VP (VB talk) (PP (IN about) (NP (PRP it)))))) (, ,) (ADVP (RB though)))) (. .)))" }, "speaker": null, "text": "People don't like to talk about it, though.", "tokens": [ { "deprel": "nsubj", "end_char": 60, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "person", "misc": "", "start_char": 54, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 63, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 61, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 67, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 64, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 72, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "like", "misc": "", "start_char": 68, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 75, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 73, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 80, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "talk", "misc": "", "start_char": 76, "text": "talk", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 86, "feats": null, "head": 8, "id": 7, "lemma": "about", "misc": "", "start_char": 81, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 89, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 8, "lemma": "it", "misc": "", "start_char": 87, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 91, "feats": null, "head": 4, "id": 9, "lemma": ",", "misc": "", "start_char": 90, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 98, "feats": null, "head": 4, "id": 10, "lemma": "though", "misc": "", "start_char": 92, "text": "though", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 100, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 99, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (RB Just) (DT the) (JJ same)) (, ,) (NP (EX there)) (VP (VBZ is) (NP (NP (NN nothing)) (ADJP (ADJP (ADJP (RBR more) (JJ satisfying)) (CC or) (ADJP (RBR more) (JJ rewarding))) (PP (IN than) (NP (NN revenge)))))) (. .)))" }, "speaker": null, "text": "Just the same, there is nothing more satisfying or more rewarding than revenge.", "tokens": [ { "deprel": "advmod", "end_char": 105, "feats": null, "head": 3, "id": 1, "lemma": "just", "misc": "", "start_char": 101, "text": "Just", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 109, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 106, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 114, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "same", "misc": "", "start_char": 110, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 116, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 115, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 122, "feats": null, "head": 6, "id": 5, "lemma": "there", "misc": "", "start_char": 117, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "parataxis", "end_char": 125, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 6, "lemma": "be", "misc": "", "start_char": 123, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 133, "feats": "Number=Sing|PronType=Neg", "head": 6, "id": 7, "lemma": "nothing", "misc": "", "start_char": 126, "text": "nothing", "upos": "PRON", "xpos": "NN" }, { "deprel": "advmod", "end_char": 138, "feats": "Degree=Cmp", "head": 9, "id": 8, "lemma": "more", "misc": "", "start_char": 134, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 149, "feats": "Degree=Pos", "head": 7, "id": 9, "lemma": "satisfy", "misc": "", "start_char": 139, "text": "satisfying", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 152, "feats": null, "head": 12, "id": 10, "lemma": "or", "misc": "", "start_char": 150, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 157, "feats": "Degree=Cmp", "head": 12, "id": 11, "lemma": "more", "misc": "", "start_char": 153, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "conj", "end_char": 167, "feats": "Degree=Pos", "head": 9, "id": 12, "lemma": "rewarding", "misc": "", "start_char": 158, "text": "rewarding", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 172, "feats": null, "head": 14, "id": 13, "lemma": "than", "misc": "", "start_char": 168, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 180, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "revenge", "misc": "", "start_char": 173, "text": "revenge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 182, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 181, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN purpose)) (VP (VBZ is) (RB not) (S (S (VP (TO to) (VP (VB harm) (NP (PRP$ your) (NNS victims))))) (CC but) (S (VP (TO to) (VP (VB let) (S (NP (PRP them)) (VP (VB know) (SBAR (IN that) (S (NP (PRP you)) (VP (VBP are) (ADJP (JJ upset) (PP (IN about) (NP (NP (NN something)) (SBAR (WHNP (WDT that)) (S (NP (PRP they)) (VP (VBP are) (VP (VBG doing) (PP (IN to) (NP (PRP you)))))))))))))))))))) (. .)))" }, "speaker": null, "text": "The purpose is not to harm your victims but to let them know that you are upset about something that they are doing to you.", "tokens": [ { "deprel": "det", "end_char": 186, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 183, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 194, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "purpose", "misc": "", "start_char": 187, "text": "purpose", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 197, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 195, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 201, "feats": null, "head": 6, "id": 4, "lemma": "not", "misc": "", "start_char": 198, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 204, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 202, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 209, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "harm", "misc": "", "start_char": 205, "text": "harm", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 214, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "your", "misc": "", "start_char": 210, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 222, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "victim", "misc": "", "start_char": 215, "text": "victims", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 226, "feats": null, "head": 11, "id": 9, "lemma": "but", "misc": "", "start_char": 223, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 229, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 227, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "conj", "end_char": 233, "feats": "VerbForm=Inf", "head": 6, "id": 11, "lemma": "let", "misc": "", "start_char": 230, "text": "let", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 238, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "they", "misc": "", "start_char": 234, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 243, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "know", "misc": "", "start_char": 239, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 248, "feats": null, "head": 17, "id": 14, "lemma": "that", "misc": "", "start_char": 244, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 252, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 17, "id": 15, "lemma": "you", "misc": "", "start_char": 249, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 256, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 253, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 262, "feats": "Degree=Pos", "head": 13, "id": 17, "lemma": "upset", "misc": "", "start_char": 257, "text": "upset", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 268, "feats": null, "head": 19, "id": 18, "lemma": "about", "misc": "", "start_char": 263, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 278, "feats": "Number=Sing|PronType=Ind", "head": 17, "id": 19, "lemma": "something", "misc": "", "start_char": 269, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "obj", "end_char": 283, "feats": "PronType=Rel", "head": 23, "id": 20, "lemma": "that", "misc": "", "start_char": 279, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 288, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 23, "id": 21, "lemma": "they", "misc": "", "start_char": 284, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 292, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 22, "lemma": "be", "misc": "", "start_char": 289, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 298, "feats": "Tense=Pres|VerbForm=Part", "head": 19, "id": 23, "lemma": "do", "misc": "", "start_char": 293, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 301, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 299, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 305, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 23, "id": 25, "lemma": "you", "misc": "", "start_char": 302, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 307, "feats": null, "head": 6, "id": 26, "lemma": ".", "misc": "", "start_char": 306, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (JJ Careful) (NN planning)) (VP (MD can) (VP (VB provide) (NP (PRP you)) (PP (IN with) (NP (NP (NN relief)) (PP (IN from) (S (VP (VBG annoying) (NP (NP (NNS coworkers)) (, ,) (S (VP (VBG gossiping) (NP (NP (NNS friends)) (CC or) (NP (JJ talkative) (NN family) (NNS members))))))))))))) (. .)))" }, "speaker": null, "text": "Careful planning can provide you with relief from annoying coworkers, gossiping friends or talkative family members.", "tokens": [ { "deprel": "amod", "end_char": 315, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "careful", "misc": "", "start_char": 308, "text": "Careful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 324, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "planning", "misc": "", "start_char": 316, "text": "planning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 328, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 325, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 336, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "provide", "misc": "", "start_char": 329, "text": "provide", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 340, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 4, "id": 5, "lemma": "you", "misc": "", "start_char": 337, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 345, "feats": null, "head": 7, "id": 6, "lemma": "with", "misc": "", "start_char": 341, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 352, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "relief", "misc": "", "start_char": 346, "text": "relief", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 357, "feats": null, "head": 10, "id": 8, "lemma": "from", "misc": "", "start_char": 353, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 366, "feats": "VerbForm=Ger", "head": 10, "id": 9, "lemma": "annoy", "misc": "", "start_char": 358, "text": "annoying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod", "end_char": 376, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "coworker", "misc": "", "start_char": 367, "text": "coworkers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 378, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 377, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 388, "feats": "VerbForm=Ger", "head": 13, "id": 12, "lemma": "gossip", "misc": "", "start_char": 379, "text": "gossiping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "conj", "end_char": 396, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "friend", "misc": "", "start_char": 389, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 399, "feats": null, "head": 17, "id": 14, "lemma": "or", "misc": "", "start_char": 397, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 409, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "talkative", "misc": "", "start_char": 400, "text": "talkative", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 416, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "family", "misc": "", "start_char": 410, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 424, "feats": "Number=Plur", "head": 10, "id": 17, "lemma": "member", "misc": "", "start_char": 417, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 426, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 425, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 428, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 427, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Coworkers)) (SBAR (WHNP (WP who)) (S (VP (VBP make) (NP (NP (NNS comments)) (PP (IN about) (NP (DT the) (NN fact) (SBAR (IN that) (S (NP (PRP you)) (VP (VBP are) (ADVP (RB always)) (ADVP (NP (CD fifteen) (NNS minutes)) (JJ late) (PP (IN for) (NP (NN work)))))))))))))) (VP (MD can) (VP (VB be) (VP (VBN taken) (NP (NN care) (IN of)) (ADVP (RB very) (RB simply))))) (. .)))" }, "speaker": null, "text": "Coworkers who make comments about the fact that you are always fifteen minutes late for work can be taken care of very simply.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 438, "feats": "Number=Plur", "head": 19, "id": 1, "lemma": "coworker", "misc": "", "start_char": 429, "text": "Coworkers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 442, "feats": "PronType=Rel", "head": 3, "id": 2, "lemma": "who", "misc": "", "start_char": 439, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 447, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 3, "lemma": "make", "misc": "", "start_char": 443, "text": "make", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 456, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "comment", "misc": "", "start_char": 448, "text": "comments", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 462, "feats": null, "head": 7, "id": 5, "lemma": "about", "misc": "", "start_char": 457, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 466, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 463, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 471, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "fact", "misc": "", "start_char": 467, "text": "fact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 476, "feats": null, "head": 14, "id": 8, "lemma": "that", "misc": "", "start_char": 472, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 480, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 14, "id": 9, "lemma": "you", "misc": "", "start_char": 477, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 484, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 14, "id": 10, "lemma": "be", "misc": "", "start_char": 481, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 491, "feats": null, "head": 14, "id": 11, "lemma": "always", "misc": "", "start_char": 485, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 499, "feats": "NumForm=Word|NumType=Card", "head": 13, "id": 12, "lemma": "fifteen", "misc": "", "start_char": 492, "text": "fifteen", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 507, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "minute", "misc": "", "start_char": 500, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 512, "feats": "Degree=Pos", "head": 7, "id": 14, "lemma": "late", "misc": "", "start_char": 508, "text": "late", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 516, "feats": null, "head": 16, "id": 15, "lemma": "for", "misc": "", "start_char": 513, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 521, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "work", "misc": "", "start_char": 517, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 525, "feats": "VerbForm=Fin", "head": 19, "id": 17, "lemma": "can", "misc": "", "start_char": 522, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 528, "feats": "VerbForm=Inf", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 526, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 534, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 19, "lemma": "take", "misc": "", "start_char": 529, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 539, "feats": "Number=Sing", "head": 19, "id": 20, "lemma": "care", "misc": "", "start_char": 535, "text": "care", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 542, "feats": null, "head": 19, "id": 21, "lemma": "of", "misc": "", "start_char": 540, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 547, "feats": null, "head": 23, "id": 22, "lemma": "very", "misc": "", "start_char": 543, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 554, "feats": null, "head": 19, "id": 23, "lemma": "simply", "misc": "", "start_char": 548, "text": "simply", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 556, "feats": null, "head": 19, "id": 24, "lemma": ".", "misc": "", "start_char": 555, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT All)) (SBAR (S (NP (PRP you)) (VP (VBP have) (S (VP (TO to) (VP (VB do)))))))) (VP (VBZ is) (VP (VB get) (PRT (RP up)) (NP (JJ extra) (CD one) (NN day)))) (. .)))" }, "speaker": null, "text": "All you have to do is get up extra one day.", "tokens": [ { "deprel": "nsubj:outer", "end_char": 560, "feats": null, "head": 7, "id": 1, "lemma": "all", "misc": "", "start_char": 557, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 564, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 561, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 569, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 1, "id": 3, "lemma": "have", "misc": "", "start_char": 565, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 572, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 570, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 575, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "do", "misc": "", "start_char": 573, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 578, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 576, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 582, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "get", "misc": "", "start_char": 579, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 585, "feats": null, "head": 7, "id": 8, "lemma": "up", "misc": "", "start_char": 583, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 591, "feats": "Degree=Pos", "head": 7, "id": 9, "lemma": "extra", "misc": "", "start_char": 586, "text": "extra", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nummod", "end_char": 595, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 10, "lemma": "one", "misc": "", "start_char": 592, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 599, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "day", "misc": "", "start_char": 596, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 601, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 600, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Before) (S (NP (DT the) (NN sun)) (VP (VBZ comes) (PRT (RP up))))) (, ,) (VP (VB drive) (PP (IN to) (NP (NP (DT each) (NN coworker) (POS 's)) (NN house)))) (. .)))" }, "speaker": null, "text": "Before the sun comes up, drive to each coworker's house.", "tokens": [ { "deprel": "mark", "end_char": 608, "feats": null, "head": 4, "id": 1, "lemma": "before", "misc": "", "start_char": 602, "text": "Before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 612, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 609, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 616, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "sun", "misc": "", "start_char": 613, "text": "sun", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 622, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 4, "lemma": "come", "misc": "", "start_char": 617, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 625, "feats": null, "head": 4, "id": 5, "lemma": "up", "misc": "", "start_char": 623, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 627, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 626, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 633, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 7, "lemma": "drive", "misc": "", "start_char": 628, "text": "drive", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 636, "feats": null, "head": 12, "id": 8, "lemma": "to", "misc": "", "start_char": 634, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 641, "feats": null, "head": 10, "id": 9, "lemma": "each", "misc": "", "start_char": 637, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 650, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "coworker", "misc": "", "start_char": 642, "text": "coworker", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 653, "feats": null, "head": 10, "id": 11, "lemma": "'s", "misc": "", "start_char": 651, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 659, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "house", "misc": "", "start_char": 654, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 661, "feats": null, "head": 7, "id": 13, "lemma": ".", "misc": "", "start_char": 660, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (S (VP (VP (VB Reach) (PP (IN under) (NP (NP (DT the) (NN cover)) (PP (IN of) (NP (NP (PRP$ your) (NN coworker) (POS 's)) (NN car)))))) (CC and) (VP (VB disconnect) (NP (NP (DT the) (NN center) (NN wire)) (SBAR (WHNP (WDT that)) (S (VP (VBZ leads) (PP (IN to) (NP (DT the) (NN distributor) (NN cap)))))))))) (, ,) (S (NP (DT the) (NN car)) (VP (MD will) (VP (VB be) (ADJP (JJ unharmed))))) (, ,) (CC but) (S (NP (PRP it)) (VP (MD will) (RB not) (VP (VB start)))) (, ,) (CC and) (S (NP (NP (PRP$ your) (NNS friends)) (PP (IN at) (NP (NN work)))) (VP (MD will) (RB all) (VP (VB be) (ADJP (JJ late) (PP (IN for) (NP (NN work)))) (PP (IN on) (NP (DT the) (JJ same) (NN day)))))) (. .)))" }, "speaker": null, "text": "Reach under the cover of your coworker's car and disconnect the center wire that leads to the distributor cap, the car will be unharmed, but it will not start, and your friends at work will all be late for work on the same day.", "tokens": [ { "deprel": "root", "end_char": 667, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "reach", "misc": "", "start_char": 662, "text": "Reach", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 673, "feats": null, "head": 4, "id": 2, "lemma": "under", "misc": "", "start_char": 668, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 677, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 674, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 683, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "cover", "misc": "", "start_char": 678, "text": "cover", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 686, "feats": null, "head": 9, "id": 5, "lemma": "of", "misc": "", "start_char": 684, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 691, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "your", "misc": "", "start_char": 687, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 700, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "coworker", "misc": "", "start_char": 692, "text": "coworker", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 703, "feats": null, "head": 7, "id": 8, "lemma": "'s", "misc": "", "start_char": 701, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 707, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "car", "misc": "", "start_char": 704, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 711, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 708, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 722, "feats": "Mood=Imp|VerbForm=Fin", "head": 1, "id": 11, "lemma": "disconnect", "misc": "", "start_char": 712, "text": "disconnect", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 726, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 723, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 733, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "center", "misc": "", "start_char": 727, "text": "center", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 738, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "wire", "misc": "", "start_char": 734, "text": "wire", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 743, "feats": "PronType=Rel", "head": 16, "id": 15, "lemma": "that", "misc": "", "start_char": 739, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 749, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 16, "lemma": "lead", "misc": "", "start_char": 744, "text": "leads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 752, "feats": null, "head": 20, "id": 17, "lemma": "to", "misc": "", "start_char": 750, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 756, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 753, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 768, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "distributor", "misc": "", "start_char": 757, "text": "distributor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 772, "feats": "Number=Sing", "head": 16, "id": 20, "lemma": "cap", "misc": "", "start_char": 769, "text": "cap", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 774, "feats": null, "head": 26, "id": 21, "lemma": ",", "misc": "", "start_char": 773, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 778, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 775, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 782, "feats": "Number=Sing", "head": 26, "id": 23, "lemma": "car", "misc": "", "start_char": 779, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 787, "feats": "VerbForm=Fin", "head": 26, "id": 24, "lemma": "will", "misc": "", "start_char": 783, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 790, "feats": "VerbForm=Inf", "head": 26, "id": 25, "lemma": "be", "misc": "", "start_char": 788, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "parataxis", "end_char": 799, "feats": "Degree=Pos", "head": 1, "id": 26, "lemma": "unharmed", "misc": "", "start_char": 791, "text": "unharmed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 801, "feats": null, "head": 32, "id": 27, "lemma": ",", "misc": "", "start_char": 800, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 805, "feats": null, "head": 32, "id": 28, "lemma": "but", "misc": "", "start_char": 802, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 808, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 32, "id": 29, "lemma": "it", "misc": "", "start_char": 806, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 813, "feats": "VerbForm=Fin", "head": 32, "id": 30, "lemma": "will", "misc": "", "start_char": 809, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 817, "feats": null, "head": 32, "id": 31, "lemma": "not", "misc": "", "start_char": 814, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 823, "feats": "VerbForm=Inf", "head": 1, "id": 32, "lemma": "start", "misc": "", "start_char": 818, "text": "start", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 825, "feats": null, "head": 42, "id": 33, "lemma": ",", "misc": "", "start_char": 824, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 829, "feats": null, "head": 42, "id": 34, "lemma": "and", "misc": "", "start_char": 826, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 834, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 36, "id": 35, "lemma": "your", "misc": "", "start_char": 830, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 842, "feats": "Number=Plur", "head": 42, "id": 36, "lemma": "friend", "misc": "", "start_char": 835, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 845, "feats": null, "head": 38, "id": 37, "lemma": "at", "misc": "", "start_char": 843, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 850, "feats": "Number=Sing", "head": 36, "id": 38, "lemma": "work", "misc": "", "start_char": 846, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 855, "feats": "VerbForm=Fin", "head": 42, "id": 39, "lemma": "will", "misc": "", "start_char": 851, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 859, "feats": null, "head": 42, "id": 40, "lemma": "all", "misc": "", "start_char": 856, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 862, "feats": "VerbForm=Inf", "head": 42, "id": 41, "lemma": "be", "misc": "", "start_char": 860, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "conj", "end_char": 867, "feats": "Degree=Pos", "head": 1, "id": 42, "lemma": "late", "misc": "", "start_char": 863, "text": "late", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 871, "feats": null, "head": 44, "id": 43, "lemma": "for", "misc": "", "start_char": 868, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 876, "feats": "Number=Sing", "head": 42, "id": 44, "lemma": "work", "misc": "", "start_char": 872, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 879, "feats": null, "head": 48, "id": 45, "lemma": "on", "misc": "", "start_char": 877, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 883, "feats": "Definite=Def|PronType=Art", "head": 48, "id": 46, "lemma": "the", "misc": "", "start_char": 880, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 888, "feats": "Degree=Pos", "head": 48, "id": 47, "lemma": "same", "misc": "", "start_char": 884, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 892, "feats": "Number=Sing", "head": 42, "id": 48, "lemma": "day", "misc": "", "start_char": 889, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 894, "feats": null, "head": 1, "id": 49, "lemma": ".", "misc": "", "start_char": 893, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBP 're) (ADJP (JJ lucky))))) (, ,) (NP (PRP$ your) (NN boss)) (VP (MD might) (VP (VB notice) (SBAR (IN that) (S (NP (PRP you)) (VP (VP (VBP are) (NP (NP (DT the) (JJ only) (NN one)) (ADVP (RB there)))) (CC and) (VP (MD will) (VP (VB give) (NP (PRP you)) (NP (DT a) (NN raise))))))))) (. .)))" }, "speaker": null, "text": "If you're lucky, your boss might notice that you are the only one there and will give you a raise.", "tokens": [ { "deprel": "mark", "end_char": 897, "feats": null, "head": 4, "id": 1, "lemma": "if", "misc": "", "start_char": 895, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 901, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 898, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 905, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 902, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 911, "feats": "Degree=Pos", "head": 9, "id": 4, "lemma": "lucky", "misc": "", "start_char": 906, "text": "lucky", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 913, "feats": null, "head": 9, "id": 5, "lemma": ",", "misc": "", "start_char": 912, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 918, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "your", "misc": "", "start_char": 914, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 923, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "boss", "misc": "", "start_char": 919, "text": "boss", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 929, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "might", "misc": "", "start_char": 924, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 936, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "notice", "misc": "", "start_char": 930, "text": "notice", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 941, "feats": null, "head": 15, "id": 10, "lemma": "that", "misc": "", "start_char": 937, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 945, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 15, "id": 11, "lemma": "you", "misc": "", "start_char": 942, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 949, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 15, "id": 12, "lemma": "be", "misc": "", "start_char": 946, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 953, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 950, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 958, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "only", "misc": "", "start_char": 954, "text": "only", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 962, "feats": "Number=Sing", "head": 9, "id": 15, "lemma": "one", "misc": "", "start_char": 959, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 968, "feats": "PronType=Dem", "head": 15, "id": 16, "lemma": "there", "misc": "", "start_char": 963, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 972, "feats": null, "head": 19, "id": 17, "lemma": "and", "misc": "", "start_char": 969, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 977, "feats": "VerbForm=Fin", "head": 19, "id": 18, "lemma": "will", "misc": "", "start_char": 973, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 982, "feats": "VerbForm=Inf", "head": 15, "id": 19, "lemma": "give", "misc": "", "start_char": 978, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 986, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 19, "id": 20, "lemma": "you", "misc": "", "start_char": 983, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 988, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 21, "lemma": "a", "misc": "", "start_char": 987, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 994, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "raise", "misc": "", "start_char": 989, "text": "raise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 996, "feats": null, "head": 9, "id": 23, "lemma": ".", "misc": "", "start_char": 995, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 998, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 997, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (NP (VBG Gossiping) (NNS friends)) (PP (IN at) (NP (NN school)))) (VP (VBP are) (ADVP (RB also)) (NP (NP (JJ perfect) (NNS targets)) (PP (IN for) (NP (NP (DT a) (JJ simple) (NN act)) (PP (IN of) (NP (NN revenge))))))) (. .)))" }, "speaker": null, "text": "Gossiping friends at school are also perfect targets for a simple act of revenge.", "tokens": [ { "deprel": "csubj", "end_char": 1008, "feats": "VerbForm=Ger", "head": 8, "id": 1, "lemma": "gossip", "misc": "", "start_char": 999, "text": "Gossiping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1016, "feats": "Number=Plur", "head": 1, "id": 2, "lemma": "friend", "misc": "", "start_char": 1009, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1019, "feats": null, "head": 4, "id": 3, "lemma": "at", "misc": "", "start_char": 1017, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1026, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "school", "misc": "", "start_char": 1020, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1030, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 1027, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1035, "feats": null, "head": 8, "id": 6, "lemma": "also", "misc": "", "start_char": 1031, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1043, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "perfect", "misc": "", "start_char": 1036, "text": "perfect", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1051, "feats": "Number=Plur", "head": 0, "id": 8, "lemma": "target", "misc": "", "start_char": 1044, "text": "targets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1055, "feats": null, "head": 12, "id": 9, "lemma": "for", "misc": "", "start_char": 1052, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1057, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 1056, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1064, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "simple", "misc": "", "start_char": 1058, "text": "simple", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1068, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "act", "misc": "", "start_char": 1065, "text": "act", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1071, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 1069, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1079, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "revenge", "misc": "", "start_char": 1072, "text": "revenge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1081, "feats": null, "head": 8, "id": 15, "lemma": ".", "misc": "", "start_char": 1080, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN way)) (SBAR (S (VP (TO to) (VP (VB trap) (ADJP (CC either) (NP (ADJP (JJ male) (CC or) (JJ female)) (NNS friends)))))))) (VP (VBZ is) (S (VP (TO to) (VP (VB leave) (NP (JJ false) (NNS messages)) (PP (IN on) (NP (PRP$ their) (NNS lockers))))))) (. .)))" }, "speaker": null, "text": "A way to trap either male or female friends is to leave false messages on their lockers.", "tokens": [ { "deprel": "det", "end_char": 1083, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 1082, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 1087, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "way", "misc": "", "start_char": 1084, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1090, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 1088, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1095, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "trap", "misc": "", "start_char": 1091, "text": "trap", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc:preconj", "end_char": 1102, "feats": null, "head": 6, "id": 5, "lemma": "either", "misc": "", "start_char": 1096, "text": "either", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1107, "feats": "Degree=Pos", "head": 9, "id": 6, "lemma": "male", "misc": "", "start_char": 1103, "text": "male", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1110, "feats": null, "head": 8, "id": 7, "lemma": "or", "misc": "", "start_char": 1108, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1117, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "female", "misc": "", "start_char": 1111, "text": "female", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1125, "feats": "Number=Plur", "head": 4, "id": 9, "lemma": "friend", "misc": "", "start_char": 1118, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1128, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 1126, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1131, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 1129, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 1137, "feats": "VerbForm=Inf", "head": 0, "id": 12, "lemma": "leave", "misc": "", "start_char": 1132, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1143, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "false", "misc": "", "start_char": 1138, "text": "false", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1152, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "message", "misc": "", "start_char": 1144, "text": "messages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1155, "feats": null, "head": 17, "id": 15, "lemma": "on", "misc": "", "start_char": 1153, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1161, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "their", "misc": "", "start_char": 1156, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1169, "feats": "Number=Plur", "head": 12, "id": 17, "lemma": "locker", "misc": "", "start_char": 1162, "text": "lockers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1171, "feats": null, "head": 12, "id": 18, "lemma": ".", "misc": "", "start_char": 1170, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (NP (DT the) (NN friend)) (SBAR (WHNP (WDT that)) (S (NP (PRP you)) (VP (VBP want) (S (VP (TO to) (VP (VB get)))))))) (VP (VBZ is) (ADJP (NN male))))) (, ,) (VP (VB leave) (NP (DT a) (NN message) (SBAR (IN that) (S (NP (DT a) (JJ certain) (NN girl)) (VP (MD would) (VP (VB like) (S (NP (PRP him)) (VP (TO to) (VP (VB stop) (PP (IN by) (NP (PRP$ her) (NN house))) (NP (ADVP (RBR later)) (DT that) (NN day))))))))))) (. .)))" }, "speaker": null, "text": "If the friend that you want to get is male, leave a message that a certain girl would like him to stop by her house later that day.", "tokens": [ { "deprel": "mark", "end_char": 1174, "feats": null, "head": 10, "id": 1, "lemma": "if", "misc": "", "start_char": 1172, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1178, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1175, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1185, "feats": "Number=Sing", "head": 10, "id": 3, "lemma": "friend", "misc": "", "start_char": 1179, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1190, "feats": "PronType=Rel", "head": 6, "id": 4, "lemma": "that", "misc": "", "start_char": 1186, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 1194, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 6, "id": 5, "lemma": "you", "misc": "", "start_char": 1191, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1199, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 6, "lemma": "want", "misc": "", "start_char": 1195, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1202, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1200, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1206, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "get", "misc": "", "start_char": 1203, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 1209, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1207, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1214, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "male", "misc": "", "start_char": 1210, "text": "male", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1216, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 1215, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1222, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 12, "lemma": "leave", "misc": "", "start_char": 1217, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1224, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1223, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1232, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "message", "misc": "", "start_char": 1225, "text": "message", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1237, "feats": null, "head": 20, "id": 15, "lemma": "that", "misc": "", "start_char": 1233, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1239, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 1238, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1247, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "certain", "misc": "", "start_char": 1240, "text": "certain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1252, "feats": "Number=Sing", "head": 20, "id": 18, "lemma": "girl", "misc": "", "start_char": 1248, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1258, "feats": "VerbForm=Fin", "head": 20, "id": 19, "lemma": "would", "misc": "", "start_char": 1253, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl", "end_char": 1263, "feats": "VerbForm=Inf", "head": 14, "id": 20, "lemma": "like", "misc": "", "start_char": 1259, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1267, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 21, "lemma": "he", "misc": "", "start_char": 1264, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1270, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 1268, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1275, "feats": "VerbForm=Inf", "head": 20, "id": 23, "lemma": "stop", "misc": "", "start_char": 1271, "text": "stop", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1278, "feats": null, "head": 26, "id": 24, "lemma": "by", "misc": "", "start_char": 1276, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1282, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 26, "id": 25, "lemma": "her", "misc": "", "start_char": 1279, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1288, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "house", "misc": "", "start_char": 1283, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1294, "feats": "Degree=Cmp", "head": 29, "id": 27, "lemma": "late", "misc": "", "start_char": 1289, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "det", "end_char": 1299, "feats": "Number=Sing|PronType=Dem", "head": 29, "id": 28, "lemma": "that", "misc": "", "start_char": 1295, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1303, "feats": "Number=Sing", "head": 23, "id": 29, "lemma": "day", "misc": "", "start_char": 1300, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1305, "feats": null, "head": 12, "id": 30, "lemma": ".", "misc": "", "start_char": 1304, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (DT any) (NN luck))) (, ,) (NP (PRP$ her) (NN boyfriend)) (VP (MD will) (VP (VB be) (ADVP (RB there)))) (. .)))" }, "speaker": null, "text": "With any luck, her boyfriend will be there.", "tokens": [ { "deprel": "case", "end_char": 1310, "feats": null, "head": 3, "id": 1, "lemma": "with", "misc": "", "start_char": 1306, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1314, "feats": null, "head": 3, "id": 2, "lemma": "any", "misc": "", "start_char": 1311, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1319, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "luck", "misc": "", "start_char": 1315, "text": "luck", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1321, "feats": null, "head": 9, "id": 4, "lemma": ",", "misc": "", "start_char": 1320, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1325, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "her", "misc": "", "start_char": 1322, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1335, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "boyfriend", "misc": "", "start_char": 1326, "text": "boyfriend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1340, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "will", "misc": "", "start_char": 1336, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1343, "feats": "VerbForm=Inf", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1341, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1349, "feats": "PronType=Dem", "head": 0, "id": 9, "lemma": "there", "misc": "", "start_char": 1344, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1351, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 1350, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN girl)) (VP (MD wo) (RB n't) (VP (VB know) (SBAR (WHNP (WP what)) (S (VP (VBZ 's) (VP (VBG going) (PRT (RP on))))))))) (, ,) (CC and) (S (NP (DT the) (NN victim)) (VP (MD will) (VP (VB be) (ADJP (RB so) (VBN embarrassed) (SBAR (IN that) (S (NP (PRP he)) (ADVP (RB probably)) (VP (MD wo) (RB n't) (VP (VB leave) (NP (PRP$ his) (NN home)) (PP (IN for) (NP (DT a) (NN month))))))))))) (. .)))" }, "speaker": null, "text": "The girl won't know what's going on, and the victim will be so embarrassed that he probably won't leave his home for a month.", "tokens": [ { "deprel": "det", "end_char": 1355, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1352, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1360, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "girl", "misc": "", "start_char": 1356, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1363, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "will", "misc": "", "start_char": 1361, "text": "wo", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1367, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 1364, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1372, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "know", "misc": "", "start_char": 1368, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1377, "feats": "PronType=Rel", "head": 5, "id": 6, "lemma": "what", "misc": "", "start_char": 1373, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1380, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1378, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1386, "feats": "Tense=Pres|VerbForm=Part", "head": 6, "id": 8, "lemma": "go", "misc": "", "start_char": 1381, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 1389, "feats": null, "head": 8, "id": 9, "lemma": "on", "misc": "", "start_char": 1387, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1391, "feats": null, "head": 17, "id": 10, "lemma": ",", "misc": "", "start_char": 1390, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1395, "feats": null, "head": 17, "id": 11, "lemma": "and", "misc": "", "start_char": 1392, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1399, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1396, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1406, "feats": "Number=Sing", "head": 17, "id": 13, "lemma": "victim", "misc": "", "start_char": 1400, "text": "victim", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1411, "feats": "VerbForm=Fin", "head": 17, "id": 14, "lemma": "will", "misc": "", "start_char": 1407, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1414, "feats": "VerbForm=Inf", "head": 17, "id": 15, "lemma": "be", "misc": "", "start_char": 1412, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1417, "feats": null, "head": 17, "id": 16, "lemma": "so", "misc": "", "start_char": 1415, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1429, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 17, "lemma": "embarrass", "misc": "", "start_char": 1418, "text": "embarrassed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1434, "feats": null, "head": 23, "id": 18, "lemma": "that", "misc": "", "start_char": 1430, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1437, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 19, "lemma": "he", "misc": "", "start_char": 1435, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1446, "feats": null, "head": 23, "id": 20, "lemma": "probably", "misc": "", "start_char": 1438, "text": "probably", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux", "end_char": 1449, "feats": "VerbForm=Fin", "head": 23, "id": 21, "lemma": "will", "misc": "", "start_char": 1447, "text": "wo", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1453, "feats": null, "head": 23, "id": 22, "lemma": "not", "misc": "", "start_char": 1450, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1459, "feats": "VerbForm=Inf", "head": 17, "id": 23, "lemma": "leave", "misc": "", "start_char": 1454, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1463, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 25, "id": 24, "lemma": "his", "misc": "", "start_char": 1460, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1468, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "home", "misc": "", "start_char": 1464, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1472, "feats": null, "head": 28, "id": 26, "lemma": "for", "misc": "", "start_char": 1469, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1474, "feats": "Definite=Ind|PronType=Art", "head": 28, "id": 27, "lemma": "a", "misc": "", "start_char": 1473, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1480, "feats": "Number=Sing", "head": 23, "id": 28, "lemma": "month", "misc": "", "start_char": 1475, "text": "month", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1482, "feats": null, "head": 5, "id": 29, "lemma": ".", "misc": "", "start_char": 1481, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1484, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1483, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (NP (NN Mom) (CC and) (NN Dad)) (CC and) (NP (PRP$ your) (NNS sisters) (CC and) (NNS brothers))) (ADVP (RB really)) (VP (VBP begin) (S (VP (TO to) (VP (VB annoy) (NP (PRP you)))))))) (, ,) (NP (JJ harmless) (NN revenge)) (VP (MD may) (VP (VB be) (NP (NP (RB just) (DT the) (NN way)) (SBAR (S (NP (PRP it)) (VP (VBZ makes) (S (NP (PRP them)) (VP (VB quiet) (PRT (RB down)) (PP (IN for) (NP (DT a) (NN while))))))))))) (. .)))" }, "speaker": null, "text": "When Mom and Dad and your sisters and brothers really begin to annoy you, harmless revenge may be just the way it makes them quiet down for a while.", "tokens": [ { "deprel": "advmod", "end_char": 1489, "feats": "PronType=Int", "head": 11, "id": 1, "lemma": "when", "misc": "", "start_char": 1485, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1493, "feats": "Number=Sing", "head": 11, "id": 2, "lemma": "mom", "misc": "", "start_char": 1490, "text": "Mom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1497, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 1494, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1501, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "dad", "misc": "", "start_char": 1498, "text": "Dad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1505, "feats": null, "head": 7, "id": 5, "lemma": "and", "misc": "", "start_char": 1502, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1510, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "your", "misc": "", "start_char": 1506, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 1518, "feats": "Number=Plur", "head": 2, "id": 7, "lemma": "sister", "misc": "", "start_char": 1511, "text": "sisters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1522, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 1519, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1531, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "brother", "misc": "", "start_char": 1523, "text": "brothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1538, "feats": null, "head": 11, "id": 10, "lemma": "really", "misc": "", "start_char": 1532, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1544, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 11, "lemma": "begin", "misc": "", "start_char": 1539, "text": "begin", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1547, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1545, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1553, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "annoy", "misc": "", "start_char": 1548, "text": "annoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1557, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 13, "id": 14, "lemma": "you", "misc": "", "start_char": 1554, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1559, "feats": null, "head": 22, "id": 15, "lemma": ",", "misc": "", "start_char": 1558, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1568, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "harmless", "misc": "", "start_char": 1560, "text": "harmless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1576, "feats": "Number=Sing", "head": 22, "id": 17, "lemma": "revenge", "misc": "", "start_char": 1569, "text": "revenge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1580, "feats": "VerbForm=Fin", "head": 22, "id": 18, "lemma": "may", "misc": "", "start_char": 1577, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1583, "feats": "VerbForm=Inf", "head": 22, "id": 19, "lemma": "be", "misc": "", "start_char": 1581, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1588, "feats": null, "head": 22, "id": 20, "lemma": "just", "misc": "", "start_char": 1584, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1592, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 1589, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1596, "feats": "Number=Sing", "head": 0, "id": 22, "lemma": "way", "misc": "", "start_char": 1593, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1599, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 23, "lemma": "it", "misc": "", "start_char": 1597, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1605, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 24, "lemma": "make", "misc": "", "start_char": 1600, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1610, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 24, "id": 25, "lemma": "they", "misc": "", "start_char": 1606, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1616, "feats": "VerbForm=Inf", "head": 24, "id": 26, "lemma": "quiet", "misc": "", "start_char": 1611, "text": "quiet", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1621, "feats": null, "head": 26, "id": 27, "lemma": "down", "misc": "", "start_char": 1617, "text": "down", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1625, "feats": null, "head": 30, "id": 28, "lemma": "for", "misc": "", "start_char": 1622, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1627, "feats": "Definite=Ind|PronType=Art", "head": 30, "id": 29, "lemma": "a", "misc": "", "start_char": 1626, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1633, "feats": "Number=Sing", "head": 26, "id": 30, "lemma": "while", "misc": "", "start_char": 1628, "text": "while", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1635, "feats": null, "head": 22, "id": 31, "lemma": ".", "misc": "", "start_char": 1634, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN dinner) (NN table)) (VP (VBZ is) (NP (DT a) (JJ likely) (NN place))) (. .)))" }, "speaker": null, "text": "The dinner table is a likely place.", "tokens": [ { "deprel": "det", "end_char": 1639, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1636, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1646, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "dinner", "misc": "", "start_char": 1640, "text": "dinner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1652, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "table", "misc": "", "start_char": 1647, "text": "table", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1655, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 4, "lemma": "be", "misc": "", "start_char": 1653, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1657, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 1656, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1664, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "likely", "misc": "", "start_char": 1658, "text": "likely", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1670, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "place", "misc": "", "start_char": 1665, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1672, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 1671, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (SBAR (ADVP (RB Just)) (IN before) (S (NP (DT the) (NN meal)) (VP (VBZ begins)))) (, ,) (VP (VB throw) (NP (NP (DT a) (NN handful)) (PP (IN of) (NP (NNS raisins)))) (PP (IN into) (NP (DT the) (NN food)))) (. .)))" }, "speaker": null, "text": "Just before the meal begins, throw a handful of raisins into the food.", "tokens": [ { "deprel": "advmod", "end_char": 1677, "feats": null, "head": 5, "id": 1, "lemma": "just", "misc": "", "start_char": 1673, "text": "Just", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1684, "feats": null, "head": 5, "id": 2, "lemma": "before", "misc": "", "start_char": 1678, "text": "before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1688, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1685, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1693, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "meal", "misc": "", "start_char": 1689, "text": "meal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1700, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "begin", "misc": "", "start_char": 1694, "text": "begins", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1702, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 1701, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1708, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 7, "lemma": "throw", "misc": "", "start_char": 1703, "text": "throw", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1710, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1709, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1718, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "handful", "misc": "", "start_char": 1711, "text": "handful", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1721, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 1719, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1729, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "raisin", "misc": "", "start_char": 1722, "text": "raisins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1734, "feats": null, "head": 14, "id": 12, "lemma": "into", "misc": "", "start_char": 1730, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1738, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1735, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1743, "feats": "Number=Sing", "head": 7, "id": 14, "lemma": "food", "misc": "", "start_char": 1739, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1745, "feats": null, "head": 7, "id": 15, "lemma": ".", "misc": "", "start_char": 1744, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (S (VP (VB Wait) (NP (QP (RB about) (CD five)) (NNS minutes)))) (CC and) (, ,) (SBAR (IN after) (S (NP (NN everyone)) (VP (VBZ has) (VP (VBN begun) (S (VP (TO to) (VP (VB eat)))))))) (, ,) (VP (VP (VB cover) (NP (PRP$ your) (NN mouth)) (PP (IN with) (NP (PRP$ your) (NN hand)))) (CC and) (VP (VB begin) (S (VP (TO to) (VP (VB make) (NP (JJ strange) (NNS noises))))))) (. .)))" }, "speaker": null, "text": "Wait about five minutes and, after everyone has begun to eat, cover your mouth with your hand and begin to make strange noises.", "tokens": [ { "deprel": "root", "end_char": 1750, "feats": "Mood=Imp|Person=2|VerbForm=Fin", "head": 0, "id": 1, "lemma": "wait", "misc": "", "start_char": 1746, "text": "Wait", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1756, "feats": null, "head": 3, "id": 2, "lemma": "about", "misc": "", "start_char": 1751, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1761, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "five", "misc": "", "start_char": 1757, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 1769, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "minute", "misc": "", "start_char": 1762, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1773, "feats": null, "head": 14, "id": 5, "lemma": "and", "misc": "", "start_char": 1770, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 1775, "feats": null, "head": 14, "id": 6, "lemma": ",", "misc": "", "start_char": 1774, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1781, "feats": null, "head": 10, "id": 7, "lemma": "after", "misc": "", "start_char": 1776, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1790, "feats": "Number=Sing|PronType=Tot", "head": 10, "id": 8, "lemma": "everyone", "misc": "", "start_char": 1782, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "aux", "end_char": 1794, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "have", "misc": "", "start_char": 1791, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1800, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 10, "lemma": "begin", "misc": "", "start_char": 1795, "text": "begun", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1803, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 1801, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1807, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "eat", "misc": "", "start_char": 1804, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1809, "feats": null, "head": 10, "id": 13, "lemma": ",", "misc": "", "start_char": 1808, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1815, "feats": "Mood=Imp|VerbForm=Fin", "head": 1, "id": 14, "lemma": "cover", "misc": "", "start_char": 1810, "text": "cover", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1820, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "your", "misc": "", "start_char": 1816, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1826, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "mouth", "misc": "", "start_char": 1821, "text": "mouth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1831, "feats": null, "head": 19, "id": 17, "lemma": "with", "misc": "", "start_char": 1827, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1836, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "your", "misc": "", "start_char": 1832, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1841, "feats": "Number=Sing", "head": 14, "id": 19, "lemma": "hand", "misc": "", "start_char": 1837, "text": "hand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1845, "feats": null, "head": 21, "id": 20, "lemma": "and", "misc": "", "start_char": 1842, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1851, "feats": "Mood=Imp|VerbForm=Fin", "head": 14, "id": 21, "lemma": "begin", "misc": "", "start_char": 1846, "text": "begin", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1854, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 1852, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1859, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "make", "misc": "", "start_char": 1855, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1867, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "strange", "misc": "", "start_char": 1860, "text": "strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1874, "feats": "Number=Plur", "head": 23, "id": 25, "lemma": "noise", "misc": "", "start_char": 1868, "text": "noises", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1876, "feats": null, "head": 1, "id": 26, "lemma": ".", "misc": "", "start_char": 1875, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP they)) (VP (VBP ask) (NP (PRP you)) (SBAR (WHNP (WP what)) (S (NP (DT the) (NN matter)) (VP (VBZ is))))))) (, ,) (VP (VB point) (PP (IN to) (NP (DT a) (NN raisin) (CC and) (NN yell)))) (. .)))" }, "speaker": null, "text": "When they ask you what the matter is, point to a raisin and yell.", "tokens": [ { "deprel": "advmod", "end_char": 1881, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 1877, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1886, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "they", "misc": "", "start_char": 1882, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1890, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 3, "lemma": "ask", "misc": "", "start_char": 1887, "text": "ask", "upos": "VERB", "xpos": "VBP" }, { "deprel": "iobj", "end_char": 1894, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 3, "id": 4, "lemma": "you", "misc": "", "start_char": 1891, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1899, "feats": "PronType=Rel", "head": 3, "id": 5, "lemma": "what", "misc": "", "start_char": 1895, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "det", "end_char": 1903, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1900, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1910, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "matter", "misc": "", "start_char": 1904, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1913, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 8, "lemma": "be", "misc": "", "start_char": 1911, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1915, "feats": null, "head": 3, "id": 9, "lemma": ",", "misc": "", "start_char": 1914, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1921, "feats": "Mood=Imp|Person=2|VerbForm=Fin", "head": 0, "id": 10, "lemma": "point", "misc": "", "start_char": 1916, "text": "point", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1924, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 1922, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1926, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 1925, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1933, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "raisin", "misc": "", "start_char": 1927, "text": "raisin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1937, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 1934, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1942, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "yell", "misc": "", "start_char": 1938, "text": "yell", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1944, "feats": null, "head": 10, "id": 16, "lemma": ".", "misc": "", "start_char": 1943, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NNS Bugs)) (. !) ('' '')))" }, "speaker": null, "text": "\"Bugs!\"", "tokens": [ { "deprel": "punct", "end_char": 1947, "feats": null, "head": 2, "id": 1, "lemma": "``", "misc": "", "start_char": 1945, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "root", "end_char": 1952, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "bug", "misc": "", "start_char": 1948, "text": "Bugs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1954, "feats": null, "head": 2, "id": 3, "lemma": "!", "misc": "", "start_char": 1953, "text": "!", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1957, "feats": null, "head": 2, "id": 4, "lemma": "''", "misc": "", "start_char": 1955, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (MD 'll) (VP (VP (VB throw) (NP (PRP$ their) (NN food)) (PP (IN in) (NP (DT the) (NN dustbin)))) (, ,) (VP (VB jump) (PP (IN into) (NP (DT the) (NN car)))) (, ,) (CC and) (VP (VB head) (PP (IN for) (NP (NNP McDonald) (POS 's)))))) (. .)))" }, "speaker": null, "text": "They'll throw their food in the dustbin, jump into the car, and head for McDonald's.", "tokens": [ { "deprel": "nsubj", "end_char": 1962, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 1958, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1966, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 1963, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1972, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "throw", "misc": "", "start_char": 1967, "text": "throw", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1978, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "their", "misc": "", "start_char": 1973, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1983, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "food", "misc": "", "start_char": 1979, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1986, "feats": null, "head": 8, "id": 6, "lemma": "in", "misc": "", "start_char": 1984, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1990, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1987, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1998, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "dustbin", "misc": "", "start_char": 1991, "text": "dustbin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2000, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 1999, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 2005, "feats": "VerbForm=Inf", "head": 3, "id": 10, "lemma": "jump", "misc": "", "start_char": 2001, "text": "jump", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 2010, "feats": null, "head": 13, "id": 11, "lemma": "into", "misc": "", "start_char": 2006, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2014, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 2011, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2018, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "car", "misc": "", "start_char": 2015, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2020, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 2019, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 2024, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 2021, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2029, "feats": "VerbForm=Inf", "head": 3, "id": 16, "lemma": "head", "misc": "", "start_char": 2025, "text": "head", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 2033, "feats": null, "head": 18, "id": 17, "lemma": "for", "misc": "", "start_char": 2030, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2042, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "McDonald", "misc": "", "start_char": 2034, "text": "McDonald", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 2045, "feats": null, "head": 18, "id": 19, "lemma": "'s", "misc": "", "start_char": 2043, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "punct", "end_char": 2047, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 2046, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (DT That) (NN night)) (NP (PRP you)) (VP (MD 'll) (VP (VB have) (NP (PRP$ your) (JJ first) (JJ quiet) (, ,) (JJ peaceful) (NN meal)) (PP (IN in) (NP (DT a) (JJ long) (NN time))))) (. .)))" }, "speaker": null, "text": "That night you'll have your first quiet, peaceful meal in a long time.", "tokens": [ { "deprel": "det", "end_char": 2052, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "that", "misc": "", "start_char": 2048, "text": "That", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 2058, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "night", "misc": "", "start_char": 2053, "text": "night", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2062, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 3, "lemma": "you", "misc": "", "start_char": 2059, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2066, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "will", "misc": "", "start_char": 2063, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 2071, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "have", "misc": "", "start_char": 2067, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 2076, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 11, "id": 6, "lemma": "your", "misc": "", "start_char": 2072, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 2082, "feats": "Degree=Pos|NumType=Ord", "head": 11, "id": 7, "lemma": "first", "misc": "", "start_char": 2077, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 2088, "feats": "Degree=Pos", "head": 11, "id": 8, "lemma": "quiet", "misc": "", "start_char": 2083, "text": "quiet", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 2090, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 2089, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 2099, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "peaceful", "misc": "", "start_char": 2091, "text": "peaceful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2104, "feats": "Number=Sing", "head": 5, "id": 11, "lemma": "meal", "misc": "", "start_char": 2100, "text": "meal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2107, "feats": null, "head": 15, "id": 12, "lemma": "in", "misc": "", "start_char": 2105, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2109, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 2108, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2114, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "long", "misc": "", "start_char": 2110, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2119, "feats": "Number=Sing", "head": 5, "id": 15, "lemma": "time", "misc": "", "start_char": 2115, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2121, "feats": null, "head": 5, "id": 16, "lemma": ".", "misc": "", "start_char": 2120, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2123, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2122, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (JJ well-planned) (NN revenge)) (VP (VBZ does) (RB not) (VP (VB have) (SBAR (S (NP (PRP it)) (VP (VB hurt) (NP (NN anyone))))))) (. .)))" }, "speaker": null, "text": "A well-planned revenge does not have it hurt anyone.", "tokens": [ { "deprel": "det", "end_char": 2125, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 2124, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2138, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "well-planned", "misc": "", "start_char": 2126, "text": "well-planned", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 2146, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "revenge", "misc": "", "start_char": 2139, "text": "revenge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 2151, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "do", "misc": "", "start_char": 2147, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2155, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 2152, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 2160, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "have", "misc": "", "start_char": 2156, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2163, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "it", "misc": "", "start_char": 2161, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 2168, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "hurt", "misc": "", "start_char": 2164, "text": "hurt", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2175, "feats": "Number=Sing|PronType=Ind", "head": 8, "id": 9, "lemma": "anyone", "misc": "", "start_char": 2169, "text": "anyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 2177, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 2176, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN object)) (VP (VBZ is) (ADVP (RB simply)) (S (VP (TO to) (VP (VB let) (S (NP (JJ other) (NNS people)) (VP (VB know) (SBAR (IN that) (S (NP (PRP they)) (VP (VBP are) (VP (VBG beginning) (S (VP (TO to) (VP (VB bother) (NP (PRP you))))))))))))))) (. .)))" }, "speaker": null, "text": "The object is simply to let other people know that they are beginning to bother you.", "tokens": [ { "deprel": "det", "end_char": 2181, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 2178, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 2188, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "object", "misc": "", "start_char": 2182, "text": "object", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 2191, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 2189, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2198, "feats": null, "head": 6, "id": 4, "lemma": "simply", "misc": "", "start_char": 2192, "text": "simply", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 2201, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 2199, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 2205, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "let", "misc": "", "start_char": 2202, "text": "let", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 2211, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "other", "misc": "", "start_char": 2206, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2218, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "person", "misc": "", "start_char": 2212, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 2223, "feats": "VerbForm=Inf", "head": 6, "id": 9, "lemma": "know", "misc": "", "start_char": 2219, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 2228, "feats": null, "head": 13, "id": 10, "lemma": "that", "misc": "", "start_char": 2224, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2233, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "they", "misc": "", "start_char": 2229, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2237, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 2234, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 2247, "feats": "Tense=Pres|VerbForm=Part", "head": 9, "id": 13, "lemma": "begin", "misc": "", "start_char": 2238, "text": "beginning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 2250, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 2248, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2257, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "bother", "misc": "", "start_char": 2251, "text": "bother", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2261, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 15, "id": 16, "lemma": "you", "misc": "", "start_char": 2258, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 2263, "feats": null, "head": 6, "id": 17, "lemma": ".", "misc": "", "start_char": 2262, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Revenge is one of those things that everyone enjoys. People don't like to talk about it, though. Just the same, there is nothing more satisfying or more rewarding than revenge. The purpose is not to harm your victims but to let them know that you are upset about something that they are doing to you. Careful planning can provide you with relief from annoying coworkers, gossiping friends or talkative family members. Coworkers who make comments about the fact that you are always fifteen minutes late for work can be taken care of very simply. All you have to do is get up extra one day. Before the sun comes up, drive to each coworker's house. Reach under the cover of your coworker's car and disconnect the center wire that leads to the distributor cap, the car will be unharmed, but it will not start, and your friends at work will all be late for work on the same day. If you're lucky, your boss might notice that you are the only one there and will give you a raise. Gossiping friends at school are also perfect targets for a simple act of revenge. A way to trap either male or female friends is to leave false messages on their lockers. If the friend that you want to get is male, leave a message that a certain girl would like him to stop by her house later that day. With any luck, her boyfriend will be there. The girl won't know what's going on, and the victim will be so embarrassed that he probably won't leave his home for a month. When Mom and Dad and your sisters and brothers really begin to annoy you, harmless revenge may be just the way it makes them quiet down for a while. The dinner table is a likely place. Just before the meal begins, throw a handful of raisins into the food. Wait about five minutes and, after everyone has begun to eat, cover your mouth with your hand and begin to make strange noises. When they ask you what the matter is, point to a raisin and yell. "Bugs!" They'll throw their food in the dustbin, jump into the car, and head for McDonald's. That night you'll have your first quiet, peaceful meal in a long time. A well-planned revenge does not have it hurt anyone. The object is simply to let other people know that they are beginning to bother you.
[ [ [ 0, 0, 0 ], [ 1, 7, 7 ], [ 2, 13, 13 ], [ 12, 13, 13 ], [ 0, 2, 8 ] ], [ [ 0, 7, 7 ], [ 1, 0, 0 ] ], [ [ 2, 1, 2 ] ], [ [ 2, 6, 6 ] ], [ [ 3, 0, 1 ] ], [ [ 3, 6, 6 ], [ 3, 24, 24 ], [ 3, 14, 14 ], [ 4, 4, 4 ], [ 6, 8, 8 ], [ 7, 1, 1 ], [ 9, 5, 5 ], [ 9, 34, 34 ], [ 10, 1, 1 ], [ 10, 5, 5 ], [ 10, 10, 10 ], [ 10, 19, 19 ], [ 14, 4, 4 ], [ 18, 5, 5 ], [ 18, 13, 13 ], [ 21, 14, 14 ], [ 21, 17, 17 ], [ 22, 3, 3 ], [ 25, 2, 2 ], [ 25, 5, 5 ], [ 28, 15, 15 ] ], [ [ 3, 6, 7 ], [ 3, 11, 11 ], [ 3, 20, 20 ] ], [ [ 4, 0, 1 ] ], [ [ 4, 6, 6 ] ], [ [ 4, 8, 9 ] ], [ [ 12, 0, 3 ] ], [ [ 4, 14, 16 ] ], [ [ 4, 8, 16 ] ], [ [ 8, 8, 10 ], [ 9, 5, 7 ] ], [ [ 9, 34, 35 ] ], [ [ 6, 3, 3 ] ], [ [ 6, 11, 12 ] ], [ [ 6, 15, 15 ], [ 9, 37, 37 ], [ 9, 43, 43 ] ], [ [ 6, 19, 19 ] ], [ [ 7, 0, 4 ] ], [ [ 7, 9, 10 ] ], [ [ 8, 1, 2 ] ], [ [ 8, 8, 11 ] ], [ [ 9, 2, 8 ] ], [ [ 9, 5, 8 ], [ 9, 21, 22 ], [ 9, 28, 28 ] ], [ [ 9, 17, 19 ] ], [ [ 9, 45, 47 ] ], [ [ 10, 5, 6 ] ], [ [ 10, 20, 21 ] ], [ [ 12, 3, 3 ] ], [ [ 12, 9, 13 ] ], [ [ 13, 12, 13 ] ], [ [ 13, 15, 16 ] ], [ [ 13, 0, 8 ] ], [ [ 13, 5, 8 ], [ 13, 15, 15 ] ], [ [ 14, 20, 20 ], [ 16, 11, 12 ], [ 16, 18, 18 ], [ 16, 23, 23 ], [ 14, 1, 7 ] ], [ [ 14, 12, 13 ] ], [ [ 14, 15, 17 ], [ 14, 24, 24 ], [ 15, 4, 4 ], [ 16, 0, 1 ] ], [ [ 14, 24, 25 ] ], [ [ 14, 27, 28 ] ], [ [ 15, 1, 2 ] ], [ [ 15, 4, 5 ] ], [ [ 16, 23, 24 ] ], [ [ 16, 26, 27 ] ], [ [ 18, 1, 1 ] ], [ [ 18, 3, 3 ] ], [ [ 18, 1, 8 ], [ 18, 24, 24 ], [ 21, 7, 7 ], [ 22, 1, 1 ], [ 24, 3, 3 ], [ 24, 0, 0 ] ], [ [ 18, 20, 21 ] ], [ [ 18, 28, 29 ] ], [ [ 19, 0, 2 ], [ 19, 4, 6 ] ], [ [ 20, 2, 3 ] ], [ [ 20, 7, 10 ] ], [ [ 20, 10, 10 ] ], [ [ 24, 3, 4 ] ], [ [ 21, 2, 3 ] ], [ [ 21, 14, 15 ] ], [ [ 21, 17, 18 ] ], [ [ 21, 23, 24 ] ], [ [ 22, 5, 6 ] ], [ [ 23, 1, 1 ] ], [ [ 24, 6, 7 ] ], [ [ 24, 11, 12 ] ], [ [ 24, 17, 18 ] ], [ [ 25, 0, 1 ] ], [ [ 25, 5, 10 ] ], [ [ 25, 12, 14 ] ], [ [ 27, 0, 2 ], [ 27, 6, 6 ] ], [ [ 27, 8, 8 ] ], [ [ 28, 6, 7 ], [ 28, 10, 10 ] ], [ [ 0, 4, 8 ] ], [ [ 3, 18, 24 ] ], [ [ 4, 15, 15 ] ], [ [ 6, 0, 15 ] ], [ [ 6, 5, 15 ] ], [ [ 9, 11, 19 ] ], [ [ 9, 18, 18 ] ], [ [ 10, 12, 14 ] ], [ [ 12, 6, 13 ] ], [ [ 22, 4, 7 ] ], [ [ 14, 9, 9 ] ], [ [ 16, 5, 8 ] ], [ [ 18, 5, 8 ] ], [ [ 18, 15, 16 ] ], [ [ 18, 22, 22 ] ], [ [ 19, 1, 1 ] ], [ [ 22, 11, 12 ] ], [ [ 28, 0, 1 ] ], [ [ 4, 11, 12 ] ], [ [ 20, 12, 13 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36185
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NP (DT the) (NN dead)) (PP (IN of) (NP (NN winter))))) (, ,) (NP (PRP we)) (VP (VP (VBP do) (RB n't) (ADVP (RB typically)) (VP (VB think) (PP (IN about) (S (VP (VBG spending) (NP (NN time)) (ADVP (RB outdoors))))))) (, ,) (CC but) (S (PP (VBG according) (PP (IN to) (NP (JJ many) (NNS physicians)))) (NP (PRP we)) (VP (MD should)))) (. .)))" }, "speaker": null, "text": "In the dead of winter, we don't typically think about spending time outdoors, but according to many physicians we should.", "tokens": [ { "deprel": "case", "end_char": 2, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 0, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 6, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 3, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 11, "feats": "Number=Sing", "head": 11, "id": 3, "lemma": "dead", "misc": "", "start_char": 7, "text": "dead", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 14, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 12, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 21, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "winter", "misc": "", "start_char": 15, "text": "winter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 23, "feats": null, "head": 3, "id": 6, "lemma": ",", "misc": "", "start_char": 22, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 26, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 11, "id": 7, "lemma": "we", "misc": "", "start_char": 24, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 29, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 8, "lemma": "do", "misc": "", "start_char": 27, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 33, "feats": null, "head": 11, "id": 9, "lemma": "not", "misc": "", "start_char": 30, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 43, "feats": null, "head": 11, "id": 10, "lemma": "typically", "misc": "", "start_char": 34, "text": "typically", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 49, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "think", "misc": "", "start_char": 44, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 55, "feats": null, "head": 13, "id": 12, "lemma": "about", "misc": "", "start_char": 50, "text": "about", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 64, "feats": "VerbForm=Ger", "head": 11, "id": 13, "lemma": "spend", "misc": "", "start_char": 56, "text": "spending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 69, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "time", "misc": "", "start_char": 65, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 78, "feats": null, "head": 13, "id": 15, "lemma": "outdoors", "misc": "", "start_char": 70, "text": "outdoors", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 80, "feats": null, "head": 23, "id": 16, "lemma": ",", "misc": "", "start_char": 79, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 84, "feats": null, "head": 23, "id": 17, "lemma": "but", "misc": "", "start_char": 81, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 94, "feats": "ExtPos=ADP|VerbForm=Ger", "head": 21, "id": 18, "lemma": "accord", "misc": "", "start_char": 85, "text": "according", "upos": "VERB", "xpos": "VBG" }, { "deprel": "fixed", "end_char": 97, "feats": null, "head": 18, "id": 19, "lemma": "to", "misc": "", "start_char": 95, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 102, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "many", "misc": "", "start_char": 98, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 113, "feats": "Number=Plur", "head": 23, "id": 21, "lemma": "physician", "misc": "", "start_char": 103, "text": "physicians", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 116, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 23, "id": 22, "lemma": "we", "misc": "", "start_char": 114, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 123, "feats": "VerbForm=Fin", "head": 11, "id": 23, "lemma": "should", "misc": "", "start_char": 117, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "punct", "end_char": 125, "feats": null, "head": 11, "id": 24, "lemma": ".", "misc": "", "start_char": 124, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN sun)) (VP (VBZ is) (NP (NP (PRP$ our) (JJS greatest) (NN source)) (PP (IN of) (NP (NP (DT a) (NN vitamin)) (SBAR (WHNP (WDT that)) (S (VP (VBZ is) (ADJP (JJ essential) (PP (IN for) (NP (JJ good) (NN health-Vitamin) (NNP D))))))))))) (. .)))" }, "speaker": null, "text": "The sun is our greatest source of a vitamin that is essential for good health-Vitamin D.", "tokens": [ { "deprel": "det", "end_char": 129, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 126, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 133, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "sun", "misc": "", "start_char": 130, "text": "sun", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 136, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 134, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 140, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 4, "lemma": "our", "misc": "", "start_char": 137, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 149, "feats": "Degree=Sup", "head": 6, "id": 5, "lemma": "great", "misc": "", "start_char": 141, "text": "greatest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "root", "end_char": 156, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "source", "misc": "", "start_char": 150, "text": "source", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 159, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 157, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 161, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 160, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 169, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "vitamin", "misc": "", "start_char": 162, "text": "vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 174, "feats": "PronType=Rel", "head": 12, "id": 10, "lemma": "that", "misc": "", "start_char": 170, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 177, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 175, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 187, "feats": "Degree=Pos", "head": 9, "id": 12, "lemma": "essential", "misc": "", "start_char": 178, "text": "essential", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 191, "feats": null, "head": 16, "id": 13, "lemma": "for", "misc": "", "start_char": 188, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 196, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "good", "misc": "", "start_char": 192, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 211, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "health-Vitamin", "misc": "", "start_char": 197, "text": "health-Vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 213, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "D", "misc": "", "start_char": 212, "text": "D", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 215, "feats": null, "head": 6, "id": 17, "lemma": ".", "misc": "", "start_char": 214, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 217, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 216, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT This) (JJ important) (NN vitamin)) (VP (VP (VBZ strengthens) (NP (NNS bones) (CC and) (NNS teeth))) (CC and) (VP (VBZ is) (VP (VBN linked) (PP (IN to) (NP (NP (DT the) (NN prevention)) (PP (IN of) (NP (NP (NN heart) (NN disease)) (, ,) (NP (NN cancer)) (CC and) (NP (JJ many) (JJ other) (JJ life-threatening) (NNS diseases))))))))) (. .)))" }, "speaker": null, "text": "This important vitamin strengthens bones and teeth and is linked to the prevention of heart disease, cancer and many other life-threatening diseases.", "tokens": [ { "deprel": "det", "end_char": 222, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "this", "misc": "", "start_char": 218, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 232, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "important", "misc": "", "start_char": 223, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 240, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "vitamin", "misc": "", "start_char": 233, "text": "vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 252, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "strengthen", "misc": "", "start_char": 241, "text": "strengthens", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 258, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "bone", "misc": "", "start_char": 253, "text": "bones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 262, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 259, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 268, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "tooth", "misc": "", "start_char": 263, "text": "teeth", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 272, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 269, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux:pass", "end_char": 275, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 273, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 282, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 10, "lemma": "link", "misc": "", "start_char": 276, "text": "linked", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 285, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 283, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 289, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 286, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 300, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "prevention", "misc": "", "start_char": 290, "text": "prevention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 303, "feats": null, "head": 16, "id": 14, "lemma": "of", "misc": "", "start_char": 301, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 309, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "heart", "misc": "", "start_char": 304, "text": "heart", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 317, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "disease", "misc": "", "start_char": 310, "text": "disease", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 319, "feats": null, "head": 18, "id": 17, "lemma": ",", "misc": "", "start_char": 318, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 326, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "cancer", "misc": "", "start_char": 320, "text": "cancer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 330, "feats": null, "head": 23, "id": 19, "lemma": "and", "misc": "", "start_char": 327, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 335, "feats": "Degree=Pos", "head": 23, "id": 20, "lemma": "many", "misc": "", "start_char": 331, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 341, "feats": "Degree=Pos", "head": 23, "id": 21, "lemma": "other", "misc": "", "start_char": 336, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 358, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "life-threatening", "misc": "", "start_char": 342, "text": "life-threatening", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 367, "feats": "Number=Plur", "head": 16, "id": 23, "lemma": "disease", "misc": "", "start_char": 359, "text": "diseases", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 369, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 368, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (VBN recommended) (JJ daily) (NN requirement)) (VP (VBZ is) (NP (NP (CD 400-600) (NNP International) (NNS Units)) (-LRB- -LRB-) (NP (NNP IU)) (-RRB- -RRB-))) (. .)))" }, "speaker": null, "text": "The recommended daily requirement is 400-600 International Units (IU).", "tokens": [ { "deprel": "det", "end_char": 373, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 370, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 385, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 2, "lemma": "recommend", "misc": "", "start_char": 374, "text": "recommended", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 391, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "daily", "misc": "", "start_char": 386, "text": "daily", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 403, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "requirement", "misc": "", "start_char": 392, "text": "requirement", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 406, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 404, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 414, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 6, "lemma": "400-600", "misc": "", "start_char": 407, "text": "400-600", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 428, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "International", "misc": "", "start_char": 415, "text": "International", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "root", "end_char": 434, "feats": "Number=Plur", "head": 0, "id": 8, "lemma": "unit", "misc": "", "start_char": 429, "text": "Units", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 436, "feats": null, "head": 10, "id": 9, "lemma": "(", "misc": "", "start_char": 435, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 439, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "IU", "misc": "", "start_char": 437, "text": "IU", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 441, "feats": null, "head": 10, "id": 11, "lemma": ")", "misc": "", "start_char": 440, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 443, "feats": null, "head": 8, "id": 12, "lemma": ".", "misc": "", "start_char": 442, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NN summer))) (, ,) (NP (NP (NNS people)) (PP (IN with) (NP (NP (JJ dark) (JJ brown) (NNS eyes)) (CC and) (NP (JJR darker) (NN skin))))) (VP (VBP turn) (NP (NN sunlight)) (PP (IN from) (NP (NP (QP (RB just) (CD 15)) (NNS minutes)) (ADVP (RB outside)) (PP (IN without) (NP (NN sunscreen))))) (PP (IN into) (NP (NP (JJ adequate) (NNS amounts)) (PP (IN of) (NP (NNP Vitamin) (NNP D)))))) (. .)))" }, "speaker": null, "text": "In summer, people with dark brown eyes and darker skin turn sunlight from just 15 minutes outside without sunscreen into adequate amounts of Vitamin D.", "tokens": [ { "deprel": "case", "end_char": 446, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 444, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 453, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "summer", "misc": "", "start_char": 447, "text": "summer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 455, "feats": null, "head": 12, "id": 3, "lemma": ",", "misc": "", "start_char": 454, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 462, "feats": "Number=Plur", "head": 12, "id": 4, "lemma": "person", "misc": "", "start_char": 456, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 467, "feats": null, "head": 8, "id": 5, "lemma": "with", "misc": "", "start_char": 463, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 472, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "dark", "misc": "", "start_char": 468, "text": "dark", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 478, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "brown", "misc": "", "start_char": 473, "text": "brown", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 483, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "eye", "misc": "", "start_char": 479, "text": "eyes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 487, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 484, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 494, "feats": "Degree=Cmp", "head": 11, "id": 10, "lemma": "dark", "misc": "", "start_char": 488, "text": "darker", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "conj", "end_char": 499, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "skin", "misc": "", "start_char": 495, "text": "skin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 504, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "turn", "misc": "", "start_char": 500, "text": "turn", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 513, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "sunlight", "misc": "", "start_char": 505, "text": "sunlight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 518, "feats": null, "head": 17, "id": 14, "lemma": "from", "misc": "", "start_char": 514, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 523, "feats": null, "head": 16, "id": 15, "lemma": "just", "misc": "", "start_char": 519, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 526, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 16, "lemma": "15", "misc": "", "start_char": 524, "text": "15", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 534, "feats": "Number=Plur", "head": 12, "id": 17, "lemma": "minute", "misc": "", "start_char": 527, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 542, "feats": null, "head": 17, "id": 18, "lemma": "outside", "misc": "", "start_char": 535, "text": "outside", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 550, "feats": null, "head": 20, "id": 19, "lemma": "without", "misc": "", "start_char": 543, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 560, "feats": "Number=Sing", "head": 12, "id": 20, "lemma": "sunscreen", "misc": "", "start_char": 551, "text": "sunscreen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 565, "feats": null, "head": 23, "id": 21, "lemma": "into", "misc": "", "start_char": 561, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 574, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "adequate", "misc": "", "start_char": 566, "text": "adequate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 582, "feats": "Number=Plur", "head": 12, "id": 23, "lemma": "amount", "misc": "", "start_char": 575, "text": "amounts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 585, "feats": null, "head": 26, "id": 24, "lemma": "of", "misc": "", "start_char": 583, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 593, "feats": "Number=Sing", "head": 26, "id": 25, "lemma": "Vitamin", "misc": "", "start_char": 586, "text": "Vitamin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 595, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "D", "misc": "", "start_char": 594, "text": "D", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 597, "feats": null, "head": 12, "id": 27, "lemma": ".", "misc": "", "start_char": 596, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 599, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 598, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (PP (ADVP (RB Even)) (IN during) (NP (NN winter))) (, ,) (NP (RB just) (DT a) (JJ 10-minute) (NN walk) (NN midday)) (VP (MD can) (VP (VB keep) (NP (NP (DT the) (NN body) (POS 's)) (NN Vitamin) (NNP D)) (PP (IN at) (NP (JJ healthy) (NNS levels))))) (. .)))" }, "speaker": null, "text": "Even during winter, just a 10-minute walk midday can keep the body's Vitamin D at healthy levels.", "tokens": [ { "deprel": "advmod", "end_char": 604, "feats": null, "head": 3, "id": 1, "lemma": "even", "misc": "", "start_char": 600, "text": "Even", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 611, "feats": null, "head": 3, "id": 2, "lemma": "during", "misc": "", "start_char": 605, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 618, "feats": "Number=Sing", "head": 11, "id": 3, "lemma": "winter", "misc": "", "start_char": 612, "text": "winter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 620, "feats": null, "head": 11, "id": 4, "lemma": ",", "misc": "", "start_char": 619, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 625, "feats": null, "head": 9, "id": 5, "lemma": "just", "misc": "", "start_char": 621, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 627, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 6, "lemma": "a", "misc": "", "start_char": 626, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 637, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "10-minute", "misc": "", "start_char": 628, "text": "10-minute", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 642, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "walk", "misc": "", "start_char": 638, "text": "walk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 649, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "midday", "misc": "", "start_char": 643, "text": "midday", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 653, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "can", "misc": "", "start_char": 650, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 658, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "keep", "misc": "", "start_char": 654, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 662, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 659, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 667, "feats": "Number=Sing", "head": 16, "id": 13, "lemma": "body", "misc": "", "start_char": 663, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 670, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 668, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 678, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "Vitamin", "misc": "", "start_char": 671, "text": "Vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 680, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "D", "misc": "", "start_char": 679, "text": "D", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 683, "feats": null, "head": 19, "id": 17, "lemma": "at", "misc": "", "start_char": 681, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 691, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "healthy", "misc": "", "start_char": 684, "text": "healthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 698, "feats": "Number=Plur", "head": 11, "id": 19, "lemma": "level", "misc": "", "start_char": 692, "text": "levels", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 700, "feats": null, "head": 11, "id": 20, "lemma": ".", "misc": "", "start_char": 699, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (PP (IN During) (NP (JJ brief) (NN winter) (NNS walks))) (, ,) (NP (PRP we)) (VP (VBP receive) (NP (DT the) (JJS greatest) (NNS benefits)) (SBAR (WHADVP (WRB when)) (S (NP (PRP we)) (VP (VP (VBP wear) (NP (DT no) (NN sunscreen))) (CC and) (VP (VBP expose) (NP (ADJP (RB as) (JJ much)) (NN skin)) (PP (IN to) (NP (DT the) (NN sun))) (PP (IN as) (ADJP (JJ possible)))))))) (. .)))" }, "speaker": null, "text": "During brief winter walks, we receive the greatest benefits when we wear no sunscreen and expose as much skin to the sun as possible.", "tokens": [ { "deprel": "case", "end_char": 707, "feats": null, "head": 4, "id": 1, "lemma": "during", "misc": "", "start_char": 701, "text": "During", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 713, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "brief", "misc": "", "start_char": 708, "text": "brief", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 720, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "winter", "misc": "", "start_char": 714, "text": "winter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 726, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "walk", "misc": "", "start_char": 721, "text": "walks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 728, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 727, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 731, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "we", "misc": "", "start_char": 729, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 739, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "receive", "misc": "", "start_char": 732, "text": "receive", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 743, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 740, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 752, "feats": "Degree=Sup", "head": 10, "id": 9, "lemma": "great", "misc": "", "start_char": 744, "text": "greatest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 761, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "benefit", "misc": "", "start_char": 753, "text": "benefits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 766, "feats": "PronType=Int", "head": 13, "id": 11, "lemma": "when", "misc": "", "start_char": 762, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 769, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "we", "misc": "", "start_char": 767, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 774, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 7, "id": 13, "lemma": "wear", "misc": "", "start_char": 770, "text": "wear", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 777, "feats": null, "head": 15, "id": 14, "lemma": "no", "misc": "", "start_char": 775, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 787, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "sunscreen", "misc": "", "start_char": 778, "text": "sunscreen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 791, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 788, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 798, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 13, "id": 17, "lemma": "expose", "misc": "", "start_char": 792, "text": "expose", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 801, "feats": null, "head": 19, "id": 18, "lemma": "as", "misc": "", "start_char": 799, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 806, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "much", "misc": "", "start_char": 802, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 811, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "skin", "misc": "", "start_char": 807, "text": "skin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 814, "feats": null, "head": 23, "id": 21, "lemma": "to", "misc": "", "start_char": 812, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 818, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 815, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 822, "feats": "Number=Sing", "head": 17, "id": 23, "lemma": "sun", "misc": "", "start_char": 819, "text": "sun", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 825, "feats": null, "head": 25, "id": 24, "lemma": "as", "misc": "", "start_char": 823, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 834, "feats": "Degree=Pos", "head": 19, "id": 25, "lemma": "possible", "misc": "", "start_char": 826, "text": "possible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 836, "feats": null, "head": 7, "id": 26, "lemma": ".", "misc": "", "start_char": 835, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NN Vitamin) (NN D)) (VP (MD can) (ADVP (RB also)) (VP (VB be) (VP (VBN obtained) (PP (IN from) (NP (NNS foods)))))) (. .)))" }, "speaker": null, "text": "Vitamin D can also be obtained from foods.", "tokens": [ { "deprel": "compound", "end_char": 844, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Vitamin", "misc": "", "start_char": 837, "text": "Vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 846, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "D", "misc": "", "start_char": 845, "text": "D", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 850, "feats": "VerbForm=Fin", "head": 6, "id": 3, "lemma": "can", "misc": "", "start_char": 847, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 855, "feats": null, "head": 6, "id": 4, "lemma": "also", "misc": "", "start_char": 851, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 858, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 856, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 867, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "obtain", "misc": "", "start_char": 859, "text": "obtained", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 872, "feats": null, "head": 8, "id": 7, "lemma": "from", "misc": "", "start_char": 868, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 878, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "food", "misc": "", "start_char": 873, "text": "foods", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 880, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 879, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NNP Salmon)) (VP (VBZ is) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (JJS best) (NNS sources)) (PP (IN of) (NP (DT the) (NNP Vitamin))))))) (. .)))" }, "speaker": null, "text": "Salmon is one of the best sources of the Vitamin.", "tokens": [ { "deprel": "nsubj", "end_char": 887, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "salmon", "misc": "", "start_char": 881, "text": "Salmon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 890, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 888, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 894, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 3, "lemma": "one", "misc": "", "start_char": 891, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 897, "feats": null, "head": 7, "id": 4, "lemma": "of", "misc": "", "start_char": 895, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 901, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 898, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 906, "feats": "Degree=Sup", "head": 7, "id": 6, "lemma": "good", "misc": "", "start_char": 902, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nmod", "end_char": 914, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "source", "misc": "", "start_char": 907, "text": "sources", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 917, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 915, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 921, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 918, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 929, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "Vitamin", "misc": "", "start_char": 922, "text": "Vitamin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 931, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 930, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (NN Egg) (NNS yolks)) (, ,) (NP (NN cheese)) (, ,) (NP (NNS mushrooms)) (CC and) (NP (DT some) (NNS animals) (NNS organs))) (VP (VBP contain) (NP (NP (JJR smaller) (NNS quantities)) (PP (IN of) (NP (PRP it))))) (. .)))" }, "speaker": null, "text": "Egg yolks, cheese, mushrooms and some animals organs contain smaller quantities of it.", "tokens": [ { "deprel": "compound", "end_char": 935, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "egg", "misc": "", "start_char": 932, "text": "Egg", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 941, "feats": "Number=Plur", "head": 11, "id": 2, "lemma": "yolk", "misc": "", "start_char": 936, "text": "yolks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 943, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 942, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 950, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "cheese", "misc": "", "start_char": 944, "text": "cheese", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 952, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 951, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 962, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "mushroom", "misc": "", "start_char": 953, "text": "mushrooms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 966, "feats": null, "head": 10, "id": 7, "lemma": "and", "misc": "", "start_char": 963, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 971, "feats": null, "head": 10, "id": 8, "lemma": "some", "misc": "", "start_char": 967, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 979, "feats": "Number=Plur", "head": 10, "id": 9, "lemma": "animal", "misc": "", "start_char": 972, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 986, "feats": "Number=Plur", "head": 2, "id": 10, "lemma": "organ", "misc": "", "start_char": 980, "text": "organs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 994, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "contain", "misc": "", "start_char": 987, "text": "contain", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1002, "feats": "Degree=Cmp", "head": 13, "id": 12, "lemma": "small", "misc": "", "start_char": 995, "text": "smaller", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1013, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "quantity", "misc": "", "start_char": 1003, "text": "quantities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1016, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 1014, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1019, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 15, "lemma": "it", "misc": "", "start_char": 1017, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1021, "feats": null, "head": 11, "id": 16, "lemma": ".", "misc": "", "start_char": 1020, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1023, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1022, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (VP (TO To) (VP (VB attract) (NP (NNS consumers))))) (, ,) (NP (NN food) (NNS companies)) (VP (VBP add) (NP (NN Vitamin) (NN D)) (PP (IN to) (NP (NP (DT some)) (PP (IN of) (NP (PRP$ their) (NN milk) (NNS products)))))) (. .)))" }, "speaker": null, "text": "To attract consumers, food companies add Vitamin D to some of their milk products.", "tokens": [ { "deprel": "mark", "end_char": 1026, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 1024, "text": "To", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1034, "feats": "VerbForm=Inf", "head": 7, "id": 2, "lemma": "attract", "misc": "", "start_char": 1027, "text": "attract", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1044, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "consumer", "misc": "", "start_char": 1035, "text": "consumers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1046, "feats": null, "head": 2, "id": 4, "lemma": ",", "misc": "", "start_char": 1045, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1051, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "food", "misc": "", "start_char": 1047, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1061, "feats": "Number=Plur", "head": 7, "id": 6, "lemma": "company", "misc": "", "start_char": 1052, "text": "companies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1065, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "add", "misc": "", "start_char": 1062, "text": "add", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound", "end_char": 1073, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Vitamin", "misc": "", "start_char": 1066, "text": "Vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1075, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "D", "misc": "", "start_char": 1074, "text": "D", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1078, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1076, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1083, "feats": null, "head": 7, "id": 11, "lemma": "some", "misc": "", "start_char": 1079, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1086, "feats": null, "head": 15, "id": 12, "lemma": "of", "misc": "", "start_char": 1084, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1092, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 13, "lemma": "their", "misc": "", "start_char": 1087, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1097, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "milk", "misc": "", "start_char": 1093, "text": "milk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1106, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "product", "misc": "", "start_char": 1098, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1108, "feats": null, "head": 7, "id": 16, "lemma": ".", "misc": "", "start_char": 1107, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (DT The) (NN practice)) (PP (IN of) (S (VP (VBG putting) (NP (DT the) (NNP Vitamin)) (PP (IN into) (NP (NN milk))))))) (VP (VBD began) (PP (IN in) (NP (NP (DT the) (NN 1930s.At)) (NP (DT that) (NN time)))))) (, ,) (S (NP (JJ many) (NNS children)) (VP (VBD were) (VP (VBG suffering) (PP (IN from) (NP (NP (NNS rickets)) (, ,) (NP (NP (DT an) (NN illness)) (SBAR (WHNP (WDT that)) (S (VP (VBZ is) (VP (VBN caused) (PP (IN by) (NP (DT a) (NML (NN Vitamin) (NN D)) (NN deficiency))))))))))))) (. .)))" }, "speaker": null, "text": "The practice of putting the Vitamin into milk began in the 1930s.At that time, many children were suffering from rickets, an illness that is caused by a Vitamin D deficiency.", "tokens": [ { "deprel": "det", "end_char": 1112, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1109, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1121, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "practice", "misc": "", "start_char": 1113, "text": "practice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1124, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1122, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1132, "feats": "VerbForm=Ger", "head": 2, "id": 4, "lemma": "put", "misc": "", "start_char": 1125, "text": "putting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1136, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1133, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1144, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Vitamin", "misc": "", "start_char": 1137, "text": "Vitamin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1149, "feats": null, "head": 8, "id": 7, "lemma": "into", "misc": "", "start_char": 1145, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1154, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "milk", "misc": "", "start_char": 1150, "text": "milk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1160, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "begin", "misc": "", "start_char": 1155, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1163, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 1161, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1167, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1164, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1176, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "1930s.At", "misc": "", "start_char": 1168, "text": "1930s.At", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 1181, "feats": "Number=Sing|PronType=Dem", "head": 14, "id": 13, "lemma": "that", "misc": "", "start_char": 1177, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1186, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "time", "misc": "", "start_char": 1182, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1188, "feats": null, "head": 19, "id": 15, "lemma": ",", "misc": "", "start_char": 1187, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1193, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "many", "misc": "", "start_char": 1189, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1202, "feats": "Number=Plur", "head": 19, "id": 17, "lemma": "child", "misc": "", "start_char": 1194, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1207, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 1203, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "parataxis", "end_char": 1217, "feats": "Tense=Pres|VerbForm=Part", "head": 9, "id": 19, "lemma": "suffer", "misc": "", "start_char": 1208, "text": "suffering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1222, "feats": null, "head": 21, "id": 20, "lemma": "from", "misc": "", "start_char": 1218, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1230, "feats": "Number=Plur", "head": 19, "id": 21, "lemma": "ricket", "misc": "", "start_char": 1223, "text": "rickets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1232, "feats": null, "head": 24, "id": 22, "lemma": ",", "misc": "", "start_char": 1231, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1235, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 23, "lemma": "a", "misc": "", "start_char": 1233, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1243, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "illness", "misc": "", "start_char": 1236, "text": "illness", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1248, "feats": "PronType=Rel", "head": 27, "id": 25, "lemma": "that", "misc": "", "start_char": 1244, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux:pass", "end_char": 1251, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 27, "id": 26, "lemma": "be", "misc": "", "start_char": 1249, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1258, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 24, "id": 27, "lemma": "cause", "misc": "", "start_char": 1252, "text": "caused", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1261, "feats": null, "head": 32, "id": 28, "lemma": "by", "misc": "", "start_char": 1259, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1263, "feats": "Definite=Ind|PronType=Art", "head": 32, "id": 29, "lemma": "a", "misc": "", "start_char": 1262, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1271, "feats": "Number=Sing", "head": 31, "id": 30, "lemma": "Vitamin", "misc": "", "start_char": 1264, "text": "Vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1273, "feats": "Number=Sing", "head": 32, "id": 31, "lemma": "D", "misc": "", "start_char": 1272, "text": "D", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1284, "feats": "Number=Sing", "head": 27, "id": 32, "lemma": "deficiency", "misc": "", "start_char": 1274, "text": "deficiency", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1286, "feats": null, "head": 9, "id": 33, "lemma": ".", "misc": "", "start_char": 1285, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD made) (S (NP (NP (DT the) (NNS children) (POS 's)) (NNS bones)) (ADJP (JJ soft) (CC and) (JJ weak)))) (. .)))" }, "speaker": null, "text": "It made the children's bones soft and weak.", "tokens": [ { "deprel": "nsubj", "end_char": 1289, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 1287, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1294, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "make", "misc": "", "start_char": 1290, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1298, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1295, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1307, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "child", "misc": "", "start_char": 1299, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1310, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 1308, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 1316, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "bone", "misc": "", "start_char": 1311, "text": "bones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 1321, "feats": "Degree=Pos", "head": 2, "id": 7, "lemma": "soft", "misc": "", "start_char": 1317, "text": "soft", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1325, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 1322, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1330, "feats": "Degree=Pos", "head": 7, "id": 9, "lemma": "weak", "misc": "", "start_char": 1326, "text": "weak", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1332, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 1331, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (S (VP (VBG Adding) (NP (NNP Vitamin) (NNP D)) (PP (IN to) (NP (NN milk))))) (VP (VBD helped) (S (VP (TO to) (VP (VB solve) (NP (DT the) (NN problem))))))) (, ,) (CC and) (S (NP (PRP it)) (VP (VBZ has) (VP (VBN been) (ADJP (JJ available)) (ADVP (RB ever) (RB since))))) (. .)))" }, "speaker": null, "text": "Adding Vitamin D to milk helped to solve the problem, and it has been available ever since.", "tokens": [ { "deprel": "csubj", "end_char": 1339, "feats": "VerbForm=Ger", "head": 6, "id": 1, "lemma": "add", "misc": "", "start_char": 1333, "text": "Adding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 1347, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Vitamin", "misc": "", "start_char": 1340, "text": "Vitamin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1349, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "D", "misc": "", "start_char": 1348, "text": "D", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1352, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1350, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1357, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "milk", "misc": "", "start_char": 1353, "text": "milk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1364, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "help", "misc": "", "start_char": 1358, "text": "helped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1367, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1365, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1373, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "solve", "misc": "", "start_char": 1368, "text": "solve", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1377, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1374, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1385, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "problem", "misc": "", "start_char": 1378, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1387, "feats": null, "head": 16, "id": 11, "lemma": ",", "misc": "", "start_char": 1386, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1391, "feats": null, "head": 16, "id": 12, "lemma": "and", "misc": "", "start_char": 1388, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1394, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 13, "lemma": "it", "misc": "", "start_char": 1392, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1398, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 14, "lemma": "have", "misc": "", "start_char": 1395, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "cop", "end_char": 1403, "feats": "Tense=Past|VerbForm=Part", "head": 16, "id": 15, "lemma": "be", "misc": "", "start_char": 1399, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "conj", "end_char": 1413, "feats": "Degree=Pos", "head": 6, "id": 16, "lemma": "available", "misc": "", "start_char": 1404, "text": "available", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 1418, "feats": null, "head": 18, "id": 17, "lemma": "ever", "misc": "", "start_char": 1414, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1424, "feats": null, "head": 16, "id": 18, "lemma": "since", "misc": "", "start_char": 1419, "text": "since", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1426, "feats": null, "head": 6, "id": 19, "lemma": ".", "misc": "", "start_char": 1425, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1428, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1427, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (ADVP (RB still)) (VP (VBP need) (NP (JJR more) (NN Vitamin) (NNP D))))))) (, ,) (NP (EX there)) (VP (VBZ is) (NP (NP (DT another) (NN option)) (: :) (S (VP (VB take) (NP (NML (NN Vitamin) (NNP D)) (NNS supplements)))))) (. .)))" }, "speaker": null, "text": "For people who still need more Vitamin D, there is another option: take Vitamin D supplements.", "tokens": [ { "deprel": "case", "end_char": 1432, "feats": null, "head": 2, "id": 1, "lemma": "for", "misc": "", "start_char": 1429, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1439, "feats": "Number=Plur", "head": 11, "id": 2, "lemma": "person", "misc": "", "start_char": 1433, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1443, "feats": "PronType=Rel", "head": 5, "id": 3, "lemma": "who", "misc": "", "start_char": 1440, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "advmod", "end_char": 1449, "feats": null, "head": 5, "id": 4, "lemma": "still", "misc": "", "start_char": 1444, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1454, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "need", "misc": "", "start_char": 1450, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1459, "feats": "Degree=Cmp", "head": 8, "id": 6, "lemma": "more", "misc": "", "start_char": 1455, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "compound", "end_char": 1467, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Vitamin", "misc": "", "start_char": 1460, "text": "Vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1469, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "D", "misc": "", "start_char": 1468, "text": "D", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1471, "feats": null, "head": 2, "id": 9, "lemma": ",", "misc": "", "start_char": 1470, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 1477, "feats": null, "head": 11, "id": 10, "lemma": "there", "misc": "", "start_char": 1472, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1480, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "be", "misc": "", "start_char": 1478, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1488, "feats": null, "head": 13, "id": 12, "lemma": "another", "misc": "", "start_char": 1481, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1495, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "option", "misc": "", "start_char": 1489, "text": "option", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1497, "feats": null, "head": 15, "id": 14, "lemma": ":", "misc": "", "start_char": 1496, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "parataxis", "end_char": 1502, "feats": "Mood=Imp|VerbForm=Fin", "head": 11, "id": 15, "lemma": "take", "misc": "", "start_char": 1498, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 1510, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "Vitamin", "misc": "", "start_char": 1503, "text": "Vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1512, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "D", "misc": "", "start_char": 1511, "text": "D", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1524, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "supplement", "misc": "", "start_char": 1513, "text": "supplements", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1526, "feats": null, "head": 11, "id": 19, "lemma": ".", "misc": "", "start_char": 1525, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (DT These) (NNS products)) (VP (VBP are) (ADVP (RB widely)) (VP (VBN sold) (PP (IN in) (NP (NNS stores))))) (. .)))" }, "speaker": null, "text": "These products are widely sold in stores.", "tokens": [ { "deprel": "det", "end_char": 1532, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 1527, "text": "These", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1541, "feats": "Number=Plur", "head": 5, "id": 2, "lemma": "product", "misc": "", "start_char": 1533, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1545, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1542, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1552, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "widely", "misc": "", "start_char": 1546, "text": "widely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1557, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "sell", "misc": "", "start_char": 1553, "text": "sold", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1560, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 1558, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1567, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "store", "misc": "", "start_char": 1561, "text": "stores", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1569, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 1568, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (ADVP (RB However)) (, ,) (NP (NP (NN anyone)) (VP (VBG considering) (S (VP (VBG taking) (NP (NNS supplements)))))) (VP (MD should) (VP (VB consult) (NP (DT a) (NN physician)) (ADVP (RB first)))) (. .)))" }, "speaker": null, "text": "However, anyone considering taking supplements should consult a physician first.", "tokens": [ { "deprel": "advmod", "end_char": 1577, "feats": null, "head": 8, "id": 1, "lemma": "however", "misc": "", "start_char": 1570, "text": "However", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1579, "feats": null, "head": 8, "id": 2, "lemma": ",", "misc": "", "start_char": 1578, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1586, "feats": "Number=Sing|PronType=Ind", "head": 8, "id": 3, "lemma": "anyone", "misc": "", "start_char": 1580, "text": "anyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "acl", "end_char": 1598, "feats": "VerbForm=Ger", "head": 3, "id": 4, "lemma": "consider", "misc": "", "start_char": 1587, "text": "considering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 1605, "feats": "VerbForm=Ger", "head": 4, "id": 5, "lemma": "take", "misc": "", "start_char": 1599, "text": "taking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1617, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "supplement", "misc": "", "start_char": 1606, "text": "supplements", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1624, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "should", "misc": "", "start_char": 1618, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1632, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "consult", "misc": "", "start_char": 1625, "text": "consult", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1634, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 1633, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1644, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "physician", "misc": "", "start_char": 1635, "text": "physician", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1650, "feats": "NumType=Ord", "head": 8, "id": 11, "lemma": "first", "misc": "", "start_char": 1645, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1652, "feats": null, "head": 8, "id": 12, "lemma": ".", "misc": "", "start_char": 1651, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
In the dead of winter, we don't typically think about spending time outdoors, but according to many physicians we should. The sun is our greatest source of a vitamin that is essential for good health-Vitamin D. This important vitamin strengthens bones and teeth and is linked to the prevention of heart disease, cancer and many other life-threatening diseases. The recommended daily requirement is 400-600 International Units (IU). In summer, people with dark brown eyes and darker skin turn sunlight from just 15 minutes outside without sunscreen into adequate amounts of Vitamin D. Even during winter, just a 10-minute walk midday can keep the body's Vitamin D at healthy levels. During brief winter walks, we receive the greatest benefits when we wear no sunscreen and expose as much skin to the sun as possible. Vitamin D can also be obtained from foods. Salmon is one of the best sources of the Vitamin. Egg yolks, cheese, mushrooms and some animals organs contain smaller quantities of it. To attract consumers, food companies add Vitamin D to some of their milk products. The practice of putting the Vitamin into milk began in the 1930s.At that time, many children were suffering from rickets, an illness that is caused by a Vitamin D deficiency. It made the children's bones soft and weak. Adding Vitamin D to milk helped to solve the problem, and it has been available ever since. For people who still need more Vitamin D, there is another option: take Vitamin D supplements. These products are widely sold in stores. However, anyone considering taking supplements should consult a physician first.
[ [ [ 0, 1, 4 ] ], [ [ 0, 4, 4 ], [ 7, 2, 2 ], [ 8, 2, 2 ] ], [ [ 0, 6, 6 ], [ 0, 21, 21 ], [ 1, 3, 3 ], [ 8, 5, 5 ], [ 8, 11, 11 ] ], [ [ 0, 12, 13 ] ], [ [ 0, 13, 13 ] ], [ [ 0, 19, 20 ] ], [ [ 1, 7, 15 ], [ 3, 0, 2 ], [ 5, 24, 25 ], [ 9, 0, 1 ], [ 10, 8, 9 ], [ 13, 7, 8 ], [ 14, 4, 5 ], [ 14, 29, 30 ], [ 16, 1, 2 ], [ 18, 15, 16 ], [ 11, 14, 14 ] ], [ [ 3, 4, 4 ] ], [ [ 3, 6, 6 ] ], [ [ 3, 4, 6 ] ], [ [ 3, 11, 22 ] ], [ [ 3, 14, 15 ] ], [ [ 3, 17, 17 ] ], [ [ 3, 19, 22 ] ], [ [ 3, 14, 22 ] ], [ [ 4, 0, 3 ], [ 4, 5, 10 ] ], [ [ 5, 1, 1 ] ], [ [ 5, 3, 10 ] ], [ [ 5, 9, 10 ] ], [ [ 5, 15, 16 ] ], [ [ 5, 19, 19 ] ], [ [ 7, 8, 8 ] ], [ [ 7, 11, 15 ] ], [ [ 7, 11, 13 ] ], [ [ 7, 17, 18 ] ], [ [ 8, 1, 3 ] ], [ [ 8, 7, 9 ] ], [ [ 8, 13, 14 ] ], [ [ 8, 17, 24 ] ], [ [ 8, 21, 22 ], [ 1, 0, 1 ], [ 1, 3, 15 ] ], [ [ 9, 7, 7 ], [ 13, 4, 4 ] ], [ [ 10, 0, 0 ], [ 10, 2, 9 ] ], [ [ 10, 4, 9 ] ], [ [ 11, 0, 1 ] ], [ [ 11, 3, 3 ] ], [ [ 11, 5, 5 ] ], [ [ 11, 7, 9 ] ], [ [ 11, 0, 9 ] ], [ [ 11, 11, 14 ] ], [ [ 13, 2, 2 ] ], [ [ 13, 10, 14 ] ], [ [ 13, 12, 14 ] ], [ [ 13, 12, 12 ], [ 13, 4, 5 ] ], [ [ 14, 0, 7 ] ], [ [ 14, 7, 7 ], [ 13, 13, 13 ], [ 16, 4, 4 ] ], [ [ 14, 3, 7 ] ], [ [ 14, 10, 11 ], [ 14, 12, 13 ] ], [ [ 14, 15, 16 ] ], [ [ 14, 20, 20 ], [ 14, 22, 31 ], [ 14, 20, 31 ], [ 15, 0, 0 ] ], [ [ 14, 28, 31 ] ], [ [ 15, 2, 5 ] ], [ [ 15, 2, 4 ] ], [ [ 16, 8, 9 ] ], [ [ 16, 12, 12 ], [ 16, 0, 4 ] ], [ [ 18, 1, 7 ] ], [ [ 18, 5, 7 ] ], [ [ 18, 11, 12 ] ], [ [ 19, 6, 6 ] ], [ [ 20, 2, 5 ] ], [ [ 20, 5, 5 ], [ 18, 15, 17 ], [ 19, 0, 1 ] ], [ [ 20, 4, 5 ] ], [ [ 20, 8, 9 ] ], [ [ 5, 5, 7 ] ], [ [ 5, 5, 10 ] ], [ [ 0, 17, 20 ] ], [ [ 1, 13, 15 ] ], [ [ 3, 14, 14 ] ], [ [ 4, 6, 7 ], [ 4, 9, 9 ] ], [ [ 5, 12, 19 ] ], [ [ 5, 21, 25 ] ], [ [ 7, 5, 8 ] ], [ [ 11, 0, 0 ] ], [ [ 11, 8, 8 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36186
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (ADJP (RBS most) (JJ famous)) (JJ statue-the) (NNP Sphinx)) (PP (IN in) (NP (NNP Egypt)))) (VP (VBZ has) (VP (VBN been) (VP (VBN damaged)))) (. .)))" }, "speaker": null, "text": "The most famous statue-the Sphinx in Egypt has been damaged.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 1, "lemma": "the", "misc": "", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 8, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "most", "misc": "", "start_char": 4, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 15, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "famous", "misc": "", "start_char": 9, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 26, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "statue-the", "misc": "", "start_char": 16, "text": "statue-the", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 33, "feats": "Number=Sing", "head": 10, "id": 5, "lemma": "Sphinx", "misc": "", "start_char": 27, "text": "Sphinx", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 36, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 34, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 42, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Egypt", "misc": "", "start_char": 37, "text": "Egypt", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "have", "misc": "", "start_char": 43, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux:pass", "end_char": 51, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 47, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 59, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "damage", "misc": "", "start_char": 52, "text": "damaged", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 61, "feats": null, "head": 10, "id": 11, "lemma": ".", "misc": "", "start_char": 60, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS experts)) (VP (VBP are) (VP (VBG trying) (S (VP (TO to) (VP (VB find) (PRT (RP out)) (NP (NP (DT the) (NN cause)) (SBAR (S (VP (TO to) (VP (VB protect) (NP (PRP it)))))))))))) (. .)))" }, "speaker": null, "text": "The experts are trying to find out the cause to protect it.", "tokens": [ { "deprel": "det", "end_char": 65, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 62, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 73, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "expert", "misc": "", "start_char": 66, "text": "experts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 77, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 74, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 84, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "try", "misc": "", "start_char": 78, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 87, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 85, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 92, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "find", "misc": "", "start_char": 88, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 96, "feats": null, "head": 6, "id": 7, "lemma": "out", "misc": "", "start_char": 93, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 100, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 97, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 106, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "cause", "misc": "", "start_char": 101, "text": "cause", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 109, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 107, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 117, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "protect", "misc": "", "start_char": 110, "text": "protect", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 120, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "it", "misc": "", "start_char": 118, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 122, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 121, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 124, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 123, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (NP (PRP we)) (NP (DT all))) (VP (VBP know)))) (, ,) (NP (DT the) (NNP Sphinx)) (VP (VBZ has) (NP (NP (DT the) (NN body)) (PP (IN of) (NP (NP (DT a) (NN lion)) (CC and) (NP (NP (DT the) (NN face)) (PP (IN of) (NP (DT a) (NN man)))))))) (. .)))" }, "speaker": null, "text": "As we all know, the Sphinx has the body of a lion and the face of a man.", "tokens": [ { "deprel": "mark", "end_char": 127, "feats": null, "head": 4, "id": 1, "lemma": "as", "misc": "", "start_char": 125, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 130, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 128, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 134, "feats": "PronType=Tot", "head": 2, "id": 3, "lemma": "all", "misc": "", "start_char": 131, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 139, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 8, "id": 4, "lemma": "know", "misc": "", "start_char": 135, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 141, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 140, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 145, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 142, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 152, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Sphinx", "misc": "", "start_char": 146, "text": "Sphinx", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 156, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "have", "misc": "", "start_char": 153, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 160, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 157, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 165, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "body", "misc": "", "start_char": 161, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 168, "feats": null, "head": 13, "id": 11, "lemma": "of", "misc": "", "start_char": 166, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 170, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 169, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 175, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "lion", "misc": "", "start_char": 171, "text": "lion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 179, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 176, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 183, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 180, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 188, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "face", "misc": "", "start_char": 184, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 191, "feats": null, "head": 19, "id": 17, "lemma": "of", "misc": "", "start_char": 189, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 193, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 18, "lemma": "a", "misc": "", "start_char": 192, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 197, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "man", "misc": "", "start_char": 194, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 199, "feats": null, "head": 8, "id": 20, "lemma": ".", "misc": "", "start_char": 198, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD was) (VP (VBN cut) (PP (IN from) (NP (NN limestone))) (PP (IN near) (NP (NP (NNP Egypt) (POS 's)) (NNS pyramids))) (NP (QP (RB about) (CD 4)) (, ,) (ADVP (NP (CD 500) (NNS years)) (RB ago))))) (. .)))" }, "speaker": null, "text": "It was cut from limestone near Egypt's pyramids about 4, 500 years ago.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 202, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 200, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 206, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 203, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 210, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "cut", "misc": "", "start_char": 207, "text": "cut", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 215, "feats": null, "head": 5, "id": 4, "lemma": "from", "misc": "", "start_char": 211, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 225, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "limestone", "misc": "", "start_char": 216, "text": "limestone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 230, "feats": null, "head": 9, "id": 6, "lemma": "near", "misc": "", "start_char": 226, "text": "near", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 236, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "Egypt", "misc": "", "start_char": 231, "text": "Egypt", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 239, "feats": null, "head": 7, "id": 8, "lemma": "'s", "misc": "", "start_char": 237, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 248, "feats": "Number=Plur", "head": 3, "id": 9, "lemma": "pyramid", "misc": "", "start_char": 240, "text": "pyramids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 254, "feats": null, "head": 11, "id": 10, "lemma": "about", "misc": "", "start_char": 249, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 256, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 11, "lemma": "4", "misc": "", "start_char": 255, "text": "4", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 258, "feats": null, "head": 11, "id": 12, "lemma": ",", "misc": "", "start_char": 257, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 262, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 13, "lemma": "500", "misc": "", "start_char": 259, "text": "500", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 268, "feats": "Number=Plur", "head": 15, "id": 14, "lemma": "year", "misc": "", "start_char": 263, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 272, "feats": null, "head": 3, "id": 15, "lemma": "ago", "misc": "", "start_char": 269, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 274, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 273, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (ADVP (ADVP (RB Not) (RB long)) (RB ago)) (NP (NP (DT a) (JJ large) (NN piece)) (PP (IN of) (NP (NN stone)))) (VP (VBD fell) (PP (IN from) (NP (NP (DT the) (NNP Sphinx) (POS 's)) (JJ right) (NN shoulder)))) (. .)))" }, "speaker": null, "text": "Not long ago a large piece of stone fell from the Sphinx's right shoulder.", "tokens": [ { "deprel": "advmod", "end_char": 278, "feats": null, "head": 2, "id": 1, "lemma": "not", "misc": "", "start_char": 275, "text": "Not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 283, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "long", "misc": "", "start_char": 279, "text": "long", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 287, "feats": null, "head": 9, "id": 3, "lemma": "ago", "misc": "", "start_char": 284, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 289, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 288, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 295, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "large", "misc": "", "start_char": 290, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 301, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "piece", "misc": "", "start_char": 296, "text": "piece", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 304, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 302, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 310, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "stone", "misc": "", "start_char": 305, "text": "stone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 315, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "fall", "misc": "", "start_char": 311, "text": "fell", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 320, "feats": null, "head": 15, "id": 10, "lemma": "from", "misc": "", "start_char": 316, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 324, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 321, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 331, "feats": "Number=Sing", "head": 15, "id": 12, "lemma": "Sphinx", "misc": "", "start_char": 325, "text": "Sphinx", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 334, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 332, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 340, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "right", "misc": "", "start_char": 335, "text": "right", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 349, "feats": "Number=Sing", "head": 9, "id": 15, "lemma": "shoulder", "misc": "", "start_char": 341, "text": "shoulder", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 351, "feats": null, "head": 9, "id": 16, "lemma": ".", "misc": "", "start_char": 350, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 353, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 352, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (SBAR (IN In) (NN order) (S (VP (TO to) (VP (VB protect) (NP (DT the) (NN statue)) (PP (IN from) (NP (JJR more) (NN harm))))))) (, ,) (NP (DT a) (NN computer)) (VP (VBD was) (VP (VBN placed) (PP (IN on) (NP (PRP it))) (S (VP (TO to) (VP (VB measure) (NP (NP (NN rainfall)) (, ,) (NP (NN wind) (NN speed)) (CC and) (NP (NN air) (NN temperature)))))))) (. .)))" }, "speaker": null, "text": "In order to protect the statue from more harm, a computer was placed on it to measure rainfall, wind speed and air temperature.", "tokens": [ { "deprel": "mark", "end_char": 356, "feats": null, "head": 4, "id": 1, "lemma": "in", "misc": "", "start_char": 354, "text": "In", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 362, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "order", "misc": "", "start_char": 357, "text": "order", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 365, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 363, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 373, "feats": "VerbForm=Inf", "head": 14, "id": 4, "lemma": "protect", "misc": "", "start_char": 366, "text": "protect", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 377, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 374, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 384, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "statue", "misc": "", "start_char": 378, "text": "statue", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 389, "feats": null, "head": 9, "id": 7, "lemma": "from", "misc": "", "start_char": 385, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 394, "feats": "Degree=Cmp", "head": 9, "id": 8, "lemma": "more", "misc": "", "start_char": 390, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 399, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "harm", "misc": "", "start_char": 395, "text": "harm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 401, "feats": null, "head": 4, "id": 10, "lemma": ",", "misc": "", "start_char": 400, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 403, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 402, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 412, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "computer", "misc": "", "start_char": 404, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 416, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 413, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 423, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 14, "lemma": "place", "misc": "", "start_char": 417, "text": "placed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 426, "feats": null, "head": 16, "id": 15, "lemma": "on", "misc": "", "start_char": 424, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 429, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 16, "lemma": "it", "misc": "", "start_char": 427, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 432, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 430, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 440, "feats": "VerbForm=Inf", "head": 14, "id": 18, "lemma": "measure", "misc": "", "start_char": 433, "text": "measure", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 449, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "rainfall", "misc": "", "start_char": 441, "text": "rainfall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 451, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 450, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 456, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "wind", "misc": "", "start_char": 452, "text": "wind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 462, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "speed", "misc": "", "start_char": 457, "text": "speed", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 466, "feats": null, "head": 25, "id": 23, "lemma": "and", "misc": "", "start_char": 463, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 470, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "air", "misc": "", "start_char": 467, "text": "air", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 482, "feats": "Number=Sing", "head": 19, "id": 25, "lemma": "temperature", "misc": "", "start_char": 471, "text": "temperature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 484, "feats": null, "head": 14, "id": 26, "lemma": ".", "misc": "", "start_char": 483, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN computer)) (ADVP (RB also)) (VP (VBD measured) (NP (NP (DT the) (NN amount)) (PP (IN of) (NP (NP (NP (NN water)) (CC and) (NP (NN air) (NN pollution))) (, ,) (NP (NP (DT the) (NN direction)) (PP (IN of) (NP (NN wind)))) (CC and) (NP (NP (DT the) (NN temperature)) (PP (IN of) (NP (NP (DT the) (NN statue)) (NP (PRP itself))))))))) (. .)))" }, "speaker": null, "text": "The computer also measured the amount of water and air pollution, the direction of wind and the temperature of the statue itself.", "tokens": [ { "deprel": "det", "end_char": 488, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 485, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 497, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "computer", "misc": "", "start_char": 489, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 502, "feats": null, "head": 4, "id": 3, "lemma": "also", "misc": "", "start_char": 498, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 511, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "measure", "misc": "", "start_char": 503, "text": "measured", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 515, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 512, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 522, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "amount", "misc": "", "start_char": 516, "text": "amount", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 525, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 523, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 531, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "water", "misc": "", "start_char": 526, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 535, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 532, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 539, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "air", "misc": "", "start_char": 536, "text": "air", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 549, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "pollution", "misc": "", "start_char": 540, "text": "pollution", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 551, "feats": null, "head": 14, "id": 12, "lemma": ",", "misc": "", "start_char": 550, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 555, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 552, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 565, "feats": "Number=Sing", "head": 6, "id": 14, "lemma": "direction", "misc": "", "start_char": 556, "text": "direction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 568, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 566, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 573, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "wind", "misc": "", "start_char": 569, "text": "wind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 577, "feats": null, "head": 19, "id": 17, "lemma": "and", "misc": "", "start_char": 574, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 581, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 578, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 593, "feats": "Number=Sing", "head": 6, "id": 19, "lemma": "temperature", "misc": "", "start_char": 582, "text": "temperature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 596, "feats": null, "head": 22, "id": 20, "lemma": "of", "misc": "", "start_char": 594, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 600, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 597, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 607, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "statue", "misc": "", "start_char": 601, "text": "statue", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:npmod", "end_char": 614, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes", "head": 22, "id": 23, "lemma": "itself", "misc": "", "start_char": 608, "text": "itself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 616, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 615, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS effects)) (PP (IN of) (NP (NN age) (, ,) (NN wind) (, ,) (NN water) (CC and) (NN pollution)))) (VP (VBP have) (ADVP (RB greatly)) (VP (VBN weakened) (NP (DT the) (NNP Sphinx)))) (. .)))" }, "speaker": null, "text": "The effects of age, wind, water and pollution have greatly weakened the Sphinx.", "tokens": [ { "deprel": "det", "end_char": 620, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 617, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 628, "feats": "Number=Plur", "head": 13, "id": 2, "lemma": "effect", "misc": "", "start_char": 621, "text": "effects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 631, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 629, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 635, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "age", "misc": "", "start_char": 632, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 637, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 636, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 642, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "wind", "misc": "", "start_char": 638, "text": "wind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 644, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 643, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 650, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "water", "misc": "", "start_char": 645, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 654, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 651, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 664, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "pollution", "misc": "", "start_char": 655, "text": "pollution", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 669, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "have", "misc": "", "start_char": 665, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 677, "feats": null, "head": 13, "id": 12, "lemma": "greatly", "misc": "", "start_char": 670, "text": "greatly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 686, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 13, "lemma": "weaken", "misc": "", "start_char": 678, "text": "weakened", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 690, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 687, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 697, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "Sphinx", "misc": "", "start_char": 691, "text": "Sphinx", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 699, "feats": null, "head": 13, "id": 16, "lemma": ".", "misc": "", "start_char": 698, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NN Sunlight) (, ,) (NN wind) (, ,) (NN water) (CC and) (NN pollution)) (VP (VBP have) (VP (VBN been) (VP (VBG eroding) (NP (NP (DT the) (NN outside)) (PP (IN of) (NP (DT the) (NN statue)))) (PP (IN for) (NP (NNS centuries)))))) (. .)))" }, "speaker": null, "text": "Sunlight, wind, water and pollution have been eroding the outside of the statue for centuries.", "tokens": [ { "deprel": "nsubj", "end_char": 708, "feats": "Number=Sing", "head": 10, "id": 1, "lemma": "sunlight", "misc": "", "start_char": 700, "text": "Sunlight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 710, "feats": null, "head": 3, "id": 2, "lemma": ",", "misc": "", "start_char": 709, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 715, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "wind", "misc": "", "start_char": 711, "text": "wind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 717, "feats": null, "head": 5, "id": 4, "lemma": ",", "misc": "", "start_char": 716, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 723, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "water", "misc": "", "start_char": 718, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 727, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 724, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 737, "feats": "Number=Sing", "head": 1, "id": 7, "lemma": "pollution", "misc": "", "start_char": 728, "text": "pollution", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 742, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "have", "misc": "", "start_char": 738, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "aux", "end_char": 747, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 743, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 755, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 10, "lemma": "erode", "misc": "", "start_char": 748, "text": "eroding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 759, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 756, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 767, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "outside", "misc": "", "start_char": 760, "text": "outside", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 770, "feats": null, "head": 15, "id": 13, "lemma": "of", "misc": "", "start_char": 768, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 774, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 771, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 781, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "statue", "misc": "", "start_char": 775, "text": "statue", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 785, "feats": null, "head": 17, "id": 16, "lemma": "for", "misc": "", "start_char": 782, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 795, "feats": "Number=Plur", "head": 10, "id": 17, "lemma": "century", "misc": "", "start_char": 786, "text": "centuries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 797, "feats": null, "head": 10, "id": 18, "lemma": ".", "misc": "", "start_char": 796, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS experts)) (VP (VBP hope) (SBAR (IN that) (S (NP (NP (DT the) (NN information)) (PP (IN from) (NP (DT the) (NN computer)))) (VP (MD will) (VP (VB help) (S (VP (VB protect) (NP (PRP it)) (PP (IN from) (NP (JJR more) (NN damage)))))))))) (. .)))" }, "speaker": null, "text": "The experts hope that the information from the computer will help protect it from more damage.", "tokens": [ { "deprel": "det", "end_char": 801, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 798, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 809, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "expert", "misc": "", "start_char": 802, "text": "experts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 814, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "hope", "misc": "", "start_char": 810, "text": "hope", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 819, "feats": null, "head": 11, "id": 4, "lemma": "that", "misc": "", "start_char": 815, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 823, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 820, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 835, "feats": "Number=Sing", "head": 11, "id": 6, "lemma": "information", "misc": "", "start_char": 824, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 840, "feats": null, "head": 9, "id": 7, "lemma": "from", "misc": "", "start_char": 836, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 844, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 841, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 853, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "computer", "misc": "", "start_char": 845, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 858, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "will", "misc": "", "start_char": 854, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 863, "feats": "VerbForm=Inf", "head": 3, "id": 11, "lemma": "help", "misc": "", "start_char": 859, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 871, "feats": "VerbForm=Inf", "head": 11, "id": 12, "lemma": "protect", "misc": "", "start_char": 864, "text": "protect", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 874, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 13, "lemma": "it", "misc": "", "start_char": 872, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 879, "feats": null, "head": 16, "id": 14, "lemma": "from", "misc": "", "start_char": 875, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 884, "feats": "Degree=Cmp", "head": 16, "id": 15, "lemma": "more", "misc": "", "start_char": 880, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 891, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "damage", "misc": "", "start_char": 885, "text": "damage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 893, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 892, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP say) (SBAR (S (NP (NP (DT the) (JJR more)) (SBAR (S (NP (PRP they)) (VP (VBP know) (PP (IN about) (SBAR (WHNP (WP what)) (S (VP (VBZ is) (VP (VBG destroying) (NP (DT the) (NNP Sphinx))))))))))) (, ,) (NP (ADVP (DT the) (JJR more)) (SBAR (S (NP (PRP they)) (VP (MD can) (VP (VB do) (S (VP (TO to) (VP (VB protect) (NP (PRP it))))))))))))) (. .)))" }, "speaker": null, "text": "They say the more they know about what is destroying the Sphinx, the more they can do to protect it.", "tokens": [ { "deprel": "nsubj", "end_char": 898, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 894, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 902, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 899, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 906, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 903, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 911, "feats": "Degree=Cmp", "head": 18, "id": 4, "lemma": "more", "misc": "", "start_char": 907, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 916, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "they", "misc": "", "start_char": 912, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 921, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 6, "lemma": "know", "misc": "", "start_char": 917, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 927, "feats": null, "head": 8, "id": 7, "lemma": "about", "misc": "", "start_char": 922, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 932, "feats": "PronType=Rel", "head": 6, "id": 8, "lemma": "what", "misc": "", "start_char": 928, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 935, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 933, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 946, "feats": "Tense=Pres|VerbForm=Part", "head": 8, "id": 10, "lemma": "destroy", "misc": "", "start_char": 936, "text": "destroying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 950, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 947, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 957, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Sphinx", "misc": "", "start_char": 951, "text": "Sphinx", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 959, "feats": null, "head": 18, "id": 13, "lemma": ",", "misc": "", "start_char": 958, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 963, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 960, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 968, "feats": "Degree=Cmp", "head": 18, "id": 15, "lemma": "more", "misc": "", "start_char": 964, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 973, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 16, "lemma": "they", "misc": "", "start_char": 969, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 977, "feats": "VerbForm=Fin", "head": 18, "id": 17, "lemma": "can", "misc": "", "start_char": 974, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 980, "feats": "VerbForm=Inf", "head": 2, "id": 18, "lemma": "do", "misc": "", "start_char": 978, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 983, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 981, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 991, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "protect", "misc": "", "start_char": 984, "text": "protect", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 994, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 21, "lemma": "it", "misc": "", "start_char": 992, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 996, "feats": null, "head": 2, "id": 22, "lemma": ".", "misc": "", "start_char": 995, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
The most famous statue-the Sphinx in Egypt has been damaged. The experts are trying to find out the cause to protect it. As we all know, the Sphinx has the body of a lion and the face of a man. It was cut from limestone near Egypt's pyramids about 4, 500 years ago. Not long ago a large piece of stone fell from the Sphinx's right shoulder. In order to protect the statue from more harm, a computer was placed on it to measure rainfall, wind speed and air temperature. The computer also measured the amount of water and air pollution, the direction of wind and the temperature of the statue itself. The effects of age, wind, water and pollution have greatly weakened the Sphinx. Sunlight, wind, water and pollution have been eroding the outside of the statue for centuries. The experts hope that the information from the computer will help protect it from more damage. They say the more they know about what is destroying the Sphinx, the more they can do to protect it.
[ [ [ 0, 0, 6 ], [ 1, 11, 11 ], [ 12, 10, 11 ], [ 7, 15, 15 ], [ 7, 4, 5 ], [ 8, 22, 22 ], [ 8, 20, 21 ], [ 8, 20, 22 ], [ 4, 0, 0 ], [ 3, 5, 6 ], [ 9, 13, 14 ], [ 10, 13, 14 ], [ 11, 12, 12 ], [ 12, 20, 20 ], [ 5, 10, 12 ] ], [ [ 1, 7, 8 ] ], [ [ 3, 1, 1 ], [ 3, 2, 2 ], [ 3, 1, 2 ] ], [ [ 3, 8, 12 ] ], [ [ 3, 14, 18 ] ], [ [ 3, 17, 18 ] ], [ [ 3, 11, 12 ] ], [ [ 4, 6, 8 ] ], [ [ 0, 6, 6 ], [ 4, 6, 7 ] ], [ [ 4, 10, 14 ] ], [ [ 4, 10, 13 ] ], [ [ 5, 3, 7 ] ], [ [ 5, 7, 7 ] ], [ [ 5, 10, 14 ] ], [ [ 7, 1, 1 ] ], [ [ 7, 18, 18 ] ], [ [ 7, 20, 21 ] ], [ [ 7, 23, 24 ] ], [ [ 7, 23, 23 ], [ 8, 9, 9 ] ], [ [ 7, 18, 24 ] ], [ [ 8, 4, 22 ] ], [ [ 8, 7, 7 ], [ 10, 4, 4 ], [ 9, 7, 7 ] ], [ [ 8, 9, 10 ] ], [ [ 8, 12, 15 ] ], [ [ 8, 17, 22 ] ], [ [ 9, 0, 9 ] ], [ [ 9, 9, 9 ], [ 10, 6, 6 ] ], [ [ 9, 5, 5 ], [ 8, 15, 15 ], [ 10, 2, 2 ], [ 7, 20, 20 ] ], [ [ 9, 3, 3 ] ], [ [ 9, 3, 9 ] ], [ [ 10, 0, 0 ] ], [ [ 10, 0, 6 ] ], [ [ 10, 10, 14 ] ], [ [ 10, 16, 16 ] ], [ [ 11, 4, 8 ] ], [ [ 11, 7, 8 ], [ 8, 0, 1 ], [ 7, 10, 11 ] ], [ [ 12, 0, 0 ], [ 1, 0, 1 ], [ 11, 0, 1 ], [ 12, 4, 4 ], [ 12, 15, 15 ] ], [ [ 12, 7, 11 ] ], [ [ 3, 8, 18 ] ], [ [ 4, 4, 4 ] ], [ [ 7, 7, 8 ] ], [ [ 8, 4, 10 ] ], [ [ 8, 7, 10 ] ], [ [ 11, 14, 15 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36187
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN man)) (VP (VP (VBD fell) (PP (IN out) (PP (IN of) (NP (PRP$ his) (NN plane))))) (CC and) (VP (VBD fell) (ADVP (RB back)) (PP (IN into) (NP (PRP it))) (ADVP (RB again)))) (. .)))" }, "speaker": null, "text": "A man fell out of his plane and fell back into it again.", "tokens": [ { "deprel": "det", "end_char": 1, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 0, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "man", "misc": "", "start_char": 2, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "fall", "misc": "", "start_char": 6, "text": "fell", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 14, "feats": null, "head": 7, "id": 4, "lemma": "out", "misc": "", "start_char": 11, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 17, "feats": null, "head": 4, "id": 5, "lemma": "of", "misc": "", "start_char": 15, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 21, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "his", "misc": "", "start_char": 18, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 27, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "plane", "misc": "", "start_char": 22, "text": "plane", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 31, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 28, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 36, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "fall", "misc": "", "start_char": 32, "text": "fell", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 41, "feats": null, "head": 9, "id": 10, "lemma": "back", "misc": "", "start_char": 37, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 46, "feats": null, "head": 12, "id": 11, "lemma": "into", "misc": "", "start_char": 42, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 49, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 12, "lemma": "it", "misc": "", "start_char": 47, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 55, "feats": null, "head": 9, "id": 13, "lemma": "again", "misc": "", "start_char": 50, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 56, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (CD Two) (NNS people)) (VP (VBD rowed) (NP (DT a) (JJ small) (NN boat)) (PP (IN from) (NP (NNP New) (NNP York))) (PP (IN to) (NP (NNP England))) (PP (IN in) (NP (CD 56) (NNS days)))) (. .)))" }, "speaker": null, "text": "Two people rowed a small boat from New York to England in 56 days.", "tokens": [ { "deprel": "nummod", "end_char": 61, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "two", "misc": "", "start_char": 58, "text": "Two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 68, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 62, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 74, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "row", "misc": "", "start_char": 69, "text": "rowed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 76, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 75, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 82, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "small", "misc": "", "start_char": 77, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 87, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "boat", "misc": "", "start_char": 83, "text": "boat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 92, "feats": null, "head": 9, "id": 7, "lemma": "from", "misc": "", "start_char": 88, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 96, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "New", "misc": "", "start_char": 93, "text": "New", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 101, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "York", "misc": "", "start_char": 97, "text": "York", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 104, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 102, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 112, "feats": "Number=Sing", "head": 3, "id": 11, "lemma": "England", "misc": "", "start_char": 105, "text": "England", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 115, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 113, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 118, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 13, "lemma": "56", "misc": "", "start_char": 116, "text": "56", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 123, "feats": "Number=Plur", "head": 3, "id": 14, "lemma": "day", "misc": "", "start_char": 119, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 125, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 124, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (CD One) (NN person)) (VP (VBD was) (ADJP (ADJP (RB so) (JJ big)) (SBAR (IN that) (S (NP (PRP he)) (VP (MD would) (RB n't) (VP (VB fit) (PP (IN in) (NP (DT any) (NN hospital) (NN room))))))))) (. .)))" }, "speaker": null, "text": "One person was so big that he wouldn't fit in any hospital room.", "tokens": [ { "deprel": "nummod", "end_char": 129, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "one", "misc": "", "start_char": 126, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 136, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "person", "misc": "", "start_char": 130, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 140, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 137, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 143, "feats": null, "head": 5, "id": 4, "lemma": "so", "misc": "", "start_char": 141, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 147, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "big", "misc": "", "start_char": 144, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 152, "feats": null, "head": 10, "id": 6, "lemma": "that", "misc": "", "start_char": 148, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 155, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 7, "lemma": "he", "misc": "", "start_char": 153, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 161, "feats": "VerbForm=Fin", "head": 10, "id": 8, "lemma": "would", "misc": "", "start_char": 156, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 165, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 162, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 169, "feats": "VerbForm=Inf", "head": 5, "id": 10, "lemma": "fit", "misc": "", "start_char": 166, "text": "fit", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 172, "feats": null, "head": 14, "id": 11, "lemma": "in", "misc": "", "start_char": 170, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 176, "feats": null, "head": 14, "id": 12, "lemma": "any", "misc": "", "start_char": 173, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 185, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "hospital", "misc": "", "start_char": 177, "text": "hospital", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 190, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "room", "misc": "", "start_char": 186, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 192, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 191, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (SQ (MD Would) (NP (PRP you)) (VP (VB believe) (NP (DT these) (NNS stories))) (. ?)))" }, "speaker": null, "text": "Would you believe these stories?", "tokens": [ { "deprel": "aux", "end_char": 198, "feats": "VerbForm=Fin", "head": 3, "id": 1, "lemma": "would", "misc": "", "start_char": 193, "text": "Would", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 202, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 199, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 210, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "believe", "misc": "", "start_char": 203, "text": "believe", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 216, "feats": "Number=Plur|PronType=Dem", "head": 5, "id": 4, "lemma": "this", "misc": "", "start_char": 211, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 224, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "story", "misc": "", "start_char": 217, "text": "stories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 226, "feats": null, "head": 3, "id": 6, "lemma": "?", "misc": "", "start_char": 225, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (ADVP (UH Well)) (, ,) (S (NP (PRP they)) (VP (MD may) (VP (VB sound) (ADJP (JJ strange))))) (, ,) (CC but) (S (NP (PRP they)) (VP (VBD did) (VP (VB happen)))) (. .)))" }, "speaker": null, "text": "Well, they may sound strange, but they did happen.", "tokens": [ { "deprel": "discourse", "end_char": 231, "feats": null, "head": 5, "id": 1, "lemma": "well", "misc": "", "start_char": 227, "text": "Well", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 233, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 232, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 238, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 3, "lemma": "they", "misc": "", "start_char": 234, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 242, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "may", "misc": "", "start_char": 239, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 248, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "sound", "misc": "", "start_char": 243, "text": "sound", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 256, "feats": "Degree=Pos", "head": 5, "id": 6, "lemma": "strange", "misc": "", "start_char": 249, "text": "strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 258, "feats": null, "head": 11, "id": 7, "lemma": ",", "misc": "", "start_char": 257, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 262, "feats": null, "head": 11, "id": 8, "lemma": "but", "misc": "", "start_char": 259, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 267, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "they", "misc": "", "start_char": 263, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 271, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "do", "misc": "", "start_char": 268, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 278, "feats": "VerbForm=Inf", "head": 5, "id": 11, "lemma": "happen", "misc": "", "start_char": 272, "text": "happen", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 280, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 279, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NNP James) (NNP Cornell)) (VP (VBZ has) (NP (NP (ADJP (ADJP (RBR more) (JJ strange)) (CC but) (ADJP (JJ true))) (NNS stories)) (PP (IN like) (NP (DT these)))) (PP (IN in) (NP (NP (DT a) (NN book)) (VP (VBN called) (S (NP (ADJP (NNP Very) (NNP Strange)) (NNPS People))))))) (. .)))" }, "speaker": null, "text": "James Cornell has more strange but true stories like these in a book called Very Strange People.", "tokens": [ { "deprel": "nsubj", "end_char": 286, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "James", "misc": "", "start_char": 281, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 294, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Cornell", "misc": "", "start_char": 287, "text": "Cornell", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 298, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 295, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 303, "feats": "Degree=Cmp", "head": 5, "id": 4, "lemma": "more", "misc": "", "start_char": 299, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 311, "feats": "Degree=Pos", "head": 8, "id": 5, "lemma": "strange", "misc": "", "start_char": 304, "text": "strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 315, "feats": null, "head": 7, "id": 6, "lemma": "but", "misc": "", "start_char": 312, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 320, "feats": "Degree=Pos", "head": 5, "id": 7, "lemma": "true", "misc": "", "start_char": 316, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 328, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "story", "misc": "", "start_char": 321, "text": "stories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 333, "feats": null, "head": 10, "id": 9, "lemma": "like", "misc": "", "start_char": 329, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 339, "feats": "Number=Plur|PronType=Dem", "head": 8, "id": 10, "lemma": "this", "misc": "", "start_char": 334, "text": "these", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 342, "feats": null, "head": 13, "id": 11, "lemma": "in", "misc": "", "start_char": 340, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 344, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 343, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 349, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "book", "misc": "", "start_char": 345, "text": "book", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 356, "feats": "Tense=Past|VerbForm=Part", "head": 13, "id": 14, "lemma": "call", "misc": "", "start_char": 350, "text": "called", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 361, "feats": null, "head": 17, "id": 15, "lemma": "very", "misc": "", "start_char": 357, "text": "Very", "upos": "ADV", "xpos": "NNP" }, { "deprel": "amod", "end_char": 369, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "strange", "misc": "", "start_char": 362, "text": "Strange", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 376, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "People", "misc": "", "start_char": 370, "text": "People", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 378, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 377, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 380, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 379, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Here)) (VP (VBZ is)) (NP (NP (NN part)) (PP (IN of) (NP (NP (DT the) (NNS contents)) (PP (IN of) (NP (ADJP (NNP Very) (JJ Strange)) (NNPS People)))))) (. .)))" }, "speaker": null, "text": "Here is part of the contents of Very Strange People.", "tokens": [ { "deprel": "root", "end_char": 385, "feats": "PronType=Dem", "head": 0, "id": 1, "lemma": "here", "misc": "", "start_char": 381, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 388, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 386, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 393, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "part", "misc": "", "start_char": 389, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 396, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 394, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 400, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 397, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 409, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "content", "misc": "", "start_char": 401, "text": "contents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 412, "feats": null, "head": 10, "id": 7, "lemma": "of", "misc": "", "start_char": 410, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 417, "feats": null, "head": 9, "id": 8, "lemma": "very", "misc": "", "start_char": 413, "text": "Very", "upos": "ADV", "xpos": "NNP" }, { "deprel": "amod", "end_char": 425, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "strange", "misc": "", "start_char": 418, "text": "Strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 432, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "People", "misc": "", "start_char": 426, "text": "People", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 434, "feats": null, "head": 1, "id": 11, "lemma": ".", "misc": "", "start_char": 433, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS contents)) (VP (VBZ lists) (NP (NP (DT the) (NNS names)) (PP (IN of) (NP (NP (DT the) (NNS chapters) (CC or) (NNS parts)) (PP (IN of) (NP (DT the) (NN book))))))) (. .)))" }, "speaker": null, "text": "The contents lists the names of the chapters or parts of the book.", "tokens": [ { "deprel": "det", "end_char": 438, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 435, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 447, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "content", "misc": "", "start_char": 439, "text": "contents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 453, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "list", "misc": "", "start_char": 448, "text": "lists", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 457, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 454, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 463, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "name", "misc": "", "start_char": 458, "text": "names", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 466, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 464, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 470, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 467, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 479, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "chapter", "misc": "", "start_char": 471, "text": "chapters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 482, "feats": null, "head": 10, "id": 9, "lemma": "or", "misc": "", "start_char": 480, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 488, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "part", "misc": "", "start_char": 483, "text": "parts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 491, "feats": null, "head": 13, "id": 11, "lemma": "of", "misc": "", "start_char": 489, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 495, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 492, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 500, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "book", "misc": "", "start_char": 496, "text": "book", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 502, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 501, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (ADVP (RB also)) (VP (VBZ tells) (PP (IN on) (SBAR (WHNP (WDT what) (NN page)) (S (NP (DT each) (NN chapter)) (VP (VBZ begins)))))) (. .)))" }, "speaker": null, "text": "It also tells on what page each chapter begins.", "tokens": [ { "deprel": "nsubj", "end_char": 505, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 503, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 510, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 506, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 516, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "tell", "misc": "", "start_char": 511, "text": "tells", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 519, "feats": null, "head": 6, "id": 4, "lemma": "on", "misc": "", "start_char": 517, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 524, "feats": "PronType=Int", "head": 6, "id": 5, "lemma": "what", "misc": "", "start_char": 520, "text": "what", "upos": "DET", "xpos": "WDT" }, { "deprel": "obl", "end_char": 529, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "page", "misc": "", "start_char": 525, "text": "page", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 534, "feats": null, "head": 8, "id": 7, "lemma": "each", "misc": "", "start_char": 530, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 542, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "chapter", "misc": "", "start_char": 535, "text": "chapter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 549, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 9, "lemma": "begin", "misc": "", "start_char": 543, "text": "begins", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 551, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 550, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 553, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 552, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NP (NN Chapter) (NN Page)))" }, "speaker": null, "text": "Chapter Page", "tokens": [ { "deprel": "compound", "end_char": 561, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Chapter", "misc": "", "start_char": 554, "text": "Chapter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 566, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "page", "misc": "", "start_char": 562, "text": "Page", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 568, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 567, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (FRAG (NP (CD One) (NP (JJ A) (NN Dog) (POS 's)) (NN Life)) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (NP (CD 3))))" }, "speaker": null, "text": "One A Dog's Life.......................................... 3", "tokens": [ { "deprel": "nummod", "end_char": 572, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 1, "lemma": "one", "misc": "", "start_char": 569, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 574, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "A", "misc": "", "start_char": 573, "text": "A", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod:poss", "end_char": 578, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "dog", "misc": "", "start_char": 575, "text": "Dog", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 581, "feats": null, "head": 3, "id": 4, "lemma": "'s", "misc": "", "start_char": 579, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "root", "end_char": 586, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "life", "misc": "", "start_char": 582, "text": "Life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 590, "feats": null, "head": 5, "id": 6, "lemma": "...", "misc": "", "start_char": 587, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 594, "feats": null, "head": 5, "id": 7, "lemma": "...", "misc": "", "start_char": 591, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 598, "feats": null, "head": 5, "id": 8, "lemma": "...", "misc": "", "start_char": 595, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 602, "feats": null, "head": 5, "id": 9, "lemma": "...", "misc": "", "start_char": 599, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 606, "feats": null, "head": 5, "id": 10, "lemma": "...", "misc": "", "start_char": 603, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 610, "feats": null, "head": 5, "id": 11, "lemma": "...", "misc": "", "start_char": 607, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 614, "feats": null, "head": 5, "id": 12, "lemma": "...", "misc": "", "start_char": 611, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 618, "feats": null, "head": 5, "id": 13, "lemma": "...", "misc": "", "start_char": 615, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 622, "feats": null, "head": 5, "id": 14, "lemma": "...", "misc": "", "start_char": 619, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 626, "feats": null, "head": 5, "id": 15, "lemma": "...", "misc": "", "start_char": 623, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 630, "feats": null, "head": 5, "id": 16, "lemma": "...", "misc": "", "start_char": 627, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 634, "feats": null, "head": 5, "id": 17, "lemma": "...", "misc": "", "start_char": 631, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 638, "feats": null, "head": 5, "id": 18, "lemma": "...", "misc": "", "start_char": 635, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 642, "feats": null, "head": 5, "id": 19, "lemma": "...", "misc": "", "start_char": 639, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "dep", "end_char": 644, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 20, "lemma": "3", "misc": "", "start_char": 643, "text": "3", "upos": "NUM", "xpos": "CD" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 646, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 645, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NP (CD Two) (NP (DT A) (JJ Lucky) (NNP Pilot)) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (. .) (, ...) (, ...) (, ...) (, ...) (NP (CD ..14))))" }, "speaker": null, "text": "Two A Lucky Pilot.................. ............. ..14", "tokens": [ { "deprel": "dep", "end_char": 650, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 1, "lemma": "two", "misc": "", "start_char": 647, "text": "Two", "upos": "NUM", "xpos": "CD" }, { "deprel": "det", "end_char": 652, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 2, "lemma": "a", "misc": "", "start_char": 651, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 658, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "lucky", "misc": "", "start_char": 653, "text": "Lucky", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 664, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "Pilot", "misc": "", "start_char": 659, "text": "Pilot", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 668, "feats": null, "head": 4, "id": 5, "lemma": "...", "misc": "", "start_char": 665, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 672, "feats": null, "head": 4, "id": 6, "lemma": "...", "misc": "", "start_char": 669, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 676, "feats": null, "head": 4, "id": 7, "lemma": "...", "misc": "", "start_char": 673, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 680, "feats": null, "head": 4, "id": 8, "lemma": "...", "misc": "", "start_char": 677, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 684, "feats": null, "head": 4, "id": 9, "lemma": "...", "misc": "", "start_char": 681, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 688, "feats": null, "head": 4, "id": 10, "lemma": "...", "misc": "", "start_char": 685, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 690, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 689, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 694, "feats": null, "head": 4, "id": 12, "lemma": "...", "misc": "", "start_char": 691, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 698, "feats": null, "head": 4, "id": 13, "lemma": "...", "misc": "", "start_char": 695, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 702, "feats": null, "head": 4, "id": 14, "lemma": "...", "misc": "", "start_char": 699, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 706, "feats": null, "head": 4, "id": 15, "lemma": "...", "misc": "", "start_char": 703, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "dep", "end_char": 711, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 16, "lemma": "..14", "misc": "", "start_char": 707, "text": "..14", "upos": "NUM", "xpos": "CD" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 713, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 712, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NP (CD Three) (NML (NNP High) (NNP Wire)) (NNP Act) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ..) (, ...) (, ...) (, ...) (, ...) (NP (CD .33))))" }, "speaker": null, "text": "Three High Wire Act.................. .............. .33", "tokens": [ { "deprel": "nummod", "end_char": 719, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 1, "lemma": "three", "misc": "", "start_char": 714, "text": "Three", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 724, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "high", "misc": "", "start_char": 720, "text": "High", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 729, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Wire", "misc": "", "start_char": 725, "text": "Wire", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 733, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "Act", "misc": "", "start_char": 730, "text": "Act", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 737, "feats": null, "head": 4, "id": 5, "lemma": "...", "misc": "", "start_char": 734, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 741, "feats": null, "head": 4, "id": 6, "lemma": "...", "misc": "", "start_char": 738, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 745, "feats": null, "head": 4, "id": 7, "lemma": "...", "misc": "", "start_char": 742, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 749, "feats": null, "head": 4, "id": 8, "lemma": "...", "misc": "", "start_char": 746, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 753, "feats": null, "head": 4, "id": 9, "lemma": "...", "misc": "", "start_char": 750, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 757, "feats": null, "head": 4, "id": 10, "lemma": "...", "misc": "", "start_char": 754, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 760, "feats": null, "head": 4, "id": 11, "lemma": "..", "misc": "", "start_char": 758, "text": "..", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 764, "feats": null, "head": 4, "id": 12, "lemma": "...", "misc": "", "start_char": 761, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 768, "feats": null, "head": 4, "id": 13, "lemma": "...", "misc": "", "start_char": 765, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 772, "feats": null, "head": 4, "id": 14, "lemma": "...", "misc": "", "start_char": 769, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 776, "feats": null, "head": 16, "id": 15, "lemma": "...", "misc": "", "start_char": 773, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "dep", "end_char": 780, "feats": "NumForm=Digit|NumType=Frac", "head": 4, "id": 16, "lemma": ".33", "misc": "", "start_char": 777, "text": ".33", "upos": "NUM", "xpos": "CD" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 782, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 781, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NP (NP (CD Four) (NNP Fat) (NNS Men)) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (. ..) (NP (CD 41))))" }, "speaker": null, "text": "Four Fat Men............................................... 41", "tokens": [ { "deprel": "nummod", "end_char": 787, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 1, "lemma": "four", "misc": "", "start_char": 783, "text": "Four", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 791, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Fat", "misc": "", "start_char": 788, "text": "Fat", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 795, "feats": "Number=Plur", "head": 0, "id": 3, "lemma": "man", "misc": "", "start_char": 792, "text": "Men", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 799, "feats": null, "head": 3, "id": 4, "lemma": "...", "misc": "", "start_char": 796, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 803, "feats": null, "head": 3, "id": 5, "lemma": "...", "misc": "", "start_char": 800, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 807, "feats": null, "head": 3, "id": 6, "lemma": "...", "misc": "", "start_char": 804, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 811, "feats": null, "head": 3, "id": 7, "lemma": "...", "misc": "", "start_char": 808, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 815, "feats": null, "head": 3, "id": 8, "lemma": "...", "misc": "", "start_char": 812, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 819, "feats": null, "head": 3, "id": 9, "lemma": "...", "misc": "", "start_char": 816, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 823, "feats": null, "head": 3, "id": 10, "lemma": "...", "misc": "", "start_char": 820, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 827, "feats": null, "head": 3, "id": 11, "lemma": "...", "misc": "", "start_char": 824, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 831, "feats": null, "head": 3, "id": 12, "lemma": "...", "misc": "", "start_char": 828, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 835, "feats": null, "head": 3, "id": 13, "lemma": "...", "misc": "", "start_char": 832, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 839, "feats": null, "head": 3, "id": 14, "lemma": "...", "misc": "", "start_char": 836, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 843, "feats": null, "head": 3, "id": 15, "lemma": "...", "misc": "", "start_char": 840, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 847, "feats": null, "head": 3, "id": 16, "lemma": "...", "misc": "", "start_char": 844, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 851, "feats": null, "head": 3, "id": 17, "lemma": "...", "misc": "", "start_char": 848, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 855, "feats": null, "head": 3, "id": 18, "lemma": "...", "misc": "", "start_char": 852, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 858, "feats": null, "head": 3, "id": 19, "lemma": "..", "misc": "", "start_char": 856, "text": "..", "upos": "PUNCT", "xpos": "." }, { "deprel": "dep", "end_char": 861, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 20, "lemma": "41", "misc": "", "start_char": 859, "text": "41", "upos": "NUM", "xpos": "CD" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 863, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 862, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NP (NP (CD Five)) (PP (IN Over) (NP (DT the) (NNPS Falls))) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (NP (CD ..43))))" }, "speaker": null, "text": "Five Over the Falls.........................................43", "tokens": [ { "deprel": "root", "end_char": 868, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 1, "lemma": "five", "misc": "", "start_char": 864, "text": "Five", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 873, "feats": null, "head": 4, "id": 2, "lemma": "over", "misc": "", "start_char": 869, "text": "Over", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 877, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 874, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 883, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "Falls", "misc": "", "start_char": 878, "text": "Falls", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 887, "feats": null, "head": 1, "id": 5, "lemma": "...", "misc": "", "start_char": 884, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 891, "feats": null, "head": 1, "id": 6, "lemma": "...", "misc": "", "start_char": 888, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 895, "feats": null, "head": 1, "id": 7, "lemma": "...", "misc": "", "start_char": 892, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 899, "feats": null, "head": 1, "id": 8, "lemma": "...", "misc": "", "start_char": 896, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 903, "feats": null, "head": 1, "id": 9, "lemma": "...", "misc": "", "start_char": 900, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 907, "feats": null, "head": 1, "id": 10, "lemma": "...", "misc": "", "start_char": 904, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 911, "feats": null, "head": 1, "id": 11, "lemma": "...", "misc": "", "start_char": 908, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 915, "feats": null, "head": 1, "id": 12, "lemma": "...", "misc": "", "start_char": 912, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 919, "feats": null, "head": 1, "id": 13, "lemma": "...", "misc": "", "start_char": 916, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 923, "feats": null, "head": 1, "id": 14, "lemma": "...", "misc": "", "start_char": 920, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 927, "feats": null, "head": 1, "id": 15, "lemma": "...", "misc": "", "start_char": 924, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 931, "feats": null, "head": 1, "id": 16, "lemma": "...", "misc": "", "start_char": 928, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 935, "feats": null, "head": 1, "id": 17, "lemma": "...", "misc": "", "start_char": 932, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "dep", "end_char": 940, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 18, "lemma": "..43", "misc": "", "start_char": 936, "text": "..43", "upos": "NUM", "xpos": "CD" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 942, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 941, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NP (NP (CD Six) (DT A) (NNP House)) (PP (IN without) (NP (DT an) (NN end))) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (. .) (, ...) (, ...) (, ...) (, ...) (NP (CD .53))))" }, "speaker": null, "text": "Six A House without an end.................. ............. .53", "tokens": [ { "deprel": "nummod", "end_char": 946, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 1, "lemma": "six", "misc": "", "start_char": 943, "text": "Six", "upos": "NUM", "xpos": "CD" }, { "deprel": "det", "end_char": 948, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 947, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 954, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "House", "misc": "", "start_char": 949, "text": "House", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 962, "feats": null, "head": 6, "id": 4, "lemma": "without", "misc": "", "start_char": 955, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 965, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 963, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 969, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "end", "misc": "", "start_char": 966, "text": "end", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 973, "feats": null, "head": 3, "id": 7, "lemma": "...", "misc": "", "start_char": 970, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 977, "feats": null, "head": 3, "id": 8, "lemma": "...", "misc": "", "start_char": 974, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 981, "feats": null, "head": 3, "id": 9, "lemma": "...", "misc": "", "start_char": 978, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 985, "feats": null, "head": 3, "id": 10, "lemma": "...", "misc": "", "start_char": 982, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 989, "feats": null, "head": 3, "id": 11, "lemma": "...", "misc": "", "start_char": 986, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 993, "feats": null, "head": 3, "id": 12, "lemma": "...", "misc": "", "start_char": 990, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 995, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 994, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 999, "feats": null, "head": 3, "id": 14, "lemma": "...", "misc": "", "start_char": 996, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1003, "feats": null, "head": 3, "id": 15, "lemma": "...", "misc": "", "start_char": 1000, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1007, "feats": null, "head": 3, "id": 16, "lemma": "...", "misc": "", "start_char": 1004, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1011, "feats": null, "head": 3, "id": 17, "lemma": "...", "misc": "", "start_char": 1008, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "dep", "end_char": 1015, "feats": "NumForm=Digit|NumType=Frac", "head": 3, "id": 18, "lemma": ".53", "misc": "", "start_char": 1012, "text": ".53", "upos": "NUM", "xpos": "CD" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1017, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1016, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (FRAG (NP (CD Seven) (NN Row) (, ,) (NN Row) (, ,) (NNP Row) (PRP$ Your) (NNP Boat) (, ...)) (, ...) (, ...) (, ...) (, ...) (, ..) (, ...) (, ...) (, ...) (, ...) (NP (CD ..60))))" }, "speaker": null, "text": "Seven Row, Row, Row Your Boat............................. ..60", "tokens": [ { "deprel": "nummod", "end_char": 1023, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "seven", "misc": "", "start_char": 1018, "text": "Seven", "upos": "NUM", "xpos": "CD" }, { "deprel": "root", "end_char": 1027, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "row", "misc": "", "start_char": 1024, "text": "Row", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1029, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 1028, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "list", "end_char": 1033, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "row", "misc": "", "start_char": 1030, "text": "Row", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1035, "feats": null, "head": 2, "id": 5, "lemma": ",", "misc": "", "start_char": 1034, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "list", "end_char": 1039, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "row", "misc": "", "start_char": 1036, "text": "Row", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod:poss", "end_char": 1044, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "your", "misc": "", "start_char": 1040, "text": "Your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "list", "end_char": 1049, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "Boat", "misc": "", "start_char": 1045, "text": "Boat", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1053, "feats": null, "head": 2, "id": 9, "lemma": "...", "misc": "", "start_char": 1050, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1057, "feats": null, "head": 2, "id": 10, "lemma": "...", "misc": "", "start_char": 1054, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1061, "feats": null, "head": 2, "id": 11, "lemma": "...", "misc": "", "start_char": 1058, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1065, "feats": null, "head": 2, "id": 12, "lemma": "...", "misc": "", "start_char": 1062, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1069, "feats": null, "head": 2, "id": 13, "lemma": "...", "misc": "", "start_char": 1066, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1072, "feats": null, "head": 2, "id": 14, "lemma": "..", "misc": "", "start_char": 1070, "text": "..", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1076, "feats": null, "head": 2, "id": 15, "lemma": "...", "misc": "", "start_char": 1073, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1080, "feats": null, "head": 2, "id": 16, "lemma": "...", "misc": "", "start_char": 1077, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1084, "feats": null, "head": 2, "id": 17, "lemma": "...", "misc": "", "start_char": 1081, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1088, "feats": null, "head": 2, "id": 18, "lemma": "...", "misc": "", "start_char": 1085, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "list", "end_char": 1093, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 19, "lemma": "..60", "misc": "", "start_char": 1089, "text": "..60", "upos": "NUM", "xpos": "CD" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1095, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1094, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (NP (NP (CD Eight)) (NP (DT The) (NNP Tower) (NNP Builder)) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ...) (, ..) (, ...) (, ...) (, ...) (, ...) (NP (CD ..85))))" }, "speaker": null, "text": "Eight The Tower Builder................................... ..85", "tokens": [ { "deprel": "root", "end_char": 1101, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 1, "lemma": "eight", "misc": "", "start_char": 1096, "text": "Eight", "upos": "NUM", "xpos": "CD" }, { "deprel": "det", "end_char": 1105, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 1102, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1111, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Tower", "misc": "", "start_char": 1106, "text": "Tower", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 1119, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "Builder", "misc": "", "start_char": 1112, "text": "Builder", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1123, "feats": null, "head": 4, "id": 5, "lemma": "...", "misc": "", "start_char": 1120, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1127, "feats": null, "head": 4, "id": 6, "lemma": "...", "misc": "", "start_char": 1124, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1131, "feats": null, "head": 4, "id": 7, "lemma": "...", "misc": "", "start_char": 1128, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1135, "feats": null, "head": 4, "id": 8, "lemma": "...", "misc": "", "start_char": 1132, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1139, "feats": null, "head": 4, "id": 9, "lemma": "...", "misc": "", "start_char": 1136, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1143, "feats": null, "head": 4, "id": 10, "lemma": "...", "misc": "", "start_char": 1140, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1147, "feats": null, "head": 4, "id": 11, "lemma": "...", "misc": "", "start_char": 1144, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1150, "feats": null, "head": 4, "id": 12, "lemma": "..", "misc": "", "start_char": 1148, "text": "..", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1154, "feats": null, "head": 4, "id": 13, "lemma": "...", "misc": "", "start_char": 1151, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1158, "feats": null, "head": 4, "id": 14, "lemma": "...", "misc": "", "start_char": 1155, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1162, "feats": null, "head": 1, "id": 15, "lemma": "...", "misc": "", "start_char": 1159, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1166, "feats": null, "head": 17, "id": 16, "lemma": "...", "misc": "", "start_char": 1163, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "dep", "end_char": 1171, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 17, "lemma": "..85", "misc": "", "start_char": 1167, "text": "..85", "upos": "NUM", "xpos": "CD" } ] } ]
A man fell out of his plane and fell back into it again. Two people rowed a small boat from New York to England in 56 days. One person was so big that he wouldn't fit in any hospital room. Would you believe these stories? Well, they may sound strange, but they did happen. James Cornell has more strange but true stories like these in a book called Very Strange People. Here is part of the contents of Very Strange People. The contents lists the names of the chapters or parts of the book. It also tells on what page each chapter begins. Chapter Page One A Dog's Life.......................................... 3 Two A Lucky Pilot.................. ............. ..14 Three High Wire Act.................. .............. .33 Four Fat Men............................................... 41 Five Over the Falls.........................................43 Six A House without an end.................. ............. .53 Seven Row, Row, Row Your Boat............................. ..60 Eight The Tower Builder................................... ..85
[ [ [ 0, 0, 1 ], [ 0, 5, 5 ] ], [ [ 0, 5, 6 ], [ 0, 11, 11 ] ], [ [ 1, 0, 1 ] ], [ [ 1, 3, 5 ] ], [ [ 1, 7, 8 ] ], [ [ 1, 10, 10 ] ], [ [ 1, 12, 13 ] ], [ [ 2, 0, 1 ], [ 2, 6, 6 ] ], [ [ 2, 11, 13 ] ], [ [ 3, 1, 1 ] ], [ [ 4, 2, 2 ], [ 3, 3, 4 ], [ 4, 8, 8 ], [ 5, 9, 9 ] ], [ [ 5, 0, 1 ] ], [ [ 5, 14, 16 ], [ 7, 7, 9 ], [ 8, 11, 12 ], [ 5, 11, 16 ] ], [ [ 7, 2, 9 ] ], [ [ 7, 4, 9 ], [ 8, 0, 1 ], [ 9, 0, 0 ] ], [ [ 9, 4, 8 ] ], [ [ 11, 0, 1 ] ], [ [ 13, 1, 4 ] ], [ [ 15, 1, 3 ] ], [ [ 17, 1, 3 ] ], [ [ 19, 1, 2 ] ], [ [ 21, 2, 3 ] ], [ [ 23, 1, 5 ] ], [ [ 23, 4, 5 ] ], [ [ 25, 6, 7 ] ], [ [ 25, 6, 6 ] ], [ [ 27, 1, 3 ] ], [ [ 13, 1, 3 ] ], [ [ 11, 0, 0 ] ], [ [ 9, 6, 7 ] ], [ [ 8, 6, 7 ] ], [ [ 8, 3, 7 ] ], [ [ 8, 9, 12 ] ], [ [ 8, 3, 12 ] ], [ [ 5, 3, 16 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36188
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB like) (NP (NNS animals))) (. ?)))" }, "speaker": null, "text": "Do you like animals?", "tokens": [ { "deprel": "aux", "end_char": 2, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 0, "text": "Do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 6, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 3, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 11, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "like", "misc": "", "start_char": 7, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 19, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "animal", "misc": "", "start_char": 12, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 21, "feats": null, "head": 3, "id": 5, "lemma": "?", "misc": "", "start_char": 20, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (VP (VB Come) (PP (IN to) (NP (NNP Xinxin) (NN zoo))) (S (VP (TO to) (VP (VB see) (NP (NP (DT the) (JJ Australian) (NNS koalas) (CC and) (NNS lions)) (PP (IN from) (NP (NNP South) (NNP Africa)))))))) (. .)))" }, "speaker": null, "text": "Come to Xinxin zoo to see the Australian koalas and lions from South Africa.", "tokens": [ { "deprel": "root", "end_char": 26, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "come", "misc": "", "start_char": 22, "text": "Come", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 29, "feats": null, "head": 4, "id": 2, "lemma": "to", "misc": "", "start_char": 27, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 36, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Xinxin", "misc": "", "start_char": 30, "text": "Xinxin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 40, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "zoo", "misc": "", "start_char": 37, "text": "zoo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 43, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 41, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 47, "feats": "VerbForm=Inf", "head": 1, "id": 6, "lemma": "see", "misc": "", "start_char": 44, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 51, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 48, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 62, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "Australian", "misc": "", "start_char": 52, "text": "Australian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 69, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "koala", "misc": "", "start_char": 63, "text": "koalas", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 73, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 70, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 79, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "lion", "misc": "", "start_char": 74, "text": "lions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 84, "feats": null, "head": 14, "id": 12, "lemma": "from", "misc": "", "start_char": 80, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 90, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "South", "misc": "", "start_char": 85, "text": "South", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 97, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "Africa", "misc": "", "start_char": 91, "text": "Africa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 99, "feats": null, "head": 1, "id": 15, "lemma": ".", "misc": "", "start_char": 98, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ American) (NNPS tigers)) (VP (VBP are) (VP (VBG waiting) (PP (IN for) (NP (PRP you))))) (. .)))" }, "speaker": null, "text": "The American tigers are waiting for you.", "tokens": [ { "deprel": "det", "end_char": 103, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 100, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 112, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "American", "misc": "", "start_char": 104, "text": "American", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 119, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "tiger", "misc": "", "start_char": 113, "text": "tigers", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "aux", "end_char": 123, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 120, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 131, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 5, "lemma": "wait", "misc": "", "start_char": 124, "text": "waiting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 135, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 132, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 139, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 5, "id": 7, "lemma": "you", "misc": "", "start_char": 136, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 141, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 140, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB want) (S (VP (TO to) (VP (VB see) (NP (NNS penguins)))))) (. ?)))" }, "speaker": null, "text": "Do you want to see penguins?", "tokens": [ { "deprel": "aux", "end_char": 144, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 142, "text": "Do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 148, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 145, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 153, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "want", "misc": "", "start_char": 149, "text": "want", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 156, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 154, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 160, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "see", "misc": "", "start_char": 157, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 169, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "penguin", "misc": "", "start_char": 161, "text": "penguins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 171, "feats": null, "head": 3, "id": 7, "lemma": "?", "misc": "", "start_char": 170, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP are) (ADJP (ADVP (NN kind) (IN of)) (JJ interesting))) (. .)))" }, "speaker": null, "text": "They are kind of interesting.", "tokens": [ { "deprel": "nsubj", "end_char": 176, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "they", "misc": "", "start_char": 172, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 180, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 177, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 185, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "kind", "misc": "", "start_char": 181, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "fixed", "end_char": 188, "feats": null, "head": 3, "id": 4, "lemma": "of", "misc": "", "start_char": 186, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 200, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "interesting", "misc": "", "start_char": 189, "text": "interesting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 202, "feats": null, "head": 5, "id": 6, "lemma": ".", "misc": "", "start_char": 201, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP We)) (ADVP (RB also)) (VP (VBP have) (NP (ADJP (RB very) (JJ cute)) (NNS pandas)))) (, ,) (CC but) (S (S (NP (PRP they)) (VP (VBP are) (ADJP (NP (DT a) (JJ little)) (JJ shy)))) (, ,) (RB so) (VP (UH please)) (VP (VB be) (ADJP (RB very) (JJ quiet)))) (. .)))" }, "speaker": null, "text": "We also have very cute pandas, but they are a little shy, so please be very quiet.", "tokens": [ { "deprel": "nsubj", "end_char": 205, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 203, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 210, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 206, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 215, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 211, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 220, "feats": null, "head": 5, "id": 4, "lemma": "very", "misc": "", "start_char": 216, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 225, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "cute", "misc": "", "start_char": 221, "text": "cute", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 232, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "panda", "misc": "", "start_char": 226, "text": "pandas", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 234, "feats": null, "head": 13, "id": 7, "lemma": ",", "misc": "", "start_char": 233, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 238, "feats": null, "head": 13, "id": 8, "lemma": "but", "misc": "", "start_char": 235, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 243, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 9, "lemma": "they", "misc": "", "start_char": 239, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 247, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 10, "lemma": "be", "misc": "", "start_char": 244, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 249, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 248, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 256, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "little", "misc": "", "start_char": 250, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 260, "feats": "Degree=Pos", "head": 3, "id": 13, "lemma": "shy", "misc": "", "start_char": 257, "text": "shy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 262, "feats": null, "head": 19, "id": 14, "lemma": ",", "misc": "", "start_char": 261, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 265, "feats": null, "head": 19, "id": 15, "lemma": "so", "misc": "", "start_char": 263, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "discourse", "end_char": 272, "feats": null, "head": 19, "id": 16, "lemma": "please", "misc": "", "start_char": 266, "text": "please", "upos": "INTJ", "xpos": "UH" }, { "deprel": "cop", "end_char": 275, "feats": "Mood=Imp|VerbForm=Fin", "head": 19, "id": 17, "lemma": "be", "misc": "", "start_char": 273, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 280, "feats": null, "head": 19, "id": 18, "lemma": "very", "misc": "", "start_char": 276, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 286, "feats": "Degree=Pos", "head": 3, "id": 19, "lemma": "quiet", "misc": "", "start_char": 281, "text": "quiet", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 288, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 287, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD can) (VP (VB play) (PP (IN with) (NP (DT the) (NNS dolphins))))) (. .)))" }, "speaker": null, "text": "You can play with the dolphins.", "tokens": [ { "deprel": "nsubj", "end_char": 292, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 289, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 296, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 293, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 301, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "play", "misc": "", "start_char": 297, "text": "play", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 306, "feats": null, "head": 6, "id": 4, "lemma": "with", "misc": "", "start_char": 302, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 310, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 307, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 319, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "dolphin", "misc": "", "start_char": 311, "text": "dolphins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 321, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 320, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP are) (ADJP (JJ smart) (CC and) (JJ cute))) (. .)))" }, "speaker": null, "text": "They are smart and cute.", "tokens": [ { "deprel": "nsubj", "end_char": 326, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 322, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 330, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 327, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 336, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "smart", "misc": "", "start_char": 331, "text": "smart", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 340, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 337, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 345, "feats": "Degree=Pos", "head": 3, "id": 5, "lemma": "cute", "misc": "", "start_char": 341, "text": "cute", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 347, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 346, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB like) (NP (DT the) (NNS giraffes))) (. ?)))" }, "speaker": null, "text": "Do you like the giraffes?", "tokens": [ { "deprel": "aux", "end_char": 350, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 348, "text": "Do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 354, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 351, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 359, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "like", "misc": "", "start_char": 355, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 363, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 360, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 372, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "giraffe", "misc": "", "start_char": 364, "text": "giraffes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 374, "feats": null, "head": 3, "id": 6, "lemma": "?", "misc": "", "start_char": 373, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP are) (ADJP (JJ fun))) (. .)))" }, "speaker": null, "text": "They are fun.", "tokens": [ { "deprel": "nsubj", "end_char": 379, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 375, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 383, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 380, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 387, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "fun", "misc": "", "start_char": 384, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 389, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 388, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (EX there)) (VP (VBP are) (NP (JJ many) (JJ other) (NNS animals)) (, ,) (ADVP (RB too))) (. .)))" }, "speaker": null, "text": "And there are many other animals, too.", "tokens": [ { "deprel": "cc", "end_char": 393, "feats": null, "head": 3, "id": 1, "lemma": "and", "misc": "", "start_char": 390, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 399, "feats": null, "head": 3, "id": 2, "lemma": "there", "misc": "", "start_char": 394, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 403, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "be", "misc": "", "start_char": 400, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 408, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "many", "misc": "", "start_char": 404, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 414, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "other", "misc": "", "start_char": 409, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 422, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "animal", "misc": "", "start_char": 415, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 424, "feats": null, "head": 3, "id": 7, "lemma": ",", "misc": "", "start_char": 423, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 428, "feats": null, "head": 3, "id": 8, "lemma": "too", "misc": "", "start_char": 425, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 430, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 429, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (ADJP (RB really) (JJ exciting))) (. !)))" }, "speaker": null, "text": "It's really exciting!", "tokens": [ { "deprel": "nsubj", "end_char": 433, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 431, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 436, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 434, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 443, "feats": null, "head": 4, "id": 3, "lemma": "really", "misc": "", "start_char": 437, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 452, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "exciting", "misc": "", "start_char": 444, "text": "exciting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 454, "feats": null, "head": 4, "id": 5, "lemma": "!", "misc": "", "start_char": 453, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 456, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 455, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NP (NP (NNS Tickets)) (: :) (NP (NP (VBN Grown) (, --) (NNS ups)) (: :) (NP (CD Y=2.00)))))" }, "speaker": null, "text": "Tickets: Grown--ups: Y=2.00", "tokens": [ { "deprel": "root", "end_char": 464, "feats": "Number=Plur", "head": 0, "id": 1, "lemma": "ticket", "misc": "", "start_char": 457, "text": "Tickets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 466, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 465, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 472, "feats": "Tense=Past|VerbForm=Part", "head": 1, "id": 3, "lemma": "grow", "misc": "", "start_char": 467, "text": "Grown", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 475, "feats": null, "head": 1, "id": 4, "lemma": "--", "misc": "", "start_char": 473, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 479, "feats": "Number=Plur", "head": 1, "id": 5, "lemma": "up", "misc": "", "start_char": 476, "text": "ups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 481, "feats": null, "head": 5, "id": 6, "lemma": ":", "misc": "", "start_char": 480, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 488, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 7, "lemma": "Y=2.00", "misc": "", "start_char": 482, "text": "Y=2.00", "upos": "NUM", "xpos": "CD" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 490, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 489, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NP (NP (NP (NNS Students)) (PP (IN of) (NP (CD 6)))) (, --) (NP (NP (CD 12)) (: :) (NP (CD Y=1.00)))))" }, "speaker": null, "text": "Students of 6--12: Y=1.00", "tokens": [ { "deprel": "root", "end_char": 499, "feats": "Number=Plur", "head": 0, "id": 1, "lemma": "student", "misc": "", "start_char": 491, "text": "Students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 502, "feats": null, "head": 3, "id": 2, "lemma": "of", "misc": "", "start_char": 500, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 504, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 3, "lemma": "6", "misc": "", "start_char": 503, "text": "6", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 507, "feats": null, "head": 1, "id": 4, "lemma": "--", "misc": "", "start_char": 505, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 510, "feats": "NumForm=Digit|NumType=Card", "head": 1, "id": 5, "lemma": "12", "misc": "", "start_char": 508, "text": "12", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 512, "feats": null, "head": 5, "id": 6, "lemma": ":", "misc": "", "start_char": 511, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "obl:npmod", "end_char": 519, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 7, "lemma": "Y=1.00", "misc": "", "start_char": 513, "text": "Y=1.00", "upos": "NUM", "xpos": "CD" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 521, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 520, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NP (NP (NN Time)) (: :) (NP (NP (NNP Monday)) (: --) (NP (NNP Friday)) (: :) (NP (NP (CD 9:00) (NN a.m)) (, --) (NP (CD 4:00) (NN p.m))))))" }, "speaker": null, "text": "Time: Monday--Friday: 9:00 a.m--4:00 p.m", "tokens": [ { "deprel": "root", "end_char": 526, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "time", "misc": "", "start_char": 522, "text": "Time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 528, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 527, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 535, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Monday", "misc": "", "start_char": 529, "text": "Monday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 538, "feats": null, "head": 1, "id": 4, "lemma": "--", "misc": "", "start_char": 536, "text": "--", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 545, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Friday", "misc": "", "start_char": 539, "text": "Friday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 547, "feats": null, "head": 5, "id": 6, "lemma": ":", "misc": "", "start_char": 546, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nummod", "end_char": 552, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "9:00", "misc": "", "start_char": 548, "text": "9:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "appos", "end_char": 556, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "a.m.", "misc": "", "start_char": 553, "text": "a.m", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 559, "feats": null, "head": 11, "id": 9, "lemma": "--", "misc": "", "start_char": 557, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 564, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 10, "lemma": "4:00", "misc": "", "start_char": 560, "text": "4:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:tmod", "end_char": 568, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "p.m.", "misc": "", "start_char": 565, "text": "p.m", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 570, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 569, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (FRAG (NP (NNP Saturday)) (: --) (NP (NP (NNP Sunday:8:00) (NN a.m)) (, --) (NP (CD 5:00) (NN p.m)))))" }, "speaker": null, "text": "Saturday--Sunday:8:00 a.m--5:00 p.m", "tokens": [ { "deprel": "root", "end_char": 579, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Saturday", "misc": "", "start_char": 571, "text": "Saturday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 582, "feats": null, "head": 1, "id": 2, "lemma": "--", "misc": "", "start_char": 580, "text": "--", "upos": "PUNCT", "xpos": ":" }, { "deprel": "compound", "end_char": 594, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Sunday:8:00", "misc": "", "start_char": 583, "text": "Sunday:8:00", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 598, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "a.m.", "misc": "", "start_char": 595, "text": "a.m", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 601, "feats": null, "head": 7, "id": 5, "lemma": "--", "misc": "", "start_char": 599, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 606, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 6, "lemma": "5:00", "misc": "", "start_char": 602, "text": "5:00", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:tmod", "end_char": 610, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "p.m.", "misc": "", "start_char": 607, "text": "p.m", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 612, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 611, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (VP (VB Do) (RB n't) (VP (VB give) (NP (NN food)) (PP (IN to) (NP (DT the) (NNS animals))))) (. .)))" }, "speaker": null, "text": "Don't give food to the animals.", "tokens": [ { "deprel": "aux", "end_char": 615, "feats": "Mood=Imp|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 613, "text": "Do", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 619, "feats": null, "head": 3, "id": 2, "lemma": "not", "misc": "", "start_char": 616, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 624, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 3, "lemma": "give", "misc": "", "start_char": 620, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 629, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "food", "misc": "", "start_char": 625, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 632, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 630, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 636, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 633, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 644, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "animal", "misc": "", "start_char": 637, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 646, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 645, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Do you like animals? Come to Xinxin zoo to see the Australian koalas and lions from South Africa. The American tigers are waiting for you. Do you want to see penguins? They are kind of interesting. We also have very cute pandas, but they are a little shy, so please be very quiet. You can play with the dolphins. They are smart and cute. Do you like the giraffes? They are fun. And there are many other animals, too. It's really exciting! Tickets: Grown--ups: Y=2.00 Students of 6--12: Y=1.00 Time: Monday--Friday: 9:00 a.m--4:00 p.m Saturday--Sunday:8:00 a.m--5:00 p.m Don't give food to the animals.
[ [ [ 0, 1, 1 ], [ 2, 6, 6 ], [ 3, 1, 1 ], [ 6, 0, 0 ], [ 8, 1, 1 ] ], [ [ 0, 3, 3 ], [ 21, 5, 6 ], [ 10, 3, 5 ] ], [ [ 1, 2, 3 ] ], [ [ 1, 6, 8 ] ], [ [ 1, 10, 13 ] ], [ [ 1, 6, 13 ] ], [ [ 1, 12, 13 ] ], [ [ 2, 0, 2 ] ], [ [ 3, 5, 5 ], [ 4, 0, 0 ] ], [ [ 5, 0, 0 ] ], [ [ 5, 3, 5 ], [ 5, 8, 8 ] ], [ [ 6, 4, 5 ], [ 7, 0, 0 ] ], [ [ 8, 3, 4 ], [ 9, 0, 0 ] ], [ [ 13, 0, 0 ] ], [ [ 13, 2, 4 ] ], [ [ 13, 6, 6 ] ], [ [ 15, 0, 4 ] ], [ [ 15, 2, 4 ] ], [ [ 15, 6, 6 ] ], [ [ 17, 0, 0 ] ], [ [ 17, 2, 2 ] ], [ [ 17, 4, 4 ] ], [ [ 17, 6, 7 ] ], [ [ 17, 9, 10 ] ], [ [ 21, 3, 3 ] ], [ [ 19, 0, 0 ] ], [ [ 19, 5, 6 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36189
[ { "id": 1, "misc": { "parse_tree": "(ROOT (NP (NN Body) (CC and) (NN Food)))" }, "speaker": null, "text": "Body and Food", "tokens": [ { "deprel": "root", "end_char": 4, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "body", "misc": "", "start_char": 0, "text": "Body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 8, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 5, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 13, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "food", "misc": "", "start_char": 9, "text": "Food", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 15, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 14, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (PRP$ Your) (NN body)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ has) (NP (NP (JJ close) (NNS relations)) (PP (IN with) (NP (NP (DT the) (NN food)) (SBAR (S (NP (PRP you)) (VP (VBP eat)))))))))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (ADJP (RBS most) (JJ important)) (NN thing)) (SBAR (S (NP (PRP you)) (VP (VBP own))))))) (, ,) (RB so) (S (NP (PRP it)) (VP (VBZ needs) (NP (NP (JJ proper) (NN treatment)) (CC and) (NP (JJ proper) (NN nourishment))))) (. .)))" }, "speaker": null, "text": "Your body, which has close relations with the food you eat, is the most important thing you own, so it needs proper treatment and proper nourishment.", "tokens": [ { "deprel": "nmod:poss", "end_char": 20, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "your", "misc": "", "start_char": 16, "text": "Your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 25, "feats": "Number=Sing", "head": 18, "id": 2, "lemma": "body", "misc": "", "start_char": 21, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 27, "feats": null, "head": 5, "id": 3, "lemma": ",", "misc": "", "start_char": 26, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 33, "feats": "PronType=Rel", "head": 5, "id": 4, "lemma": "which", "misc": "", "start_char": 28, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 37, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "have", "misc": "", "start_char": 34, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 43, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "close", "misc": "", "start_char": 38, "text": "close", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 53, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "relation", "misc": "", "start_char": 44, "text": "relations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 58, "feats": null, "head": 10, "id": 8, "lemma": "with", "misc": "", "start_char": 54, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 62, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 59, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 67, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "food", "misc": "", "start_char": 63, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 71, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 11, "lemma": "you", "misc": "", "start_char": 68, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 75, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 10, "id": 12, "lemma": "eat", "misc": "", "start_char": 72, "text": "eat", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 2, "id": 13, "lemma": ",", "misc": "", "start_char": 76, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 80, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 14, "lemma": "be", "misc": "", "start_char": 78, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 84, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 15, "lemma": "the", "misc": "", "start_char": 81, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 89, "feats": "Degree=Sup", "head": 17, "id": 16, "lemma": "most", "misc": "", "start_char": 85, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 99, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "important", "misc": "", "start_char": 90, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 105, "feats": "Number=Sing", "head": 0, "id": 18, "lemma": "thing", "misc": "", "start_char": 100, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 109, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 20, "id": 19, "lemma": "you", "misc": "", "start_char": 106, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 113, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 18, "id": 20, "lemma": "own", "misc": "", "start_char": 110, "text": "own", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 115, "feats": null, "head": 24, "id": 21, "lemma": ",", "misc": "", "start_char": 114, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 118, "feats": null, "head": 24, "id": 22, "lemma": "so", "misc": "", "start_char": 116, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 121, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 23, "lemma": "it", "misc": "", "start_char": 119, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 127, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 24, "lemma": "need", "misc": "", "start_char": 122, "text": "needs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 134, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "proper", "misc": "", "start_char": 128, "text": "proper", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 144, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "treatment", "misc": "", "start_char": 135, "text": "treatment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 148, "feats": null, "head": 29, "id": 27, "lemma": "and", "misc": "", "start_char": 145, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 155, "feats": "Degree=Pos", "head": 29, "id": 28, "lemma": "proper", "misc": "", "start_char": 149, "text": "proper", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 167, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "nourishment", "misc": "", "start_char": 156, "text": "nourishment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 169, "feats": null, "head": 18, "id": 30, "lemma": ".", "misc": "", "start_char": 168, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ old)) (VP (VBG saying) (`` ``) (S (NP (NP (DT An) (NN apple)) (NP (DT a) (NN day))) (VP (VBZ keeps) (NP (DT the) (NN doctor)) (ADVP (RB away)))) ('' '') (VP (VBZ is) (RB not) (ADJP (ADJP (RB as) (JJ silly)) (SBAR (IN as) (S (NP (DT some) (NNS people)) (VP (VBP think))))))) (. .)))" }, "speaker": null, "text": "The old saying \"An apple a day keeps the doctor away\" is not as silly as some people think.", "tokens": [ { "deprel": "det", "end_char": 173, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 170, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 177, "feats": "Degree=Pos", "head": 17, "id": 2, "lemma": "old", "misc": "", "start_char": 174, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 184, "feats": "VerbForm=Ger", "head": 17, "id": 3, "lemma": "say", "misc": "", "start_char": 178, "text": "saying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 187, "feats": null, "head": 9, "id": 4, "lemma": "``", "misc": "", "start_char": 185, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 190, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 188, "text": "An", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 196, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "apple", "misc": "", "start_char": 191, "text": "apple", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 198, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 197, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:tmod", "end_char": 202, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "day", "misc": "", "start_char": 199, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 208, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 9, "lemma": "keep", "misc": "", "start_char": 203, "text": "keeps", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 212, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 209, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 219, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "doctor", "misc": "", "start_char": 213, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 224, "feats": null, "head": 9, "id": 12, "lemma": "away", "misc": "", "start_char": 220, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 227, "feats": null, "head": 9, "id": 13, "lemma": "''", "misc": "", "start_char": 225, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cop", "end_char": 230, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 14, "lemma": "be", "misc": "", "start_char": 228, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 234, "feats": null, "head": 17, "id": 15, "lemma": "not", "misc": "", "start_char": 231, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 237, "feats": null, "head": 17, "id": 16, "lemma": "as", "misc": "", "start_char": 235, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 243, "feats": "Degree=Pos", "head": 0, "id": 17, "lemma": "silly", "misc": "", "start_char": 238, "text": "silly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 246, "feats": null, "head": 21, "id": 18, "lemma": "as", "misc": "", "start_char": 244, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 251, "feats": null, "head": 20, "id": 19, "lemma": "some", "misc": "", "start_char": 247, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 258, "feats": "Number=Plur", "head": 21, "id": 20, "lemma": "person", "misc": "", "start_char": 252, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 264, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 21, "lemma": "think", "misc": "", "start_char": 259, "text": "think", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 266, "feats": null, "head": 17, "id": 22, "lemma": ".", "misc": "", "start_char": 265, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN body)) (VP (VBZ needs) (NP (NN fruit) (CC and) (NNS vegetables)) (SBAR (SBAR (IN because) (S (NP (PRP they)) (VP (VBP contain) (NP (NN vitamin) (RB C.))))) (S (NP (JJ Many) (NNS people)) (VP (VBP take) (NP (JJ extra) (NNS vitamins)) (PP (IN in) (NP (NN pill) (NN form)))))) (, ,) (S (VP (VBG believing) (SBAR (IN that) (S (NP (DT these)) (VP (MD will) (VP (VB make) (S (NP (PRP them)) (ADJP (JJ healthy)))))))))) (. .)))" }, "speaker": null, "text": "The body needs fruit and vegetables because they contain vitamin C. Many people take extra vitamins in pill form, believing that these will make them healthy.", "tokens": [ { "deprel": "det", "end_char": 270, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 267, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 275, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "body", "misc": "", "start_char": 271, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 281, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "need", "misc": "", "start_char": 276, "text": "needs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 287, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "fruit", "misc": "", "start_char": 282, "text": "fruit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 291, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 288, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 302, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "vegetable", "misc": "", "start_char": 292, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 310, "feats": null, "head": 9, "id": 7, "lemma": "because", "misc": "", "start_char": 303, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 315, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "they", "misc": "", "start_char": 311, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 323, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 9, "lemma": "contain", "misc": "", "start_char": 316, "text": "contain", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 331, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "vitamin", "misc": "", "start_char": 324, "text": "vitamin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 334, "feats": null, "head": 14, "id": 11, "lemma": "C.", "misc": "", "start_char": 332, "text": "C.", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 339, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "many", "misc": "", "start_char": 335, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 346, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "person", "misc": "", "start_char": 340, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 351, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 14, "lemma": "take", "misc": "", "start_char": 347, "text": "take", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 357, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "extra", "misc": "", "start_char": 352, "text": "extra", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 366, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "vitamin", "misc": "", "start_char": 358, "text": "vitamins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 369, "feats": null, "head": 19, "id": 17, "lemma": "in", "misc": "", "start_char": 367, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 374, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "pill", "misc": "", "start_char": 370, "text": "pill", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 379, "feats": "Number=Sing", "head": 14, "id": 19, "lemma": "form", "misc": "", "start_char": 375, "text": "form", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 381, "feats": null, "head": 21, "id": 20, "lemma": ",", "misc": "", "start_char": 380, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 391, "feats": "VerbForm=Ger", "head": 14, "id": 21, "lemma": "believe", "misc": "", "start_char": 382, "text": "believing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 396, "feats": null, "head": 25, "id": 22, "lemma": "that", "misc": "", "start_char": 392, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 402, "feats": "Number=Plur|PronType=Dem", "head": 25, "id": 23, "lemma": "this", "misc": "", "start_char": 397, "text": "these", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 407, "feats": "VerbForm=Fin", "head": 25, "id": 24, "lemma": "will", "misc": "", "start_char": 403, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 412, "feats": "VerbForm=Inf", "head": 21, "id": 25, "lemma": "make", "misc": "", "start_char": 408, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 417, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 25, "id": 26, "lemma": "they", "misc": "", "start_char": 413, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 425, "feats": "Degree=Pos", "head": 25, "id": 27, "lemma": "healthy", "misc": "", "start_char": 418, "text": "healthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 427, "feats": null, "head": 3, "id": 28, "lemma": ".", "misc": "", "start_char": 426, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 429, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 428, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (CC But) (S (NP (DT a) (JJ good) (NN diet)) (VP (VBZ is) (VP (VBN made) (PRT (RP up)) (PP (IN of) (NP (JJ nourishing) (NN food)))))) (CC and) (S (NP (DT this)) (VP (VBZ gives) (NP (NP (PDT all) (DT the) (NNS vitamins)) (SBAR (S (NP (PRP you)) (VP (VBP need))))))) (. .)))" }, "speaker": null, "text": "But a good diet is made up of nourishing food and this gives all the vitamins you need.", "tokens": [ { "deprel": "cc", "end_char": 433, "feats": null, "head": 6, "id": 1, "lemma": "but", "misc": "", "start_char": 430, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 435, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 2, "lemma": "a", "misc": "", "start_char": 434, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 440, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "good", "misc": "", "start_char": 436, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 445, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "diet", "misc": "", "start_char": 441, "text": "diet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 448, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 446, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 453, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "make", "misc": "", "start_char": 449, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 456, "feats": null, "head": 6, "id": 7, "lemma": "up", "misc": "", "start_char": 454, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 459, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 457, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 470, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "nourishing", "misc": "", "start_char": 460, "text": "nourishing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 475, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "food", "misc": "", "start_char": 471, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 479, "feats": null, "head": 13, "id": 11, "lemma": "and", "misc": "", "start_char": 476, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 484, "feats": "Number=Sing|PronType=Dem", "head": 13, "id": 12, "lemma": "this", "misc": "", "start_char": 480, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "conj", "end_char": 490, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 13, "lemma": "give", "misc": "", "start_char": 485, "text": "gives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det:predet", "end_char": 494, "feats": null, "head": 16, "id": 14, "lemma": "all", "misc": "", "start_char": 491, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 498, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 495, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 507, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "vitamin", "misc": "", "start_char": 499, "text": "vitamins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 511, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 18, "id": 17, "lemma": "you", "misc": "", "start_char": 508, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 516, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 16, "id": 18, "lemma": "need", "misc": "", "start_char": 512, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 518, "feats": null, "head": 6, "id": 19, "lemma": ".", "misc": "", "start_char": 517, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN body)) (VP (VBZ does) (RB n't) (VP (VB need) (CC or) (VP (VB use) (NP (JJ extra) (NNS vitamins)))))) (, ,) (RB so) (SBARQ (WHADVP (WRB why)) (SQ (VP (VB waste) (NP (NN money)) (PP (IN on) (NP (PRP them)))))) (. ?)))" }, "speaker": null, "text": "The body doesn't need or use extra vitamins, so why waste money on them?", "tokens": [ { "deprel": "det", "end_char": 522, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 519, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 527, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "body", "misc": "", "start_char": 523, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 532, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 528, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 536, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 533, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 541, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "need", "misc": "", "start_char": 537, "text": "need", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 544, "feats": null, "head": 7, "id": 6, "lemma": "or", "misc": "", "start_char": 542, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 548, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "use", "misc": "", "start_char": 545, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 554, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "extra", "misc": "", "start_char": 549, "text": "extra", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 563, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "vitamin", "misc": "", "start_char": 555, "text": "vitamins", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 565, "feats": null, "head": 13, "id": 10, "lemma": ",", "misc": "", "start_char": 564, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 568, "feats": null, "head": 13, "id": 11, "lemma": "so", "misc": "", "start_char": 566, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 572, "feats": "PronType=Int", "head": 13, "id": 12, "lemma": "why", "misc": "", "start_char": 569, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "parataxis", "end_char": 578, "feats": "VerbForm=Inf", "head": 5, "id": 13, "lemma": "waste", "misc": "", "start_char": 573, "text": "waste", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 584, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "money", "misc": "", "start_char": 579, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 587, "feats": null, "head": 16, "id": 15, "lemma": "on", "misc": "", "start_char": 585, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 592, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 16, "lemma": "they", "misc": "", "start_char": 588, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 594, "feats": null, "head": 5, "id": 17, "lemma": "?", "misc": "", "start_char": 593, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 596, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 595, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT the) (JJ modern) (JJ western) (NN world))) (, ,) (NP (JJ many) (NNS people)) (VP (VBP are) (ADJP (RB too) (JJ busy) (S (VP (TO to) (VP (VB bother) (PRT (IN about)) (S (VP (VBG eating) (ADVP (RB properly))))))))) (. .)))" }, "speaker": null, "text": "In the modern western world, many people are too busy to bother about eating properly.", "tokens": [ { "deprel": "case", "end_char": 599, "feats": null, "head": 5, "id": 1, "lemma": "in", "misc": "", "start_char": 597, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 603, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 2, "lemma": "the", "misc": "", "start_char": 600, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 610, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "modern", "misc": "", "start_char": 604, "text": "modern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 618, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "western", "misc": "", "start_char": 611, "text": "western", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 624, "feats": "Number=Sing", "head": 11, "id": 5, "lemma": "world", "misc": "", "start_char": 619, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 626, "feats": null, "head": 11, "id": 6, "lemma": ",", "misc": "", "start_char": 625, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 631, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "many", "misc": "", "start_char": 627, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 638, "feats": "Number=Plur", "head": 11, "id": 8, "lemma": "person", "misc": "", "start_char": 632, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 642, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 639, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 646, "feats": null, "head": 11, "id": 10, "lemma": "too", "misc": "", "start_char": 643, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 651, "feats": "Degree=Pos", "head": 0, "id": 11, "lemma": "busy", "misc": "", "start_char": 647, "text": "busy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 654, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 652, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 661, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "bother", "misc": "", "start_char": 655, "text": "bother", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 667, "feats": null, "head": 15, "id": 14, "lemma": "about", "misc": "", "start_char": 662, "text": "about", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 674, "feats": "VerbForm=Ger", "head": 13, "id": 15, "lemma": "eat", "misc": "", "start_char": 668, "text": "eating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 683, "feats": null, "head": 15, "id": 16, "lemma": "properly", "misc": "", "start_char": 675, "text": "properly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 685, "feats": null, "head": 11, "id": 17, "lemma": ".", "misc": "", "start_char": 684, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP throw) (NP (NN anything)) (PP (IN into) (NP (PRP$ their) (NNS stomachs))) (, ,) (S (VP (VBG eating) (ADVP (RB hurriedly) (CC and) (RB carelessly))))) (. .)))" }, "speaker": null, "text": "They throw anything into their stomachs, eating hurriedly and carelessly.", "tokens": [ { "deprel": "nsubj", "end_char": 690, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 686, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 696, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "throw", "misc": "", "start_char": 691, "text": "throw", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 705, "feats": "Number=Sing|PronType=Ind", "head": 2, "id": 3, "lemma": "anything", "misc": "", "start_char": 697, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 710, "feats": null, "head": 6, "id": 4, "lemma": "into", "misc": "", "start_char": 706, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 716, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "their", "misc": "", "start_char": 711, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 725, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "stomach", "misc": "", "start_char": 717, "text": "stomachs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 727, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 726, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 734, "feats": "VerbForm=Ger", "head": 2, "id": 8, "lemma": "eat", "misc": "", "start_char": 728, "text": "eating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 744, "feats": null, "head": 8, "id": 9, "lemma": "hurriedly", "misc": "", "start_char": 735, "text": "hurriedly", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 748, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 745, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 759, "feats": null, "head": 9, "id": 11, "lemma": "carelessly", "misc": "", "start_char": 749, "text": "carelessly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 761, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 760, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN list)) (PP (IN of) (NP (NP (NNS illnesses)) (VP (VBN caused) (CC or) (VBN made) (S (ADJP (JJR worse)) (PP (IN by) (NP (JJ bad) (NN eating) (NNS habits)))))))) (VP (VBZ is) (ADJP (JJ frightening))) (, ,)))" }, "speaker": null, "text": "The list of illnesses caused or made worse by bad eating habits is frightening,", "tokens": [ { "deprel": "det", "end_char": 765, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 762, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 770, "feats": "Number=Sing", "head": 14, "id": 2, "lemma": "list", "misc": "", "start_char": 766, "text": "list", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 773, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 771, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 783, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "illness", "misc": "", "start_char": 774, "text": "illnesses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 790, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 5, "lemma": "cause", "misc": "", "start_char": 784, "text": "caused", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cc", "end_char": 793, "feats": null, "head": 7, "id": 6, "lemma": "or", "misc": "", "start_char": 791, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 798, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 7, "lemma": "make", "misc": "", "start_char": 794, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 804, "feats": "Degree=Cmp", "head": 7, "id": 8, "lemma": "bad", "misc": "", "start_char": 799, "text": "worse", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 807, "feats": null, "head": 12, "id": 9, "lemma": "by", "misc": "", "start_char": 805, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 811, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "bad", "misc": "", "start_char": 808, "text": "bad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 818, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "eating", "misc": "", "start_char": 812, "text": "eating", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 825, "feats": "Number=Plur", "head": 5, "id": 12, "lemma": "habit", "misc": "", "start_char": 819, "text": "habits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 828, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 826, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 840, "feats": "Degree=Pos", "head": 0, "id": 14, "lemma": "frightening", "misc": "", "start_char": 829, "text": "frightening", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 842, "feats": null, "head": 14, "id": 15, "lemma": ",", "misc": "", "start_char": 841, "text": ",", "upos": "PUNCT", "xpos": "," } ] } ]
Body and Food Your body, which has close relations with the food you eat, is the most important thing you own, so it needs proper treatment and proper nourishment. The old saying "An apple a day keeps the doctor away" is not as silly as some people think. The body needs fruit and vegetables because they contain vitamin C. Many people take extra vitamins in pill form, believing that these will make them healthy. But a good diet is made up of nourishing food and this gives all the vitamins you need. The body doesn't need or use extra vitamins, so why waste money on them? In the modern western world, many people are too busy to bother about eating properly. They throw anything into their stomachs, eating hurriedly and carelessly. The list of illnesses caused or made worse by bad eating habits is frightening,
[ [ [ 0, 0, 2 ] ], [ [ 0, 2, 2 ], [ 2, 8, 11 ] ], [ [ 2, 5, 6 ] ], [ [ 2, 18, 18 ], [ 2, 0, 0 ], [ 2, 10, 10 ], [ 6, 16, 16 ] ], [ [ 2, 24, 28 ] ], [ [ 2, 24, 25 ] ], [ [ 2, 27, 28 ] ], [ [ 3, 0, 2 ] ], [ [ 3, 4, 5 ] ], [ [ 3, 6, 7 ] ], [ [ 3, 9, 10 ] ], [ [ 4, 3, 5 ], [ 4, 7, 7 ] ], [ [ 4, 3, 3 ] ], [ [ 4, 5, 5 ] ], [ [ 4, 9, 10 ] ], [ [ 4, 17, 18 ] ], [ [ 4, 25, 25 ], [ 4, 11, 12 ], [ 10, 4, 4 ], [ 9, 6, 7 ], [ 10, 0, 0 ] ], [ [ 3, 18, 19 ] ], [ [ 6, 1, 3 ], [ 6, 11, 11 ] ], [ [ 6, 8, 9 ] ], [ [ 6, 14, 17 ] ], [ [ 7, 0, 1 ], [ 4, 0, 1 ], [ 0, 0, 0 ], [ 2, 0, 11 ], [ 2, 14, 19 ], [ 2, 22, 22 ] ], [ [ 7, 7, 8 ], [ 4, 14, 18 ], [ 4, 22, 22 ], [ 7, 15, 15 ] ], [ [ 7, 13, 13 ] ], [ [ 9, 1, 4 ] ], [ [ 10, 4, 5 ] ], [ [ 11, 9, 11 ] ], [ [ 9, 14, 15 ] ], [ [ 10, 2, 2 ] ], [ [ 11, 0, 11 ] ], [ [ 11, 3, 11 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36190
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP$ Our) (NN cat)) (VP (VBZ has) (NP (DT a) (JJ sweet) (NN nature)))) (, ,) (CC and) (S (NP (PRP she)) (VP (MD can) (VP (VB let) (S (NP (PRP us)) (VP (VB know) (SBAR (WHNP (WP what)) (S (NP (PRP she)) (VP (VBZ wants))))))))) (. .)))" }, "speaker": null, "text": "Our cat has a sweet nature, and she can let us know what she wants.", "tokens": [ { "deprel": "nmod:poss", "end_char": 3, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "our", "misc": "", "start_char": 0, "text": "Our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "cat", "misc": "", "start_char": 4, "text": "cat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 11, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 8, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 13, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 12, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 19, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "sweet", "misc": "", "start_char": 14, "text": "sweet", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 26, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "nature", "misc": "", "start_char": 20, "text": "nature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 28, "feats": null, "head": 11, "id": 7, "lemma": ",", "misc": "", "start_char": 27, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 32, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 29, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 36, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "she", "misc": "", "start_char": 33, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 40, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "can", "misc": "", "start_char": 37, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 44, "feats": "VerbForm=Inf", "head": 3, "id": 11, "lemma": "let", "misc": "", "start_char": 41, "text": "let", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 47, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 11, "id": 12, "lemma": "we", "misc": "", "start_char": 45, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 52, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "know", "misc": "", "start_char": 48, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 57, "feats": "PronType=Rel", "head": 16, "id": 14, "lemma": "what", "misc": "", "start_char": 53, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 61, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 15, "lemma": "she", "misc": "", "start_char": 58, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 67, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 16, "lemma": "want", "misc": "", "start_char": 62, "text": "wants", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 68, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP we)) (VP (VBP fail) (S (VP (TO to) (VP (VB meet) (NP (PRP$ her) (NNS needs)))))))) (, ,) (NP (PRP she)) (ADVP (RB gently)) (VP (VBZ leads) (NP (PRP us)) (PP (IN in) (NP (DT the) (JJ proper) (NN direction)))) (. .)))" }, "speaker": null, "text": "When we fail to meet her needs, she gently leads us in the proper direction.", "tokens": [ { "deprel": "advmod", "end_char": 74, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 70, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 77, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 75, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 82, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 3, "lemma": "fail", "misc": "", "start_char": 78, "text": "fail", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 85, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 83, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 90, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "meet", "misc": "", "start_char": 86, "text": "meet", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 94, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "her", "misc": "", "start_char": 91, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 100, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "need", "misc": "", "start_char": 95, "text": "needs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 102, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 101, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 106, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "she", "misc": "", "start_char": 103, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 113, "feats": null, "head": 11, "id": 10, "lemma": "gently", "misc": "", "start_char": 107, "text": "gently", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 119, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "lead", "misc": "", "start_char": 114, "text": "leads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 122, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 11, "id": 12, "lemma": "we", "misc": "", "start_char": 120, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 125, "feats": null, "head": 16, "id": 13, "lemma": "in", "misc": "", "start_char": 123, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 129, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 126, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 136, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "proper", "misc": "", "start_char": 130, "text": "proper", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 146, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "direction", "misc": "", "start_char": 137, "text": "direction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 148, "feats": null, "head": 11, "id": 17, "lemma": ".", "misc": "", "start_char": 147, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBP forget) (S (VP (TO to) (VP (VB fill) (NP (PRP$ her) (NN water) (NN bowl)) (ADVP (RB early) (PP (IN in) (NP (DT the) (NN morning)))))))))) (, ,) (NP (PRP she)) (VP (VP (VBZ runs) (PP (IN after) (NP (PRP$ my) (NNS legs)))) (, ,) (CC and) (RB then) (VP (VBZ pushes) (NP (PRP me)) (PP (IN in) (NP (NP (DT the) (NN direction)) (PP (IN of) (NP (PRP$ her) (NN bowl))))))) (. .)))" }, "speaker": null, "text": "When I forget to fill her water bowl early in the morning, she runs after my legs, and then pushes me in the direction of her bowl.", "tokens": [ { "deprel": "advmod", "end_char": 153, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 149, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 155, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 154, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 162, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 3, "lemma": "forget", "misc": "", "start_char": 156, "text": "forget", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 165, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 163, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 170, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "fill", "misc": "", "start_char": 166, "text": "fill", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 174, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 6, "lemma": "her", "misc": "", "start_char": 171, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 180, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "water", "misc": "", "start_char": 175, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 185, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "bowl", "misc": "", "start_char": 181, "text": "bowl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 191, "feats": "Degree=Pos", "head": 5, "id": 9, "lemma": "early", "misc": "", "start_char": 186, "text": "early", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 194, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 192, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 198, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 195, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 206, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "morning", "misc": "", "start_char": 199, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 208, "feats": null, "head": 3, "id": 13, "lemma": ",", "misc": "", "start_char": 207, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 212, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "she", "misc": "", "start_char": 209, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 217, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 15, "lemma": "run", "misc": "", "start_char": 213, "text": "runs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 223, "feats": null, "head": 18, "id": 16, "lemma": "after", "misc": "", "start_char": 218, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 226, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 18, "id": 17, "lemma": "my", "misc": "", "start_char": 224, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 231, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "leg", "misc": "", "start_char": 227, "text": "legs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 233, "feats": null, "head": 22, "id": 19, "lemma": ",", "misc": "", "start_char": 232, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 237, "feats": null, "head": 22, "id": 20, "lemma": "and", "misc": "", "start_char": 234, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 242, "feats": "PronType=Dem", "head": 22, "id": 21, "lemma": "then", "misc": "", "start_char": 238, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 249, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 22, "lemma": "push", "misc": "", "start_char": 243, "text": "pushes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 252, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 22, "id": 23, "lemma": "I", "misc": "", "start_char": 250, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 255, "feats": null, "head": 26, "id": 24, "lemma": "in", "misc": "", "start_char": 253, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 259, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 256, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 269, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "direction", "misc": "", "start_char": 260, "text": "direction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 272, "feats": null, "head": 29, "id": 27, "lemma": "of", "misc": "", "start_char": 270, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 276, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 29, "id": 28, "lemma": "her", "misc": "", "start_char": 273, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 281, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "bowl", "misc": "", "start_char": 277, "text": "bowl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 283, "feats": null, "head": 15, "id": 30, "lemma": ".", "misc": "", "start_char": 282, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP She)) (VP (VBZ does) (RB n't) (VP (VB get) (VP (VBN irritated))))) (: ;) (S (ADVP (RB instead)) (, ,) (NP (PRP she)) (VP (VBZ expresses) (NP (PRP$ her) (NNS wishes)) (PP (IN in) (NP (DT the) (JJS best) (NN way))))) (. .)))" }, "speaker": null, "text": "She doesn't get irritated; instead, she expresses her wishes in the best way.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 287, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "she", "misc": "", "start_char": 284, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 292, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "do", "misc": "", "start_char": 288, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 296, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 293, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 300, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "get", "misc": "", "start_char": 297, "text": "get", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 310, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "irritate", "misc": "", "start_char": 301, "text": "irritated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 312, "feats": null, "head": 5, "id": 6, "lemma": ";", "misc": "", "start_char": 311, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "advmod", "end_char": 320, "feats": null, "head": 10, "id": 7, "lemma": "instead", "misc": "", "start_char": 313, "text": "instead", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 322, "feats": null, "head": 7, "id": 8, "lemma": ",", "misc": "", "start_char": 321, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 326, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "she", "misc": "", "start_char": 323, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 336, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 10, "lemma": "express", "misc": "", "start_char": 327, "text": "expresses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 340, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "her", "misc": "", "start_char": 337, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 347, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "wish", "misc": "", "start_char": 341, "text": "wishes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 350, "feats": null, "head": 16, "id": 13, "lemma": "in", "misc": "", "start_char": 348, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 354, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 351, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 359, "feats": "Degree=Sup", "head": 16, "id": 15, "lemma": "good", "misc": "", "start_char": 355, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 363, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "way", "misc": "", "start_char": 360, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 365, "feats": null, "head": 5, "id": 17, "lemma": ".", "misc": "", "start_char": 364, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP I)) (ADVP (RB always)) (VP (VBP understand) (SBAR (WHNP (WP what)) (S (NP (PRP she)) (VP (VBZ is) (VP (VBG telling) (NP (PRP me))))))) (. .)))" }, "speaker": null, "text": "And I always understand what she is telling me.", "tokens": [ { "deprel": "cc", "end_char": 369, "feats": null, "head": 4, "id": 1, "lemma": "and", "misc": "", "start_char": 366, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 371, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 370, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 378, "feats": null, "head": 4, "id": 3, "lemma": "always", "misc": "", "start_char": 372, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 389, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "understand", "misc": "", "start_char": 379, "text": "understand", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 394, "feats": "PronType=Rel", "head": 4, "id": 5, "lemma": "what", "misc": "", "start_char": 390, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 398, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "she", "misc": "", "start_char": 395, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 401, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 399, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 409, "feats": "Tense=Pres|VerbForm=Part", "head": 5, "id": 8, "lemma": "tell", "misc": "", "start_char": 402, "text": "telling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "iobj", "end_char": 412, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 9, "lemma": "I", "misc": "", "start_char": 410, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 414, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 413, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 416, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 415, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (CD One) (NN day)) (NP (PRP I)) (VP (VBD found) (S (NP (PRP myself)) (VP (VBG envying) (NP (PRP$ her) (JJ simple) (NN expression))))) (. .)))" }, "speaker": null, "text": "One day I found myself envying her simple expression.", "tokens": [ { "deprel": "nummod", "end_char": 420, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "one", "misc": "", "start_char": 417, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 424, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "day", "misc": "", "start_char": 421, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 426, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "I", "misc": "", "start_char": 425, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 432, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "find", "misc": "", "start_char": 427, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 439, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes", "head": 4, "id": 5, "lemma": "myself", "misc": "", "start_char": 433, "text": "myself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 447, "feats": "VerbForm=Ger", "head": 4, "id": 6, "lemma": "envy", "misc": "", "start_char": 440, "text": "envying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 451, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 7, "lemma": "her", "misc": "", "start_char": 448, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 458, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "simple", "misc": "", "start_char": 452, "text": "simple", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 469, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "expression", "misc": "", "start_char": 459, "text": "expression", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 471, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 470, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WHADJP (WRB How) (JJ many)) (NNS times)) (SQ (VBD had) (NP (PRP I)) (VP (VBN expected) (S (NP (NP (PRP$ my) (NN husband)) (CC or) (NP (PRP$ my) (NNS children))) (VP (TO to) (VP (VB know) (NP (PRP$ my) (NNS wants)) (PP (IN without) (S (NP (PRP$ my) (RB ever)) (VP (VBG giving) (NP (NN voice)) (PP (IN to) (NP (PRP them))))))))))) (. ?)))" }, "speaker": null, "text": "How many times had I expected my husband or my children to know my wants without my ever giving voice to them?", "tokens": [ { "deprel": "advmod", "end_char": 475, "feats": "PronType=Int", "head": 2, "id": 1, "lemma": "how", "misc": "", "start_char": 472, "text": "How", "upos": "ADV", "xpos": "WRB" }, { "deprel": "amod", "end_char": 480, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "many", "misc": "", "start_char": 476, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 486, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "time", "misc": "", "start_char": 481, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 490, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 6, "id": 4, "lemma": "have", "misc": "", "start_char": 487, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 492, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 491, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 501, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 6, "lemma": "expect", "misc": "", "start_char": 493, "text": "expected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod:poss", "end_char": 504, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "my", "misc": "", "start_char": 502, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 512, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "husband", "misc": "", "start_char": 505, "text": "husband", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 515, "feats": null, "head": 11, "id": 9, "lemma": "or", "misc": "", "start_char": 513, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 518, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "my", "misc": "", "start_char": 516, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 527, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "child", "misc": "", "start_char": 519, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 530, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 528, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 535, "feats": "VerbForm=Inf", "head": 6, "id": 13, "lemma": "know", "misc": "", "start_char": 531, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 538, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "my", "misc": "", "start_char": 536, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 544, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "want", "misc": "", "start_char": 539, "text": "wants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 552, "feats": null, "head": 19, "id": 16, "lemma": "without", "misc": "", "start_char": 545, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 555, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 19, "id": 17, "lemma": "my", "misc": "", "start_char": 553, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "advmod", "end_char": 560, "feats": null, "head": 19, "id": 18, "lemma": "ever", "misc": "", "start_char": 556, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 567, "feats": "VerbForm=Ger", "head": 13, "id": 19, "lemma": "give", "misc": "", "start_char": 561, "text": "giving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 573, "feats": "Number=Sing", "head": 19, "id": 20, "lemma": "voice", "misc": "", "start_char": 568, "text": "voice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 576, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 574, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 581, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 19, "id": 22, "lemma": "they", "misc": "", "start_char": 577, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 583, "feats": null, "head": 6, "id": 23, "lemma": "?", "misc": "", "start_char": 582, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WHADJP (WRB How) (JJ many)) (NNS times)) (SQ (VBD had) (NP (PRP I)) (VP (VBN been) (ADJP (JJ disappointed) (SBAR (IN that) (S (NP (PRP they)) (VP (MD could) (RB n't) (VP (VB understand) (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (VP (VBD needed) (NP (NP (DT a) (NN hug)) (, ,) (NP (DT a) (NN compliment)) (CC or) (NP (DT a) (NN chocolate) (NN bar))))))))))))) (. ?)))" }, "speaker": null, "text": "How many times had I been disappointed that they couldn't understand when I needed a hug, a compliment or a chocolate bar?", "tokens": [ { "deprel": "advmod", "end_char": 587, "feats": "PronType=Int", "head": 2, "id": 1, "lemma": "how", "misc": "", "start_char": 584, "text": "How", "upos": "ADV", "xpos": "WRB" }, { "deprel": "amod", "end_char": 592, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "many", "misc": "", "start_char": 588, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 598, "feats": "Number=Plur", "head": 7, "id": 3, "lemma": "time", "misc": "", "start_char": 593, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 602, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 7, "id": 4, "lemma": "have", "misc": "", "start_char": 599, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 604, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 5, "lemma": "I", "misc": "", "start_char": 603, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 609, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 605, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 622, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "disappointed", "misc": "", "start_char": 610, "text": "disappointed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 627, "feats": null, "head": 12, "id": 8, "lemma": "that", "misc": "", "start_char": 623, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 632, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "they", "misc": "", "start_char": 628, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 638, "feats": "VerbForm=Fin", "head": 12, "id": 10, "lemma": "could", "misc": "", "start_char": 633, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 642, "feats": null, "head": 12, "id": 11, "lemma": "not", "misc": "", "start_char": 639, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 653, "feats": "VerbForm=Inf", "head": 7, "id": 12, "lemma": "understand", "misc": "", "start_char": 643, "text": "understand", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 658, "feats": "PronType=Int", "head": 15, "id": 13, "lemma": "when", "misc": "", "start_char": 654, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 660, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 15, "id": 14, "lemma": "I", "misc": "", "start_char": 659, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 667, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 12, "id": 15, "lemma": "need", "misc": "", "start_char": 661, "text": "needed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 669, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 668, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 673, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "hug", "misc": "", "start_char": 670, "text": "hug", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 675, "feats": null, "head": 20, "id": 18, "lemma": ",", "misc": "", "start_char": 674, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 677, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 19, "lemma": "a", "misc": "", "start_char": 676, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 688, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "compliment", "misc": "", "start_char": 678, "text": "compliment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 691, "feats": null, "head": 24, "id": 21, "lemma": "or", "misc": "", "start_char": 689, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 693, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 692, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 703, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "chocolate", "misc": "", "start_char": 694, "text": "chocolate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 707, "feats": "Number=Sing", "head": 20, "id": 24, "lemma": "bar", "misc": "", "start_char": 704, "text": "bar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 709, "feats": null, "head": 7, "id": 25, "lemma": "?", "misc": "", "start_char": 708, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 711, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 710, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (NP (DT a) (JJ pleasant) (NN afternoon)) (PP (IN with) (NP (PRP$ my) (NN husband))))) (, ,) (S (NP (PRP I)) (VP (VBD wanted) (S (VP (TO to) (VP (VP (VB stop) (ADJP (RB somewhere) (JJ nice))) (CC and) (VP (VB have) (NP (NN dinner)))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD did) (RB n't) (VP (VB understand) (NP (PRP$ my) (NNS hints))))) (. .)))" }, "speaker": null, "text": "After a pleasant afternoon with my husband, I wanted to stop somewhere nice and have dinner, but he didn't understand my hints.", "tokens": [ { "deprel": "case", "end_char": 717, "feats": null, "head": 4, "id": 1, "lemma": "after", "misc": "", "start_char": 712, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 719, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 2, "lemma": "a", "misc": "", "start_char": 718, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 728, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "pleasant", "misc": "", "start_char": 720, "text": "pleasant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 738, "feats": "Number=Sing", "head": 10, "id": 4, "lemma": "afternoon", "misc": "", "start_char": 729, "text": "afternoon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 743, "feats": null, "head": 7, "id": 5, "lemma": "with", "misc": "", "start_char": 739, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 746, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "my", "misc": "", "start_char": 744, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 754, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "husband", "misc": "", "start_char": 747, "text": "husband", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 756, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 755, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 758, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "I", "misc": "", "start_char": 757, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 765, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "want", "misc": "", "start_char": 759, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 768, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 766, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 773, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "stop", "misc": "", "start_char": 769, "text": "stop", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 783, "feats": null, "head": 12, "id": 13, "lemma": "somewhere", "misc": "", "start_char": 774, "text": "somewhere", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 788, "feats": "Degree=Pos", "head": 13, "id": 14, "lemma": "nice", "misc": "", "start_char": 784, "text": "nice", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 792, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 789, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 797, "feats": "VerbForm=Inf", "head": 12, "id": 16, "lemma": "have", "misc": "", "start_char": 793, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 804, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "dinner", "misc": "", "start_char": 798, "text": "dinner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 806, "feats": null, "head": 23, "id": 18, "lemma": ",", "misc": "", "start_char": 805, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 810, "feats": null, "head": 23, "id": 19, "lemma": "but", "misc": "", "start_char": 807, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 813, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 20, "lemma": "he", "misc": "", "start_char": 811, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 817, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 23, "id": 21, "lemma": "do", "misc": "", "start_char": 814, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 821, "feats": null, "head": 23, "id": 22, "lemma": "not", "misc": "", "start_char": 818, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 832, "feats": "VerbForm=Inf", "head": 10, "id": 23, "lemma": "understand", "misc": "", "start_char": 822, "text": "understand", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 835, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 25, "id": 24, "lemma": "my", "misc": "", "start_char": 833, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 841, "feats": "Number=Plur", "head": 23, "id": 25, "lemma": "hint", "misc": "", "start_char": 836, "text": "hints", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 843, "feats": null, "head": 10, "id": 26, "lemma": ".", "misc": "", "start_char": 842, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (SQ (`` ``) (MD Could) (RB n't) (NP (PRP you)) (VP (VB see) (SBAR (IN that) (S (NP (PRP I)) (VP (VBD wanted) (S (VP (TO to) (VP (VB go) (ADVP (RB out) (PP (IN to) (NP (NN dinner))))))))))) (. ?) ('' '')))" }, "speaker": null, "text": "\"Couldn't you see that I wanted to go out to dinner?\"", "tokens": [ { "deprel": "punct", "end_char": 846, "feats": null, "head": 5, "id": 1, "lemma": "``", "misc": "", "start_char": 844, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "aux", "end_char": 852, "feats": "VerbForm=Fin", "head": 5, "id": 2, "lemma": "could", "misc": "", "start_char": 847, "text": "Could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 856, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 853, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 860, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 4, "lemma": "you", "misc": "", "start_char": 857, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 864, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "see", "misc": "", "start_char": 861, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 869, "feats": null, "head": 8, "id": 6, "lemma": "that", "misc": "", "start_char": 865, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 871, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 7, "lemma": "I", "misc": "", "start_char": 870, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 878, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 8, "lemma": "want", "misc": "", "start_char": 872, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 881, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 879, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 884, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "go", "misc": "", "start_char": 882, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 888, "feats": null, "head": 10, "id": 11, "lemma": "out", "misc": "", "start_char": 885, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 891, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 889, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 898, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "dinner", "misc": "", "start_char": 892, "text": "dinner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 900, "feats": null, "head": 5, "id": 14, "lemma": "?", "misc": "", "start_char": 899, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 903, "feats": null, "head": 5, "id": 15, "lemma": "''", "misc": "", "start_char": 901, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD complained) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD pulled) (PP (IN into) (NP (PRP$ our) (NN driveway))))))) (. .)))" }, "speaker": null, "text": "I complained when he pulled into our driveway.", "tokens": [ { "deprel": "nsubj", "end_char": 905, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 904, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 916, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "complain", "misc": "", "start_char": 906, "text": "complained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 921, "feats": "PronType=Int", "head": 5, "id": 3, "lemma": "when", "misc": "", "start_char": 917, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 924, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "he", "misc": "", "start_char": 922, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 931, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 5, "lemma": "pull", "misc": "", "start_char": 925, "text": "pulled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 936, "feats": null, "head": 8, "id": 6, "lemma": "into", "misc": "", "start_char": 932, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 940, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "our", "misc": "", "start_char": 937, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 949, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "driveway", "misc": "", "start_char": 941, "text": "driveway", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 951, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 950, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 953, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 952, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (SBARQ (`` ``) (WHADVP (WRB Why)) (SQ (VBD did) (RB n't) (NP (PRP you)) (VP (VB say) (ADVP (RB so)))) (. ?)))" }, "speaker": null, "text": "\"Why didn't you say so?", "tokens": [ { "deprel": "punct", "end_char": 956, "feats": null, "head": 6, "id": 1, "lemma": "``", "misc": "", "start_char": 954, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 960, "feats": "PronType=Int", "head": 6, "id": 2, "lemma": "why", "misc": "", "start_char": 957, "text": "Why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux", "end_char": 964, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 6, "id": 3, "lemma": "do", "misc": "", "start_char": 961, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 968, "feats": null, "head": 6, "id": 4, "lemma": "not", "misc": "", "start_char": 965, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 972, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 6, "id": 5, "lemma": "you", "misc": "", "start_char": 969, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 976, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "say", "misc": "", "start_char": 973, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 979, "feats": null, "head": 6, "id": 7, "lemma": "so", "misc": "", "start_char": 977, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 981, "feats": null, "head": 6, "id": 8, "lemma": "?", "misc": "", "start_char": 980, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (MD ca) (RB n't) (VP (VB read) (NP (PRP$ your) (NN mind))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD answered) (PP (IN in) (NP (NN impatience)))) (. .)))" }, "speaker": null, "text": "I can't read your mind,\" he answered in impatience.", "tokens": [ { "deprel": "nsubj", "end_char": 983, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 982, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 986, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 984, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 990, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 987, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 995, "feats": "VerbForm=Inf", "head": 10, "id": 4, "lemma": "read", "misc": "", "start_char": 991, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1000, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "your", "misc": "", "start_char": 996, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1005, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "mind", "misc": "", "start_char": 1001, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1007, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 1006, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1010, "feats": null, "head": 10, "id": 8, "lemma": "''", "misc": "", "start_char": 1008, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1013, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "misc": "", "start_char": 1011, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1022, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "answer", "misc": "", "start_char": 1014, "text": "answered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1025, "feats": null, "head": 12, "id": 11, "lemma": "in", "misc": "", "start_char": 1023, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1036, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "impatience", "misc": "", "start_char": 1026, "text": "impatience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1038, "feats": null, "head": 10, "id": 13, "lemma": ".", "misc": "", "start_char": 1037, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ His) (NNS words)) (VP (VBD gave) (NP (PRP me)) (NP (NN pause))) (. .)))" }, "speaker": null, "text": "His words gave me pause.", "tokens": [ { "deprel": "nmod:poss", "end_char": 1042, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "his", "misc": "", "start_char": 1039, "text": "His", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1048, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "word", "misc": "", "start_char": 1043, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1053, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "give", "misc": "", "start_char": 1049, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1056, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "I", "misc": "", "start_char": 1054, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 1062, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "pause", "misc": "", "start_char": 1057, "text": "pause", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1064, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 1063, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (. .))" }, "speaker": null, "text": ".", "tokens": [ { "deprel": "root", "end_char": 1066, "feats": null, "head": 0, "id": 1, "lemma": ".", "misc": "", "start_char": 1065, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (SQ (VBD Had) (NP (PRP I)) (VP (VBN expected) (S (NP (PRP him)) (VP (TO to) (VP (VB read) (NP (PRP$ my) (NN mind)))))) (. ?)))" }, "speaker": null, "text": "Had I expected him to read my mind?", "tokens": [ { "deprel": "aux", "end_char": 1070, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 1, "lemma": "have", "misc": "", "start_char": 1067, "text": "Had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1072, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 1071, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1081, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "expect", "misc": "", "start_char": 1073, "text": "expected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 1085, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "he", "misc": "", "start_char": 1082, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1088, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1086, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1093, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "read", "misc": "", "start_char": 1089, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1096, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "my", "misc": "", "start_char": 1094, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1101, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "mind", "misc": "", "start_char": 1097, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1103, "feats": null, "head": 3, "id": 9, "lemma": "?", "misc": "", "start_char": 1102, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (SBARQ (WHADVP (WRB Why)) (SQ (VBD had) (RB n't) (NP (PRP I)) (VP (VBN expressed) (NP (PRP$ my) (NN desire)) (ADVP (RBR more) (RB clearly)))) (. ?)))" }, "speaker": null, "text": "Why hadn't I expressed my desire more clearly?", "tokens": [ { "deprel": "advmod", "end_char": 1107, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "why", "misc": "", "start_char": 1104, "text": "Why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux", "end_char": 1111, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 2, "lemma": "have", "misc": "", "start_char": 1108, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1115, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 1112, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1117, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "I", "misc": "", "start_char": 1116, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1127, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 5, "lemma": "express", "misc": "", "start_char": 1118, "text": "expressed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod:poss", "end_char": 1130, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "my", "misc": "", "start_char": 1128, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1137, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "desire", "misc": "", "start_char": 1131, "text": "desire", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1142, "feats": "Degree=Cmp", "head": 9, "id": 8, "lemma": "more", "misc": "", "start_char": 1138, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 1150, "feats": null, "head": 5, "id": 9, "lemma": "clearly", "misc": "", "start_char": 1143, "text": "clearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1152, "feats": null, "head": 5, "id": 10, "lemma": "?", "misc": "", "start_char": 1151, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD realized) (SBAR (S (NP (PRP I)) (VP (VBD had) (VP (VBN fallen) (PP (IN into) (NP (NP (DT the) (JJ female) (NN trap)) (PP (IN of) (`` ``) (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBP love) (NP (PRP me))))) (, ,) (NP (PRP you)) (VP (MD can) (VP (VB read) (NP (PRP$ my) (NN mind))))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "I realized I had fallen into the female trap of \"If you love me, you can read my mind.\"", "tokens": [ { "deprel": "nsubj", "end_char": 1154, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1153, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1163, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "realize", "misc": "", "start_char": 1155, "text": "realized", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1165, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 3, "lemma": "I", "misc": "", "start_char": 1164, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1169, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "have", "misc": "", "start_char": 1166, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1176, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 5, "lemma": "fall", "misc": "", "start_char": 1170, "text": "fallen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1181, "feats": null, "head": 9, "id": 6, "lemma": "into", "misc": "", "start_char": 1177, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1185, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 1182, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1192, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "female", "misc": "", "start_char": 1186, "text": "female", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1197, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "trap", "misc": "", "start_char": 1193, "text": "trap", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1200, "feats": null, "head": 19, "id": 10, "lemma": "of", "misc": "", "start_char": 1198, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1203, "feats": null, "head": 19, "id": 11, "lemma": "``", "misc": "", "start_char": 1201, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "mark", "end_char": 1206, "feats": null, "head": 14, "id": 12, "lemma": "if", "misc": "", "start_char": 1204, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1210, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 14, "id": 13, "lemma": "you", "misc": "", "start_char": 1207, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1215, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 19, "id": 14, "lemma": "love", "misc": "", "start_char": 1211, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1218, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 14, "id": 15, "lemma": "I", "misc": "", "start_char": 1216, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1220, "feats": null, "head": 14, "id": 16, "lemma": ",", "misc": "", "start_char": 1219, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1224, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 19, "id": 17, "lemma": "you", "misc": "", "start_char": 1221, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1228, "feats": "VerbForm=Fin", "head": 19, "id": 18, "lemma": "can", "misc": "", "start_char": 1225, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 1233, "feats": "VerbForm=Inf", "head": 5, "id": 19, "lemma": "read", "misc": "", "start_char": 1229, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1236, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "my", "misc": "", "start_char": 1234, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1241, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "mind", "misc": "", "start_char": 1237, "text": "mind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1243, "feats": null, "head": 2, "id": 22, "lemma": ".", "misc": "", "start_char": 1242, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1246, "feats": null, "head": 2, "id": 23, "lemma": "''", "misc": "", "start_char": 1244, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1248, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1247, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (, ,) (NP (PRP I)) (VP (VBP state) (NP (PRP$ my) (NNS needs)) (ADVP (RB clearly) (CC and) (RB directly))) (. .)))" }, "speaker": null, "text": "Now, I state my needs clearly and directly.", "tokens": [ { "deprel": "advmod", "end_char": 1252, "feats": null, "head": 4, "id": 1, "lemma": "now", "misc": "", "start_char": 1249, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1254, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1253, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1256, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "I", "misc": "", "start_char": 1255, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1262, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "state", "misc": "", "start_char": 1257, "text": "state", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1265, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "my", "misc": "", "start_char": 1263, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1271, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "need", "misc": "", "start_char": 1266, "text": "needs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1279, "feats": null, "head": 4, "id": 7, "lemma": "clearly", "misc": "", "start_char": 1272, "text": "clearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1283, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 1280, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1292, "feats": null, "head": 7, "id": 9, "lemma": "directly", "misc": "", "start_char": 1284, "text": "directly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1294, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 1293, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBP look) (PP (IN at) (NP (PRP$ my) (NN cat)))) (CC and) (VP (VBP know) (SBAR (S (NP (PRP she)) (VP (VBZ agrees)))))) (. .)))" }, "speaker": null, "text": "I look at my cat and know she agrees.", "tokens": [ { "deprel": "nsubj", "end_char": 1296, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1295, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1301, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "look", "misc": "", "start_char": 1297, "text": "look", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1304, "feats": null, "head": 5, "id": 3, "lemma": "at", "misc": "", "start_char": 1302, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1307, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "my", "misc": "", "start_char": 1305, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1311, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "cat", "misc": "", "start_char": 1308, "text": "cat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1315, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 1312, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1320, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 7, "lemma": "know", "misc": "", "start_char": 1316, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1324, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "she", "misc": "", "start_char": 1321, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1331, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 9, "lemma": "agree", "misc": "", "start_char": 1325, "text": "agrees", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1333, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 1332, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Our cat has a sweet nature, and she can let us know what she wants. When we fail to meet her needs, she gently leads us in the proper direction. When I forget to fill her water bowl early in the morning, she runs after my legs, and then pushes me in the direction of her bowl. She doesn't get irritated; instead, she expresses her wishes in the best way. And I always understand what she is telling me. One day I found myself envying her simple expression. How many times had I expected my husband or my children to know my wants without my ever giving voice to them? How many times had I been disappointed that they couldn't understand when I needed a hug, a compliment or a chocolate bar? After a pleasant afternoon with my husband, I wanted to stop somewhere nice and have dinner, but he didn't understand my hints. "Couldn't you see that I wanted to go out to dinner?" I complained when he pulled into our driveway. "Why didn't you say so? I can't read your mind," he answered in impatience. His words gave me pause. . Had I expected him to read my mind? Why hadn't I expressed my desire more clearly? I realized I had fallen into the female trap of "If you love me, you can read my mind." Now, I state my needs clearly and directly. I look at my cat and know she agrees.
[ [ [ 0, 0, 1 ], [ 0, 8, 8 ], [ 1, 5, 5 ], [ 2, 5, 5 ], [ 1, 8, 8 ], [ 2, 13, 13 ], [ 2, 27, 27 ], [ 3, 0, 0 ], [ 3, 8, 8 ], [ 4, 5, 5 ], [ 6, 6, 6 ], [ 23, 3, 4 ], [ 23, 7, 7 ], [ 3, 10, 10 ], [ 0, 14, 14 ] ], [ [ 0, 0, 0 ], [ 1, 1, 1 ], [ 0, 11, 11 ], [ 1, 11, 11 ] ], [ [ 0, 3, 5 ] ], [ [ 1, 13, 15 ] ], [ [ 2, 6, 6 ] ], [ [ 2, 10, 11 ] ], [ [ 2, 16, 17 ] ], [ [ 2, 20, 20 ] ], [ [ 2, 24, 28 ] ], [ [ 2, 27, 28 ], [ 2, 5, 7 ] ], [ [ 3, 13, 15 ] ], [ [ 4, 4, 8 ] ], [ [ 6, 0, 1 ] ], [ [ 6, 6, 8 ] ], [ [ 7, 1, 2 ], [ 8, 1, 2 ] ], [ [ 7, 9, 10 ] ], [ [ 7, 13, 14 ] ], [ [ 7, 16, 21 ] ], [ [ 7, 21, 21 ], [ 7, 6, 10 ], [ 8, 8, 8 ] ], [ [ 8, 15, 16 ] ], [ [ 8, 18, 19 ] ], [ [ 8, 21, 23 ] ], [ [ 8, 22, 22 ] ], [ [ 8, 15, 23 ] ], [ [ 10, 1, 6 ] ], [ [ 10, 5, 6 ], [ 7, 6, 7 ], [ 10, 19, 19 ], [ 11, 3, 3 ], [ 12, 3, 3 ], [ 15, 0, 0 ], [ 15, 8, 8 ], [ 18, 3, 3 ], [ 16, 0, 0 ], [ 20, 12, 12 ], [ 20, 16, 16 ] ], [ [ 10, 12, 13 ] ], [ [ 10, 23, 24 ] ], [ [ 12, 6, 7 ] ], [ [ 12, 6, 6 ] ], [ [ 15, 11, 11 ] ], [ [ 20, 6, 22 ] ], [ [ 20, 19, 20 ], [ 18, 6, 7 ], [ 15, 4, 5 ] ], [ [ 22, 0, 0 ] ], [ [ 1, 5, 6 ] ], [ [ 16, 0, 1 ] ], [ [ 16, 3, 3 ], [ 8, 13, 13 ], [ 18, 6, 6 ], [ 23, 0, 0 ], [ 23, 3, 3 ], [ 22, 4, 4 ], [ 22, 2, 2 ], [ 20, 2, 2 ], [ 20, 0, 0 ], [ 19, 3, 3 ], [ 19, 5, 5 ], [ 18, 1, 1 ], [ 15, 4, 4 ], [ 11, 6, 6 ], [ 12, 0, 0 ], [ 10, 23, 23 ], [ 10, 5, 5 ], [ 10, 8, 8 ], [ 8, 4, 4 ], [ 7, 4, 4 ], [ 6, 2, 2 ], [ 6, 4, 4 ], [ 7, 6, 6 ], [ 7, 9, 9 ], [ 7, 13, 13 ], [ 7, 16, 16 ], [ 4, 1, 1 ], [ 2, 1, 1 ], [ 2, 16, 16 ], [ 4, 8, 8 ], [ 2, 22, 22 ], [ 14, 4, 4 ], [ 20, 14, 14 ], [ 20, 19, 19 ] ], [ [ 12, 2, 7 ] ], [ [ 19, 5, 6 ] ], [ [ 8, 12, 23 ] ], [ [ 10, 16, 16 ], [ 11, 12, 12 ] ], [ [ 20, 10, 22 ] ], [ [ 22, 4, 5 ] ], [ [ 3, 10, 11 ] ], [ [ 0, 13, 15 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36191
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NN Spring)) (VP (VBZ is) (VP (VBG coming)))) (, ,) (CC and) (S (NP (PRP it)) (VP (VBZ is) (NP (NP (NN time)) (SBAR (IN for) (S (NP (NP (DT those)) (ADJP (RB about) (S (VP (TO to) (VP (VB graduate)))))) (VP (TO to) (VP (VB look) (PP (IN for) (NP (NNS jobs)))))))))) (. .)))" }, "speaker": null, "text": "Spring is coming, and it is time for those about to graduate to look for jobs.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "spring", "misc": "", "start_char": 0, "text": "Spring", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 7, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 16, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "come", "misc": "", "start_char": 10, "text": "coming", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 18, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 17, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 22, "feats": null, "head": 8, "id": 5, "lemma": "and", "misc": "", "start_char": 19, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 25, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "it", "misc": "", "start_char": 23, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 28, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 26, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 33, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "time", "misc": "", "start_char": 29, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 37, "feats": null, "head": 10, "id": 9, "lemma": "for", "misc": "", "start_char": 34, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 43, "feats": "Number=Plur|PronType=Dem", "head": 8, "id": 10, "lemma": "that", "misc": "", "start_char": 38, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "advmod", "end_char": 49, "feats": null, "head": 13, "id": 11, "lemma": "about", "misc": "", "start_char": 44, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 50, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 61, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "graduate", "misc": "", "start_char": 53, "text": "graduate", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 64, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 62, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 69, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "look", "misc": "", "start_char": 65, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 73, "feats": null, "head": 17, "id": 16, "lemma": "for", "misc": "", "start_char": 70, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 78, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "job", "misc": "", "start_char": 74, "text": "jobs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 80, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 79, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (S (NP (NN Competition)) (VP (VBZ is) (ADJP (JJ tough)))) (, ,) (RB so) (S (NP (NN job) (NNS seekers)) (VP (MD must) (ADVP (RB carefully)) (VP (VB consider) (NP (PRP$ their) (JJ personal) (NNS choices))))) (. .)))" }, "speaker": null, "text": "Competition is tough, so job seekers must carefully consider their personal choices.", "tokens": [ { "deprel": "nsubj", "end_char": 92, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "competition", "misc": "", "start_char": 81, "text": "Competition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 95, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 93, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 101, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "tough", "misc": "", "start_char": 96, "text": "tough", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 103, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 102, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 106, "feats": null, "head": 10, "id": 5, "lemma": "so", "misc": "", "start_char": 104, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 110, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "job", "misc": "", "start_char": 107, "text": "job", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 118, "feats": "Number=Plur", "head": 10, "id": 7, "lemma": "seeker", "misc": "", "start_char": 111, "text": "seekers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 123, "feats": "VerbForm=Fin", "head": 10, "id": 8, "lemma": "must", "misc": "", "start_char": 119, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 133, "feats": null, "head": 10, "id": 9, "lemma": "carefully", "misc": "", "start_char": 124, "text": "carefully", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 142, "feats": "VerbForm=Inf", "head": 3, "id": 10, "lemma": "consider", "misc": "", "start_char": 134, "text": "consider", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 148, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 11, "lemma": "their", "misc": "", "start_char": 143, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 157, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "personal", "misc": "", "start_char": 149, "text": "personal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 165, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "choice", "misc": "", "start_char": 158, "text": "choices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 167, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 166, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (SBAR (WHNP (WP Whatever)) (S (NP (PRP we)) (VP (VBP are) (VP (VBG wearing))))) (, ,) (NP (PRP$ our) (NN family) (CC and) (NNS friends)) (VP (MD may) (VP (VB accept) (NP (PRP us))))) (, ,) (CC but) (S (NP (DT the) (NN workplace)) (VP (MD may) (RB not))) (. .)))" }, "speaker": null, "text": "Whatever we are wearing, our family and friends may accept us, but the workplace may not.", "tokens": [ { "deprel": "obj", "end_char": 176, "feats": "PronType=Rel", "head": 4, "id": 1, "lemma": "whatever", "misc": "", "start_char": 168, "text": "Whatever", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 179, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 177, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 183, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 180, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 191, "feats": "Tense=Pres|VerbForm=Part", "head": 11, "id": 4, "lemma": "wear", "misc": "", "start_char": 184, "text": "wearing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 193, "feats": null, "head": 11, "id": 5, "lemma": ",", "misc": "", "start_char": 192, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 197, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "our", "misc": "", "start_char": 194, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 204, "feats": "Number=Sing", "head": 11, "id": 7, "lemma": "family", "misc": "", "start_char": 198, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 208, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 205, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 216, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "friend", "misc": "", "start_char": 209, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 220, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "may", "misc": "", "start_char": 217, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 227, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "accept", "misc": "", "start_char": 221, "text": "accept", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 230, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 11, "id": 12, "lemma": "we", "misc": "", "start_char": 228, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 232, "feats": null, "head": 17, "id": 13, "lemma": ",", "misc": "", "start_char": 231, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 236, "feats": null, "head": 17, "id": 14, "lemma": "but", "misc": "", "start_char": 233, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 240, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 237, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 250, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "workplace", "misc": "", "start_char": 241, "text": "workplace", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 254, "feats": "VerbForm=Fin", "head": 11, "id": 17, "lemma": "may", "misc": "", "start_char": 251, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 258, "feats": null, "head": 17, "id": 18, "lemma": "not", "misc": "", "start_char": 255, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "punct", "end_char": 260, "feats": null, "head": 11, "id": 19, "lemma": ".", "misc": "", "start_char": 259, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 262, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 261, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NML (JJ high) (NN school)) (NN newspaper) (NN editor)) (VP (VBD said) (SBAR (S (NP (NP (PRP it))) (VP (VBZ is) (ADJP (JJ unfair)) (SBAR (IN for) (S (NP (NNS companies)) (VP (TO to) (VP (VB discourage) (NP (JJ visible) (NML (NML (NML (NNS tattoos) (NN nose)) (NNS rings)) (, ,) (CC or) (NML (JJ certain) (NN dress) (NNS styles)))))))))))) (. .)))" }, "speaker": null, "text": "A high school newspaper editor said it is unfair for companies to discourage visible tattoos nose rings, or certain dress styles.", "tokens": [ { "deprel": "det", "end_char": 264, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 1, "lemma": "a", "misc": "", "start_char": 263, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 269, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "high", "misc": "", "start_char": 265, "text": "high", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 276, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "school", "misc": "", "start_char": 270, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 286, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "newspaper", "misc": "", "start_char": 277, "text": "newspaper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 293, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "editor", "misc": "", "start_char": 287, "text": "editor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 298, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "say", "misc": "", "start_char": 294, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "expl", "end_char": 301, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "it", "misc": "", "start_char": 299, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 304, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 302, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 311, "feats": "Degree=Pos", "head": 6, "id": 9, "lemma": "unfair", "misc": "", "start_char": 305, "text": "unfair", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 315, "feats": null, "head": 13, "id": 10, "lemma": "for", "misc": "", "start_char": 312, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 325, "feats": "Number=Plur", "head": 13, "id": 11, "lemma": "company", "misc": "", "start_char": 316, "text": "companies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 328, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 326, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 339, "feats": "VerbForm=Inf", "head": 9, "id": 13, "lemma": "discourage", "misc": "", "start_char": 329, "text": "discourage", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 347, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "visible", "misc": "", "start_char": 340, "text": "visible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 355, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "tattoo", "misc": "", "start_char": 348, "text": "tattoos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "compound", "end_char": 360, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "nose", "misc": "", "start_char": 356, "text": "nose", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 366, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "ring", "misc": "", "start_char": 361, "text": "rings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 368, "feats": null, "head": 22, "id": 18, "lemma": ",", "misc": "", "start_char": 367, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 371, "feats": null, "head": 22, "id": 19, "lemma": "or", "misc": "", "start_char": 369, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 379, "feats": "Degree=Pos", "head": 22, "id": 20, "lemma": "certain", "misc": "", "start_char": 372, "text": "certain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 385, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "dress", "misc": "", "start_char": 380, "text": "dress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 392, "feats": "Number=Plur", "head": 17, "id": 22, "lemma": "style", "misc": "", "start_char": 386, "text": "styles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 394, "feats": null, "head": 6, "id": 23, "lemma": ".", "misc": "", "start_char": 393, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP It)) (VP (VBZ is) (ADJP (JJ true) (SBAR (S (NP (PRP you)) (VP (MD ca) (RB n't) (VP (VB judge) (NP (DT a) (NN book)) (PP (IN by) (NP (PRP$ its) (NN cover)))))))))) (, ,) (CC yet) (S (NP (NNS people)) (VP (VBP do) (`` ``) (VB cover) ('' '') (NP (PRP themselves)) (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB convey) (NP (JJ certain) (NNS messages)))))))) (. .)))" }, "speaker": null, "text": "It is true you can't judge a book by its cover, yet people do \"cover\" themselves in order to convey certain messages.", "tokens": [ { "deprel": "expl", "end_char": 397, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 395, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 400, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 398, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 405, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "true", "misc": "", "start_char": 401, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 409, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 7, "id": 4, "lemma": "you", "misc": "", "start_char": 406, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 412, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "can", "misc": "", "start_char": 410, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 416, "feats": null, "head": 7, "id": 6, "lemma": "not", "misc": "", "start_char": 413, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "csubj", "end_char": 422, "feats": "VerbForm=Inf", "head": 3, "id": 7, "lemma": "judge", "misc": "", "start_char": 417, "text": "judge", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 424, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 423, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 429, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "book", "misc": "", "start_char": 425, "text": "book", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 432, "feats": null, "head": 12, "id": 10, "lemma": "by", "misc": "", "start_char": 430, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 436, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "its", "misc": "", "start_char": 433, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 442, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "cover", "misc": "", "start_char": 437, "text": "cover", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 444, "feats": null, "head": 18, "id": 13, "lemma": ",", "misc": "", "start_char": 443, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 448, "feats": null, "head": 18, "id": 14, "lemma": "yet", "misc": "", "start_char": 445, "text": "yet", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 455, "feats": "Number=Plur", "head": 18, "id": 15, "lemma": "person", "misc": "", "start_char": 449, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 458, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 16, "lemma": "do", "misc": "", "start_char": 456, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "punct", "end_char": 461, "feats": null, "head": 18, "id": 17, "lemma": "``", "misc": "", "start_char": 459, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "conj", "end_char": 467, "feats": "VerbForm=Inf", "head": 7, "id": 18, "lemma": "cover", "misc": "", "start_char": 462, "text": "cover", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 470, "feats": null, "head": 18, "id": 19, "lemma": "''", "misc": "", "start_char": 468, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "obj", "end_char": 481, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 18, "id": 20, "lemma": "themselves", "misc": "", "start_char": 471, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 484, "feats": null, "head": 24, "id": 21, "lemma": "in", "misc": "", "start_char": 482, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 490, "feats": "Number=Sing", "head": 21, "id": 22, "lemma": "order", "misc": "", "start_char": 485, "text": "order", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 493, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 491, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 500, "feats": "VerbForm=Inf", "head": 18, "id": 24, "lemma": "convey", "misc": "", "start_char": 494, "text": "convey", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 508, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "certain", "misc": "", "start_char": 501, "text": "certain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 517, "feats": "Number=Plur", "head": 24, "id": 26, "lemma": "message", "misc": "", "start_char": 509, "text": "messages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 519, "feats": null, "head": 3, "id": 27, "lemma": ".", "misc": "", "start_char": 518, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (SBAR (WHNP (WP What)) (S (NP (PRP we)) (VP (VBP wear) (, ,) (PP (VBG including) (NP (NP (NNS tattoos)) (CC and) (NP (NN nose) (NNS rings)))) (, ,)))) (VP (VBZ is) (NP (NP (DT an) (NN expression)) (PP (IN of) (SBAR (WHNP (WP who)) (S (NP (PRP we)) (VP (VBP are))))))) (. .)))" }, "speaker": null, "text": "What we wear, including tattoos and nose rings, is an expression of who we are.", "tokens": [ { "deprel": "nsubj", "end_char": 524, "feats": "PronType=Rel", "head": 13, "id": 1, "lemma": "what", "misc": "", "start_char": 520, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 527, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 525, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 532, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 1, "id": 3, "lemma": "wear", "misc": "", "start_char": 528, "text": "wear", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 534, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 533, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 544, "feats": "VerbForm=Ger", "head": 6, "id": 5, "lemma": "include", "misc": "", "start_char": 535, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod", "end_char": 552, "feats": "Number=Plur", "head": 1, "id": 6, "lemma": "tattoo", "misc": "", "start_char": 545, "text": "tattoos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 556, "feats": null, "head": 9, "id": 7, "lemma": "and", "misc": "", "start_char": 553, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 561, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "nose", "misc": "", "start_char": 557, "text": "nose", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 567, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "ring", "misc": "", "start_char": 562, "text": "rings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 569, "feats": null, "head": 1, "id": 10, "lemma": ",", "misc": "", "start_char": 568, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 572, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 570, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 575, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 573, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 586, "feats": "Number=Sing", "head": 0, "id": 13, "lemma": "expression", "misc": "", "start_char": 576, "text": "expression", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 589, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 587, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 593, "feats": "PronType=Rel", "head": 13, "id": 15, "lemma": "who", "misc": "", "start_char": 590, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 596, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 17, "id": 16, "lemma": "we", "misc": "", "start_char": 594, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 600, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 17, "lemma": "be", "misc": "", "start_char": 597, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "punct", "end_char": 602, "feats": null, "head": 13, "id": 18, "lemma": ".", "misc": "", "start_char": 601, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (SBAR (ADVP (RB Just)) (IN as) (S (NP (NNS people)) (VP (VBP convey) (NP (NP (NNS messages)) (PP (IN about) (NP (PRP themselves)))) (PP (IN with) (NP (PRP$ their) (NNS appearances)))))) (, ,) (ADVP (RB so)) (VP (VB do)) (NP (NNS companies)) (. .)))" }, "speaker": null, "text": "Just as people convey messages about themselves with their appearances, so do companies.", "tokens": [ { "deprel": "advmod", "end_char": 607, "feats": null, "head": 4, "id": 1, "lemma": "just", "misc": "", "start_char": 603, "text": "Just", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 610, "feats": null, "head": 4, "id": 2, "lemma": "as", "misc": "", "start_char": 608, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 617, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "person", "misc": "", "start_char": 611, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 624, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 4, "lemma": "convey", "misc": "", "start_char": 618, "text": "convey", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 633, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "message", "misc": "", "start_char": 625, "text": "messages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 639, "feats": null, "head": 7, "id": 6, "lemma": "about", "misc": "", "start_char": 634, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 650, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 5, "id": 7, "lemma": "themselves", "misc": "", "start_char": 640, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 655, "feats": null, "head": 10, "id": 8, "lemma": "with", "misc": "", "start_char": 651, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 661, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "their", "misc": "", "start_char": 656, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 673, "feats": "Number=Plur", "head": 4, "id": 10, "lemma": "appearance", "misc": "", "start_char": 662, "text": "appearances", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 675, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 674, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 678, "feats": null, "head": 13, "id": 12, "lemma": "so", "misc": "", "start_char": 676, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 681, "feats": "Mood=Ind|Person=3|VerbForm=Fin", "head": 0, "id": 13, "lemma": "do", "misc": "", "start_char": 679, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 691, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "company", "misc": "", "start_char": 682, "text": "companies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 693, "feats": null, "head": 13, "id": 15, "lemma": ".", "misc": "", "start_char": 692, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (NN Dress) (NNS standards)) (VP (VBP exist) (PP (IN in) (NP (DT the) (NN business) (NN world))) (PP (IN for) (NP (NP (DT a) (NN number)) (PP (IN of) (NP (NNS reasons))))))) (, ,) (CC but) (S (NP (DT the) (JJ main) (NN concern)) (VP (VBZ is) (ADVP (RB often)) (PP (IN about) (SBAR (WHNP (WP what)) (S (NP (NNS customers)) (VP (VBP accept))))))) (. .)))" }, "speaker": null, "text": "Dress standards exist in the business world for a number of reasons, but the main concern is often about what customers accept.", "tokens": [ { "deprel": "compound", "end_char": 699, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "dress", "misc": "", "start_char": 694, "text": "Dress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 709, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "standard", "misc": "", "start_char": 700, "text": "standards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 715, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "exist", "misc": "", "start_char": 710, "text": "exist", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 718, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 716, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 722, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 719, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 731, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "business", "misc": "", "start_char": 723, "text": "business", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 737, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "world", "misc": "", "start_char": 732, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 741, "feats": null, "head": 10, "id": 8, "lemma": "for", "misc": "", "start_char": 738, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 743, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 742, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 750, "feats": "Number=Sing", "head": 3, "id": 10, "lemma": "number", "misc": "", "start_char": 744, "text": "number", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 753, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 751, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 761, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "reason", "misc": "", "start_char": 754, "text": "reasons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 763, "feats": null, "head": 21, "id": 13, "lemma": ",", "misc": "", "start_char": 762, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 767, "feats": null, "head": 21, "id": 14, "lemma": "but", "misc": "", "start_char": 764, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 771, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 768, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 776, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "main", "misc": "", "start_char": 772, "text": "main", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 784, "feats": "Number=Sing", "head": 21, "id": 17, "lemma": "concern", "misc": "", "start_char": 777, "text": "concern", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 787, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 18, "lemma": "be", "misc": "", "start_char": 785, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 793, "feats": "Degree=Pos", "head": 21, "id": 19, "lemma": "often", "misc": "", "start_char": 788, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 799, "feats": null, "head": 21, "id": 20, "lemma": "about", "misc": "", "start_char": 794, "text": "about", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "conj", "end_char": 804, "feats": "PronType=Rel", "head": 3, "id": 21, "lemma": "what", "misc": "", "start_char": 800, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 814, "feats": "Number=Plur", "head": 23, "id": 22, "lemma": "customer", "misc": "", "start_char": 805, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 821, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 23, "lemma": "accept", "misc": "", "start_char": 815, "text": "accept", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 823, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 822, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 825, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 824, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (S (NP (NNS Others)) (VP (MD may) (VP (VB say) (SBAR (S (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB dress))))) (VP (VBZ is) (NP (NP (DT a) (NN matter)) (PP (IN of) (NP (JJ personal) (NN freedom)))))))))) (, ,) (CC but) (S (PP (IN for) (NP (NNS businesses))) (NP (PRP it)) (VP (VBZ is) (ADJP (JJR more) (PP (IN about) (SBAR (IN whether) (S (VP (TO to) (VP (VB make) (CC or) (VB lose) (NP (NN money)))))))))) (. .)))" }, "speaker": null, "text": "Others may say how to dress is a matter of personal freedom, but for businesses it is more about whether to make or lose money.", "tokens": [ { "deprel": "nsubj", "end_char": 832, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "other", "misc": "", "start_char": 826, "text": "Others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 836, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "may", "misc": "", "start_char": 833, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 840, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 837, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 844, "feats": "PronType=Int", "head": 9, "id": 4, "lemma": "how", "misc": "", "start_char": 841, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 847, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 845, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 853, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "dress", "misc": "", "start_char": 848, "text": "dress", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 856, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 854, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 858, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 857, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 865, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "matter", "misc": "", "start_char": 859, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 868, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 866, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 877, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "personal", "misc": "", "start_char": 869, "text": "personal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 885, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "freedom", "misc": "", "start_char": 878, "text": "freedom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 887, "feats": null, "head": 19, "id": 13, "lemma": ",", "misc": "", "start_char": 886, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 891, "feats": null, "head": 19, "id": 14, "lemma": "but", "misc": "", "start_char": 888, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 895, "feats": null, "head": 16, "id": 15, "lemma": "for", "misc": "", "start_char": 892, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 906, "feats": "Number=Plur", "head": 19, "id": 16, "lemma": "business", "misc": "", "start_char": 896, "text": "businesses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "expl", "end_char": 909, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 17, "lemma": "it", "misc": "", "start_char": 907, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 912, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 910, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 917, "feats": "Degree=Cmp", "head": 3, "id": 19, "lemma": "more", "misc": "", "start_char": 913, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 923, "feats": null, "head": 23, "id": 20, "lemma": "about", "misc": "", "start_char": 918, "text": "about", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 931, "feats": null, "head": 23, "id": 21, "lemma": "whether", "misc": "", "start_char": 924, "text": "whether", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 934, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 932, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 939, "feats": "VerbForm=Inf", "head": 19, "id": 23, "lemma": "make", "misc": "", "start_char": 935, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 942, "feats": null, "head": 25, "id": 24, "lemma": "or", "misc": "", "start_char": 940, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 947, "feats": "VerbForm=Inf", "head": 23, "id": 25, "lemma": "lose", "misc": "", "start_char": 943, "text": "lose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 953, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "money", "misc": "", "start_char": 948, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 955, "feats": null, "head": 3, "id": 27, "lemma": ".", "misc": "", "start_char": 954, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (JJS Most) (NNS employers)) (VP (VBP do) (VP (VB care) (PP (IN about) (NP (NP (DT the) (JJ personal) (NNS appearances)) (PP (IN of) (NP (PRP$ their) (NNS employees))))) (, ,) (SBAR (IN because) (S (NP (DT those) (NNS people)) (VP (VBP represent) (NP (DT the) (NNS companies)) (PP (IN to) (NP (PRP$ their) (NNS customers)))))))) (. .)))" }, "speaker": null, "text": "Most employers do care about the personal appearances of their employees, because those people represent the companies to their customers.", "tokens": [ { "deprel": "amod", "end_char": 960, "feats": "Degree=Sup", "head": 2, "id": 1, "lemma": "most", "misc": "", "start_char": 956, "text": "Most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 970, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "employer", "misc": "", "start_char": 961, "text": "employers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 973, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "do", "misc": "", "start_char": 971, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 978, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "care", "misc": "", "start_char": 974, "text": "care", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 984, "feats": null, "head": 8, "id": 5, "lemma": "about", "misc": "", "start_char": 979, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 988, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 985, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 997, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "personal", "misc": "", "start_char": 989, "text": "personal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1009, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "appearance", "misc": "", "start_char": 998, "text": "appearances", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1012, "feats": null, "head": 11, "id": 9, "lemma": "of", "misc": "", "start_char": 1010, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1018, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "their", "misc": "", "start_char": 1013, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1028, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "employee", "misc": "", "start_char": 1019, "text": "employees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1030, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 1029, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1038, "feats": null, "head": 16, "id": 13, "lemma": "because", "misc": "", "start_char": 1031, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1044, "feats": "Number=Plur|PronType=Dem", "head": 15, "id": 14, "lemma": "that", "misc": "", "start_char": 1039, "text": "those", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1051, "feats": "Number=Plur", "head": 16, "id": 15, "lemma": "person", "misc": "", "start_char": 1045, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 1061, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 16, "lemma": "represent", "misc": "", "start_char": 1052, "text": "represent", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1065, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 1062, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1075, "feats": "Number=Plur", "head": 16, "id": 18, "lemma": "company", "misc": "", "start_char": 1066, "text": "companies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1078, "feats": null, "head": 21, "id": 19, "lemma": "to", "misc": "", "start_char": 1076, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1084, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "their", "misc": "", "start_char": 1079, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1094, "feats": "Number=Plur", "head": 16, "id": 21, "lemma": "customer", "misc": "", "start_char": 1085, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1096, "feats": null, "head": 4, "id": 22, "lemma": ".", "misc": "", "start_char": 1095, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1098, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1097, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (PP (IN As) (NP (DT a) (NN hiring) (NN manager))) (NP (PRP I)) (VP (VBP am) (VP (VBN paid) (S (VP (TO to) (VP (VB choose) (NP (NP (DT the) (NNS people)) (SBAR (WHNP (WP who)) (S (VP (MD would) (VP (VB make) (NP (NP (DT the) (JJS best) (NN impression)) (PP (IN on) (NP (PRP$ our) (NNS customers)))))))))))))) (. .)))" }, "speaker": null, "text": "As a hiring manager I am paid to choose the people who would make the best impression on our customers.", "tokens": [ { "deprel": "case", "end_char": 1101, "feats": null, "head": 4, "id": 1, "lemma": "as", "misc": "", "start_char": 1099, "text": "As", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1103, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 2, "lemma": "a", "misc": "", "start_char": 1102, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1110, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "hiring", "misc": "", "start_char": 1104, "text": "hiring", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1118, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "manager", "misc": "", "start_char": 1111, "text": "manager", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1120, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 5, "lemma": "I", "misc": "", "start_char": 1119, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1123, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1121, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1128, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "pay", "misc": "", "start_char": 1124, "text": "paid", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1131, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1129, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1138, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "choose", "misc": "", "start_char": 1132, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1142, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1139, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1149, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "person", "misc": "", "start_char": 1143, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1153, "feats": "PronType=Rel", "head": 14, "id": 12, "lemma": "who", "misc": "", "start_char": 1150, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1159, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "would", "misc": "", "start_char": 1154, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1164, "feats": "VerbForm=Inf", "head": 11, "id": 14, "lemma": "make", "misc": "", "start_char": 1160, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1168, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 1165, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1173, "feats": "Degree=Sup", "head": 17, "id": 16, "lemma": "good", "misc": "", "start_char": 1169, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 1184, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "impression", "misc": "", "start_char": 1174, "text": "impression", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1187, "feats": null, "head": 20, "id": 18, "lemma": "on", "misc": "", "start_char": 1185, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1191, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "our", "misc": "", "start_char": 1188, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1201, "feats": "Number=Plur", "head": 17, "id": 20, "lemma": "customer", "misc": "", "start_char": 1192, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1203, "feats": null, "head": 7, "id": 21, "lemma": ".", "misc": "", "start_char": 1202, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (S (NP (EX There)) (VP (VBP are) (NP (NP (NN plenty)) (PP (IN of) (NP (JJ well-qualified) (NNS candidates)))))) (, ,) (RB so) (S (NP (NP (PRP it))) (VP (VBZ is) (RB not) (ADJP (JJ wrong)) (S (VP (TO to) (VP (VB reject) (NP (NP (NN someone)) (SBAR (WHNP (WP who)) (S (VP (MD might) (VP (VB disappoint) (NP (PRP$ my) (NNS customers)))))))))))) (. .)))" }, "speaker": null, "text": "There are plenty of well-qualified candidates, so it is not wrong to reject someone who might disappoint my customers.", "tokens": [ { "deprel": "expl", "end_char": 1209, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 1204, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1213, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 1210, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1220, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "plenty", "misc": "", "start_char": 1214, "text": "plenty", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1223, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 1221, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1238, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "well-qualified", "misc": "", "start_char": 1224, "text": "well-qualified", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1249, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "candidate", "misc": "", "start_char": 1239, "text": "candidates", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1251, "feats": null, "head": 12, "id": 7, "lemma": ",", "misc": "", "start_char": 1250, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1254, "feats": null, "head": 12, "id": 8, "lemma": "so", "misc": "", "start_char": 1252, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "expl", "end_char": 1257, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "it", "misc": "", "start_char": 1255, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1260, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 1258, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1264, "feats": null, "head": 12, "id": 11, "lemma": "not", "misc": "", "start_char": 1261, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 1270, "feats": "Degree=Pos", "head": 2, "id": 12, "lemma": "wrong", "misc": "", "start_char": 1265, "text": "wrong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1273, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 1271, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1280, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "reject", "misc": "", "start_char": 1274, "text": "reject", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1288, "feats": "Number=Sing|PronType=Ind", "head": 14, "id": 15, "lemma": "someone", "misc": "", "start_char": 1281, "text": "someone", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1292, "feats": "PronType=Rel", "head": 18, "id": 16, "lemma": "who", "misc": "", "start_char": 1289, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1298, "feats": "VerbForm=Fin", "head": 18, "id": 17, "lemma": "might", "misc": "", "start_char": 1293, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1309, "feats": "VerbForm=Inf", "head": 15, "id": 18, "lemma": "disappoint", "misc": "", "start_char": 1299, "text": "disappoint", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1312, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "my", "misc": "", "start_char": 1310, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1322, "feats": "Number=Plur", "head": 18, "id": 20, "lemma": "customer", "misc": "", "start_char": 1313, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1324, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 1323, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (SBAR (ADVP (RB Even)) (IN though) (S (NP (PRP I)) (VP (VBP am) (ADJP (JJ open-minded))))) (, ,) (NP (PRP I)) (VP (MD ca) (RB n't) (VP (VB expect) (SBAR (S (NP (PDT all) (PRP$ our) (NNS customers)) (VP (VBP are)))))) (. .)))" }, "speaker": null, "text": "Even though I am open-minded, I can't expect all our customers are.", "tokens": [ { "deprel": "advmod", "end_char": 1329, "feats": null, "head": 5, "id": 1, "lemma": "even", "misc": "", "start_char": 1325, "text": "Even", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1336, "feats": null, "head": 5, "id": 2, "lemma": "though", "misc": "", "start_char": 1330, "text": "though", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1338, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 3, "lemma": "I", "misc": "", "start_char": 1337, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1341, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1339, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1353, "feats": "Degree=Pos", "head": 10, "id": 5, "lemma": "open-minded", "misc": "", "start_char": 1342, "text": "open-minded", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1355, "feats": null, "head": 10, "id": 6, "lemma": ",", "misc": "", "start_char": 1354, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1357, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 7, "lemma": "I", "misc": "", "start_char": 1356, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1360, "feats": "VerbForm=Fin", "head": 10, "id": 8, "lemma": "can", "misc": "", "start_char": 1358, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1364, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 1361, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1371, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "expect", "misc": "", "start_char": 1365, "text": "expect", "upos": "VERB", "xpos": "VB" }, { "deprel": "det:predet", "end_char": 1375, "feats": null, "head": 13, "id": 11, "lemma": "all", "misc": "", "start_char": 1372, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 1379, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "our", "misc": "", "start_char": 1376, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1389, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "customer", "misc": "", "start_char": 1380, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1393, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 14, "lemma": "be", "misc": "", "start_char": 1390, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1395, "feats": null, "head": 10, "id": 15, "lemma": ".", "misc": "", "start_char": 1394, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1397, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1396, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBZ is) (NP (NP (NP (NN nobody)) (SBAR (S (VP (TO to) (VP (VB blame)))))) (CC but) (NP (PRP yourself))) (SBAR (IN if) (S (NP (NP (PRP$ your) (NN set)) (PP (IN of) (NP (NNS choices)))) (VP (VBZ does) (RB not) (VP (VB match) (NP (NP (DT that)) (PP (IN of) (NP (PRP$ your) (VBN preferred) (NN employer))))))))) (. .)))" }, "speaker": null, "text": "There is nobody to blame but yourself if your set of choices does not match that of your preferred employer.", "tokens": [ { "deprel": "expl", "end_char": 1403, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 1398, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1406, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 1404, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 1413, "feats": "Number=Sing|PronType=Neg", "head": 2, "id": 3, "lemma": "nobody", "misc": "", "start_char": 1407, "text": "nobody", "upos": "PRON", "xpos": "NN" }, { "deprel": "mark", "end_char": 1416, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1414, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1422, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "blame", "misc": "", "start_char": 1417, "text": "blame", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 1426, "feats": null, "head": 7, "id": 6, "lemma": "but", "misc": "", "start_char": 1423, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1435, "feats": "Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes", "head": 3, "id": 7, "lemma": "yourself", "misc": "", "start_char": 1427, "text": "yourself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1438, "feats": null, "head": 15, "id": 8, "lemma": "if", "misc": "", "start_char": 1436, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1443, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "your", "misc": "", "start_char": 1439, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1447, "feats": "Number=Sing", "head": 15, "id": 10, "lemma": "set", "misc": "", "start_char": 1444, "text": "set", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1450, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 1448, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1458, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "choice", "misc": "", "start_char": 1451, "text": "choices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1463, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 13, "lemma": "do", "misc": "", "start_char": 1459, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1467, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 1464, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1473, "feats": "VerbForm=Inf", "head": 2, "id": 15, "lemma": "match", "misc": "", "start_char": 1468, "text": "match", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1478, "feats": "Number=Sing|PronType=Dem", "head": 15, "id": 16, "lemma": "that", "misc": "", "start_char": 1474, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 1481, "feats": null, "head": 20, "id": 17, "lemma": "of", "misc": "", "start_char": 1479, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1486, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "your", "misc": "", "start_char": 1482, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1496, "feats": "Tense=Past|VerbForm=Part", "head": 20, "id": 19, "lemma": "prefer", "misc": "", "start_char": 1487, "text": "preferred", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod", "end_char": 1505, "feats": "Number=Sing", "head": 16, "id": 20, "lemma": "employer", "misc": "", "start_char": 1497, "text": "employer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1507, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 1506, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (DT No) (NN company)) (VP (MD should) (VP (VB have) (S (VP (TO to) (VP (VB change) (S (VP (TO to) (VP (VB satisfy) (NP (DT a) (NN candidate)))))))) (SBAR (ADVP (RB simply)) (IN because) (S (NP (PRP he) (CC or) (PRP she)) (VP (VBZ is) (ADJP (JJ unwilling) (S (VP (TO to) (VP (VB respect) (NP (PRP$ its) (NNS standards)))))) (, ,) (ADVP (ADVP (RB as) (RB long)) (SBAR (IN as) (S (NP (PRP$ its) (NNS standards)) (VP (VBP are) (ADJP (JJ legal))))))))))) (. .)))" }, "speaker": null, "text": "No company should have to change to satisfy a candidate simply because he or she is unwilling to respect its standards, as long as its standards are legal.", "tokens": [ { "deprel": "det", "end_char": 1510, "feats": null, "head": 2, "id": 1, "lemma": "no", "misc": "", "start_char": 1508, "text": "No", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1518, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "company", "misc": "", "start_char": 1511, "text": "company", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1525, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "should", "misc": "", "start_char": 1519, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1530, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 1526, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1533, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1531, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1540, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "change", "misc": "", "start_char": 1534, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1543, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1541, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1551, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "satisfy", "misc": "", "start_char": 1544, "text": "satisfy", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1553, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 1552, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1563, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "candidate", "misc": "", "start_char": 1554, "text": "candidate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1570, "feats": null, "head": 17, "id": 11, "lemma": "simply", "misc": "", "start_char": 1564, "text": "simply", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1578, "feats": null, "head": 17, "id": 12, "lemma": "because", "misc": "", "start_char": 1571, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1581, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 13, "lemma": "he", "misc": "", "start_char": 1579, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 1584, "feats": null, "head": 15, "id": 14, "lemma": "or", "misc": "", "start_char": 1582, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1588, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 15, "lemma": "she", "misc": "", "start_char": 1585, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1591, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1589, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1601, "feats": "Degree=Pos", "head": 8, "id": 17, "lemma": "unwilling", "misc": "", "start_char": 1592, "text": "unwilling", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1604, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 1602, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1612, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "respect", "misc": "", "start_char": 1605, "text": "respect", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1616, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "its", "misc": "", "start_char": 1613, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1626, "feats": "Number=Plur", "head": 19, "id": 21, "lemma": "standard", "misc": "", "start_char": 1617, "text": "standards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1628, "feats": null, "head": 24, "id": 22, "lemma": ",", "misc": "", "start_char": 1627, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1631, "feats": null, "head": 24, "id": 23, "lemma": "as", "misc": "", "start_char": 1629, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1636, "feats": "Degree=Pos", "head": 17, "id": 24, "lemma": "long", "misc": "", "start_char": 1632, "text": "long", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1639, "feats": null, "head": 29, "id": 25, "lemma": "as", "misc": "", "start_char": 1637, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1643, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 27, "id": 26, "lemma": "its", "misc": "", "start_char": 1640, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1653, "feats": "Number=Plur", "head": 29, "id": 27, "lemma": "standard", "misc": "", "start_char": 1644, "text": "standards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1657, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 29, "id": 28, "lemma": "be", "misc": "", "start_char": 1654, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1663, "feats": "Degree=Pos", "head": 24, "id": 29, "lemma": "legal", "misc": "", "start_char": 1658, "text": "legal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1665, "feats": null, "head": 4, "id": 30, "lemma": ".", "misc": "", "start_char": 1664, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Spring is coming, and it is time for those about to graduate to look for jobs. Competition is tough, so job seekers must carefully consider their personal choices. Whatever we are wearing, our family and friends may accept us, but the workplace may not. A high school newspaper editor said it is unfair for companies to discourage visible tattoos nose rings, or certain dress styles. It is true you can't judge a book by its cover, yet people do "cover" themselves in order to convey certain messages. What we wear, including tattoos and nose rings, is an expression of who we are. Just as people convey messages about themselves with their appearances, so do companies. Dress standards exist in the business world for a number of reasons, but the main concern is often about what customers accept. Others may say how to dress is a matter of personal freedom, but for businesses it is more about whether to make or lose money. Most employers do care about the personal appearances of their employees, because those people represent the companies to their customers. As a hiring manager I am paid to choose the people who would make the best impression on our customers. There are plenty of well-qualified candidates, so it is not wrong to reject someone who might disappoint my customers. Even though I am open-minded, I can't expect all our customers are. There is nobody to blame but yourself if your set of choices does not match that of your preferred employer. No company should have to change to satisfy a candidate simply because he or she is unwilling to respect its standards, as long as its standards are legal.
[ [ [ 0, 0, 0 ], [ 0, 5, 5 ], [ 0, 7, 7 ] ], [ [ 0, 9, 16 ] ], [ [ 0, 16, 16 ], [ 1, 5, 5 ] ], [ [ 1, 0, 0 ] ], [ [ 1, 5, 6 ], [ 1, 10, 10 ] ], [ [ 1, 10, 12 ] ], [ [ 2, 1, 1 ], [ 2, 5, 5 ], [ 2, 11, 11 ], [ 6, 1, 1 ], [ 6, 15, 15 ], [ 13, 18, 18 ], [ 15, 11, 11 ] ], [ [ 2, 5, 8 ] ], [ [ 2, 14, 15 ] ], [ [ 4, 0, 4 ] ], [ [ 4, 3, 3 ] ], [ [ 4, 10, 10 ], [ 7, 13, 13 ], [ 11, 16, 17 ], [ 11, 19, 19 ] ], [ [ 4, 19, 21 ] ], [ [ 4, 13, 21 ] ], [ [ 4, 15, 15 ], [ 6, 7, 7 ] ], [ [ 5, 3, 3 ], [ 17, 6, 6 ], [ 17, 8, 8 ], [ 17, 17, 17 ] ], [ [ 5, 7, 8 ], [ 5, 10, 10 ] ], [ [ 5, 10, 11 ] ], [ [ 5, 14, 14 ], [ 5, 19, 19 ], [ 7, 2, 2 ], [ 7, 6, 6 ], [ 7, 8, 8 ] ], [ [ 5, 24, 25 ] ], [ [ 6, 5, 8 ] ], [ [ 4, 13, 14 ], [ 6, 5, 5 ] ], [ [ 4, 15, 16 ], [ 6, 7, 8 ] ], [ [ 6, 11, 16 ] ], [ [ 6, 14, 16 ] ], [ [ 7, 4, 6 ] ], [ [ 7, 8, 9 ] ], [ [ 8, 0, 1 ] ], [ [ 8, 4, 6 ] ], [ [ 8, 5, 5 ], [ 10, 15, 15 ] ], [ [ 8, 8, 11 ] ], [ [ 8, 11, 11 ] ], [ [ 8, 14, 16 ] ], [ [ 8, 20, 22 ] ], [ [ 8, 21, 21 ] ], [ [ 10, 0, 0 ] ], [ [ 10, 3, 5 ], [ 10, 7, 11 ], [ 10, 16, 16 ] ], [ [ 10, 10, 11 ] ], [ [ 10, 25, 25 ] ], [ [ 11, 0, 1 ], [ 11, 9, 9 ] ], [ [ 11, 5, 10 ] ], [ [ 11, 9, 10 ], [ 11, 13, 14 ] ], [ [ 11, 19, 20 ] ], [ [ 13, 1, 3 ], [ 13, 4, 4 ], [ 14, 18, 18 ], [ 15, 2, 2 ], [ 15, 6, 6 ] ], [ [ 13, 9, 19 ] ], [ [ 13, 14, 16 ] ], [ [ 13, 18, 19 ], [ 15, 10, 12 ], [ 15, 11, 12 ] ], [ [ 14, 2, 5 ] ], [ [ 14, 4, 5 ] ], [ [ 14, 14, 19 ] ], [ [ 14, 18, 19 ] ], [ [ 17, 2, 2 ] ], [ [ 17, 8, 11 ] ], [ [ 17, 11, 11 ] ], [ [ 17, 17, 19 ] ], [ [ 18, 0, 1 ] ], [ [ 18, 8, 9 ], [ 18, 12, 14 ] ], [ [ 18, 12, 12 ] ], [ [ 18, 14, 14 ] ], [ [ 18, 19, 20 ], [ 18, 25, 26 ] ], [ [ 18, 19, 19 ], [ 18, 25, 25 ] ], [ [ 4, 1, 2 ] ], [ [ 4, 20, 20 ], [ 8, 0, 0 ] ], [ [ 5, 21, 21 ] ], [ [ 6, 0, 8 ] ], [ [ 10, 20, 25 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36192
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNS Scientists)) (VP (VBP have) (VP (VBN found) (SBAR (S (NP (NP (CD two) (NNS mammals)) (VP (VBN believed) (S (ADJP (JJ new) (PP (IN to) (NP (NN science))))) (PP (IN on) (NP (NP (DT the) (JJS latest) (NN expedition)) (PP (IN to) (NP (NP (DT an) (ADJP (RB almost) (VBN lost)) (NN world)) (PP (IN in) (NP (NP (NP (NNP Indonesia) (POS 's)) (NML (NNP Papua) (NNP Province)) (NNP Conservation) (NNP International)) (-LRB- -LRB-) (NP (NNP CI)) (-RRB- -RRB-))))))))) (VP (VBD said) (PP (IN in) (NP (DT a) (NN statement))) (PP (IN on) (NP (NNP Monday)))))))) (. .)))" }, "speaker": null, "text": "Scientists have found two mammals believed new to science on the latest expedition to an almost lost world in Indonesia's Papua Province Conservation International (CI) said in a statement on Monday.", "tokens": [ { "deprel": "nsubj", "end_char": 10, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "scientist", "misc": "", "start_char": 0, "text": "Scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 15, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 11, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 21, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "find", "misc": "", "start_char": 16, "text": "found", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nummod", "end_char": 25, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "two", "misc": "", "start_char": 22, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 33, "feats": "Number=Plur", "head": 29, "id": 5, "lemma": "mammal", "misc": "", "start_char": 26, "text": "mammals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 42, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 6, "lemma": "believe", "misc": "", "start_char": 34, "text": "believed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 46, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "new", "misc": "", "start_char": 43, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 49, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 47, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 57, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "science", "misc": "", "start_char": 50, "text": "science", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 60, "feats": null, "head": 13, "id": 10, "lemma": "on", "misc": "", "start_char": 58, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 64, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 61, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 71, "feats": "Degree=Sup", "head": 13, "id": 12, "lemma": "late", "misc": "", "start_char": 65, "text": "latest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 82, "feats": "Number=Sing", "head": 6, "id": 13, "lemma": "expedition", "misc": "", "start_char": 72, "text": "expedition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 85, "feats": null, "head": 18, "id": 14, "lemma": "to", "misc": "", "start_char": 83, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 88, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 15, "lemma": "a", "misc": "", "start_char": 86, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 95, "feats": null, "head": 17, "id": 16, "lemma": "almost", "misc": "", "start_char": 89, "text": "almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 100, "feats": "Tense=Past|VerbForm=Part", "head": 18, "id": 17, "lemma": "lose", "misc": "", "start_char": 96, "text": "lost", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod", "end_char": 106, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "world", "misc": "", "start_char": 101, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 109, "feats": null, "head": 25, "id": 19, "lemma": "in", "misc": "", "start_char": 107, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 119, "feats": "Number=Sing", "head": 25, "id": 20, "lemma": "Indonesia", "misc": "", "start_char": 110, "text": "Indonesia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 122, "feats": null, "head": 20, "id": 21, "lemma": "'s", "misc": "", "start_char": 120, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 128, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "Papua", "misc": "", "start_char": 123, "text": "Papua", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 137, "feats": "Number=Sing", "head": 25, "id": 23, "lemma": "Province", "misc": "", "start_char": 129, "text": "Province", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 150, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "Conservation", "misc": "", "start_char": 138, "text": "Conservation", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 164, "feats": "Number=Sing", "head": 18, "id": 25, "lemma": "International", "misc": "", "start_char": 151, "text": "International", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 166, "feats": null, "head": 27, "id": 26, "lemma": "(", "misc": "", "start_char": 165, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 169, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "CI", "misc": "", "start_char": 167, "text": "CI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 171, "feats": null, "head": 27, "id": 28, "lemma": ")", "misc": "", "start_char": 170, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "ccomp", "end_char": 176, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 29, "lemma": "say", "misc": "", "start_char": 172, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 179, "feats": null, "head": 32, "id": 30, "lemma": "in", "misc": "", "start_char": 177, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 181, "feats": "Definite=Ind|PronType=Art", "head": 32, "id": 31, "lemma": "a", "misc": "", "start_char": 180, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 191, "feats": "Number=Sing", "head": 29, "id": 32, "lemma": "statement", "misc": "", "start_char": 182, "text": "statement", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 194, "feats": null, "head": 34, "id": 33, "lemma": "on", "misc": "", "start_char": 192, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 201, "feats": "Number=Sing", "head": 29, "id": 34, "lemma": "Monday", "misc": "", "start_char": 195, "text": "Monday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 203, "feats": null, "head": 3, "id": 35, "lemma": ".", "misc": "", "start_char": 202, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Scientists)) (PP (IN from) (NP (NP (NNP CI)) (CC and) (NP (NP (NP (DT the) (NNP Indonesia) (NNP Institute)) (PP (IN of) (NP (NNP Science)))) (-LRB- -LRB-) (NP (NNP LIPI)) (-RRB- -RRB-))))) (VP (VBD visited) (NP (DT the) (NNP Foja) (NNPS Mountains)) (PP (IN in) (NP (NNP June) (CD 2007))) (, ,) (PP (VBG following) (NP (NP (NP (DT a) (JJ first) (NN trip)) (PP (IN to) (NP (DT the) (NN area))) (PP (IN in) (NP (JJ late) (CD 2005)))) (SBAR (WHNP (WDT that)) (S (VP (VBD saw) (S (NP (PRP them)) (VP (VB discover) (NP (NP (NNS dozens)) (PP (IN of) (NP (JJ new) (NNS plants) (CC and) (NNS animals)))))))))))) (. .)))" }, "speaker": null, "text": "Scientists from CI and the Indonesia Institute of Science (LIPI) visited the Foja Mountains in June 2007, following a first trip to the area in late 2005 that saw them discover dozens of new plants and animals.", "tokens": [ { "deprel": "nsubj", "end_char": 214, "feats": "Number=Plur", "head": 13, "id": 1, "lemma": "scientist", "misc": "", "start_char": 204, "text": "Scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 219, "feats": null, "head": 3, "id": 2, "lemma": "from", "misc": "", "start_char": 215, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 222, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "CI", "misc": "", "start_char": 220, "text": "CI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 226, "feats": null, "head": 7, "id": 4, "lemma": "and", "misc": "", "start_char": 223, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 230, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 227, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 240, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Indonesia", "misc": "", "start_char": 231, "text": "Indonesia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 250, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "Institute", "misc": "", "start_char": 241, "text": "Institute", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 253, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 251, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 261, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Science", "misc": "", "start_char": 254, "text": "Science", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 263, "feats": null, "head": 11, "id": 10, "lemma": "(", "misc": "", "start_char": 262, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 268, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "LIPI", "misc": "", "start_char": 264, "text": "LIPI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 270, "feats": null, "head": 11, "id": 12, "lemma": ")", "misc": "", "start_char": 269, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "root", "end_char": 278, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 13, "lemma": "visit", "misc": "", "start_char": 271, "text": "visited", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 282, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 279, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 287, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "Foja", "misc": "", "start_char": 283, "text": "Foja", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 297, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "Mountain", "misc": "", "start_char": 288, "text": "Mountains", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 300, "feats": null, "head": 18, "id": 17, "lemma": "in", "misc": "", "start_char": 298, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 305, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "June", "misc": "", "start_char": 301, "text": "June", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 310, "feats": "NumForm=Digit|NumType=Card", "head": 18, "id": 19, "lemma": "2007", "misc": "", "start_char": 306, "text": "2007", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 312, "feats": null, "head": 13, "id": 20, "lemma": ",", "misc": "", "start_char": 311, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 322, "feats": "VerbForm=Ger", "head": 24, "id": 21, "lemma": "follow", "misc": "", "start_char": 313, "text": "following", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 324, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 323, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 330, "feats": "Degree=Pos|NumType=Ord", "head": 24, "id": 23, "lemma": "first", "misc": "", "start_char": 325, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 335, "feats": "Number=Sing", "head": 13, "id": 24, "lemma": "trip", "misc": "", "start_char": 331, "text": "trip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 338, "feats": null, "head": 27, "id": 25, "lemma": "to", "misc": "", "start_char": 336, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 342, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 26, "lemma": "the", "misc": "", "start_char": 339, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 347, "feats": "Number=Sing", "head": 24, "id": 27, "lemma": "area", "misc": "", "start_char": 343, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 350, "feats": null, "head": 30, "id": 28, "lemma": "in", "misc": "", "start_char": 348, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 355, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "late", "misc": "", "start_char": 351, "text": "late", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 360, "feats": "NumForm=Digit|NumType=Card", "head": 24, "id": 30, "lemma": "2005", "misc": "", "start_char": 356, "text": "2005", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 365, "feats": "PronType=Rel", "head": 32, "id": 31, "lemma": "that", "misc": "", "start_char": 361, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 369, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 24, "id": 32, "lemma": "see", "misc": "", "start_char": 366, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 374, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 32, "id": 33, "lemma": "they", "misc": "", "start_char": 370, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 383, "feats": "VerbForm=Inf", "head": 32, "id": 34, "lemma": "discover", "misc": "", "start_char": 375, "text": "discover", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 390, "feats": "Number=Plur", "head": 34, "id": 35, "lemma": "dozen", "misc": "", "start_char": 384, "text": "dozens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 393, "feats": null, "head": 38, "id": 36, "lemma": "of", "misc": "", "start_char": 391, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 397, "feats": "Degree=Pos", "head": 38, "id": 37, "lemma": "new", "misc": "", "start_char": 394, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 404, "feats": "Number=Plur", "head": 35, "id": 38, "lemma": "plant", "misc": "", "start_char": 398, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 408, "feats": null, "head": 40, "id": 39, "lemma": "and", "misc": "", "start_char": 405, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 416, "feats": "Number=Plur", "head": 38, "id": 40, "lemma": "animal", "misc": "", "start_char": 409, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 418, "feats": null, "head": 13, "id": 41, "lemma": ".", "misc": "", "start_char": 417, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 420, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 419, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (PP (IN During) (NP (DT the) (NNP June) (NN expedition))) (, ,) (NP (DT the) (NN team)) (VP (VBD found) (NP (NP (CD two) (NNS mammals)) (, ,) (NP (NP (DT a) (NNP Mallomys) (NN giant) (NN rat)) (CC and) (NP (NP (DT a) (NNP Carcartetus) (NN pygmy) (NN possum)) (, ,) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN world) (POS 's)) (JJS smallest) (NNS marsupials)))) (, ,) (NP (CC both) (PP (ADVP (RB currently)) (IN under) (NP (NN study))) (CC and) (ADVP (RB apparently)) (ADJP (JJ new) (PP (IN to) (NP (NN science)))))))))) (, ,) ('' '') (NP (NNP CI)) (VP (VBD said) (PP (IN in) (NP (DT the) (NN statement)))) (. .)))" }, "speaker": null, "text": "\"During the June expedition, the team found two mammals, a Mallomys giant rat and a Carcartetus pygmy possum, one of the world's smallest marsupials, both currently under study and apparently new to science,\" CI said in the statement.", "tokens": [ { "deprel": "punct", "end_char": 423, "feats": null, "head": 43, "id": 1, "lemma": "``", "misc": "", "start_char": 421, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "case", "end_char": 430, "feats": null, "head": 5, "id": 2, "lemma": "during", "misc": "", "start_char": 424, "text": "During", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 434, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 431, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 439, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "June", "misc": "", "start_char": 435, "text": "June", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 450, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "expedition", "misc": "", "start_char": 440, "text": "expedition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 452, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 451, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 456, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 453, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 461, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "team", "misc": "", "start_char": 457, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 467, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 43, "id": 9, "lemma": "find", "misc": "", "start_char": 462, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 471, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 10, "lemma": "two", "misc": "", "start_char": 468, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 479, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "mammal", "misc": "", "start_char": 472, "text": "mammals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 481, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 480, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 483, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 13, "lemma": "a", "misc": "", "start_char": 482, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 492, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "Mallomys", "misc": "", "start_char": 484, "text": "Mallomys", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 498, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "giant", "misc": "", "start_char": 493, "text": "giant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 502, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "rat", "misc": "", "start_char": 499, "text": "rat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 506, "feats": null, "head": 21, "id": 17, "lemma": "and", "misc": "", "start_char": 503, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 508, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 18, "lemma": "a", "misc": "", "start_char": 507, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 520, "feats": "Number=Sing", "head": 21, "id": 19, "lemma": "Carcartetus", "misc": "", "start_char": 509, "text": "Carcartetus", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 526, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "pygmy", "misc": "", "start_char": 521, "text": "pygmy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 533, "feats": "Number=Sing", "head": 11, "id": 21, "lemma": "possum", "misc": "", "start_char": 527, "text": "possum", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 535, "feats": null, "head": 11, "id": 22, "lemma": ",", "misc": "", "start_char": 534, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 539, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 23, "lemma": "one", "misc": "", "start_char": 536, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 542, "feats": null, "head": 29, "id": 24, "lemma": "of", "misc": "", "start_char": 540, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 546, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 543, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 552, "feats": "Number=Sing", "head": 29, "id": 26, "lemma": "world", "misc": "", "start_char": 547, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 555, "feats": null, "head": 26, "id": 27, "lemma": "'s", "misc": "", "start_char": 553, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 564, "feats": "Degree=Sup", "head": 29, "id": 28, "lemma": "small", "misc": "", "start_char": 556, "text": "smallest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nmod", "end_char": 575, "feats": "Number=Plur", "head": 23, "id": 29, "lemma": "marsupial", "misc": "", "start_char": 565, "text": "marsupials", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 577, "feats": null, "head": 11, "id": 30, "lemma": ",", "misc": "", "start_char": 576, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc:preconj", "end_char": 582, "feats": null, "head": 34, "id": 31, "lemma": "both", "misc": "", "start_char": 578, "text": "both", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 592, "feats": null, "head": 34, "id": 32, "lemma": "currently", "misc": "", "start_char": 583, "text": "currently", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 598, "feats": null, "head": 34, "id": 33, "lemma": "under", "misc": "", "start_char": 593, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 604, "feats": "Number=Sing", "head": 11, "id": 34, "lemma": "study", "misc": "", "start_char": 599, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 608, "feats": null, "head": 37, "id": 35, "lemma": "and", "misc": "", "start_char": 605, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 619, "feats": null, "head": 37, "id": 36, "lemma": "apparently", "misc": "", "start_char": 609, "text": "apparently", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 623, "feats": "Degree=Pos", "head": 34, "id": 37, "lemma": "new", "misc": "", "start_char": 620, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 626, "feats": null, "head": 39, "id": 38, "lemma": "to", "misc": "", "start_char": 624, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 634, "feats": "Number=Sing", "head": 37, "id": 39, "lemma": "science", "misc": "", "start_char": 627, "text": "science", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 636, "feats": null, "head": 43, "id": 40, "lemma": ",", "misc": "", "start_char": 635, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 639, "feats": null, "head": 43, "id": 41, "lemma": "''", "misc": "", "start_char": 637, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 642, "feats": "Number=Sing", "head": 43, "id": 42, "lemma": "CI", "misc": "", "start_char": 640, "text": "CI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 647, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 43, "lemma": "say", "misc": "", "start_char": 643, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 650, "feats": null, "head": 46, "id": 44, "lemma": "in", "misc": "", "start_char": 648, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 654, "feats": "Definite=Def|PronType=Art", "head": 46, "id": 45, "lemma": "the", "misc": "", "start_char": 651, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 664, "feats": "Number=Sing", "head": 43, "id": 46, "lemma": "statement", "misc": "", "start_char": 655, "text": "statement", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 666, "feats": null, "head": 43, "id": 47, "lemma": ".", "misc": "", "start_char": 665, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (DT The) (JJ giant) (NN rat)) (VP (VBZ is) (NP (NP (QP (RB about) (CD five) (NNS times)) (DT the) (NN size)) (PP (IN of) (NP (DT a) (JJ typical) (NN city) (NN rat))))) (. .)))" }, "speaker": null, "text": "\"The giant rat is about five times the size of a typical city rat.", "tokens": [ { "deprel": "punct", "end_char": 669, "feats": null, "head": 10, "id": 1, "lemma": "``", "misc": "", "start_char": 667, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 673, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 670, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 679, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "giant", "misc": "", "start_char": 674, "text": "giant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 683, "feats": "Number=Sing", "head": 10, "id": 4, "lemma": "rat", "misc": "", "start_char": 680, "text": "rat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 686, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 5, "lemma": "be", "misc": "", "start_char": 684, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 692, "feats": null, "head": 7, "id": 6, "lemma": "about", "misc": "", "start_char": 687, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 697, "feats": "NumForm=Word|NumType=Card", "head": 8, "id": 7, "lemma": "five", "misc": "", "start_char": 693, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:npmod", "end_char": 703, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "time", "misc": "", "start_char": 698, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 707, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 704, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 712, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "size", "misc": "", "start_char": 708, "text": "size", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 715, "feats": null, "head": 15, "id": 11, "lemma": "of", "misc": "", "start_char": 713, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 717, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 12, "lemma": "a", "misc": "", "start_char": 716, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 725, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "typical", "misc": "", "start_char": 718, "text": "typical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 730, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "city", "misc": "", "start_char": 726, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 734, "feats": "Number=Sing", "head": 10, "id": 15, "lemma": "rat", "misc": "", "start_char": 731, "text": "rat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 736, "feats": null, "head": 10, "id": 16, "lemma": ".", "misc": "", "start_char": 735, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (SINV (S (PP (IN With) (NP (NP (DT no) (NN fear)) (PP (IN of) (NP (NNS humans))))) (, ,) (NP (PRP it)) (ADVP (RB apparently)) (VP (VBD came) (PP (IN into) (NP (DT the) (NN camp))) (NP (JJ several) (NNS times)) (PP (IN during) (NP (DT the) (NN trip))))) (, ,) ('' '') (VP (VBD said)) (NP (NP (NNP Kristofer) (NNP Helgen)) (, ,) (NP (NP (DT a) (NN scientist)) (PP (IN with) (NP (NP (DT the) (NNP Smithsonian) (NNP Institution)) (PP (IN in) (NP (NP (NNP Washington)) (, ,) (NP (NNP D.C)))))))) (. .)))" }, "speaker": null, "text": "With no fear of humans, it apparently came into the camp several times during the trip,\" said Kristofer Helgen, a scientist with the Smithsonian Institution in Washington, D.C.", "tokens": [ { "deprel": "case", "end_char": 741, "feats": null, "head": 3, "id": 1, "lemma": "with", "misc": "", "start_char": 737, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 744, "feats": null, "head": 3, "id": 2, "lemma": "no", "misc": "", "start_char": 742, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 749, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "fear", "misc": "", "start_char": 745, "text": "fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 752, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 750, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 759, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "human", "misc": "", "start_char": 753, "text": "humans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 761, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 760, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 764, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "it", "misc": "", "start_char": 762, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 775, "feats": null, "head": 9, "id": 8, "lemma": "apparently", "misc": "", "start_char": 765, "text": "apparently", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 780, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 9, "lemma": "come", "misc": "", "start_char": 776, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 785, "feats": null, "head": 12, "id": 10, "lemma": "into", "misc": "", "start_char": 781, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 789, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 786, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 794, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "camp", "misc": "", "start_char": 790, "text": "camp", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 802, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "several", "misc": "", "start_char": 795, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 808, "feats": "Number=Plur", "head": 9, "id": 14, "lemma": "time", "misc": "", "start_char": 803, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 815, "feats": null, "head": 17, "id": 15, "lemma": "during", "misc": "", "start_char": 809, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 819, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 816, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 824, "feats": "Number=Sing", "head": 9, "id": 17, "lemma": "trip", "misc": "", "start_char": 820, "text": "trip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 826, "feats": null, "head": 20, "id": 18, "lemma": ",", "misc": "", "start_char": 825, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 829, "feats": null, "head": 20, "id": 19, "lemma": "''", "misc": "", "start_char": 827, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 834, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 20, "lemma": "say", "misc": "", "start_char": 830, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 844, "feats": "Number=Sing", "head": 20, "id": 21, "lemma": "Kristofer", "misc": "", "start_char": 835, "text": "Kristofer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 851, "feats": "Number=Sing", "head": 21, "id": 22, "lemma": "Helgen", "misc": "", "start_char": 845, "text": "Helgen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 853, "feats": null, "head": 21, "id": 23, "lemma": ",", "misc": "", "start_char": 852, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 855, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 24, "lemma": "a", "misc": "", "start_char": 854, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 865, "feats": "Number=Sing", "head": 21, "id": 25, "lemma": "scientist", "misc": "", "start_char": 856, "text": "scientist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 870, "feats": null, "head": 29, "id": 26, "lemma": "with", "misc": "", "start_char": 866, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 874, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 27, "lemma": "the", "misc": "", "start_char": 871, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 886, "feats": "Number=Sing", "head": 29, "id": 28, "lemma": "Smithsonian", "misc": "", "start_char": 875, "text": "Smithsonian", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 898, "feats": "Number=Sing", "head": 25, "id": 29, "lemma": "Institution", "misc": "", "start_char": 887, "text": "Institution", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 901, "feats": null, "head": 31, "id": 30, "lemma": "in", "misc": "", "start_char": 899, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 912, "feats": "Number=Sing", "head": 29, "id": 31, "lemma": "Washington", "misc": "", "start_char": 902, "text": "Washington", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 914, "feats": null, "head": 31, "id": 32, "lemma": ",", "misc": "", "start_char": 913, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 918, "feats": "Number=Sing", "head": 31, "id": 33, "lemma": "D.C", "misc": "", "start_char": 915, "text": "D.C", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 920, "feats": null, "head": 20, "id": 34, "lemma": ".", "misc": "", "start_char": 919, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 922, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 921, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS scientists)) (ADVP (RB also)) (VP (VBD recorded) (NP (NP (DT the) (NN mating) (NNS displays)) (PP (IN of) (NP (JJ several) (ADJP (JJ rare) (CC and) (JJ little-known)) (NNS birds)))) (PP (IN for) (NP (DT the) (JJ first) (NN time)))) (. .)))" }, "speaker": null, "text": "The scientists also recorded the mating displays of several rare and little-known birds for the first time.", "tokens": [ { "deprel": "det", "end_char": 926, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 923, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 937, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "scientist", "misc": "", "start_char": 927, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 942, "feats": null, "head": 4, "id": 3, "lemma": "also", "misc": "", "start_char": 938, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 951, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "record", "misc": "", "start_char": 943, "text": "recorded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 955, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 952, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 962, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "mating", "misc": "", "start_char": 956, "text": "mating", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 971, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "display", "misc": "", "start_char": 963, "text": "displays", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 974, "feats": null, "head": 13, "id": 8, "lemma": "of", "misc": "", "start_char": 972, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 982, "feats": "Degree=Pos", "head": 13, "id": 9, "lemma": "several", "misc": "", "start_char": 975, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 987, "feats": "Degree=Pos", "head": 13, "id": 10, "lemma": "rare", "misc": "", "start_char": 983, "text": "rare", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 991, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 988, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1004, "feats": "Degree=Pos", "head": 10, "id": 12, "lemma": "little-known", "misc": "", "start_char": 992, "text": "little-known", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1010, "feats": "Number=Plur", "head": 7, "id": 13, "lemma": "bird", "misc": "", "start_char": 1005, "text": "birds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1014, "feats": null, "head": 17, "id": 14, "lemma": "for", "misc": "", "start_char": 1011, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1018, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 1015, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1024, "feats": "Degree=Pos|NumType=Ord", "head": 17, "id": 16, "lemma": "first", "misc": "", "start_char": 1019, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1029, "feats": "Number=Sing", "head": 4, "id": 17, "lemma": "time", "misc": "", "start_char": 1025, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1031, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 1030, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (NP (NP (PRP It))) (VP (VBZ 's) (ADJP (JJ comforting)) (S (VP (TO to) (VP (VB know) (SBAR (IN that) (S (NP (EX there)) (VP (VBZ is) (NP (NP (NP (DT a) (NN place)) (PP (IN on) (NP (NN earth)))) (ADJP (ADJP (RB so) (VBN isolated)) (SBAR (IN that) (S (NP (PRP it)) (VP (VBZ remains) (NP (NP (DT the) (JJ absolute) (NN realm)) (PP (IN of) (NP (JJ wild) (NN nature))))))))))))))))) (, ,) ('' '') (VP (VBD said)) (NP (NP (NML (NNP CI) (NN vice) (NN president)) (NNP Bruce) (NNP Beehler)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD led) (NP (DT the) (NN expedition)))))) (. .)))" }, "speaker": null, "text": "\"It's comforting to know that there is a place on earth so isolated that it remains the absolute realm of wild nature,\" said CI vice president Bruce Beehler, who led the expedition.", "tokens": [ { "deprel": "punct", "end_char": 1034, "feats": null, "head": 27, "id": 1, "lemma": "``", "misc": "", "start_char": 1032, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "expl", "end_char": 1037, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "it", "misc": "", "start_char": 1035, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1040, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1038, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 1051, "feats": "Degree=Pos", "head": 27, "id": 4, "lemma": "comforting", "misc": "", "start_char": 1041, "text": "comforting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1054, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1052, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1059, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "know", "misc": "", "start_char": 1055, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1064, "feats": null, "head": 9, "id": 7, "lemma": "that", "misc": "", "start_char": 1060, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "expl", "end_char": 1070, "feats": null, "head": 9, "id": 8, "lemma": "there", "misc": "", "start_char": 1065, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "ccomp", "end_char": 1073, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 9, "lemma": "be", "misc": "", "start_char": 1071, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1075, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 1074, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1081, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "place", "misc": "", "start_char": 1076, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1084, "feats": null, "head": 13, "id": 12, "lemma": "on", "misc": "", "start_char": 1082, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1090, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "earth", "misc": "", "start_char": 1085, "text": "earth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1093, "feats": null, "head": 15, "id": 14, "lemma": "so", "misc": "", "start_char": 1091, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1102, "feats": "Tense=Past|VerbForm=Part", "head": 9, "id": 15, "lemma": "isolate", "misc": "", "start_char": 1094, "text": "isolated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1107, "feats": null, "head": 18, "id": 16, "lemma": "that", "misc": "", "start_char": 1103, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1110, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "it", "misc": "", "start_char": 1108, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1118, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 18, "lemma": "remain", "misc": "", "start_char": 1111, "text": "remains", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1122, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 1119, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1131, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "absolute", "misc": "", "start_char": 1123, "text": "absolute", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 1137, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "realm", "misc": "", "start_char": 1132, "text": "realm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1140, "feats": null, "head": 24, "id": 22, "lemma": "of", "misc": "", "start_char": 1138, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1145, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "wild", "misc": "", "start_char": 1141, "text": "wild", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1152, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "nature", "misc": "", "start_char": 1146, "text": "nature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1154, "feats": null, "head": 27, "id": 25, "lemma": ",", "misc": "", "start_char": 1153, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1157, "feats": null, "head": 27, "id": 26, "lemma": "''", "misc": "", "start_char": 1155, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 1162, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 27, "lemma": "say", "misc": "", "start_char": 1158, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound", "end_char": 1165, "feats": "Number=Sing", "head": 30, "id": 28, "lemma": "CI", "misc": "", "start_char": 1163, "text": "CI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1170, "feats": "Number=Sing", "head": 30, "id": 29, "lemma": "vice", "misc": "", "start_char": 1166, "text": "vice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1180, "feats": "Number=Sing", "head": 27, "id": 30, "lemma": "president", "misc": "", "start_char": 1171, "text": "president", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 1186, "feats": "Number=Sing", "head": 30, "id": 31, "lemma": "Bruce", "misc": "", "start_char": 1181, "text": "Bruce", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1194, "feats": "Number=Sing", "head": 31, "id": 32, "lemma": "Beehler", "misc": "", "start_char": 1187, "text": "Beehler", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1196, "feats": null, "head": 30, "id": 33, "lemma": ",", "misc": "", "start_char": 1195, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1200, "feats": "PronType=Rel", "head": 35, "id": 34, "lemma": "who", "misc": "", "start_char": 1197, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 1204, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 30, "id": 35, "lemma": "lead", "misc": "", "start_char": 1201, "text": "led", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1208, "feats": "Definite=Def|PronType=Art", "head": 37, "id": 36, "lemma": "the", "misc": "", "start_char": 1205, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1219, "feats": "Number=Sing", "head": 35, "id": 37, "lemma": "expedition", "misc": "", "start_char": 1209, "text": "expedition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1221, "feats": null, "head": 27, "id": 38, "lemma": ".", "misc": "", "start_char": 1220, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP We)) (VP (VBD were) (ADJP (JJ pleased) (S (VP (TO to) (VP (VB see) (SBAR (IN that) (S (NP (NP (DT this) (JJ little) (NN piece)) (PP (IN of) (NP (NNP Eden)))) (VP (VBZ remains) (PP (IN as) (S (VP (VBG attracting) (SBAR (IN as) (S (NP (PRP it)) (VP (VBD was) (SBAR (WHADVP (WRB when)) (S (NP (PRP we)) (ADVP (RB first)) (VP (VBD visited))))))))))))))))))) (, ,) ('' '') (NP (PRP he)) (VP (VBD added)) (. .)))" }, "speaker": null, "text": "\"We were pleased to see that this little piece of Eden remains as attracting as it was when we first visited,\" he added.", "tokens": [ { "deprel": "punct", "end_char": 1224, "feats": null, "head": 26, "id": 1, "lemma": "``", "misc": "", "start_char": 1222, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1227, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 1225, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1232, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1228, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1240, "feats": "Degree=Pos", "head": 26, "id": 4, "lemma": "pleased", "misc": "", "start_char": 1233, "text": "pleased", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1243, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1241, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1247, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "see", "misc": "", "start_char": 1244, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1252, "feats": null, "head": 13, "id": 7, "lemma": "that", "misc": "", "start_char": 1248, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1257, "feats": "Number=Sing|PronType=Dem", "head": 10, "id": 8, "lemma": "this", "misc": "", "start_char": 1253, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1264, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "little", "misc": "", "start_char": 1258, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1270, "feats": "Number=Sing", "head": 13, "id": 10, "lemma": "piece", "misc": "", "start_char": 1265, "text": "piece", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1273, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 1271, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1278, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Eden", "misc": "", "start_char": 1274, "text": "Eden", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "ccomp", "end_char": 1286, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 13, "lemma": "remain", "misc": "", "start_char": 1279, "text": "remains", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1289, "feats": null, "head": 15, "id": 14, "lemma": "as", "misc": "", "start_char": 1287, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1300, "feats": "VerbForm=Ger", "head": 13, "id": 15, "lemma": "attract", "misc": "", "start_char": 1290, "text": "attracting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1303, "feats": null, "head": 18, "id": 16, "lemma": "as", "misc": "", "start_char": 1301, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1306, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "it", "misc": "", "start_char": 1304, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1310, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 18, "lemma": "be", "misc": "", "start_char": 1307, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1315, "feats": "PronType=Int", "head": 22, "id": 19, "lemma": "when", "misc": "", "start_char": 1311, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1318, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 22, "id": 20, "lemma": "we", "misc": "", "start_char": 1316, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1324, "feats": "NumType=Ord", "head": 22, "id": 21, "lemma": "first", "misc": "", "start_char": 1319, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1332, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 18, "id": 22, "lemma": "visit", "misc": "", "start_char": 1325, "text": "visited", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1334, "feats": null, "head": 26, "id": 23, "lemma": ",", "misc": "", "start_char": 1333, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1337, "feats": null, "head": 26, "id": 24, "lemma": "''", "misc": "", "start_char": 1335, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1340, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 26, "id": 25, "lemma": "he", "misc": "", "start_char": 1338, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1346, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 26, "lemma": "add", "misc": "", "start_char": 1341, "text": "added", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1348, "feats": null, "head": 26, "id": 27, "lemma": ".", "misc": "", "start_char": 1347, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1350, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1349, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NNP CI) (CC and) (NNP LIPI)) (VP (VBP plan) (NP (NP (DT another) (NN expedition)) (ADVP (RB back) (PP (IN to) (NP (DT the) (NNP Foja) (NNPS Mountains))))) (PP (IN in) (NP (JJ late) (CD 2008) (CC or) (CD 2009)))) (. .)))" }, "speaker": null, "text": "CI and LIPI plan another expedition back to the Foja Mountains in late 2008 or 2009.", "tokens": [ { "deprel": "nsubj", "end_char": 1353, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "CI", "misc": "", "start_char": 1351, "text": "CI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1357, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 1354, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1362, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "LIPI", "misc": "", "start_char": 1358, "text": "LIPI", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1367, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "plan", "misc": "", "start_char": 1363, "text": "plan", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1375, "feats": null, "head": 6, "id": 5, "lemma": "another", "misc": "", "start_char": 1368, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1386, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "expedition", "misc": "", "start_char": 1376, "text": "expedition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1391, "feats": null, "head": 4, "id": 7, "lemma": "back", "misc": "", "start_char": 1387, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1394, "feats": null, "head": 11, "id": 8, "lemma": "to", "misc": "", "start_char": 1392, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1398, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 1395, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1403, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "Foja", "misc": "", "start_char": 1399, "text": "Foja", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1413, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "Mountain", "misc": "", "start_char": 1404, "text": "Mountains", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 1416, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 1414, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1421, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "late", "misc": "", "start_char": 1417, "text": "late", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1426, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 14, "lemma": "2008", "misc": "", "start_char": 1422, "text": "2008", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1429, "feats": null, "head": 16, "id": 15, "lemma": "or", "misc": "", "start_char": 1427, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1434, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 16, "lemma": "2009", "misc": "", "start_char": 1430, "text": "2009", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1436, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 1435, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP expect) (S (VP (TO to) (VP (VB find) (NP (NP (JJ additional) (JJ new) (NNS species)) (PP (IN of) (NP (NNS frogs) (, ,) (NNS mammals) (, ,) (NNS butterflies) (, ,) (CC and) (NNS plants)))))))) (. .)))" }, "speaker": null, "text": "They expect to find additional new species of frogs, mammals, butterflies, and plants.", "tokens": [ { "deprel": "nsubj", "end_char": 1441, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 1437, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1448, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "expect", "misc": "", "start_char": 1442, "text": "expect", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1451, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 1449, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1456, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "find", "misc": "", "start_char": 1452, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1467, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "additional", "misc": "", "start_char": 1457, "text": "additional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1471, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "new", "misc": "", "start_char": 1468, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1479, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "species", "misc": "", "start_char": 1472, "text": "species", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1482, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 1480, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1488, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "frog", "misc": "", "start_char": 1483, "text": "frogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1490, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 1489, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1498, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "mammal", "misc": "", "start_char": 1491, "text": "mammals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1500, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 1499, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1512, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "butterfly", "misc": "", "start_char": 1501, "text": "butterflies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1514, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 1513, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1518, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 1515, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1525, "feats": "Number=Plur", "head": 9, "id": 16, "lemma": "plant", "misc": "", "start_char": 1519, "text": "plants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1527, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 1526, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1529, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1528, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NNS Activists)) (VP (VBP have) (ADVP (RB already)) (VP (VBN warned) (SBAR (IN that) (S (NP (NP (DT the) (NNS forests)) (PP (IN in) (NP (DT the) (NN area)))) (VP (VBP are) (PP (IN under) (NP (NP (NN threat)) (PP (IN from) (NP (JJ large-scale) (NN forest) (NN destruction)))))))))) (. .)))" }, "speaker": null, "text": "Activists have already warned that the forests in the area are under threat from large-scale forest destruction.", "tokens": [ { "deprel": "nsubj", "end_char": 1539, "feats": "Number=Plur", "head": 4, "id": 1, "lemma": "activist", "misc": "", "start_char": 1530, "text": "Activists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1544, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "have", "misc": "", "start_char": 1540, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1552, "feats": null, "head": 4, "id": 3, "lemma": "already", "misc": "", "start_char": 1545, "text": "already", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1559, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "warn", "misc": "", "start_char": 1553, "text": "warned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1564, "feats": null, "head": 13, "id": 5, "lemma": "that", "misc": "", "start_char": 1560, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1568, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1565, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1576, "feats": "Number=Plur", "head": 13, "id": 7, "lemma": "forest", "misc": "", "start_char": 1569, "text": "forests", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1579, "feats": null, "head": 10, "id": 8, "lemma": "in", "misc": "", "start_char": 1577, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1583, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1580, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1588, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "area", "misc": "", "start_char": 1584, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1592, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 1589, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 1598, "feats": null, "head": 13, "id": 12, "lemma": "under", "misc": "", "start_char": 1593, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "ccomp", "end_char": 1605, "feats": "Number=Sing", "head": 4, "id": 13, "lemma": "threat", "misc": "", "start_char": 1599, "text": "threat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1610, "feats": null, "head": 17, "id": 14, "lemma": "from", "misc": "", "start_char": 1606, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1622, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "large-scale", "misc": "", "start_char": 1611, "text": "large-scale", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1629, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "forest", "misc": "", "start_char": 1623, "text": "forest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1641, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "destruction", "misc": "", "start_char": 1630, "text": "destruction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1643, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 1642, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Indonesia)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (VP (VBG losing) (NP (PRP$ its) (NNS forests)) (PP (IN at) (NP (NP (DT the) (NN world) (POS 's)) (JJS fastest) (NN rate))))))) (, ,)) (VP (VBZ is) (VP (VBG struggling) (S (VP (TO to) (VP (VB save) (NP (PRP$ its) (NN rainforest)) (PP (IN from) (S (VP (VBG being) (VP (VBN destroyed)))))))))) (. .)))" }, "speaker": null, "text": "Indonesia, which is losing its forests at the world's fastest rate, is struggling to save its rainforest from being destroyed.", "tokens": [ { "deprel": "nsubj", "end_char": 1653, "feats": "Number=Sing", "head": 16, "id": 1, "lemma": "Indonesia", "misc": "", "start_char": 1644, "text": "Indonesia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1655, "feats": null, "head": 5, "id": 2, "lemma": ",", "misc": "", "start_char": 1654, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1661, "feats": "PronType=Rel", "head": 5, "id": 3, "lemma": "which", "misc": "", "start_char": 1656, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 1664, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1662, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1671, "feats": "Tense=Pres|VerbForm=Part", "head": 1, "id": 5, "lemma": "lose", "misc": "", "start_char": 1665, "text": "losing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1675, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "its", "misc": "", "start_char": 1672, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1683, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "forest", "misc": "", "start_char": 1676, "text": "forests", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1686, "feats": null, "head": 13, "id": 8, "lemma": "at", "misc": "", "start_char": 1684, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1690, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1687, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1696, "feats": "Number=Sing", "head": 13, "id": 10, "lemma": "world", "misc": "", "start_char": 1691, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1699, "feats": null, "head": 10, "id": 11, "lemma": "'s", "misc": "", "start_char": 1697, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1707, "feats": "Degree=Sup", "head": 13, "id": 12, "lemma": "fast", "misc": "", "start_char": 1700, "text": "fastest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 1712, "feats": "Number=Sing", "head": 5, "id": 13, "lemma": "rate", "misc": "", "start_char": 1708, "text": "rate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1714, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 1713, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1717, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 15, "lemma": "be", "misc": "", "start_char": 1715, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1728, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 16, "lemma": "struggle", "misc": "", "start_char": 1718, "text": "struggling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1731, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 1729, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1736, "feats": "VerbForm=Inf", "head": 16, "id": 18, "lemma": "save", "misc": "", "start_char": 1732, "text": "save", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1740, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "its", "misc": "", "start_char": 1737, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1751, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "rainforest", "misc": "", "start_char": 1741, "text": "rainforest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1756, "feats": null, "head": 23, "id": 21, "lemma": "from", "misc": "", "start_char": 1752, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "aux:pass", "end_char": 1762, "feats": "VerbForm=Ger", "head": 23, "id": 22, "lemma": "be", "misc": "", "start_char": 1757, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 1772, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 18, "id": 23, "lemma": "destroy", "misc": "", "start_char": 1763, "text": "destroyed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1774, "feats": null, "head": 16, "id": 24, "lemma": ".", "misc": "", "start_char": 1773, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Scientists have found two mammals believed new to science on the latest expedition to an almost lost world in Indonesia's Papua Province Conservation International (CI) said in a statement on Monday. Scientists from CI and the Indonesia Institute of Science (LIPI) visited the Foja Mountains in June 2007, following a first trip to the area in late 2005 that saw them discover dozens of new plants and animals. "During the June expedition, the team found two mammals, a Mallomys giant rat and a Carcartetus pygmy possum, one of the world's smallest marsupials, both currently under study and apparently new to science," CI said in the statement. "The giant rat is about five times the size of a typical city rat. With no fear of humans, it apparently came into the camp several times during the trip," said Kristofer Helgen, a scientist with the Smithsonian Institution in Washington, D.C. The scientists also recorded the mating displays of several rare and little-known birds for the first time. "It's comforting to know that there is a place on earth so isolated that it remains the absolute realm of wild nature," said CI vice president Bruce Beehler, who led the expedition. "We were pleased to see that this little piece of Eden remains as attracting as it was when we first visited," he added. CI and LIPI plan another expedition back to the Foja Mountains in late 2008 or 2009. They expect to find additional new species of frogs, mammals, butterflies, and plants. Activists have already warned that the forests in the area are under threat from large-scale forest destruction. Indonesia, which is losing its forests at the world's fastest rate, is struggling to save its rainforest from being destroyed.
[ [ [ 15, 18, 18 ], [ 15, 0, 12 ], [ 15, 5, 5 ] ], [ [ 0, 30, 31 ] ], [ [ 0, 33, 33 ] ], [ [ 1, 17, 18 ] ], [ [ 1, 18, 18 ] ], [ [ 1, 34, 39 ] ], [ [ 1, 36, 39 ] ], [ [ 1, 28, 29 ] ], [ [ 3, 3, 3 ] ], [ [ 3, 12, 15 ] ], [ [ 3, 17, 28 ] ], [ [ 3, 24, 26 ], [ 15, 8, 10 ] ], [ [ 3, 24, 28 ] ], [ [ 3, 33, 33 ] ], [ [ 3, 38, 38 ], [ 0, 8, 8 ] ], [ [ 3, 44, 45 ] ], [ [ 4, 1, 3 ], [ 5, 6, 6 ] ], [ [ 4, 6, 14 ] ], [ [ 4, 8, 14 ] ], [ [ 4, 11, 14 ] ], [ [ 4, 13, 13 ] ], [ [ 5, 4, 4 ] ], [ [ 5, 10, 11 ] ], [ [ 5, 12, 13 ] ], [ [ 5, 15, 16 ] ], [ [ 5, 20, 21 ], [ 5, 20, 32 ], [ 5, 23, 32 ] ], [ [ 5, 26, 32 ] ], [ [ 5, 30, 32 ] ], [ [ 7, 0, 1 ], [ 1, 32, 32 ], [ 1, 0, 11 ], [ 0, 0, 0 ], [ 3, 6, 7 ] ], [ [ 7, 4, 12 ] ], [ [ 7, 8, 12 ] ], [ [ 7, 14, 16 ] ], [ [ 8, 9, 10 ] ], [ [ 8, 12, 12 ] ], [ [ 8, 18, 23 ] ], [ [ 8, 22, 23 ] ], [ [ 8, 16, 16 ] ], [ [ 3, 2, 4 ] ], [ [ 9, 7, 11 ] ], [ [ 9, 11, 11 ] ], [ [ 9, 19, 19 ], [ 9, 1, 1 ] ], [ [ 9, 24, 24 ], [ 8, 27, 29 ], [ 8, 30, 31 ], [ 8, 27, 31 ] ], [ [ 11, 2, 2 ], [ 1, 4, 8 ], [ 1, 4, 11 ], [ 1, 10, 10 ] ], [ [ 11, 12, 13 ] ], [ [ 11, 15, 15 ] ], [ [ 11, 12, 15 ] ], [ [ 1, 2, 11 ], [ 11, 0, 2 ], [ 12, 0, 0 ] ], [ [ 12, 4, 15 ] ], [ [ 12, 8, 15 ] ], [ [ 12, 8, 8 ] ], [ [ 12, 10, 10 ] ], [ [ 12, 12, 12 ] ], [ [ 12, 15, 15 ] ], [ [ 14, 0, 0 ] ], [ [ 14, 5, 9 ] ], [ [ 11, 8, 10 ], [ 1, 13, 15 ] ], [ [ 14, 12, 16 ] ], [ [ 14, 14, 16 ] ], [ [ 14, 15, 15 ] ], [ [ 15, 5, 6 ] ], [ [ 15, 8, 12 ] ], [ [ 15, 18, 19 ] ], [ [ 15, 21, 22 ] ], [ [ 0, 10, 12 ] ], [ [ 0, 3, 4 ], [ 3, 9, 10 ] ], [ [ 0, 14, 17 ] ], [ [ 0, 19, 24 ] ], [ [ 3, 22, 28 ] ], [ [ 3, 17, 20 ] ], [ [ 0, 19, 20 ] ], [ [ 5, 1, 4 ] ], [ [ 1, 21, 23 ] ], [ [ 11, 4, 5 ] ], [ [ 3, 12, 28 ] ], [ [ 8, 27, 27 ], [ 11, 0, 0 ], [ 1, 2, 2 ], [ 0, 26, 26 ], [ 3, 41, 41 ] ], [ [ 14, 8, 9 ] ], [ [ 8, 35, 36 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36193
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (DT Every) (NN year)) (, ,) (NP (NP (NNS thousands)) (PP (IN of) (NP (JJ young) (NNPS Europeans)))) (VP (VBD set) (PRT (RP off)) (S (VP (TO to) (VP (VB explore) (NP (PRP$ their) (NN continent)) (PP (IN by) (NP (NN train))) (PP (IN in) (NP (DT the) (NN summertime))))))) (. .)))" }, "speaker": null, "text": "Every year, thousands of young Europeans set off to explore their continent by train in the summertime.", "tokens": [ { "deprel": "det", "end_char": 5, "feats": null, "head": 2, "id": 1, "lemma": "every", "misc": "", "start_char": 0, "text": "Every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 10, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "year", "misc": "", "start_char": 6, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 12, "feats": null, "head": 8, "id": 3, "lemma": ",", "misc": "", "start_char": 11, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 22, "feats": "Number=Plur", "head": 8, "id": 4, "lemma": "thousand", "misc": "", "start_char": 13, "text": "thousands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 25, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 23, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 31, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "young", "misc": "", "start_char": 26, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 41, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "European", "misc": "", "start_char": 32, "text": "Europeans", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "root", "end_char": 45, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "set", "misc": "", "start_char": 42, "text": "set", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 49, "feats": null, "head": 8, "id": 9, "lemma": "off", "misc": "", "start_char": 46, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 50, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 60, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "explore", "misc": "", "start_char": 53, "text": "explore", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 66, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "their", "misc": "", "start_char": 61, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 76, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "continent", "misc": "", "start_char": 67, "text": "continent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 79, "feats": null, "head": 15, "id": 14, "lemma": "by", "misc": "", "start_char": 77, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 85, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "train", "misc": "", "start_char": 80, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 88, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 86, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 92, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 89, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 103, "feats": "Number=Sing", "head": 11, "id": 18, "lemma": "summertime", "misc": "", "start_char": 93, "text": "summertime", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 105, "feats": null, "head": 8, "id": 19, "lemma": ".", "misc": "", "start_char": 104, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (NP (NP (DT a) (JJ necessary) (NN part)) (PP (IN of) (S (VP (VP (VBG growing) (PRT (RP up))) (CC and) (ADVP (RB often)) (NP (NP (DT the) (JJ first) (NN time)) (SBAR (S (NP (JJ many) (NNPS Europeans)) (VP (VBP travel) (PP (IN without) (NP (PRP$ their) (NNS parents)))))))))))) (. .)))" }, "speaker": null, "text": "It is a necessary part of growing up and often the first time many Europeans travel without their parents.", "tokens": [ { "deprel": "nsubj", "end_char": 108, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 106, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 111, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 109, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 113, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 112, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 123, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "necessary", "misc": "", "start_char": 114, "text": "necessary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 128, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "part", "misc": "", "start_char": 124, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 131, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 129, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 139, "feats": "VerbForm=Ger", "head": 5, "id": 7, "lemma": "grow", "misc": "", "start_char": 132, "text": "growing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 142, "feats": null, "head": 7, "id": 8, "lemma": "up", "misc": "", "start_char": 140, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "cc", "end_char": 146, "feats": null, "head": 13, "id": 9, "lemma": "and", "misc": "", "start_char": 143, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 152, "feats": null, "head": 13, "id": 10, "lemma": "often", "misc": "", "start_char": 147, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 156, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 153, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 162, "feats": "Degree=Pos|NumType=Ord", "head": 13, "id": 12, "lemma": "first", "misc": "", "start_char": 157, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 167, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "time", "misc": "", "start_char": 163, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 172, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "many", "misc": "", "start_char": 168, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 182, "feats": "Number=Plur", "head": 16, "id": 15, "lemma": "European", "misc": "", "start_char": 173, "text": "Europeans", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "acl:relcl", "end_char": 189, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 16, "lemma": "travel", "misc": "", "start_char": 183, "text": "travel", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 197, "feats": null, "head": 19, "id": 17, "lemma": "without", "misc": "", "start_char": 190, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 203, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "their", "misc": "", "start_char": 198, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 211, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "parent", "misc": "", "start_char": 204, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 213, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 212, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (NP (PRP you)) (ADVP (RB too)) (VP (MD can) (VP (VB share) (NP (DT this) (NN adventure)))) (. .)))" }, "speaker": null, "text": "Now you too can share this adventure.", "tokens": [ { "deprel": "advmod", "end_char": 217, "feats": null, "head": 5, "id": 1, "lemma": "now", "misc": "", "start_char": 214, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 221, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 2, "lemma": "you", "misc": "", "start_char": 218, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 225, "feats": null, "head": 5, "id": 3, "lemma": "too", "misc": "", "start_char": 222, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux", "end_char": 229, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "can", "misc": "", "start_char": 226, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 235, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "share", "misc": "", "start_char": 230, "text": "share", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 240, "feats": "Number=Sing|PronType=Dem", "head": 7, "id": 6, "lemma": "this", "misc": "", "start_char": 236, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 250, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "adventure", "misc": "", "start_char": 241, "text": "adventure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 252, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 251, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 254, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 253, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (ADJP (RB so) (JJ many)) (NNS places)) (SBAR (S (NP (PRP you)) (VP (MD can) (RB not) (VP (VB afford) (S (VP (TO to) (VP (VB miss))))))))) (SBAR (IN while) (S (S (VP (VBG travelling) (PP (IN in) (NP (NNP Europe))))) (: :) (NP (NP (NP (DT the) (NNP Eiffel) (NNP Tower)) (PP (IN of) (NP (NNP France)))) (, ,) (NP (NP (NNS windmills)) (PP (IN of) (NP (NP (DT the) (NNPS Netherlands)) (CC and) (NP (NP (DT the) (NNP Colosseum)) (PP (IN of) (NP (NNP Rome))))))))))) (. .)))" }, "speaker": null, "text": "There are so many places you cannot afford to miss while travelling in Europe: the Eiffel Tower of France, windmills of the Netherlands and the Colosseum of Rome.", "tokens": [ { "deprel": "expl", "end_char": 260, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 255, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 264, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 261, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 267, "feats": null, "head": 4, "id": 3, "lemma": "so", "misc": "", "start_char": 265, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 272, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "many", "misc": "", "start_char": 268, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 279, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "place", "misc": "", "start_char": 273, "text": "places", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 283, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 9, "id": 6, "lemma": "you", "misc": "", "start_char": 280, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 287, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "can", "misc": "", "start_char": 284, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 291, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 288, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 298, "feats": "VerbForm=Inf", "head": 5, "id": 9, "lemma": "afford", "misc": "", "start_char": 292, "text": "afford", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 301, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 299, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 306, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "miss", "misc": "", "start_char": 302, "text": "miss", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 312, "feats": null, "head": 13, "id": 12, "lemma": "while", "misc": "", "start_char": 307, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 323, "feats": "VerbForm=Ger", "head": 11, "id": 13, "lemma": "travel", "misc": "", "start_char": 313, "text": "travelling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 326, "feats": null, "head": 15, "id": 14, "lemma": "in", "misc": "", "start_char": 324, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 333, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "Europe", "misc": "", "start_char": 327, "text": "Europe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 335, "feats": null, "head": 19, "id": 16, "lemma": ":", "misc": "", "start_char": 334, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 339, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 17, "lemma": "the", "misc": "", "start_char": 336, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 346, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "Eiffel", "misc": "", "start_char": 340, "text": "Eiffel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 352, "feats": "Number=Sing", "head": 5, "id": 19, "lemma": "Tower", "misc": "", "start_char": 347, "text": "Tower", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 355, "feats": null, "head": 21, "id": 20, "lemma": "of", "misc": "", "start_char": 353, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 362, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "France", "misc": "", "start_char": 356, "text": "France", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 364, "feats": null, "head": 23, "id": 22, "lemma": ",", "misc": "", "start_char": 363, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 374, "feats": "Number=Plur", "head": 19, "id": 23, "lemma": "windmill", "misc": "", "start_char": 365, "text": "windmills", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 377, "feats": null, "head": 26, "id": 24, "lemma": "of", "misc": "", "start_char": 375, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 381, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 378, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 393, "feats": "Number=Plur", "head": 23, "id": 26, "lemma": "Netherlands", "misc": "", "start_char": 382, "text": "Netherlands", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "cc", "end_char": 397, "feats": null, "head": 29, "id": 27, "lemma": "and", "misc": "", "start_char": 394, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 401, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 28, "lemma": "the", "misc": "", "start_char": 398, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 411, "feats": "Number=Sing", "head": 19, "id": 29, "lemma": "Colosseum", "misc": "", "start_char": 402, "text": "Colosseum", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 414, "feats": null, "head": 31, "id": 30, "lemma": "of", "misc": "", "start_char": 412, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 419, "feats": "Number=Sing", "head": 29, "id": 31, "lemma": "Rome", "misc": "", "start_char": 415, "text": "Rome", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 421, "feats": null, "head": 2, "id": 32, "lemma": ".", "misc": "", "start_char": 420, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (SBARQ (WHADVP (WRB How)) (SQ (VBP do) (NP (JJ young) (NNS people)) (VP (VB afford) (S (VP (TO to) (VP (VB visit) (NP (NP (NN everything)) (SBAR (S (NP (PRP they)) (VP (VBP want)))))))))) (. ?)))" }, "speaker": null, "text": "How do young people afford to visit everything they want?", "tokens": [ { "deprel": "advmod", "end_char": 425, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "how", "misc": "", "start_char": 422, "text": "How", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux", "end_char": 428, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "do", "misc": "", "start_char": 426, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "amod", "end_char": 434, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "young", "misc": "", "start_char": 429, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 441, "feats": "Number=Plur", "head": 5, "id": 4, "lemma": "person", "misc": "", "start_char": 435, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 448, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "afford", "misc": "", "start_char": 442, "text": "afford", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 451, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 449, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 457, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "visit", "misc": "", "start_char": 452, "text": "visit", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 468, "feats": "Number=Sing|PronType=Tot", "head": 7, "id": 8, "lemma": "everything", "misc": "", "start_char": 458, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 473, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "they", "misc": "", "start_char": 469, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 478, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 10, "lemma": "want", "misc": "", "start_char": 474, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 480, "feats": null, "head": 5, "id": 11, "lemma": "?", "misc": "", "start_char": 479, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 482, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 481, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN answer)) (VP (VBZ lies) (PP (IN with) (NP (DT the) (NNP Eurail) (NNP Pass)))) (. .)))" }, "speaker": null, "text": "The answer lies with the Eurail Pass.", "tokens": [ { "deprel": "det", "end_char": 486, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 483, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 493, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "answer", "misc": "", "start_char": 487, "text": "answer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 498, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "lie", "misc": "", "start_char": 494, "text": "lies", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 503, "feats": null, "head": 7, "id": 4, "lemma": "with", "misc": "", "start_char": 499, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 507, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 504, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 514, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Eurail", "misc": "", "start_char": 508, "text": "Eurail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 519, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "pass", "misc": "", "start_char": 515, "text": "Pass", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 521, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 520, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT This) (NN ticket)) (VP (VBZ allows) (NP (NP (NP (DT a) (NN traveller)) (JJ unlimited) (NNS journeys)) (PP (IN by) (NP (NP (NN rail)) (PP (IN in) (NP (NP (JJ European) (NNS countries)) (SBAR (WHNP (WDT which)) (S (VP (VBP are) (NP (NP (NNS members)) (PP (IN of) (NP (DT the) (NN scheme))))))))))))) (. .)))" }, "speaker": null, "text": "This ticket allows a traveller unlimited journeys by rail in European countries which are members of the scheme.", "tokens": [ { "deprel": "det", "end_char": 526, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 522, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 533, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "ticket", "misc": "", "start_char": 527, "text": "ticket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 540, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "allow", "misc": "", "start_char": 534, "text": "allows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 542, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 4, "lemma": "a", "misc": "", "start_char": 541, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 552, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "traveller", "misc": "", "start_char": 543, "text": "traveller", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 562, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "unlimited", "misc": "", "start_char": 553, "text": "unlimited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 571, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "journey", "misc": "", "start_char": 563, "text": "journeys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 574, "feats": null, "head": 9, "id": 8, "lemma": "by", "misc": "", "start_char": 572, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 579, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "rail", "misc": "", "start_char": 575, "text": "rail", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 582, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 580, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 591, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "European", "misc": "", "start_char": 583, "text": "European", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 601, "feats": "Number=Plur", "head": 3, "id": 12, "lemma": "country", "misc": "", "start_char": 592, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 607, "feats": "PronType=Rel", "head": 15, "id": 13, "lemma": "which", "misc": "", "start_char": 602, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 611, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 608, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 619, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "member", "misc": "", "start_char": 612, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 622, "feats": null, "head": 18, "id": 16, "lemma": "of", "misc": "", "start_char": 620, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 626, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 623, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 633, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "scheme", "misc": "", "start_char": 627, "text": "scheme", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 635, "feats": null, "head": 3, "id": 19, "lemma": ".", "misc": "", "start_char": 634, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (JJ Ambitious) (JJ Chinese) (NNS travellers)) (VP (MD can) (VP (VB buy) (NP (DT the) (NN ticket)) (PP (IN in) (NP (NNP Beijing) (, ,) (NNP Shanghai) (CC and) (NNP Guangzhou))))) (. .)))" }, "speaker": null, "text": "Ambitious Chinese travellers can buy the ticket in Beijing, Shanghai and Guangzhou.", "tokens": [ { "deprel": "amod", "end_char": 645, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "ambitious", "misc": "", "start_char": 636, "text": "Ambitious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 653, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "Chinese", "misc": "", "start_char": 646, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 664, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "traveller", "misc": "", "start_char": 654, "text": "travellers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 668, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "can", "misc": "", "start_char": 665, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 672, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "buy", "misc": "", "start_char": 669, "text": "buy", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 676, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 673, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 683, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "ticket", "misc": "", "start_char": 677, "text": "ticket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 686, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 684, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 694, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "Beijing", "misc": "", "start_char": 687, "text": "Beijing", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 696, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 695, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 705, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Shanghai", "misc": "", "start_char": 697, "text": "Shanghai", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 709, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 706, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 719, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "Guangzhou", "misc": "", "start_char": 710, "text": "Guangzhou", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 721, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 720, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 723, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 722, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (ADJP (RBS most) (JJ popular)) (NN type)) (PP (IN of) (NP (NP (NNP Eurail) (NNP Pass)) (PP (IN amongst) (NP (JJ young) (NNS people)))))) (, ,) (PP (VBG according) (PP (IN to) (NP (NP (NNP Zhao) (NNP Jiaji)) (, ,) (PP (IN from) (NP (NNP China) (NNP Air) (NNP Service) (NNP Ltd))) (, ,)))) (VP (VBZ is) (NP (DT the) (NNP Eurail) (NNP Selectpasses))) (. .)))" }, "speaker": null, "text": "The most popular type of Eurail Pass amongst young people, according to Zhao Jiaji, from China Air Service Ltd, is the Eurail Selectpasses.", "tokens": [ { "deprel": "det", "end_char": 727, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 724, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 732, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "most", "misc": "", "start_char": 728, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 740, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "popular", "misc": "", "start_char": 733, "text": "popular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 745, "feats": "Number=Sing", "head": 26, "id": 4, "lemma": "type", "misc": "", "start_char": 741, "text": "type", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 748, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 746, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 755, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Eurail", "misc": "", "start_char": 749, "text": "Eurail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 760, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "pass", "misc": "", "start_char": 756, "text": "Pass", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 768, "feats": null, "head": 10, "id": 8, "lemma": "amongst", "misc": "", "start_char": 761, "text": "amongst", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 774, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "young", "misc": "", "start_char": 769, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 781, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "person", "misc": "", "start_char": 775, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 783, "feats": null, "head": 4, "id": 11, "lemma": ",", "misc": "", "start_char": 782, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 793, "feats": "ExtPos=ADP|VerbForm=Ger", "head": 14, "id": 12, "lemma": "accord", "misc": "", "start_char": 784, "text": "according", "upos": "VERB", "xpos": "VBG" }, { "deprel": "fixed", "end_char": 796, "feats": null, "head": 12, "id": 13, "lemma": "to", "misc": "", "start_char": 794, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 801, "feats": "Number=Sing", "head": 26, "id": 14, "lemma": "Zhao", "misc": "", "start_char": 797, "text": "Zhao", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 807, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Jiaji", "misc": "", "start_char": 802, "text": "Jiaji", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 809, "feats": null, "head": 14, "id": 16, "lemma": ",", "misc": "", "start_char": 808, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 814, "feats": null, "head": 21, "id": 17, "lemma": "from", "misc": "", "start_char": 810, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 820, "feats": "Number=Sing", "head": 21, "id": 18, "lemma": "China", "misc": "", "start_char": 815, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 824, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "Air", "misc": "", "start_char": 821, "text": "Air", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 832, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "Service", "misc": "", "start_char": 825, "text": "Service", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 836, "feats": "Number=Sing", "head": 14, "id": 21, "lemma": "Ltd", "misc": "", "start_char": 833, "text": "Ltd", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 838, "feats": null, "head": 26, "id": 22, "lemma": ",", "misc": "", "start_char": 837, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 841, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 26, "id": 23, "lemma": "be", "misc": "", "start_char": 839, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 845, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 24, "lemma": "the", "misc": "", "start_char": 842, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 852, "feats": "Number=Sing", "head": 26, "id": 25, "lemma": "Eurail", "misc": "", "start_char": 846, "text": "Eurail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 865, "feats": "Number=Sing", "head": 0, "id": 26, "lemma": "Selectpasses", "misc": "", "start_char": 853, "text": "Selectpasses", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 867, "feats": null, "head": 26, "id": 27, "lemma": ".", "misc": "", "start_char": 866, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (DT this))) (NP (PRP you)) (VP (MD can) (VP (VB design) (NP (PRP$ your) (JJ own) (NN trip)) (PP (IN by) (S (VP (VBG selecting) (NP (CD three) (, ,) (QP (CD four) (CC or) (CD five)) (JJ neighbouring) (NNS countries)) (PP (IN from) (NP (NP (DT a) (JJ total) (CD 18) (NNS nations)) (PP (VBG including) (NP (NNP Liechtenstein) (, ,) (NNP Monaco) (, ,) (NNP Hungary) (CC and) (NNP Romania)))))))))) (. .)))" }, "speaker": null, "text": "With this you can design your own trip by selecting three, four or five neighbouring countries from a total 18 nations including Liechtenstein, Monaco, Hungary and Romania.", "tokens": [ { "deprel": "case", "end_char": 872, "feats": null, "head": 2, "id": 1, "lemma": "with", "misc": "", "start_char": 868, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 877, "feats": "Number=Sing|PronType=Dem", "head": 5, "id": 2, "lemma": "this", "misc": "", "start_char": 873, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 881, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 3, "lemma": "you", "misc": "", "start_char": 878, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 885, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "can", "misc": "", "start_char": 882, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 892, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "design", "misc": "", "start_char": 886, "text": "design", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 897, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 8, "id": 6, "lemma": "your", "misc": "", "start_char": 893, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 901, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "own", "misc": "", "start_char": 898, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 906, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "trip", "misc": "", "start_char": 902, "text": "trip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 909, "feats": null, "head": 10, "id": 9, "lemma": "by", "misc": "", "start_char": 907, "text": "by", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 919, "feats": "VerbForm=Ger", "head": 5, "id": 10, "lemma": "select", "misc": "", "start_char": 910, "text": "selecting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nummod", "end_char": 925, "feats": "NumForm=Word|NumType=Card", "head": 17, "id": 11, "lemma": "three", "misc": "", "start_char": 920, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 927, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 926, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 932, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 13, "lemma": "four", "misc": "", "start_char": 928, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 935, "feats": null, "head": 15, "id": 14, "lemma": "or", "misc": "", "start_char": 933, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 940, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 15, "lemma": "five", "misc": "", "start_char": 936, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 953, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "neighbour", "misc": "", "start_char": 941, "text": "neighbouring", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 963, "feats": "Number=Plur", "head": 10, "id": 17, "lemma": "country", "misc": "", "start_char": 954, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 968, "feats": null, "head": 22, "id": 18, "lemma": "from", "misc": "", "start_char": 964, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 970, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 19, "lemma": "a", "misc": "", "start_char": 969, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 976, "feats": "Degree=Pos", "head": 22, "id": 20, "lemma": "total", "misc": "", "start_char": 971, "text": "total", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nummod", "end_char": 979, "feats": "NumForm=Digit|NumType=Card", "head": 22, "id": 21, "lemma": "18", "misc": "", "start_char": 977, "text": "18", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 987, "feats": "Number=Plur", "head": 17, "id": 22, "lemma": "nation", "misc": "", "start_char": 980, "text": "nations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 997, "feats": "VerbForm=Ger", "head": 24, "id": 23, "lemma": "include", "misc": "", "start_char": 988, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod", "end_char": 1011, "feats": "Number=Sing", "head": 22, "id": 24, "lemma": "Liechtenstein", "misc": "", "start_char": 998, "text": "Liechtenstein", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1013, "feats": null, "head": 26, "id": 25, "lemma": ",", "misc": "", "start_char": 1012, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1020, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "Monaco", "misc": "", "start_char": 1014, "text": "Monaco", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1022, "feats": null, "head": 28, "id": 27, "lemma": ",", "misc": "", "start_char": 1021, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1030, "feats": "Number=Sing", "head": 24, "id": 28, "lemma": "Hungary", "misc": "", "start_char": 1023, "text": "Hungary", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1034, "feats": null, "head": 30, "id": 29, "lemma": "and", "misc": "", "start_char": 1031, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1042, "feats": "Number=Sing", "head": 24, "id": 30, "lemma": "Romania", "misc": "", "start_char": 1035, "text": "Romania", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1044, "feats": null, "head": 5, "id": 31, "lemma": ".", "misc": "", "start_char": 1043, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1046, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1045, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (S (`` ``) (NP (EX There)) (VP (VBZ is) (NP (NP (NN plenty)) (PP (IN of) (NP (NN choice))) (PP (IN with) (NP (DT this) (NN pass)))))) (: :) (S (PP (IN in) (NP (JJ total))) (NP (DT this) (NN range)) (VP (VBZ offers) (NP (NP (NP (QP (RB over) (CD 400)) (JJ different) (NNS combinations)) (PP (IN of) (NP (NNS countries)))) (SBAR (S (VP (TO to) (VP (VB choose) (PP (IN from))))))))) (. !) ('' '')))" }, "speaker": null, "text": "\"There is plenty of choice with this pass: in total this range offers over 400 different combinations of countries to choose from!\"", "tokens": [ { "deprel": "punct", "end_char": 1049, "feats": null, "head": 3, "id": 1, "lemma": "``", "misc": "", "start_char": 1047, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "expl", "end_char": 1055, "feats": null, "head": 3, "id": 2, "lemma": "there", "misc": "", "start_char": 1050, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1058, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "be", "misc": "", "start_char": 1056, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 1065, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "plenty", "misc": "", "start_char": 1059, "text": "plenty", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1068, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1066, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1075, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "choice", "misc": "", "start_char": 1069, "text": "choice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1080, "feats": null, "head": 9, "id": 7, "lemma": "with", "misc": "", "start_char": 1076, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1085, "feats": "Number=Sing|PronType=Dem", "head": 9, "id": 8, "lemma": "this", "misc": "", "start_char": 1081, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1090, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "pass", "misc": "", "start_char": 1086, "text": "pass", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1092, "feats": null, "head": 3, "id": 10, "lemma": ":", "misc": "", "start_char": 1091, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "case", "end_char": 1095, "feats": null, "head": 12, "id": 11, "lemma": "in", "misc": "", "start_char": 1093, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1101, "feats": "Degree=Pos", "head": 15, "id": 12, "lemma": "total", "misc": "", "start_char": 1096, "text": "total", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "det", "end_char": 1106, "feats": "Number=Sing|PronType=Dem", "head": 14, "id": 13, "lemma": "this", "misc": "", "start_char": 1102, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1112, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "range", "misc": "", "start_char": 1107, "text": "range", "upos": "NOUN", "xpos": "NN" }, { "deprel": "parataxis", "end_char": 1119, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 15, "lemma": "offer", "misc": "", "start_char": 1113, "text": "offers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1124, "feats": null, "head": 17, "id": 16, "lemma": "over", "misc": "", "start_char": 1120, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1128, "feats": "NumForm=Digit|NumType=Card", "head": 19, "id": 17, "lemma": "400", "misc": "", "start_char": 1125, "text": "400", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1138, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "different", "misc": "", "start_char": 1129, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1151, "feats": "Number=Plur", "head": 15, "id": 19, "lemma": "combination", "misc": "", "start_char": 1139, "text": "combinations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1154, "feats": null, "head": 21, "id": 20, "lemma": "of", "misc": "", "start_char": 1152, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1164, "feats": "Number=Plur", "head": 19, "id": 21, "lemma": "country", "misc": "", "start_char": 1155, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1167, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 1165, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1174, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "choose", "misc": "", "start_char": 1168, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obl", "end_char": 1179, "feats": null, "head": 23, "id": 24, "lemma": "from", "misc": "", "start_char": 1175, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1181, "feats": null, "head": 3, "id": 25, "lemma": "!", "misc": "", "start_char": 1180, "text": "!", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1184, "feats": null, "head": 3, "id": 26, "lemma": "''", "misc": "", "start_char": 1182, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (SINV (VP (VBD said)) (NP (NNP Zhao)) (. .)))" }, "speaker": null, "text": "said Zhao.", "tokens": [ { "deprel": "root", "end_char": 1189, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 1, "lemma": "say", "misc": "", "start_char": 1185, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1194, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Zhao", "misc": "", "start_char": 1190, "text": "Zhao", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1196, "feats": null, "head": 1, "id": 3, "lemma": ".", "misc": "", "start_char": 1195, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1198, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1197, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Eurail) (NNP Selectpass)) (VP (VBZ gives) (NP (QP (CD 5) (IN to) (CD 10)) (NN travel) (NNS days)) (PP (IN within) (NP (DT a) (CD 2-month) (NN period)))) (. .)))" }, "speaker": null, "text": "The Eurail Selectpass gives 5 to 10 travel days within a 2-month period.", "tokens": [ { "deprel": "det", "end_char": 1202, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1199, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1209, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Eurail", "misc": "", "start_char": 1203, "text": "Eurail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1220, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Selectpass", "misc": "", "start_char": 1210, "text": "Selectpass", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1226, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "give", "misc": "", "start_char": 1221, "text": "gives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 1228, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 5, "lemma": "5", "misc": "", "start_char": 1227, "text": "5", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1231, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1229, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1234, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 7, "lemma": "10", "misc": "", "start_char": 1232, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 1241, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "travel", "misc": "", "start_char": 1235, "text": "travel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1246, "feats": "Number=Plur", "head": 4, "id": 9, "lemma": "day", "misc": "", "start_char": 1242, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1253, "feats": null, "head": 13, "id": 10, "lemma": "within", "misc": "", "start_char": 1247, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1255, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 1254, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 1263, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 12, "lemma": "2-month", "misc": "", "start_char": 1256, "text": "2-month", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1270, "feats": "Number=Sing", "head": 4, "id": 13, "lemma": "period", "misc": "", "start_char": 1264, "text": "period", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1272, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 1271, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1274, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1273, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (JJR more) (NN flexibility))) (NP (EX there)) (VP (VBP are) (NP (NP (DT the) (NN Eurail) (NNS Passes)) (SBAR (WHNP (WDT which)) (S (VP (VBP allow) (S (NP (PRP you)) (VP (TO to) (VP (VB take) (NP (NNS trains)) (PP (IN in) (NP (CD 17) (NNS countries))) (PP (IN on) (NP (NP (DT any) (NN day)) (SBAR (S (NP (PRP you)) (VP (VBP like)))))))))))))) (. .)))" }, "speaker": null, "text": "For more flexibility there are the Eurail Passes which allow you to take trains in 17 countries on any day you like.", "tokens": [ { "deprel": "case", "end_char": 1278, "feats": null, "head": 3, "id": 1, "lemma": "for", "misc": "", "start_char": 1275, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1283, "feats": "Degree=Cmp", "head": 3, "id": 2, "lemma": "more", "misc": "", "start_char": 1279, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 1295, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "flexibility", "misc": "", "start_char": 1284, "text": "flexibility", "upos": "NOUN", "xpos": "NN" }, { "deprel": "expl", "end_char": 1301, "feats": null, "head": 5, "id": 4, "lemma": "there", "misc": "", "start_char": 1296, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1305, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "be", "misc": "", "start_char": 1302, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1309, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1306, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1316, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "eurail", "misc": "", "start_char": 1310, "text": "Eurail", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1323, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "pass", "misc": "", "start_char": 1317, "text": "Passes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1329, "feats": "PronType=Rel", "head": 10, "id": 9, "lemma": "which", "misc": "", "start_char": 1324, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1335, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 10, "lemma": "allow", "misc": "", "start_char": 1330, "text": "allow", "upos": "VERB", "xpos": "VBP" }, { "deprel": "iobj", "end_char": 1339, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 10, "id": 11, "lemma": "you", "misc": "", "start_char": 1336, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1342, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1340, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1347, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "take", "misc": "", "start_char": 1343, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1354, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "train", "misc": "", "start_char": 1348, "text": "trains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1357, "feats": null, "head": 17, "id": 15, "lemma": "in", "misc": "", "start_char": 1355, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1360, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 16, "lemma": "17", "misc": "", "start_char": 1358, "text": "17", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1370, "feats": "Number=Plur", "head": 13, "id": 17, "lemma": "country", "misc": "", "start_char": 1361, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1373, "feats": null, "head": 20, "id": 18, "lemma": "on", "misc": "", "start_char": 1371, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1377, "feats": null, "head": 20, "id": 19, "lemma": "any", "misc": "", "start_char": 1374, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1381, "feats": "Number=Sing", "head": 13, "id": 20, "lemma": "day", "misc": "", "start_char": 1378, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1385, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 22, "id": 21, "lemma": "you", "misc": "", "start_char": 1382, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1390, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 20, "id": 22, "lemma": "like", "misc": "", "start_char": 1386, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1392, "feats": null, "head": 5, "id": 23, "lemma": ".", "misc": "", "start_char": 1391, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (ADJP (JJ valid)) (PP (IN for) (NP (NP (DT a) (NN period)) (PP (IN of) (NP (NP (QP (CC either) (CD 15) (CC or) (CD 21)) (NNS days)) (, ,) (NP (CD one)) (, ,) (NP (QP (CD two) (CC or) (CD three)) (NNS months))))))) (. .)))" }, "speaker": null, "text": "It is valid for a period of either 15 or 21 days, one, two or three months.", "tokens": [ { "deprel": "nsubj", "end_char": 1395, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 1393, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1398, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1396, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1404, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "valid", "misc": "", "start_char": 1399, "text": "valid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1408, "feats": null, "head": 6, "id": 4, "lemma": "for", "misc": "", "start_char": 1405, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1410, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1409, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1417, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "period", "misc": "", "start_char": 1411, "text": "period", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1420, "feats": null, "head": 12, "id": 7, "lemma": "of", "misc": "", "start_char": 1418, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "cc:preconj", "end_char": 1427, "feats": null, "head": 9, "id": 8, "lemma": "either", "misc": "", "start_char": 1421, "text": "either", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 1430, "feats": "NumForm=Digit|NumType=Card", "head": 12, "id": 9, "lemma": "15", "misc": "", "start_char": 1428, "text": "15", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1433, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 1431, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1436, "feats": "NumForm=Digit|NumType=Card", "head": 9, "id": 11, "lemma": "21", "misc": "", "start_char": 1434, "text": "21", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 1441, "feats": "Number=Plur", "head": 6, "id": 12, "lemma": "day", "misc": "", "start_char": 1437, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1443, "feats": null, "head": 19, "id": 13, "lemma": ",", "misc": "", "start_char": 1442, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 1447, "feats": "NumForm=Word|NumType=Card", "head": 19, "id": 14, "lemma": "one", "misc": "", "start_char": 1444, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 1449, "feats": null, "head": 14, "id": 15, "lemma": ",", "misc": "", "start_char": 1448, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 1453, "feats": "NumForm=Word|NumType=Card", "head": 19, "id": 16, "lemma": "two", "misc": "", "start_char": 1450, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1456, "feats": null, "head": 18, "id": 17, "lemma": "or", "misc": "", "start_char": 1454, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1462, "feats": "NumForm=Word|NumType=Card", "head": 16, "id": 18, "lemma": "three", "misc": "", "start_char": 1457, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "appos", "end_char": 1469, "feats": "Number=Plur", "head": 12, "id": 19, "lemma": "month", "misc": "", "start_char": 1463, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1471, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 1470, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1473, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1472, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP you)) (ADVP (RB just)) (VP (VBP want) (S (VP (TO to) (VP (VB travel) (PP (IN in) (NP (QP (CD one) (CC or) (CD two)) (NNS countries))) (S (VP (TO to) (VP (VB learn) (NP (JJR more)) (PP (IN about) (NP (DT the) (JJ local) (NN culture)))))))))))) (, ,) (NP (NNP Eurail) (NNP Pass)) (ADVP (RB also)) (VP (VBZ offers) (NP (NP (JJ two-country) (NNS passes)) (PP (JJ such) (IN as) (NP (NNP Spain-Portugal) (, ,) (NNP France-Switzerland) (CC and) (NNP Belgium-Luxemburg))))) (. .)))" }, "speaker": null, "text": "If you just want to travel in one or two countries to learn more about the local culture, Eurail Pass also offers two-country passes such as Spain-Portugal, France-Switzerland and Belgium-Luxemburg.", "tokens": [ { "deprel": "mark", "end_char": 1476, "feats": null, "head": 4, "id": 1, "lemma": "if", "misc": "", "start_char": 1474, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1480, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 1477, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1485, "feats": null, "head": 4, "id": 3, "lemma": "just", "misc": "", "start_char": 1481, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1490, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 23, "id": 4, "lemma": "want", "misc": "", "start_char": 1486, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1493, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1491, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1500, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "travel", "misc": "", "start_char": 1494, "text": "travel", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1503, "feats": null, "head": 11, "id": 7, "lemma": "in", "misc": "", "start_char": 1501, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1507, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 8, "lemma": "one", "misc": "", "start_char": 1504, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1510, "feats": null, "head": 10, "id": 9, "lemma": "or", "misc": "", "start_char": 1508, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1514, "feats": "NumForm=Word|NumType=Card", "head": 8, "id": 10, "lemma": "two", "misc": "", "start_char": 1511, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1524, "feats": "Number=Plur", "head": 6, "id": 11, "lemma": "country", "misc": "", "start_char": 1515, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1527, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1525, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1533, "feats": "VerbForm=Inf", "head": 6, "id": 13, "lemma": "learn", "misc": "", "start_char": 1528, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1538, "feats": "Degree=Cmp", "head": 13, "id": 14, "lemma": "more", "misc": "", "start_char": 1534, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 1544, "feats": null, "head": 18, "id": 15, "lemma": "about", "misc": "", "start_char": 1539, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1548, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 1545, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1554, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "local", "misc": "", "start_char": 1549, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1562, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "culture", "misc": "", "start_char": 1555, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1564, "feats": null, "head": 4, "id": 19, "lemma": ",", "misc": "", "start_char": 1563, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1571, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "Eurail", "misc": "", "start_char": 1565, "text": "Eurail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1576, "feats": "Number=Sing", "head": 23, "id": 21, "lemma": "pass", "misc": "", "start_char": 1572, "text": "Pass", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 1581, "feats": null, "head": 23, "id": 22, "lemma": "also", "misc": "", "start_char": 1577, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1588, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 23, "lemma": "offer", "misc": "", "start_char": 1582, "text": "offers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 1600, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "two-country", "misc": "", "start_char": 1589, "text": "two-country", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1607, "feats": "Number=Plur", "head": 23, "id": 25, "lemma": "pass", "misc": "", "start_char": 1601, "text": "passes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1612, "feats": "Degree=Pos", "head": 28, "id": 26, "lemma": "such", "misc": "", "start_char": 1608, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 1615, "feats": null, "head": 26, "id": 27, "lemma": "as", "misc": "", "start_char": 1613, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1630, "feats": "Number=Sing", "head": 25, "id": 28, "lemma": "Spain-Portugal", "misc": "", "start_char": 1616, "text": "Spain-Portugal", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1632, "feats": null, "head": 30, "id": 29, "lemma": ",", "misc": "", "start_char": 1631, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1651, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "France-Switzerland", "misc": "", "start_char": 1633, "text": "France-Switzerland", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1655, "feats": null, "head": 32, "id": 31, "lemma": "and", "misc": "", "start_char": 1652, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1673, "feats": "Number=Sing", "head": 28, "id": 32, "lemma": "Belgium-Luxemburg", "misc": "", "start_char": 1656, "text": "Belgium-Luxemburg", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1675, "feats": null, "head": 23, "id": 33, "lemma": ".", "misc": "", "start_char": 1674, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (NP (NNS countries)) (PP (IN like) (NP (NNP Britain) (, ,) (NNP France) (CC and) (NNP Germany)))) (VP (VBP offer) (NP (NP (DT a) (NN kind)) (PP (IN of) (NP (NP (NNP Eurail) (NNP Pass)) (SBAR (WHNP (WDT which)) (S (VP (VBZ allows) (NP (JJ unlimited) (NN train) (NN travel)) (PP (IN in) (NP (PRP$ their) (NN country)))))))))) (. .)))" }, "speaker": null, "text": "And countries like Britain, France and Germany offer a kind of Eurail Pass which allows unlimited train travel in their country.", "tokens": [ { "deprel": "cc", "end_char": 1679, "feats": null, "head": 9, "id": 1, "lemma": "and", "misc": "", "start_char": 1676, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1689, "feats": "Number=Plur", "head": 9, "id": 2, "lemma": "country", "misc": "", "start_char": 1680, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1694, "feats": null, "head": 4, "id": 3, "lemma": "like", "misc": "", "start_char": 1690, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1702, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Britain", "misc": "", "start_char": 1695, "text": "Britain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1704, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 1703, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1711, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "France", "misc": "", "start_char": 1705, "text": "France", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1715, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1712, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1723, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "Germany", "misc": "", "start_char": 1716, "text": "Germany", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1729, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "offer", "misc": "", "start_char": 1724, "text": "offer", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1731, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 1730, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1736, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "kind", "misc": "", "start_char": 1732, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1739, "feats": null, "head": 14, "id": 12, "lemma": "of", "misc": "", "start_char": 1737, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1746, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "Eurail", "misc": "", "start_char": 1740, "text": "Eurail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1751, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "pass", "misc": "", "start_char": 1747, "text": "Pass", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1757, "feats": "PronType=Rel", "head": 16, "id": 15, "lemma": "which", "misc": "", "start_char": 1752, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1764, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 16, "lemma": "allow", "misc": "", "start_char": 1758, "text": "allows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 1774, "feats": "Degree=Pos", "head": 19, "id": 17, "lemma": "unlimited", "misc": "", "start_char": 1765, "text": "unlimited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1780, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "train", "misc": "", "start_char": 1775, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1787, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "travel", "misc": "", "start_char": 1781, "text": "travel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1790, "feats": null, "head": 22, "id": 20, "lemma": "in", "misc": "", "start_char": 1788, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1796, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "their", "misc": "", "start_char": 1791, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1804, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "country", "misc": "", "start_char": 1797, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1806, "feats": null, "head": 9, "id": 23, "lemma": ".", "misc": "", "start_char": 1805, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1808, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1807, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (PP (IN Before) (S (VP (VBG buying) (NP (DT the) (NNP Eurail) (NNP Pass))))) (, ,) (NP (PRP you)) (VP (MD should) (VP (VB know) (NP (NP (DT some) (NNS tips)) (SBAR (S (VP (TO to) (VP (VB save) (NP (NN money))))))))) (. .)))" }, "speaker": null, "text": "Before buying the Eurail Pass, you should know some tips to save money.", "tokens": [ { "deprel": "mark", "end_char": 1815, "feats": null, "head": 2, "id": 1, "lemma": "before", "misc": "", "start_char": 1809, "text": "Before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1822, "feats": "VerbForm=Ger", "head": 9, "id": 2, "lemma": "buy", "misc": "", "start_char": 1816, "text": "buying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1826, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1823, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1833, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Eurail", "misc": "", "start_char": 1827, "text": "Eurail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1838, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "pass", "misc": "", "start_char": 1834, "text": "Pass", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1840, "feats": null, "head": 2, "id": 6, "lemma": ",", "misc": "", "start_char": 1839, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1844, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 9, "id": 7, "lemma": "you", "misc": "", "start_char": 1841, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1851, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "should", "misc": "", "start_char": 1845, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1856, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "know", "misc": "", "start_char": 1852, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1861, "feats": null, "head": 11, "id": 10, "lemma": "some", "misc": "", "start_char": 1857, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1866, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "tip", "misc": "", "start_char": 1862, "text": "tips", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1869, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1867, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1874, "feats": "VerbForm=Inf", "head": 9, "id": 13, "lemma": "save", "misc": "", "start_char": 1870, "text": "save", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1880, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "money", "misc": "", "start_char": 1875, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1882, "feats": null, "head": 9, "id": 15, "lemma": ".", "misc": "", "start_char": 1881, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NML (JJ 2nd) (NN class)) (NN train) (NN travel) (NN ticket)) (VP (VBZ is) (ADJP (ADJP (JJR cheaper)) (PP (IN than) (NP (JJ 1st) (NN class))))) (. .)))" }, "speaker": null, "text": "The 2nd class train travel ticket is cheaper than 1st class.", "tokens": [ { "deprel": "det", "end_char": 1886, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 1, "lemma": "the", "misc": "", "start_char": 1883, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1890, "feats": "Degree=Pos|NumType=Ord", "head": 3, "id": 2, "lemma": "2nd", "misc": "", "start_char": 1887, "text": "2nd", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1896, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "class", "misc": "", "start_char": 1891, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1902, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "train", "misc": "", "start_char": 1897, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1909, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "travel", "misc": "", "start_char": 1903, "text": "travel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1916, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "ticket", "misc": "", "start_char": 1910, "text": "ticket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1919, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 1917, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1927, "feats": "Degree=Cmp", "head": 0, "id": 8, "lemma": "cheap", "misc": "", "start_char": 1920, "text": "cheaper", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 1932, "feats": null, "head": 11, "id": 9, "lemma": "than", "misc": "", "start_char": 1928, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1936, "feats": "Degree=Pos|NumType=Ord", "head": 11, "id": 10, "lemma": "1st", "misc": "", "start_char": 1933, "text": "1st", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1942, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "class", "misc": "", "start_char": 1937, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1944, "feats": null, "head": 8, "id": 12, "lemma": ".", "misc": "", "start_char": 1943, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (NP (NNS youths)) (PP (IN under) (NP (NP (ADJP (NP (CD 26) (NNS years)) (JJ old)) (CC or) (NNS groups)) (PP (IN of) (NP (NP (QP (CD 2) (CC or) (JJR more)) (NNS people)) (VP (VBG traveling) (ADVP (RB together)))))))) (VP (MD can) (VP (VB enjoy) (NP (NNS discounts)))) (. .)))" }, "speaker": null, "text": "And youths under 26 years old or groups of 2 or more people traveling together can enjoy discounts.", "tokens": [ { "deprel": "cc", "end_char": 1948, "feats": null, "head": 17, "id": 1, "lemma": "and", "misc": "", "start_char": 1945, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1955, "feats": "Number=Plur", "head": 17, "id": 2, "lemma": "youth", "misc": "", "start_char": 1949, "text": "youths", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1961, "feats": null, "head": 5, "id": 3, "lemma": "under", "misc": "", "start_char": 1956, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1964, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 4, "lemma": "26", "misc": "", "start_char": 1962, "text": "26", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 1970, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "year", "misc": "", "start_char": 1965, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "amod", "end_char": 1974, "feats": "Degree=Pos", "head": 2, "id": 6, "lemma": "old", "misc": "", "start_char": 1971, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1977, "feats": null, "head": 8, "id": 7, "lemma": "or", "misc": "", "start_char": 1975, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1984, "feats": "Number=Plur", "head": 2, "id": 8, "lemma": "group", "misc": "", "start_char": 1978, "text": "groups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1987, "feats": null, "head": 13, "id": 9, "lemma": "of", "misc": "", "start_char": 1985, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1989, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 10, "lemma": "2", "misc": "", "start_char": 1988, "text": "2", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 1992, "feats": null, "head": 12, "id": 11, "lemma": "or", "misc": "", "start_char": 1990, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1997, "feats": "Degree=Cmp", "head": 10, "id": 12, "lemma": "more", "misc": "", "start_char": 1993, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nmod", "end_char": 2004, "feats": "Number=Plur", "head": 8, "id": 13, "lemma": "person", "misc": "", "start_char": 1998, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 2014, "feats": "VerbForm=Ger", "head": 13, "id": 14, "lemma": "travel", "misc": "", "start_char": 2005, "text": "traveling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 2023, "feats": null, "head": 14, "id": 15, "lemma": "together", "misc": "", "start_char": 2015, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux", "end_char": 2027, "feats": "VerbForm=Fin", "head": 17, "id": 16, "lemma": "can", "misc": "", "start_char": 2024, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 2033, "feats": "VerbForm=Inf", "head": 0, "id": 17, "lemma": "enjoy", "misc": "", "start_char": 2028, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2043, "feats": "Number=Plur", "head": 17, "id": 18, "lemma": "discount", "misc": "", "start_char": 2034, "text": "discounts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2045, "feats": null, "head": 17, "id": 19, "lemma": ".", "misc": "", "start_char": 2044, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2047, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2046, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (JJR more) (NN information))) (, ,) (INTJ (UH please)) (VP (VB check) (PRT (RP out)) (NP (NP (NN http)) (: :) (NP (ADD //www.tt-europe.com)))) (. .)))" }, "speaker": null, "text": "For more information, please check out http: //www.tt-europe.com.", "tokens": [ { "deprel": "case", "end_char": 2051, "feats": null, "head": 3, "id": 1, "lemma": "for", "misc": "", "start_char": 2048, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2056, "feats": "Degree=Cmp", "head": 3, "id": 2, "lemma": "more", "misc": "", "start_char": 2052, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 2068, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "information", "misc": "", "start_char": 2057, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2070, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 2069, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "discourse", "end_char": 2077, "feats": null, "head": 6, "id": 5, "lemma": "please", "misc": "", "start_char": 2071, "text": "please", "upos": "INTJ", "xpos": "UH" }, { "deprel": "root", "end_char": 2083, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 6, "lemma": "check", "misc": "", "start_char": 2078, "text": "check", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 2087, "feats": null, "head": 6, "id": 7, "lemma": "out", "misc": "", "start_char": 2084, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "obj", "end_char": 2092, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "http", "misc": "", "start_char": 2088, "text": "http", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2094, "feats": null, "head": 8, "id": 9, "lemma": ":", "misc": "", "start_char": 2093, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 2114, "feats": null, "head": 8, "id": 10, "lemma": "//www.tt-europe.com", "misc": "", "start_char": 2095, "text": "//www.tt-europe.com", "upos": "X", "xpos": "ADD" }, { "deprel": "punct", "end_char": 2116, "feats": null, "head": 6, "id": 11, "lemma": ".", "misc": "", "start_char": 2115, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Every year, thousands of young Europeans set off to explore their continent by train in the summertime. It is a necessary part of growing up and often the first time many Europeans travel without their parents. Now you too can share this adventure. There are so many places you cannot afford to miss while travelling in Europe: the Eiffel Tower of France, windmills of the Netherlands and the Colosseum of Rome. How do young people afford to visit everything they want? The answer lies with the Eurail Pass. This ticket allows a traveller unlimited journeys by rail in European countries which are members of the scheme. Ambitious Chinese travellers can buy the ticket in Beijing, Shanghai and Guangzhou. The most popular type of Eurail Pass amongst young people, according to Zhao Jiaji, from China Air Service Ltd, is the Eurail Selectpasses. With this you can design your own trip by selecting three, four or five neighbouring countries from a total 18 nations including Liechtenstein, Monaco, Hungary and Romania. "There is plenty of choice with this pass: in total this range offers over 400 different combinations of countries to choose from!" said Zhao. The Eurail Selectpass gives 5 to 10 travel days within a 2-month period. For more flexibility there are the Eurail Passes which allow you to take trains in 17 countries on any day you like. It is valid for a period of either 15 or 21 days, one, two or three months. If you just want to travel in one or two countries to learn more about the local culture, Eurail Pass also offers two-country passes such as Spain-Portugal, France-Switzerland and Belgium-Luxemburg. And countries like Britain, France and Germany offer a kind of Eurail Pass which allows unlimited train travel in their country. Before buying the Eurail Pass, you should know some tips to save money. The 2nd class train travel ticket is cheaper than 1st class. And youths under 26 years old or groups of 2 or more people traveling together can enjoy discounts. For more information, please check out http: //www.tt-europe.com.
[ [ [ 0, 0, 1 ] ], [ [ 0, 5, 6 ] ], [ [ 4, 14, 14 ] ], [ [ 0, 11, 12 ] ], [ [ 0, 14, 14 ], [ 19, 13, 13 ], [ 23, 17, 17 ], [ 26, 3, 3 ] ], [ [ 0, 16, 17 ] ], [ [ 1, 0, 0 ], [ 1, 2, 7 ] ], [ [ 1, 6, 7 ] ], [ [ 1, 10, 12 ] ], [ [ 1, 13, 14 ], [ 1, 17, 17 ] ], [ [ 1, 17, 18 ] ], [ [ 2, 0, 0 ] ], [ [ 2, 5, 6 ] ], [ [ 0, 11, 11 ], [ 0, 3, 6 ] ], [ [ 4, 12, 14 ] ], [ [ 4, 16, 20 ] ], [ [ 4, 22, 25 ] ], [ [ 4, 24, 25 ] ], [ [ 4, 27, 30 ] ], [ [ 4, 30, 30 ] ], [ [ 4, 16, 30 ] ], [ [ 5, 7, 9 ] ], [ [ 7, 0, 1 ] ], [ [ 8, 0, 1 ], [ 9, 5, 6 ] ], [ [ 8, 3, 4 ] ], [ [ 8, 5, 8 ] ], [ [ 8, 8, 8 ] ], [ [ 8, 14, 17 ] ], [ [ 8, 16, 17 ] ], [ [ 9, 0, 2 ] ], [ [ 11, 17, 17 ] ], [ [ 9, 8, 8 ] ], [ [ 9, 10, 10 ] ], [ [ 9, 12, 12 ] ], [ [ 9, 8, 12 ] ], [ [ 11, 8, 9 ], [ 5, 2, 3 ], [ 5, 8, 8 ] ], [ [ 11, 17, 20 ] ], [ [ 12, 1, 1 ] ], [ [ 12, 5, 7 ] ], [ [ 12, 9, 29 ] ], [ [ 12, 23, 23 ] ], [ [ 12, 25, 25 ] ], [ [ 12, 27, 27 ] ], [ [ 12, 29, 29 ] ], [ [ 12, 23, 29 ] ], [ [ 14, 3, 8 ] ], [ [ 14, 20, 20 ] ], [ [ 15, 1, 1 ], [ 11, 13, 14 ], [ 11, 23, 25 ] ], [ [ 17, 0, 2 ] ], [ [ 17, 10, 12 ] ], [ [ 17, 4, 12 ] ], [ [ 19, 1, 2 ] ], [ [ 19, 15, 21 ] ], [ [ 19, 18, 21 ] ], [ [ 20, 4, 18 ] ], [ [ 20, 8, 18 ] ], [ [ 20, 8, 11 ] ], [ [ 20, 13, 18 ] ], [ [ 22, 7, 10 ] ], [ [ 22, 15, 17 ] ], [ [ 22, 27, 27 ] ], [ [ 22, 29, 29 ] ], [ [ 22, 31, 31 ] ], [ [ 22, 27, 31 ] ], [ [ 23, 3, 3 ] ], [ [ 23, 5, 5 ], [ 4, 20, 20 ] ], [ [ 23, 7, 7 ] ], [ [ 23, 20, 21 ] ], [ [ 25, 1, 4 ] ], [ [ 25, 2, 4 ], [ 23, 12, 13 ], [ 22, 19, 20 ], [ 14, 7, 8 ], [ 7, 4, 6 ], [ 11, 5, 6 ] ], [ [ 25, 6, 6 ], [ 22, 1, 1 ], [ 19, 10, 10 ], [ 19, 20, 20 ], [ 12, 2, 2 ], [ 12, 5, 5 ], [ 2, 1, 1 ], [ 4, 5, 5 ] ], [ [ 25, 9, 10 ] ], [ [ 25, 13, 13 ] ], [ [ 26, 0, 5 ] ], [ [ 26, 9, 10 ] ], [ [ 27, 1, 5 ] ], [ [ 27, 3, 4 ] ], [ [ 27, 7, 12 ] ], [ [ 27, 9, 12 ] ], [ [ 27, 17, 17 ] ], [ [ 29, 1, 2 ] ], [ [ 29, 7, 9 ] ], [ [ 4, 2, 14 ] ], [ [ 8, 10, 17 ] ], [ [ 11, 0, 9 ] ], [ [ 11, 18, 19 ] ], [ [ 12, 18, 29 ] ], [ [ 14, 5, 5 ] ], [ [ 14, 11, 11 ] ], [ [ 14, 12, 13 ] ], [ [ 14, 15, 20 ] ], [ [ 19, 5, 21 ] ], [ [ 19, 6, 6 ] ], [ [ 22, 23, 31 ] ], [ [ 23, 1, 7 ], [ 23, 20, 20 ] ], [ [ 23, 3, 7 ] ], [ [ 23, 9, 21 ] ], [ [ 23, 16, 18 ] ], [ [ 26, 4, 4 ], [ 17, 7, 7 ] ], [ [ 27, 1, 14 ] ], [ [ 12, 10, 29 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36194
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBD was) (NP (RB about) (CD 10))))) (, ,) (NP (EX there)) (VP (VBD were) (NP (NP (NP (NNS lots)) (PP (IN of) (NP (PRP us)))) (ADJP (JJ bored) (, ,) (JJ bookish) (NNS children))) (PP (IN in) (NP (DT the) (NNS 1970s)))) (. .)))" }, "speaker": null, "text": "When I was about 10, there were lots of us bored, bookish children in the 1970s.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "when", "misc": "", "start_char": 0, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 6, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 2, "lemma": "I", "misc": "", "start_char": 5, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 7, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 16, "feats": null, "head": 5, "id": 4, "lemma": "about", "misc": "", "start_char": 11, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 19, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 5, "lemma": "10", "misc": "", "start_char": 17, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 21, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 20, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 27, "feats": null, "head": 8, "id": 7, "lemma": "there", "misc": "", "start_char": 22, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 32, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "be", "misc": "", "start_char": 28, "text": "were", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 37, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "lot", "misc": "", "start_char": 33, "text": "lots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 40, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 38, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 43, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 11, "lemma": "we", "misc": "", "start_char": 41, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "amod", "end_char": 49, "feats": "Degree=Pos", "head": 15, "id": 12, "lemma": "bored", "misc": "", "start_char": 44, "text": "bored", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 51, "feats": null, "head": 15, "id": 13, "lemma": ",", "misc": "", "start_char": 50, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 59, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "bookish", "misc": "", "start_char": 52, "text": "bookish", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 68, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "child", "misc": "", "start_char": 60, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 71, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 69, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 75, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 72, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 81, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "1970", "misc": "", "start_char": 76, "text": "1970s", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 83, "feats": null, "head": 8, "id": 19, "lemma": ".", "misc": "", "start_char": 82, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (S (NP (NN Television)) (VP (VBD was) (ADJP (RB largely) (JJ rubbish)))) (, ,) (CC and) (S (NP (NP (PRP$ our) (NNS parents) (POS ')) (NNS bookshelves)) (VP (VBD were) (SBAR (WHNP (WP what)) (S (VP (VBD was) (VP (VBN left))))))) (. .)))" }, "speaker": null, "text": "Television was largely rubbish, and our parents' bookshelves were what was left.", "tokens": [ { "deprel": "nsubj", "end_char": 94, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Television", "misc": "", "start_char": 84, "text": "Television", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 98, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 95, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 106, "feats": null, "head": 4, "id": 3, "lemma": "largely", "misc": "", "start_char": 99, "text": "largely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 114, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "rubbish", "misc": "", "start_char": 107, "text": "rubbish", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 116, "feats": null, "head": 12, "id": 5, "lemma": ",", "misc": "", "start_char": 115, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 120, "feats": null, "head": 12, "id": 6, "lemma": "and", "misc": "", "start_char": 117, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 124, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "our", "misc": "", "start_char": 121, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 132, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "parent", "misc": "", "start_char": 125, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 134, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 133, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 146, "feats": "Number=Plur", "head": 12, "id": 10, "lemma": "bookshelve", "misc": "", "start_char": 135, "text": "bookshelves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 151, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 147, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 156, "feats": "PronType=Rel", "head": 4, "id": 12, "lemma": "what", "misc": "", "start_char": 152, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux:pass", "end_char": 160, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 157, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 165, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 14, "lemma": "leave", "misc": "", "start_char": 161, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 167, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 166, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD thought) (PP (IN of) (NP (DT this))) (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (VP (VBD heard) (SBAR (S (NP (NN author) (NNP Claire) (NNP Tomalin)) (VP (VB complain) (SBAR (SBAR (IN that) (S (NP (NNS children)) (VP (VBP are) (VP (VBG growing) (PRT (RP up)) (PP (IN without) (NP (NP (DT the) (NNS skills)) (SBAR (S (VP (TO to) (VP (VB read) (NP (NP (JJ classic) (NNS works)) (PP (IN of) (NP (NP (JJ English) (NN literature)) (, ,) (PP (JJ such) (IN as) (NP (NNP Charles) (NNP Dickens)))))))))))))))) (CC and) (SBAR (IN that) (S (NP (PRP they)) (VP (VBP are) (RB not) (VP (VBG being) (VP (VBN taught) (S (VP (TO to) (VP (VB have) (NP (NP (DT the) (JJ lengthy) (NN attention) (NNS spans)) (ADJP (JJ necessary) (PP (IN for) (NP (PRP$ his) (NNS texts))))))))))))))))))))) (. .)))" }, "speaker": null, "text": "I thought of this when I heard author Claire Tomalin complain that children are growing up without the skills to read classic works of English literature, such as Charles Dickens and that they are not being taught to have the lengthy attention spans necessary for his texts.", "tokens": [ { "deprel": "nsubj", "end_char": 169, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 168, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 177, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "think", "misc": "", "start_char": 170, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 180, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 178, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 185, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 4, "lemma": "this", "misc": "", "start_char": 181, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "advmod", "end_char": 190, "feats": "PronType=Int", "head": 7, "id": 5, "lemma": "when", "misc": "", "start_char": 186, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 192, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 191, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 198, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "hear", "misc": "", "start_char": 193, "text": "heard", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 205, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "author", "misc": "", "start_char": 199, "text": "author", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 212, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "Claire", "misc": "", "start_char": 206, "text": "Claire", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 220, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "Tomalin", "misc": "", "start_char": 213, "text": "Tomalin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "ccomp", "end_char": 229, "feats": "Mood=Ind|VerbForm=Fin", "head": 7, "id": 11, "lemma": "complain", "misc": "", "start_char": 221, "text": "complain", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 234, "feats": null, "head": 15, "id": 12, "lemma": "that", "misc": "", "start_char": 230, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 243, "feats": "Number=Plur", "head": 15, "id": 13, "lemma": "child", "misc": "", "start_char": 235, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 247, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 244, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 255, "feats": "Tense=Pres|VerbForm=Part", "head": 11, "id": 15, "lemma": "grow", "misc": "", "start_char": 248, "text": "growing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 258, "feats": null, "head": 15, "id": 16, "lemma": "up", "misc": "", "start_char": 256, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 266, "feats": null, "head": 19, "id": 17, "lemma": "without", "misc": "", "start_char": 259, "text": "without", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 270, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 267, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 277, "feats": "Number=Plur", "head": 15, "id": 19, "lemma": "skill", "misc": "", "start_char": 271, "text": "skills", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 280, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 278, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 285, "feats": "VerbForm=Inf", "head": 15, "id": 21, "lemma": "read", "misc": "", "start_char": 281, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 293, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "classic", "misc": "", "start_char": 286, "text": "classic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 299, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "work", "misc": "", "start_char": 294, "text": "works", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 302, "feats": null, "head": 26, "id": 24, "lemma": "of", "misc": "", "start_char": 300, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 310, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "English", "misc": "", "start_char": 303, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 321, "feats": "Number=Sing", "head": 23, "id": 26, "lemma": "literature", "misc": "", "start_char": 311, "text": "literature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 323, "feats": null, "head": 30, "id": 27, "lemma": ",", "misc": "", "start_char": 322, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 328, "feats": "Degree=Pos", "head": 30, "id": 28, "lemma": "such", "misc": "", "start_char": 324, "text": "such", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "fixed", "end_char": 331, "feats": null, "head": 28, "id": 29, "lemma": "as", "misc": "", "start_char": 329, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 339, "feats": "Number=Sing", "head": 23, "id": 30, "lemma": "Charles", "misc": "", "start_char": 332, "text": "Charles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 347, "feats": "Number=Sing", "head": 30, "id": 31, "lemma": "Dickens", "misc": "", "start_char": 340, "text": "Dickens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 351, "feats": null, "head": 38, "id": 32, "lemma": "and", "misc": "", "start_char": 348, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 356, "feats": null, "head": 38, "id": 33, "lemma": "that", "misc": "", "start_char": 352, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 361, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 38, "id": 34, "lemma": "they", "misc": "", "start_char": 357, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 365, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 38, "id": 35, "lemma": "be", "misc": "", "start_char": 362, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 369, "feats": null, "head": 38, "id": 36, "lemma": "not", "misc": "", "start_char": 366, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 375, "feats": "VerbForm=Ger", "head": 38, "id": 37, "lemma": "be", "misc": "", "start_char": 370, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "conj", "end_char": 382, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 15, "id": 38, "lemma": "teach", "misc": "", "start_char": 376, "text": "taught", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 385, "feats": null, "head": 40, "id": 39, "lemma": "to", "misc": "", "start_char": 383, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 390, "feats": "VerbForm=Inf", "head": 38, "id": 40, "lemma": "have", "misc": "", "start_char": 386, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 394, "feats": "Definite=Def|PronType=Art", "head": 44, "id": 41, "lemma": "the", "misc": "", "start_char": 391, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 402, "feats": "Degree=Pos", "head": 44, "id": 42, "lemma": "lengthy", "misc": "", "start_char": 395, "text": "lengthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 412, "feats": "Number=Sing", "head": 44, "id": 43, "lemma": "attention", "misc": "", "start_char": 403, "text": "attention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 418, "feats": "Number=Plur", "head": 40, "id": 44, "lemma": "span", "misc": "", "start_char": 413, "text": "spans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "amod", "end_char": 428, "feats": "Degree=Pos", "head": 44, "id": 45, "lemma": "necessary", "misc": "", "start_char": 419, "text": "necessary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 432, "feats": null, "head": 48, "id": 46, "lemma": "for", "misc": "", "start_char": 429, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 436, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 48, "id": 47, "lemma": "his", "misc": "", "start_char": 433, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 442, "feats": "Number=Plur", "head": 45, "id": 48, "lemma": "text", "misc": "", "start_char": 437, "text": "texts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 444, "feats": null, "head": 2, "id": 49, "lemma": ".", "misc": "", "start_char": 443, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBZ blames) (NP (DT this) (NN attention) (NN shortfall)) (PP (IN on) (NP (DT the) (JJ terrible) (NN television) (NNS programmes)))) (. .)))" }, "speaker": null, "text": "She blames this attention shortfall on the terrible television programmes.", "tokens": [ { "deprel": "nsubj", "end_char": 448, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 445, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 455, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "blame", "misc": "", "start_char": 449, "text": "blames", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 460, "feats": "Number=Sing|PronType=Dem", "head": 5, "id": 3, "lemma": "this", "misc": "", "start_char": 456, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 470, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "attention", "misc": "", "start_char": 461, "text": "attention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 480, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "shortfall", "misc": "", "start_char": 471, "text": "shortfall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 483, "feats": null, "head": 10, "id": 6, "lemma": "on", "misc": "", "start_char": 481, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 487, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 7, "lemma": "the", "misc": "", "start_char": 484, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 496, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "terrible", "misc": "", "start_char": 488, "text": "terrible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 507, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "television", "misc": "", "start_char": 497, "text": "television", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 518, "feats": "Number=Plur", "head": 2, "id": 10, "lemma": "programme", "misc": "", "start_char": 508, "text": "programmes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 520, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 519, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 522, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 521, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP It))) (VP (VBZ is) (ADJP (JJ true)) (SBAR (IN that) (S (NP (NNS children)) (VP (VBP have) (ADVP (RB never)) (VP (VBN had) (NP (NP (NP (JJR more) (NN entertainment)) (SBAR (S (VP (TO to) (VP (VB choose) (PP (IN from))))))) (PP (IN than) (NP (NN today))))))))) (. .)))" }, "speaker": null, "text": "It is true that children have never had more entertainment to choose from than today.", "tokens": [ { "deprel": "expl", "end_char": 525, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "it", "misc": "", "start_char": 523, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 528, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 526, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 533, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "true", "misc": "", "start_char": 529, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 538, "feats": null, "head": 8, "id": 4, "lemma": "that", "misc": "", "start_char": 534, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 547, "feats": "Number=Plur", "head": 8, "id": 5, "lemma": "child", "misc": "", "start_char": 539, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 552, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "have", "misc": "", "start_char": 548, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 558, "feats": null, "head": 8, "id": 7, "lemma": "never", "misc": "", "start_char": 553, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "csubj", "end_char": 562, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 8, "lemma": "have", "misc": "", "start_char": 559, "text": "had", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 567, "feats": "Degree=Cmp", "head": 10, "id": 9, "lemma": "more", "misc": "", "start_char": 563, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 581, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "entertainment", "misc": "", "start_char": 568, "text": "entertainment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 584, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 582, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 591, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "choose", "misc": "", "start_char": 585, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obl", "end_char": 596, "feats": null, "head": 12, "id": 13, "lemma": "from", "misc": "", "start_char": 592, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 601, "feats": null, "head": 15, "id": 14, "lemma": "than", "misc": "", "start_char": 597, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 607, "feats": "Number=Sing", "head": 8, "id": 15, "lemma": "today", "misc": "", "start_char": 602, "text": "today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 609, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 608, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (CC And) (NP (NP (PRP it))) (VP (VBZ is) (ADVP (RB probably)) (ADJP (JJ true)) (SBAR (IN that) (S (NP (NP (DT this) (NN generation) (POS 's)) (NN attention) (NN span)) (VP (VBZ is) (ADJP (JJR shorter))))))) (: ;) (S (NP (PRP$ my) (NNS children)) (VP (VBP have) (VP (VBN dismissed) (PP (IN as) (`` ``) (ADJP (RB too) (JJ slow)) ('' '') (CC or) (`` ``) (ADJP (JJ boring)) ('' '') (NP (NP (JJS most)) (PP (IN of) (NP (NP (DT the) (NN childhood) (NNS books)) (SBAR (S (NP (PRP I)) (VP (VBD saved) (PP (IN for) (NP (PRP them))))))))))))) (. .)))" }, "speaker": null, "text": "And it is probably true that this generation's attention span is shorter; my children have dismissed as \"too slow\" or \"boring\" most of the childhood books I saved for them.", "tokens": [ { "deprel": "cc", "end_char": 613, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 610, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 616, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "it", "misc": "", "start_char": 614, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 619, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 617, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 628, "feats": null, "head": 5, "id": 4, "lemma": "probably", "misc": "", "start_char": 620, "text": "probably", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 633, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "true", "misc": "", "start_char": 629, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 638, "feats": null, "head": 13, "id": 6, "lemma": "that", "misc": "", "start_char": 634, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 643, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 7, "lemma": "this", "misc": "", "start_char": 639, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 654, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "generation", "misc": "", "start_char": 644, "text": "generation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 657, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 655, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 667, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "attention", "misc": "", "start_char": 658, "text": "attention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 672, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "span", "misc": "", "start_char": 668, "text": "span", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 675, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 673, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "csubj", "end_char": 683, "feats": "Degree=Cmp", "head": 5, "id": 13, "lemma": "short", "misc": "", "start_char": 676, "text": "shorter", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 685, "feats": null, "head": 18, "id": 14, "lemma": ";", "misc": "", "start_char": 684, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nmod:poss", "end_char": 688, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "my", "misc": "", "start_char": 686, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 697, "feats": "Number=Plur", "head": 18, "id": 16, "lemma": "child", "misc": "", "start_char": 689, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 702, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 17, "lemma": "have", "misc": "", "start_char": 698, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "parataxis", "end_char": 712, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 18, "lemma": "dismiss", "misc": "", "start_char": 703, "text": "dismissed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 715, "feats": null, "head": 22, "id": 19, "lemma": "as", "misc": "", "start_char": 713, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 718, "feats": null, "head": 22, "id": 20, "lemma": "``", "misc": "", "start_char": 716, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 722, "feats": null, "head": 22, "id": 21, "lemma": "too", "misc": "", "start_char": 719, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "obl", "end_char": 727, "feats": "Degree=Pos", "head": 18, "id": 22, "lemma": "slow", "misc": "", "start_char": 723, "text": "slow", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 730, "feats": null, "head": 22, "id": 23, "lemma": "''", "misc": "", "start_char": 728, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cc", "end_char": 733, "feats": null, "head": 26, "id": 24, "lemma": "or", "misc": "", "start_char": 731, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 736, "feats": null, "head": 26, "id": 25, "lemma": "``", "misc": "", "start_char": 734, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "conj", "end_char": 743, "feats": "Degree=Pos", "head": 22, "id": 26, "lemma": "boring", "misc": "", "start_char": 737, "text": "boring", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 746, "feats": null, "head": 26, "id": 27, "lemma": "''", "misc": "", "start_char": 744, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "obj", "end_char": 751, "feats": "Degree=Sup", "head": 18, "id": 28, "lemma": "most", "misc": "", "start_char": 747, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 754, "feats": null, "head": 32, "id": 29, "lemma": "of", "misc": "", "start_char": 752, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 758, "feats": "Definite=Def|PronType=Art", "head": 32, "id": 30, "lemma": "the", "misc": "", "start_char": 755, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 768, "feats": "Number=Sing", "head": 32, "id": 31, "lemma": "childhood", "misc": "", "start_char": 759, "text": "childhood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 774, "feats": "Number=Plur", "head": 28, "id": 32, "lemma": "book", "misc": "", "start_char": 769, "text": "books", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 776, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 34, "id": 33, "lemma": "I", "misc": "", "start_char": 775, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 782, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 32, "id": 34, "lemma": "save", "misc": "", "start_char": 777, "text": "saved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 786, "feats": null, "head": 36, "id": 35, "lemma": "for", "misc": "", "start_char": 783, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 791, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 34, "id": 36, "lemma": "they", "misc": "", "start_char": 787, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 793, "feats": null, "head": 5, "id": 37, "lemma": ".", "misc": "", "start_char": 792, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD was) (ADJP (RB quite) (JJ upset) (PP (IN about) (NP (DT this)))) (SBAR (IN until) (S (NP (PRP I)) (VP (VBP reread) (NP (DT some)))))) (. .)))" }, "speaker": null, "text": "I was quite upset about this until I reread some.", "tokens": [ { "deprel": "nsubj", "end_char": 795, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 794, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 799, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 796, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 805, "feats": null, "head": 4, "id": 3, "lemma": "quite", "misc": "", "start_char": 800, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 811, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "upset", "misc": "", "start_char": 806, "text": "upset", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 817, "feats": null, "head": 6, "id": 5, "lemma": "about", "misc": "", "start_char": 812, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 822, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 6, "lemma": "this", "misc": "", "start_char": 818, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "mark", "end_char": 828, "feats": null, "head": 9, "id": 7, "lemma": "until", "misc": "", "start_char": 823, "text": "until", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 830, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 829, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 837, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 9, "lemma": "reread", "misc": "", "start_char": 831, "text": "reread", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 842, "feats": null, "head": 9, "id": 10, "lemma": "some", "misc": "", "start_char": 838, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 844, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 843, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (RB not) (NP (RB just)) (NP (NP (NN entertainment)) (SBAR (WHNP (WDT that)) (S (VP (VBZ moves) (PP (IN at) (NP (DT a) (JJR faster) (NN rate)))))))) (. .)))" }, "speaker": null, "text": "It is not just entertainment that moves at a faster rate.", "tokens": [ { "deprel": "nsubj", "end_char": 847, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 845, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 850, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 848, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 854, "feats": null, "head": 5, "id": 3, "lemma": "not", "misc": "", "start_char": 851, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 859, "feats": null, "head": 5, "id": 4, "lemma": "just", "misc": "", "start_char": 855, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 873, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "entertainment", "misc": "", "start_char": 860, "text": "entertainment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 878, "feats": "PronType=Rel", "head": 7, "id": 6, "lemma": "that", "misc": "", "start_char": 874, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 884, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 7, "lemma": "move", "misc": "", "start_char": 879, "text": "moves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 887, "feats": null, "head": 11, "id": 8, "lemma": "at", "misc": "", "start_char": 885, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 889, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 888, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 896, "feats": "Degree=Cmp", "head": 11, "id": 10, "lemma": "fast", "misc": "", "start_char": 890, "text": "faster", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 901, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "rate", "misc": "", "start_char": 897, "text": "rate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 903, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 902, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN world)) (VP (VBZ does) (, ,) (ADVP (RB too))) (. .)))" }, "speaker": null, "text": "The world does, too.", "tokens": [ { "deprel": "det", "end_char": 907, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 904, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 913, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "world", "misc": "", "start_char": 908, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 918, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "do", "misc": "", "start_char": 914, "text": "does", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 920, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 919, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 924, "feats": null, "head": 3, "id": 5, "lemma": "too", "misc": "", "start_char": 921, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 926, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 925, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (CC And) (, ,) (ADVP (RB frankly)) (, ,) (NP (NNP Dickens)) (VP (VBZ is) (ADJP (JJ dense) (, ,) (CC and) (JJ hard) (NN work)) (, ,) (SBAR (IN as) (VP (VBP are) (NP (NP (JJ many) (NNS writers)) (PP (IN of) (NP (DT that) (NN period))))))) (. .)))" }, "speaker": null, "text": "And, frankly, Dickens is dense, and hard work, as are many writers of that period.", "tokens": [ { "deprel": "cc", "end_char": 930, "feats": null, "head": 7, "id": 1, "lemma": "and", "misc": "", "start_char": 927, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 932, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 931, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 940, "feats": null, "head": 7, "id": 3, "lemma": "frankly", "misc": "", "start_char": 933, "text": "frankly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 942, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 941, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 950, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "Dickens", "misc": "", "start_char": 943, "text": "Dickens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 953, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 951, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 959, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "dense", "misc": "", "start_char": 954, "text": "dense", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 961, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 960, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 965, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 962, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 970, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "hard", "misc": "", "start_char": 966, "text": "hard", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 975, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "work", "misc": "", "start_char": 971, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 977, "feats": null, "head": 7, "id": 12, "lemma": ",", "misc": "", "start_char": 976, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 980, "feats": null, "head": 14, "id": 13, "lemma": "as", "misc": "", "start_char": 978, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 984, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 14, "lemma": "be", "misc": "", "start_char": 981, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "amod", "end_char": 989, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "many", "misc": "", "start_char": 985, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 997, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "writer", "misc": "", "start_char": 990, "text": "writers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1000, "feats": null, "head": 19, "id": 17, "lemma": "of", "misc": "", "start_char": 998, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1005, "feats": "Number=Sing|PronType=Dem", "head": 19, "id": 18, "lemma": "that", "misc": "", "start_char": 1001, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1012, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "period", "misc": "", "start_char": 1006, "text": "period", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1014, "feats": null, "head": 7, "id": 20, "lemma": ".", "misc": "", "start_char": 1013, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1016, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1015, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT Another) (NN fact)) (VP (VBZ is) (SBAR (IN that) (S (NP (NP (ADJP (RB not) (JJ many)) (NNS children)) (PP (IN of) (NP (PRP$ my) (NN generation)))) (VP (VBP read) (NP (NNP Dickens)) (PP (IN for) (NP (NN pleasure))) (ADVP (RB either)))))) (. .)))" }, "speaker": null, "text": "Another fact is that not many children of my generation read Dickens for pleasure either.", "tokens": [ { "deprel": "det", "end_char": 1024, "feats": null, "head": 2, "id": 1, "lemma": "another", "misc": "", "start_char": 1017, "text": "Another", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 1029, "feats": "Number=Sing", "head": 11, "id": 2, "lemma": "fact", "misc": "", "start_char": 1025, "text": "fact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1032, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 3, "lemma": "be", "misc": "", "start_char": 1030, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1037, "feats": null, "head": 11, "id": 4, "lemma": "that", "misc": "", "start_char": 1033, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1041, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 1038, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "amod", "end_char": 1046, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "many", "misc": "", "start_char": 1042, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1055, "feats": "Number=Plur", "head": 11, "id": 7, "lemma": "child", "misc": "", "start_char": 1047, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1058, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 1056, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1061, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "my", "misc": "", "start_char": 1059, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1072, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "generation", "misc": "", "start_char": 1062, "text": "generation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1077, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "read", "misc": "", "start_char": 1073, "text": "read", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1085, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "Dickens", "misc": "", "start_char": 1078, "text": "Dickens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1089, "feats": null, "head": 14, "id": 13, "lemma": "for", "misc": "", "start_char": 1086, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1098, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "pleasure", "misc": "", "start_char": 1090, "text": "pleasure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1105, "feats": null, "head": 11, "id": 15, "lemma": "either", "misc": "", "start_char": 1099, "text": "either", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1107, "feats": null, "head": 11, "id": 16, "lemma": ".", "misc": "", "start_char": 1106, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (PRP It))) (VP (VBD took) (NP (PRP me) (NNS years)) (S (VP (TO to) (VP (VB come) (PP (IN to) (NP (NP (NNP Great) (NNPS Expectations)) (CC and) (NP (DT The) (NNP Pickwick) (NNPS Papers))))))))) (, ,) (CC and) (S (ADVP (RB then)) (NP (PRP it)) (VP (VBD was) (ADVP (RB only)) (NP (NN post-university)) (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (VP (VBD became) (ADJP (RB independently) (JJ hungry) (PP (IN for) (NP (NN knowledge))))))))) (. .)))" }, "speaker": null, "text": "It took me years to come to Great Expectations and The Pickwick Papers, and then it was only post-university when I became independently hungry for knowledge.", "tokens": [ { "deprel": "expl", "end_char": 1110, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 1108, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1115, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "take", "misc": "", "start_char": 1111, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1118, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "I", "misc": "", "start_char": 1116, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 1124, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "year", "misc": "", "start_char": 1119, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1127, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1125, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1132, "feats": "VerbForm=Inf", "head": 2, "id": 6, "lemma": "come", "misc": "", "start_char": 1128, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1135, "feats": null, "head": 9, "id": 7, "lemma": "to", "misc": "", "start_char": 1133, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1141, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "great", "misc": "", "start_char": 1136, "text": "Great", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1154, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "expectation", "misc": "", "start_char": 1142, "text": "Expectations", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "cc", "end_char": 1158, "feats": null, "head": 13, "id": 10, "lemma": "and", "misc": "", "start_char": 1155, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1162, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 1159, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1171, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "Pickwick", "misc": "", "start_char": 1163, "text": "Pickwick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 1178, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "Papers", "misc": "", "start_char": 1172, "text": "Papers", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 1180, "feats": null, "head": 20, "id": 14, "lemma": ",", "misc": "", "start_char": 1179, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1184, "feats": null, "head": 20, "id": 15, "lemma": "and", "misc": "", "start_char": 1181, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1189, "feats": "PronType=Dem", "head": 20, "id": 16, "lemma": "then", "misc": "", "start_char": 1185, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1192, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 17, "lemma": "it", "misc": "", "start_char": 1190, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1196, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 18, "lemma": "be", "misc": "", "start_char": 1193, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1201, "feats": null, "head": 20, "id": 19, "lemma": "only", "misc": "", "start_char": 1197, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1217, "feats": "Number=Sing", "head": 2, "id": 20, "lemma": "post-university", "misc": "", "start_char": 1202, "text": "post-university", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1222, "feats": "PronType=Int", "head": 23, "id": 21, "lemma": "when", "misc": "", "start_char": 1218, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1224, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 23, "id": 22, "lemma": "I", "misc": "", "start_char": 1223, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1231, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 20, "id": 23, "lemma": "become", "misc": "", "start_char": 1225, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1245, "feats": null, "head": 25, "id": 24, "lemma": "independently", "misc": "", "start_char": 1232, "text": "independently", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1252, "feats": "Degree=Pos", "head": 23, "id": 25, "lemma": "hungry", "misc": "", "start_char": 1246, "text": "hungry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1256, "feats": null, "head": 27, "id": 26, "lemma": "for", "misc": "", "start_char": 1253, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1266, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "knowledge", "misc": "", "start_char": 1257, "text": "knowledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1268, "feats": null, "head": 2, "id": 28, "lemma": ".", "misc": "", "start_char": 1267, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1270, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1269, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Dickens)) (VP (MD might) (VP (VB be) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (JJS greatest) (NNS creators)) (PP (IN of) (NP (NNS characters))) (PP (IN in) (NP (NNP English)))))) (, ,) (SBAR (IN as) (S (NP (NNP Tomalin)) (VP (VBZ says))))))) (, ,) (CC but) (S (NP (NP (NN today) (POS 's)) (NNS children)) (VP (VBP see) (NP (NP (NP (NNP Greg) (NNP Heffley) (POS 's)) (NN nature)) (PP (IN in) (NP (NP (DT The) (NNP Wimpy) (NNP Kid)) (PP (IN of) (NP (NP (NNP Jeff) (NNP Kinney) (POS 's)) (NNS novels)))))))) (. .)))" }, "speaker": null, "text": "Dickens might be one of the greatest creators of characters in English, as Tomalin says, but today's children see Greg Heffley's nature in The Wimpy Kid of Jeff Kinney's novels.", "tokens": [ { "deprel": "nsubj", "end_char": 1278, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Dickens", "misc": "", "start_char": 1271, "text": "Dickens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1284, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "might", "misc": "", "start_char": 1279, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1287, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1285, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1291, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 4, "lemma": "one", "misc": "", "start_char": 1288, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1294, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 1292, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1298, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1295, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1307, "feats": "Degree=Sup", "head": 8, "id": 7, "lemma": "great", "misc": "", "start_char": 1299, "text": "greatest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nmod", "end_char": 1316, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "creator", "misc": "", "start_char": 1308, "text": "creators", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1319, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 1317, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1330, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "character", "misc": "", "start_char": 1320, "text": "characters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1333, "feats": null, "head": 12, "id": 11, "lemma": "in", "misc": "", "start_char": 1331, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1341, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "English", "misc": "", "start_char": 1334, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1343, "feats": null, "head": 16, "id": 13, "lemma": ",", "misc": "", "start_char": 1342, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1346, "feats": null, "head": 16, "id": 14, "lemma": "as", "misc": "", "start_char": 1344, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1354, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "Tomalin", "misc": "", "start_char": 1347, "text": "Tomalin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 1359, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 16, "lemma": "say", "misc": "", "start_char": 1355, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1361, "feats": null, "head": 22, "id": 17, "lemma": ",", "misc": "", "start_char": 1360, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1365, "feats": null, "head": 22, "id": 18, "lemma": "but", "misc": "", "start_char": 1362, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1371, "feats": "Number=Sing", "head": 21, "id": 19, "lemma": "today", "misc": "", "start_char": 1366, "text": "today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1374, "feats": null, "head": 19, "id": 20, "lemma": "'s", "misc": "", "start_char": 1372, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 1383, "feats": "Number=Plur", "head": 22, "id": 21, "lemma": "child", "misc": "", "start_char": 1375, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 1387, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 22, "lemma": "see", "misc": "", "start_char": 1384, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1392, "feats": "Number=Sing", "head": 26, "id": 23, "lemma": "Greg", "misc": "", "start_char": 1388, "text": "Greg", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1400, "feats": "Number=Sing", "head": 23, "id": 24, "lemma": "Heffley", "misc": "", "start_char": 1393, "text": "Heffley", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1403, "feats": null, "head": 23, "id": 25, "lemma": "'s", "misc": "", "start_char": 1401, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 1410, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "nature", "misc": "", "start_char": 1404, "text": "nature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1413, "feats": null, "head": 30, "id": 27, "lemma": "in", "misc": "", "start_char": 1411, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1417, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 28, "lemma": "the", "misc": "", "start_char": 1414, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1423, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "wimpy", "misc": "", "start_char": 1418, "text": "Wimpy", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1427, "feats": "Number=Sing", "head": 22, "id": 30, "lemma": "Kid", "misc": "", "start_char": 1424, "text": "Kid", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1430, "feats": null, "head": 35, "id": 31, "lemma": "of", "misc": "", "start_char": 1428, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1435, "feats": "Number=Sing", "head": 35, "id": 32, "lemma": "Jeff", "misc": "", "start_char": 1431, "text": "Jeff", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1442, "feats": "Number=Sing", "head": 32, "id": 33, "lemma": "Kinney", "misc": "", "start_char": 1436, "text": "Kinney", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1445, "feats": null, "head": 32, "id": 34, "lemma": "'s", "misc": "", "start_char": 1443, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 1452, "feats": "Number=Plur", "head": 30, "id": 35, "lemma": "novel", "misc": "", "start_char": 1446, "text": "novels", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1454, "feats": null, "head": 4, "id": 36, "lemma": ".", "misc": "", "start_char": 1453, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP they)) (VP (VBP are) (ADJP (RB so) (JJ interested) (PP (IN in) (NP (NP (DT the) (JJ resourceful) (NNP Baudelaire) (NNS children)) (PP (IN in) (NP (NP (NP (NNP Lemony) (NNP Snicket) (POS 's)) (NNP A) (NNP Series)) (PP (IN of) (NP (JJ Unfortunate) (NNS Events))))))))) (. .)))" }, "speaker": null, "text": "And they are so interested in the resourceful Baudelaire children in Lemony Snicket's A Series of Unfortunate Events.", "tokens": [ { "deprel": "cc", "end_char": 1458, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 1455, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1463, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "they", "misc": "", "start_char": 1459, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1467, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1464, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1470, "feats": null, "head": 5, "id": 4, "lemma": "so", "misc": "", "start_char": 1468, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1481, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "interested", "misc": "", "start_char": 1471, "text": "interested", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1484, "feats": null, "head": 10, "id": 6, "lemma": "in", "misc": "", "start_char": 1482, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1488, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 7, "lemma": "the", "misc": "", "start_char": 1485, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1500, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "resourceful", "misc": "", "start_char": 1489, "text": "resourceful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1511, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Baudelaire", "misc": "", "start_char": 1501, "text": "Baudelaire", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1520, "feats": "Number=Plur", "head": 5, "id": 10, "lemma": "child", "misc": "", "start_char": 1512, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1523, "feats": null, "head": 16, "id": 11, "lemma": "in", "misc": "", "start_char": 1521, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1530, "feats": "Number=Sing", "head": 16, "id": 12, "lemma": "Lemony", "misc": "", "start_char": 1524, "text": "Lemony", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1538, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "Snicket", "misc": "", "start_char": 1531, "text": "Snicket", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1541, "feats": null, "head": 12, "id": 14, "lemma": "'s", "misc": "", "start_char": 1539, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "compound", "end_char": 1543, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "A", "misc": "", "start_char": 1542, "text": "A", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1550, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "Series", "misc": "", "start_char": 1544, "text": "Series", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1553, "feats": null, "head": 19, "id": 17, "lemma": "of", "misc": "", "start_char": 1551, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1565, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "unfortunate", "misc": "", "start_char": 1554, "text": "Unfortunate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1572, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "event", "misc": "", "start_char": 1566, "text": "Events", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1574, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 1573, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (MD can) (VP (VB recognize) (NP (NP (DT the) (JJ adolescent) (, ,) (JJ difficult) (NN situation)) (PP (IN of) (NP (NNP Harry) (NNP Potter)))))) (. .)))" }, "speaker": null, "text": "They can recognize the adolescent, difficult situation of Harry Potter.", "tokens": [ { "deprel": "nsubj", "end_char": 1579, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 1575, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1583, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 1580, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1593, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "recognize", "misc": "", "start_char": 1584, "text": "recognize", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1597, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 4, "lemma": "the", "misc": "", "start_char": 1594, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1608, "feats": "Degree=Pos", "head": 8, "id": 5, "lemma": "adolescent", "misc": "", "start_char": 1598, "text": "adolescent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1610, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 1609, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1620, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "difficult", "misc": "", "start_char": 1611, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1630, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "situation", "misc": "", "start_char": 1621, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1633, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 1631, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1639, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Harry", "misc": "", "start_char": 1634, "text": "Harry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1646, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Potter", "misc": "", "start_char": 1640, "text": "Potter", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1648, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 1647, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1650, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1649, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (MD ca) (RB n't) (VP (VB insist) (SBAR (IN that) (S (NP (NN childhood) (NNS tastes)) (RB not) (VP (VB change) (PP (IN for) (NP (DT a) (JJ long) (NN time)))))))) (. .)))" }, "speaker": null, "text": "You can't insist that childhood tastes not change for a long time.", "tokens": [ { "deprel": "nsubj", "end_char": 1654, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 1, "lemma": "you", "misc": "", "start_char": 1651, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1657, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 1655, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1661, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 1658, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1668, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "insist", "misc": "", "start_char": 1662, "text": "insist", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1673, "feats": null, "head": 9, "id": 5, "lemma": "that", "misc": "", "start_char": 1669, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "compound", "end_char": 1683, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "childhood", "misc": "", "start_char": 1674, "text": "childhood", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1690, "feats": "Number=Plur", "head": 9, "id": 7, "lemma": "taste", "misc": "", "start_char": 1684, "text": "tastes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1694, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 1691, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1701, "feats": "VerbForm=Inf", "head": 4, "id": 9, "lemma": "change", "misc": "", "start_char": 1695, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1705, "feats": null, "head": 13, "id": 10, "lemma": "for", "misc": "", "start_char": 1702, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1707, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 1706, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1712, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "long", "misc": "", "start_char": 1708, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1717, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "time", "misc": "", "start_char": 1713, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1719, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 1718, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ My) (NN mother)) (VP (VP (VBD encouraged) (NP (PRP me)) (S (VP (TO to) (VP (VB read) (NP (NN anything)) (PP (IN on) (NP (DT the) (NN basis) (SBAR (IN that) (S (NP (DT all) (NN reading)) (VP (VBD was) (ADJP (JJ valuable))))))))))) (, ,) (CC and) (VP (MD would) (VP (VB act) (PP (IN as) (NP (NP (DT a) (NN gateway)) (PP (IN to) (NP (ADJP (RBR more) (JJ challenging)) (NNS works))))) (ADVP (RBR later) (RB on))))) (. .)))" }, "speaker": null, "text": "My mother encouraged me to read anything on the basis that all reading was valuable, and would act as a gateway to more challenging works later on.", "tokens": [ { "deprel": "nmod:poss", "end_char": 1722, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 1720, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1729, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "mother", "misc": "", "start_char": 1723, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1740, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "encourage", "misc": "", "start_char": 1730, "text": "encouraged", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1743, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "I", "misc": "", "start_char": 1741, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1746, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1744, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1751, "feats": "VerbForm=Inf", "head": 3, "id": 6, "lemma": "read", "misc": "", "start_char": 1747, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1760, "feats": "Number=Sing|PronType=Ind", "head": 6, "id": 7, "lemma": "anything", "misc": "", "start_char": 1752, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 1763, "feats": null, "head": 10, "id": 8, "lemma": "on", "misc": "", "start_char": 1761, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1767, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1764, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1773, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "basis", "misc": "", "start_char": 1768, "text": "basis", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1778, "feats": null, "head": 15, "id": 11, "lemma": "that", "misc": "", "start_char": 1774, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1782, "feats": null, "head": 13, "id": 12, "lemma": "all", "misc": "", "start_char": 1779, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1790, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "reading", "misc": "", "start_char": 1783, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1794, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 1791, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl", "end_char": 1803, "feats": "Degree=Pos", "head": 10, "id": 15, "lemma": "valuable", "misc": "", "start_char": 1795, "text": "valuable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1805, "feats": null, "head": 19, "id": 16, "lemma": ",", "misc": "", "start_char": 1804, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1809, "feats": null, "head": 19, "id": 17, "lemma": "and", "misc": "", "start_char": 1806, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 1815, "feats": "VerbForm=Fin", "head": 19, "id": 18, "lemma": "would", "misc": "", "start_char": 1810, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1819, "feats": "VerbForm=Inf", "head": 15, "id": 19, "lemma": "act", "misc": "", "start_char": 1816, "text": "act", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1822, "feats": null, "head": 22, "id": 20, "lemma": "as", "misc": "", "start_char": 1820, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1824, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 21, "lemma": "a", "misc": "", "start_char": 1823, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1832, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "gateway", "misc": "", "start_char": 1825, "text": "gateway", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1835, "feats": null, "head": 26, "id": 23, "lemma": "to", "misc": "", "start_char": 1833, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1840, "feats": "Degree=Cmp", "head": 25, "id": 24, "lemma": "more", "misc": "", "start_char": 1836, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 1852, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "challenging", "misc": "", "start_char": 1841, "text": "challenging", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1858, "feats": "Number=Plur", "head": 22, "id": 26, "lemma": "work", "misc": "", "start_char": 1853, "text": "works", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1864, "feats": "Degree=Cmp", "head": 28, "id": 27, "lemma": "late", "misc": "", "start_char": 1859, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 1867, "feats": null, "head": 19, "id": 28, "lemma": "on", "misc": "", "start_char": 1865, "text": "on", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1869, "feats": null, "head": 3, "id": 29, "lemma": ".", "misc": "", "start_char": 1868, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NN turn))) (, ,) (NP (PRP I)) (VP (VBP believe) (SBAR (IN that) (S (NP (PRP$ my) (NNS children)) (VP (MD will) (VP (VB come) (PP (IN to) (NP (DT the) (NNS classics))) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBP 're) (ADJP (JJ ready)))))))))) (. .)))" }, "speaker": null, "text": "In turn, I believe that my children will come to the classics when they're ready.", "tokens": [ { "deprel": "case", "end_char": 1872, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 1870, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1877, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "turn", "misc": "", "start_char": 1873, "text": "turn", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1879, "feats": null, "head": 5, "id": 3, "lemma": ",", "misc": "", "start_char": 1878, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1881, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "I", "misc": "", "start_char": 1880, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1889, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "believe", "misc": "", "start_char": 1882, "text": "believe", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1894, "feats": null, "head": 10, "id": 6, "lemma": "that", "misc": "", "start_char": 1890, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1897, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "my", "misc": "", "start_char": 1895, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1906, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "child", "misc": "", "start_char": 1898, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1911, "feats": "VerbForm=Fin", "head": 10, "id": 9, "lemma": "will", "misc": "", "start_char": 1907, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1916, "feats": "VerbForm=Inf", "head": 5, "id": 10, "lemma": "come", "misc": "", "start_char": 1912, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1919, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 1917, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1923, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1920, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1932, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "classic", "misc": "", "start_char": 1924, "text": "classics", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1937, "feats": "PronType=Int", "head": 17, "id": 14, "lemma": "when", "misc": "", "start_char": 1933, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1942, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 17, "id": 15, "lemma": "they", "misc": "", "start_char": 1938, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1946, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1943, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 1952, "feats": "Degree=Pos", "head": 10, "id": 17, "lemma": "ready", "misc": "", "start_char": 1947, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1954, "feats": null, "head": 5, "id": 18, "lemma": ".", "misc": "", "start_char": 1953, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (PP (IN Until) (ADVP (RB then))) (, ,) (NP (PRP I)) (VP (MD 'll) (VP (VB take) (NP (NN comfort)) (PP (IN from) (NP (DT the) (NN fact) (SBAR (IN that) (S (NP (NP (DT the) (CD 1969) (NN classic)) (NP (DT The) (ADJP (NNP Very) (NNP Hungry)) (NNP Caterpillar))) (VP (VBZ is) (ADVP (RB still)) (NP (NP (DT the) (JJ most-read) (NP (NNS children) (POS 's)) (NN book)) (PP (IN in) (NP (NNP Britain))))))))))) (. .)))" }, "speaker": null, "text": "Until then, I'll take comfort from the fact that the 1969 classic The Very Hungry Caterpillar is still the most-read children's book in Britain.", "tokens": [ { "deprel": "case", "end_char": 1960, "feats": null, "head": 2, "id": 1, "lemma": "until", "misc": "", "start_char": 1955, "text": "Until", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1965, "feats": "PronType=Dem", "head": 6, "id": 2, "lemma": "then", "misc": "", "start_char": 1961, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1967, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 1966, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1969, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 4, "lemma": "I", "misc": "", "start_char": 1968, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1973, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "will", "misc": "", "start_char": 1970, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1978, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "take", "misc": "", "start_char": 1974, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1986, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "comfort", "misc": "", "start_char": 1979, "text": "comfort", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1991, "feats": null, "head": 10, "id": 8, "lemma": "from", "misc": "", "start_char": 1987, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1995, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1992, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2000, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "fact", "misc": "", "start_char": 1996, "text": "fact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2005, "feats": null, "head": 25, "id": 11, "lemma": "that", "misc": "", "start_char": 2001, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 2009, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 2006, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 2014, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 13, "lemma": "1969", "misc": "", "start_char": 2010, "text": "1969", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 2022, "feats": "Number=Sing", "head": 25, "id": 14, "lemma": "classic", "misc": "", "start_char": 2015, "text": "classic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 2026, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 15, "lemma": "the", "misc": "", "start_char": 2023, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2031, "feats": null, "head": 17, "id": 16, "lemma": "very", "misc": "", "start_char": 2027, "text": "Very", "upos": "ADV", "xpos": "NNP" }, { "deprel": "amod", "end_char": 2038, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "hungry", "misc": "", "start_char": 2032, "text": "Hungry", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "appos", "end_char": 2050, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "Caterpillar", "misc": "", "start_char": 2039, "text": "Caterpillar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 2053, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 25, "id": 19, "lemma": "be", "misc": "", "start_char": 2051, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2059, "feats": null, "head": 25, "id": 20, "lemma": "still", "misc": "", "start_char": 2054, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 2063, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 2060, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2073, "feats": "Degree=Sup", "head": 23, "id": 22, "lemma": "most-read", "misc": "", "start_char": 2064, "text": "most-read", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod:poss", "end_char": 2082, "feats": "Number=Plur", "head": 25, "id": 23, "lemma": "child", "misc": "", "start_char": 2074, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2085, "feats": null, "head": 23, "id": 24, "lemma": "'s", "misc": "", "start_char": 2083, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "acl", "end_char": 2090, "feats": "Number=Sing", "head": 10, "id": 25, "lemma": "book", "misc": "", "start_char": 2086, "text": "book", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2093, "feats": null, "head": 27, "id": 26, "lemma": "in", "misc": "", "start_char": 2091, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2101, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "Britain", "misc": "", "start_char": 2094, "text": "Britain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2103, "feats": null, "head": 6, "id": 28, "lemma": ".", "misc": "", "start_char": 2102, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP It)) (VP (VBZ has) (VP (JJ underdeveloped) (NP (NP (NN characterization)) (, ,) (INTJ (UH yes)) (, ,))))) (CC and) (S (NP (DT the) (NN vocabulary)) (VP (VBZ is) (ADJP (VBN limited)))) (. .)))" }, "speaker": null, "text": "It has underdeveloped characterization, yes, and the vocabulary is limited.", "tokens": [ { "deprel": "nsubj", "end_char": 2106, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 2104, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2110, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "have", "misc": "", "start_char": 2107, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 2125, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "underdeveloped", "misc": "", "start_char": 2111, "text": "underdeveloped", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2142, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "characterization", "misc": "", "start_char": 2126, "text": "characterization", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2144, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 2143, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "discourse", "end_char": 2148, "feats": null, "head": 2, "id": 6, "lemma": "yes", "misc": "", "start_char": 2145, "text": "yes", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 2150, "feats": null, "head": 12, "id": 7, "lemma": ",", "misc": "", "start_char": 2149, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 2154, "feats": null, "head": 12, "id": 8, "lemma": "and", "misc": "", "start_char": 2151, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 2158, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 2155, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 2169, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "vocabulary", "misc": "", "start_char": 2159, "text": "vocabulary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 2172, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 2170, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 2180, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 12, "lemma": "limit", "misc": "", "start_char": 2173, "text": "limited", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 2182, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 2181, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (CC But) (PP (IN as) (NP (NP (DT a) (NN starter)) (SBAR (S (VP (TO to) (VP (VB give) (NP (NNS children)) (NP (NP (DT an) (NN appetite)) (PP (IN for) (NP (NN reading)))))))))) (, ,) (NP (PRP it)) (VP (VBZ is) (ADJP (JJ priceless))) (. .)))" }, "speaker": null, "text": "But as a starter to give children an appetite for reading, it is priceless.", "tokens": [ { "deprel": "cc", "end_char": 2186, "feats": null, "head": 15, "id": 1, "lemma": "but", "misc": "", "start_char": 2183, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 2189, "feats": null, "head": 4, "id": 2, "lemma": "as", "misc": "", "start_char": 2187, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2191, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 2190, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2199, "feats": "Number=Sing", "head": 15, "id": 4, "lemma": "starter", "misc": "", "start_char": 2192, "text": "starter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2202, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 2200, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 2207, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "give", "misc": "", "start_char": 2203, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 2216, "feats": "Number=Plur", "head": 6, "id": 7, "lemma": "child", "misc": "", "start_char": 2208, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 2219, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 2217, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2228, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "appetite", "misc": "", "start_char": 2220, "text": "appetite", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2232, "feats": null, "head": 11, "id": 10, "lemma": "for", "misc": "", "start_char": 2229, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2240, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "reading", "misc": "", "start_char": 2233, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2242, "feats": null, "head": 15, "id": 12, "lemma": ",", "misc": "", "start_char": 2241, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 2245, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "it", "misc": "", "start_char": 2243, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 2248, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 2246, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 2258, "feats": "Degree=Pos", "head": 0, "id": 15, "lemma": "priceless", "misc": "", "start_char": 2249, "text": "priceless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 2260, "feats": null, "head": 15, "id": 16, "lemma": ".", "misc": "", "start_char": 2259, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
When I was about 10, there were lots of us bored, bookish children in the 1970s. Television was largely rubbish, and our parents' bookshelves were what was left. I thought of this when I heard author Claire Tomalin complain that children are growing up without the skills to read classic works of English literature, such as Charles Dickens and that they are not being taught to have the lengthy attention spans necessary for his texts. She blames this attention shortfall on the terrible television programmes. It is true that children have never had more entertainment to choose from than today. And it is probably true that this generation's attention span is shorter; my children have dismissed as "too slow" or "boring" most of the childhood books I saved for them. I was quite upset about this until I reread some. It is not just entertainment that moves at a faster rate. The world does, too. And, frankly, Dickens is dense, and hard work, as are many writers of that period. Another fact is that not many children of my generation read Dickens for pleasure either. It took me years to come to Great Expectations and The Pickwick Papers, and then it was only post-university when I became independently hungry for knowledge. Dickens might be one of the greatest creators of characters in English, as Tomalin says, but today's children see Greg Heffley's nature in The Wimpy Kid of Jeff Kinney's novels. And they are so interested in the resourceful Baudelaire children in Lemony Snicket's A Series of Unfortunate Events. They can recognize the adolescent, difficult situation of Harry Potter. You can't insist that childhood tastes not change for a long time. My mother encouraged me to read anything on the basis that all reading was valuable, and would act as a gateway to more challenging works later on. In turn, I believe that my children will come to the classics when they're ready. Until then, I'll take comfort from the fact that the 1969 classic The Very Hungry Caterpillar is still the most-read children's book in Britain. It has underdeveloped characterization, yes, and the vocabulary is limited. But as a starter to give children an appetite for reading, it is priceless.
[ [ [ 19, 0, 0 ] ], [ [ 19, 5, 6 ] ], [ [ 19, 10, 12 ] ], [ [ 19, 5, 5 ], [ 6, 30, 30 ] ], [ [ 20, 0, 1 ] ], [ [ 0, 3, 4 ] ], [ [ 0, 8, 10 ], [ 0, 11, 14 ], [ 0, 8, 14 ] ], [ [ 1, 6, 6 ], [ 0, 10, 10 ] ], [ [ 1, 6, 9 ] ], [ [ 1, 6, 8 ] ], [ [ 0, 16, 17 ] ], [ [ 21, 1, 1 ] ], [ [ 21, 6, 7 ], [ 21, 14, 14 ], [ 6, 14, 15 ], [ 6, 35, 35 ] ], [ [ 21, 11, 12 ] ], [ [ 1, 0, 0 ], [ 3, 8, 8 ] ], [ [ 2, 3, 3 ] ], [ [ 2, 7, 7 ] ], [ [ 2, 40, 43 ] ], [ [ 2, 46, 47 ] ], [ [ 2, 24, 25 ] ], [ [ 2, 21, 30 ] ], [ [ 3, 2, 4 ] ], [ [ 3, 6, 9 ] ], [ [ 5, 8, 9 ] ], [ [ 6, 6, 10 ] ], [ [ 6, 6, 8 ] ], [ [ 6, 27, 35 ] ], [ [ 6, 29, 35 ] ], [ [ 7, 9, 9 ] ], [ [ 8, 4, 10 ] ], [ [ 8, 8, 10 ] ], [ [ 9, 0, 1 ] ], [ [ 10, 14, 18 ] ], [ [ 10, 17, 18 ] ], [ [ 12, 0, 1 ] ], [ [ 12, 5, 9 ] ], [ [ 12, 8, 9 ] ], [ [ 12, 13, 13 ] ], [ [ 13, 3, 3 ] ], [ [ 13, 7, 8 ] ], [ [ 13, 10, 12 ] ], [ [ 13, 7, 12 ] ], [ [ 13, 15, 15 ], [ 22, 1, 1 ] ], [ [ 13, 19, 19 ] ], [ [ 13, 21, 21 ], [ 12, 8, 8 ], [ 6, 32, 32 ], [ 0, 1, 1 ], [ 2, 0, 0 ], [ 2, 5, 5 ], [ 7, 7, 7 ], [ 6, 14, 14 ], [ 7, 0, 0 ], [ 21, 3, 3 ], [ 22, 3, 3 ], [ 20, 0, 0 ], [ 21, 6, 6 ], [ 20, 3, 3 ], [ 13, 2, 2 ] ], [ [ 13, 26, 26 ] ], [ [ 15, 0, 0 ], [ 10, 4, 4 ], [ 10, 6, 10 ], [ 2, 29, 30 ], [ 12, 11, 11 ] ], [ [ 15, 3, 11 ] ], [ [ 15, 5, 11 ] ], [ [ 15, 9, 9 ] ], [ [ 15, 11, 11 ], [ 2, 24, 24 ] ], [ [ 15, 14, 14 ], [ 2, 7, 9 ], [ 3, 0, 0 ] ], [ [ 15, 18, 19 ], [ 5, 14, 14 ] ], [ [ 15, 22, 25 ] ], [ [ 15, 27, 34 ] ], [ [ 15, 31, 34 ] ], [ [ 15, 31, 33 ] ], [ [ 15, 22, 24 ] ], [ [ 16, 1, 1 ], [ 15, 18, 20 ], [ 17, 0, 0 ] ], [ [ 16, 6, 18 ] ], [ [ 16, 11, 18 ] ], [ [ 17, 3, 10 ] ], [ [ 17, 9, 10 ] ], [ [ 20, 6, 6 ] ], [ [ 20, 8, 14 ] ], [ [ 20, 11, 12 ] ], [ [ 20, 23, 25 ] ], [ [ 22, 6, 6 ] ], [ [ 22, 8, 9 ] ], [ [ 22, 11, 17 ], [ 22, 20, 26 ], [ 24, 12, 12 ], [ 23, 0, 0 ] ], [ [ 22, 26, 26 ] ], [ [ 22, 22, 23 ], [ 24, 6, 6 ], [ 5, 4, 4 ], [ 2, 12, 12 ], [ 2, 33, 33 ] ], [ [ 23, 2, 3 ] ], [ [ 23, 8, 9 ] ], [ [ 24, 7, 10 ] ], [ [ 24, 10, 10 ] ], [ [ 2, 42, 42 ], [ 6, 9, 9 ] ], [ [ 2, 17, 30 ] ], [ [ 7, 5, 5 ] ], [ [ 20, 20, 27 ] ], [ [ 24, 2, 10 ] ], [ [ 1, 11, 13 ] ], [ [ 2, 46, 46 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36195
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (JJS Most) (JJ Chinese) (NNS people)) (VP (VBP expect) (S (VP (TO to) (VP (VP (VB relax)) (CC and) (VP (VB enjoy) (NP (PRP themselves))) (PP (IN during) (NP (DT the) (NNP Golden) (NNP Week))))))) (. .)))" }, "speaker": null, "text": "Most Chinese people expect to relax and enjoy themselves during the Golden Week.", "tokens": [ { "deprel": "amod", "end_char": 4, "feats": "Degree=Sup", "head": 3, "id": 1, "lemma": "most", "misc": "", "start_char": 0, "text": "Most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "amod", "end_char": 12, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "Chinese", "misc": "", "start_char": 5, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 19, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "person", "misc": "", "start_char": 13, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 26, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "expect", "misc": "", "start_char": 20, "text": "expect", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 29, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 27, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 35, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "relax", "misc": "", "start_char": 30, "text": "relax", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 39, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 36, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 45, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "enjoy", "misc": "", "start_char": 40, "text": "enjoy", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 56, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 8, "id": 9, "lemma": "themselves", "misc": "", "start_char": 46, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 63, "feats": null, "head": 13, "id": 10, "lemma": "during", "misc": "", "start_char": 57, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 67, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 64, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 74, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "Golden", "misc": "", "start_char": 68, "text": "Golden", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 79, "feats": "Number=Sing", "head": 6, "id": 13, "lemma": "Week", "misc": "", "start_char": 75, "text": "Week", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 81, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 80, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (CC But) (PP (IN for) (NP (NP (DT those)) (VP (VBG trying) (S (VP (TO to) (VP (VB go) (ADVP (RB someplace)))))))) (, ,) (NP (PRP it)) (VP (MD may) (VP (VB seem) (NP (NP (JJR more) (NN disappointment)) (PP (IN than) (NP (NN pleasure)))))) (. .)))" }, "speaker": null, "text": "But for those trying to go someplace, it may seem more disappointment than pleasure.", "tokens": [ { "deprel": "cc", "end_char": 85, "feats": null, "head": 11, "id": 1, "lemma": "but", "misc": "", "start_char": 82, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 89, "feats": null, "head": 3, "id": 2, "lemma": "for", "misc": "", "start_char": 86, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 95, "feats": "Number=Plur|PronType=Dem", "head": 11, "id": 3, "lemma": "that", "misc": "", "start_char": 90, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "acl", "end_char": 102, "feats": "VerbForm=Ger", "head": 3, "id": 4, "lemma": "try", "misc": "", "start_char": 96, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 105, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 103, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 108, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "go", "misc": "", "start_char": 106, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 118, "feats": null, "head": 6, "id": 7, "lemma": "someplace", "misc": "", "start_char": 109, "text": "someplace", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 120, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 119, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 123, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "it", "misc": "", "start_char": 121, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 127, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "may", "misc": "", "start_char": 124, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 132, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "seem", "misc": "", "start_char": 128, "text": "seem", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 137, "feats": "Degree=Cmp", "head": 13, "id": 12, "lemma": "more", "misc": "", "start_char": 133, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "xcomp", "end_char": 152, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "disappointment", "misc": "", "start_char": 138, "text": "disappointment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 157, "feats": null, "head": 15, "id": 14, "lemma": "than", "misc": "", "start_char": 153, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 166, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "pleasure", "misc": "", "start_char": 158, "text": "pleasure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 168, "feats": null, "head": 11, "id": 16, "lemma": ".", "misc": "", "start_char": 167, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT This) (NN year)) (, ,) (NP (DT the) (JJ severe) (NN traffic) (NN jam)) (VP (VBD resulted) (PP (IN in) (NP (DT a) (NN roadside) (NN wedding)))) (. .)))" }, "speaker": null, "text": "This year, the severe traffic jam resulted in a roadside wedding.", "tokens": [ { "deprel": "det", "end_char": 173, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 169, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 178, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "year", "misc": "", "start_char": 174, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 180, "feats": null, "head": 8, "id": 3, "lemma": ",", "misc": "", "start_char": 179, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 184, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 4, "lemma": "the", "misc": "", "start_char": 181, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 191, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "severe", "misc": "", "start_char": 185, "text": "severe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 199, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "traffic", "misc": "", "start_char": 192, "text": "traffic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 203, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "jam", "misc": "", "start_char": 200, "text": "jam", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 212, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "result", "misc": "", "start_char": 204, "text": "resulted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 215, "feats": null, "head": 12, "id": 9, "lemma": "in", "misc": "", "start_char": 213, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 217, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 216, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 226, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "roadside", "misc": "", "start_char": 218, "text": "roadside", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 234, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "wedding", "misc": "", "start_char": 227, "text": "wedding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 236, "feats": null, "head": 8, "id": 13, "lemma": ".", "misc": "", "start_char": 235, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 238, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 237, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN suffering)) (PP (IN of) (S (VP (VBG being) (VP (VBN stuck) (PP (IN in) (NP (NN traffic)))))))) (VP (VBD was) (ADVP (RB possibly)) (ADVP (RBS most) (RB strongly)) (VP (VBN felt) (PP (IN by) (NP (NP (NNP Lv) (NNP Kangzhou)) (CC and) (NP (NP (PRP$ his) (NN bride)) (NP (NNP Yan) (NNP Mengxia))))))) (. .)))" }, "speaker": null, "text": "The suffering of being stuck in traffic was possibly most strongly felt by Lv Kangzhou and his bride Yan Mengxia.", "tokens": [ { "deprel": "det", "end_char": 242, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 239, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 252, "feats": "Number=Sing", "head": 12, "id": 2, "lemma": "suffering", "misc": "", "start_char": 243, "text": "suffering", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 255, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 253, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "aux:pass", "end_char": 261, "feats": "VerbForm=Ger", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 256, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "acl", "end_char": 267, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 5, "lemma": "stick", "misc": "", "start_char": 262, "text": "stuck", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 270, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 268, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 278, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "traffic", "misc": "", "start_char": 271, "text": "traffic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 282, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 8, "lemma": "be", "misc": "", "start_char": 279, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 291, "feats": null, "head": 12, "id": 9, "lemma": "possibly", "misc": "", "start_char": 283, "text": "possibly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 296, "feats": "Degree=Sup", "head": 11, "id": 10, "lemma": "most", "misc": "", "start_char": 292, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "advmod", "end_char": 305, "feats": null, "head": 12, "id": 11, "lemma": "strongly", "misc": "", "start_char": 297, "text": "strongly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 310, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "feel", "misc": "", "start_char": 306, "text": "felt", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 313, "feats": null, "head": 14, "id": 13, "lemma": "by", "misc": "", "start_char": 311, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 316, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "Lv", "misc": "", "start_char": 314, "text": "Lv", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 325, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Kangzhou", "misc": "", "start_char": 317, "text": "Kangzhou", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 329, "feats": null, "head": 18, "id": 16, "lemma": "and", "misc": "", "start_char": 326, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 333, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 17, "lemma": "his", "misc": "", "start_char": 330, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 339, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "bride", "misc": "", "start_char": 334, "text": "bride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 343, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "Yan", "misc": "", "start_char": 340, "text": "Yan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 351, "feats": "Number=Sing", "head": 19, "id": 20, "lemma": "Mengxia", "misc": "", "start_char": 344, "text": "Mengxia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 353, "feats": null, "head": 12, "id": 21, "lemma": ".", "misc": "", "start_char": 352, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (PP (IN By) (NP (NN tradition))) (, ,) (NP (DT the) (NN groom)) (VP (VBD drove) (ADVP (RB early) (PP (IN in) (NP (DT the) (NN morning)))) (PP (IN to) (NP (NP (NP (DT the) (NN bride) (POS 's)) (NN home)) (PP (IN in) (NP (NP (NNP Zhejiang) (NN province)) (PP (IN in) (NP (NNP East) (NNP China))))))) (S (VP (TO to) (VP (VP (VB pick) (NP (PRP her)) (PRT (RP up)) (PP (IN along) (PP (IN with) (NP (PRP$ her) (NN family))))) (CC and) (VP (VB take) (NP (PRP them)) (PP (IN to) (NP (NP (PRP$ his) (NN family) (POS 's)) (NN hometown))) (PP (IN for) (NP (DT the) (NN wedding)))))))) (. .)))" }, "speaker": null, "text": "By tradition, the groom drove early in the morning to the bride's home in Zhejiang province in East China to pick her up along with her family and take them to his family's hometown for the wedding.", "tokens": [ { "deprel": "case", "end_char": 356, "feats": null, "head": 2, "id": 1, "lemma": "by", "misc": "", "start_char": 354, "text": "By", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 366, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "tradition", "misc": "", "start_char": 357, "text": "tradition", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 368, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 367, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 372, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 369, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 378, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "groom", "misc": "", "start_char": 373, "text": "groom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 384, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "drive", "misc": "", "start_char": 379, "text": "drove", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 390, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "early", "misc": "", "start_char": 385, "text": "early", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 393, "feats": null, "head": 10, "id": 8, "lemma": "in", "misc": "", "start_char": 391, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 397, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 394, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 405, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "morning", "misc": "", "start_char": 398, "text": "morning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 408, "feats": null, "head": 15, "id": 11, "lemma": "to", "misc": "", "start_char": 406, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 412, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 409, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 418, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "bride", "misc": "", "start_char": 413, "text": "bride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 421, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 419, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 426, "feats": "Number=Sing", "head": 6, "id": 15, "lemma": "home", "misc": "", "start_char": 422, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 429, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 427, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 438, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "Zhejiang", "misc": "", "start_char": 430, "text": "Zhejiang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 447, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "province", "misc": "", "start_char": 439, "text": "province", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 450, "feats": null, "head": 21, "id": 19, "lemma": "in", "misc": "", "start_char": 448, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 455, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "East", "misc": "", "start_char": 451, "text": "East", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 461, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "China", "misc": "", "start_char": 456, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 464, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 462, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 469, "feats": "VerbForm=Inf", "head": 6, "id": 23, "lemma": "pick", "misc": "", "start_char": 465, "text": "pick", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 473, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 24, "lemma": "her", "misc": "", "start_char": 470, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 476, "feats": null, "head": 23, "id": 25, "lemma": "up", "misc": "", "start_char": 474, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 482, "feats": null, "head": 29, "id": 26, "lemma": "along", "misc": "", "start_char": 477, "text": "along", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 487, "feats": null, "head": 29, "id": 27, "lemma": "with", "misc": "", "start_char": 483, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 491, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 29, "id": 28, "lemma": "her", "misc": "", "start_char": 488, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 498, "feats": "Number=Sing", "head": 23, "id": 29, "lemma": "family", "misc": "", "start_char": 492, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 502, "feats": null, "head": 31, "id": 30, "lemma": "and", "misc": "", "start_char": 499, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 507, "feats": "VerbForm=Inf", "head": 23, "id": 31, "lemma": "take", "misc": "", "start_char": 503, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 512, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 31, "id": 32, "lemma": "they", "misc": "", "start_char": 508, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 515, "feats": null, "head": 37, "id": 33, "lemma": "to", "misc": "", "start_char": 513, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 519, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 35, "id": 34, "lemma": "his", "misc": "", "start_char": 516, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 526, "feats": "Number=Sing", "head": 37, "id": 35, "lemma": "family", "misc": "", "start_char": 520, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 529, "feats": null, "head": 35, "id": 36, "lemma": "'s", "misc": "", "start_char": 527, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 538, "feats": "Number=Sing", "head": 31, "id": 37, "lemma": "hometown", "misc": "", "start_char": 530, "text": "hometown", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 542, "feats": null, "head": 40, "id": 38, "lemma": "for", "misc": "", "start_char": 539, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 546, "feats": "Definite=Def|PronType=Art", "head": 40, "id": 39, "lemma": "the", "misc": "", "start_char": 543, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 554, "feats": "Number=Sing", "head": 31, "id": 40, "lemma": "wedding", "misc": "", "start_char": 547, "text": "wedding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 556, "feats": null, "head": 6, "id": 41, "lemma": ".", "misc": "", "start_char": 555, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN By) (NP (CD 4) (NN p.m.))) (, ,) (S (NP (NP (NNP Lv) (POS 's)) (NN wedding)) (VP (VBD was) (ADVP (NP (CD 90) (NNS minutes)) (RB away)))) (, ,) (CC but) (S (NP (PRP$ his) (NN car)) (VP (VBD had) (RB not) (VP (VBN moved) (NP (DT an) (NN inch)) (PP (IN for) (NP (DT a) (JJ long) (NN time)))))) (. .)))" }, "speaker": null, "text": "By 4 p.m., Lv's wedding was 90 minutes away, but his car had not moved an inch for a long time.", "tokens": [ { "deprel": "case", "end_char": 559, "feats": null, "head": 2, "id": 1, "lemma": "by", "misc": "", "start_char": 557, "text": "By", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 561, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 2, "lemma": "4", "misc": "", "start_char": 560, "text": "4", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:tmod", "end_char": 566, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "p.m.", "misc": "", "start_char": 562, "text": "p.m.", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 568, "feats": null, "head": 11, "id": 4, "lemma": ",", "misc": "", "start_char": 567, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 571, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "Lv", "misc": "", "start_char": 569, "text": "Lv", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 574, "feats": null, "head": 5, "id": 6, "lemma": "'s", "misc": "", "start_char": 572, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 582, "feats": "Number=Sing", "head": 11, "id": 7, "lemma": "wedding", "misc": "", "start_char": 575, "text": "wedding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 586, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 583, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 589, "feats": "NumForm=Digit|NumType=Card", "head": 10, "id": 9, "lemma": "90", "misc": "", "start_char": 587, "text": "90", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 597, "feats": "Number=Plur", "head": 11, "id": 10, "lemma": "minute", "misc": "", "start_char": 590, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 602, "feats": null, "head": 0, "id": 11, "lemma": "away", "misc": "", "start_char": 598, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 604, "feats": null, "head": 18, "id": 12, "lemma": ",", "misc": "", "start_char": 603, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 608, "feats": null, "head": 18, "id": 13, "lemma": "but", "misc": "", "start_char": 605, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 612, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "his", "misc": "", "start_char": 609, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 616, "feats": "Number=Sing", "head": 18, "id": 15, "lemma": "car", "misc": "", "start_char": 613, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 620, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 16, "lemma": "have", "misc": "", "start_char": 617, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 624, "feats": null, "head": 18, "id": 17, "lemma": "not", "misc": "", "start_char": 621, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 630, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 18, "lemma": "move", "misc": "", "start_char": 625, "text": "moved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 633, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 19, "lemma": "a", "misc": "", "start_char": 631, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 638, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "inch", "misc": "", "start_char": 634, "text": "inch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 642, "feats": null, "head": 24, "id": 21, "lemma": "for", "misc": "", "start_char": 639, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 644, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 643, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 649, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "long", "misc": "", "start_char": 645, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 654, "feats": "Number=Sing", "head": 18, "id": 24, "lemma": "time", "misc": "", "start_char": 650, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 656, "feats": null, "head": 11, "id": 25, "lemma": ".", "misc": "", "start_char": 655, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (NNP Lv)) (VP (VBD contacted) (NP (DT the) (JJ local) (NN radio)) (S (VP (TO to) (VP (VP (VB explain) (NP (PRP$ his) (JJ difficult) (NN situation))) (CC and) (VP (VB ask) (PP (IN for) (NP (DT a) (NN traffic) (NN forecast)))))))) (. .)))" }, "speaker": null, "text": "Lv contacted the local radio to explain his difficult situation and ask for a traffic forecast.", "tokens": [ { "deprel": "nsubj", "end_char": 659, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Lv", "misc": "", "start_char": 657, "text": "Lv", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 669, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "contact", "misc": "", "start_char": 660, "text": "contacted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 673, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 670, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 679, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "local", "misc": "", "start_char": 674, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 685, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "radio", "misc": "", "start_char": 680, "text": "radio", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 688, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 686, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 696, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "explain", "misc": "", "start_char": 689, "text": "explain", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 700, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "his", "misc": "", "start_char": 697, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 710, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "difficult", "misc": "", "start_char": 701, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 720, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "situation", "misc": "", "start_char": 711, "text": "situation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 724, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 721, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 728, "feats": "VerbForm=Inf", "head": 7, "id": 12, "lemma": "ask", "misc": "", "start_char": 725, "text": "ask", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 732, "feats": null, "head": 16, "id": 13, "lemma": "for", "misc": "", "start_char": 729, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 734, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 14, "lemma": "a", "misc": "", "start_char": 733, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 742, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "traffic", "misc": "", "start_char": 735, "text": "traffic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 751, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "forecast", "misc": "", "start_char": 743, "text": "forecast", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 753, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 752, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN radio) (NN host)) (VP (VBD told) (SBAR (S (NP (NNP Lv) (EX there)) (VP (VBD was) (NP (NP (DT no) (NN way)) (SBAR (S (NP (PRP he)) (VP (VP (MD could) (VP (VB hold) (NP (PRP$ his) (NN wedding)) (PP (IN on) (NP (NN time))))) (CC and) (VP (VBD offered) (S (VP (TO to) (VP (VB hold) (NP (PRP$ their) (NN wedding)) (PP (IN on) (NP (DT the) (NN air))))))))))))))) (. .)))" }, "speaker": null, "text": "The radio host told Lv there was no way he could hold his wedding on time and offered to hold their wedding on the air.", "tokens": [ { "deprel": "det", "end_char": 757, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 754, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 763, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "radio", "misc": "", "start_char": 758, "text": "radio", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 768, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "host", "misc": "", "start_char": 764, "text": "host", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 773, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "tell", "misc": "", "start_char": 769, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 776, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Lv", "misc": "", "start_char": 774, "text": "Lv", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "expl", "end_char": 782, "feats": null, "head": 7, "id": 6, "lemma": "there", "misc": "", "start_char": 777, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "ccomp", "end_char": 786, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 7, "lemma": "be", "misc": "", "start_char": 783, "text": "was", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 789, "feats": null, "head": 9, "id": 8, "lemma": "no", "misc": "", "start_char": 787, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 793, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "way", "misc": "", "start_char": 790, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 796, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "he", "misc": "", "start_char": 794, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 802, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "could", "misc": "", "start_char": 797, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 807, "feats": "VerbForm=Inf", "head": 9, "id": 12, "lemma": "hold", "misc": "", "start_char": 803, "text": "hold", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 811, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "his", "misc": "", "start_char": 808, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 819, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "wedding", "misc": "", "start_char": 812, "text": "wedding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 822, "feats": null, "head": 16, "id": 15, "lemma": "on", "misc": "", "start_char": 820, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 827, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "time", "misc": "", "start_char": 823, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 831, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 828, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 839, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 18, "lemma": "offer", "misc": "", "start_char": 832, "text": "offered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 842, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 840, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 847, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "hold", "misc": "", "start_char": 843, "text": "hold", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 853, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "their", "misc": "", "start_char": 848, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 861, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "wedding", "misc": "", "start_char": 854, "text": "wedding", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 864, "feats": null, "head": 25, "id": 23, "lemma": "on", "misc": "", "start_char": 862, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 868, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 865, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 872, "feats": "Number=Sing", "head": 20, "id": 25, "lemma": "air", "misc": "", "start_char": 869, "text": "air", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 874, "feats": null, "head": 4, "id": 26, "lemma": ".", "misc": "", "start_char": 873, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (CD 5:30) (NN p.m.))) (, ,) (NP (NP (NNP Lv)) (CC and) (NP (PRP$ his) (NN bride))) (VP (VBD said) (NP (NP (PRP$ their) (NNS vows)) (PP (IN on) (NP (NP (DT the) (NN side)) (PP (IN of) (NP (DT the) (NN road)))))) (SBAR (IN while) (S (NP (NP (NNP Lv) (POS 's)) (NN family) (CC and) (NNS friends)) (VP (VBD witnessed) (NP (DT the) (NN ceremony)) (SBAR (IN while) (S (VP (VBG listening) (PP (IN to) (NP (DT the) (NN radio)))))))))) (. .)))" }, "speaker": null, "text": "At 5:30 p.m., Lv and his bride said their vows on the side of the road while Lv's family and friends witnessed the ceremony while listening to the radio.", "tokens": [ { "deprel": "case", "end_char": 877, "feats": null, "head": 3, "id": 1, "lemma": "at", "misc": "", "start_char": 875, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 882, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 2, "lemma": "5:30", "misc": "", "start_char": 878, "text": "5:30", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 887, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "p.m.", "misc": "", "start_char": 883, "text": "p.m.", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 889, "feats": null, "head": 9, "id": 4, "lemma": ",", "misc": "", "start_char": 888, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 892, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "Lv", "misc": "", "start_char": 890, "text": "Lv", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 896, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 893, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 900, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 897, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 906, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "bride", "misc": "", "start_char": 901, "text": "bride", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 911, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "say", "misc": "", "start_char": 907, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 917, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "their", "misc": "", "start_char": 912, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 922, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "vow", "misc": "", "start_char": 918, "text": "vows", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 925, "feats": null, "head": 14, "id": 12, "lemma": "on", "misc": "", "start_char": 923, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 929, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 926, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 934, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "side", "misc": "", "start_char": 930, "text": "side", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 937, "feats": null, "head": 17, "id": 15, "lemma": "of", "misc": "", "start_char": 935, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 941, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 938, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 946, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "road", "misc": "", "start_char": 942, "text": "road", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 952, "feats": null, "head": 24, "id": 18, "lemma": "while", "misc": "", "start_char": 947, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 955, "feats": "Number=Sing", "head": 21, "id": 19, "lemma": "Lv", "misc": "", "start_char": 953, "text": "Lv", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 958, "feats": null, "head": 19, "id": 20, "lemma": "'s", "misc": "", "start_char": 956, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 965, "feats": "Number=Sing", "head": 24, "id": 21, "lemma": "family", "misc": "", "start_char": 959, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 969, "feats": null, "head": 23, "id": 22, "lemma": "and", "misc": "", "start_char": 966, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 977, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "friend", "misc": "", "start_char": 970, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 987, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 24, "lemma": "witness", "misc": "", "start_char": 978, "text": "witnessed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 991, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 988, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1000, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "ceremony", "misc": "", "start_char": 992, "text": "ceremony", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1006, "feats": null, "head": 28, "id": 27, "lemma": "while", "misc": "", "start_char": 1001, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1016, "feats": "VerbForm=Ger", "head": 24, "id": 28, "lemma": "listen", "misc": "", "start_char": 1007, "text": "listening", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1019, "feats": null, "head": 31, "id": 29, "lemma": "to", "misc": "", "start_char": 1017, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1023, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 30, "lemma": "the", "misc": "", "start_char": 1020, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1029, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "radio", "misc": "", "start_char": 1024, "text": "radio", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1031, "feats": null, "head": 9, "id": 32, "lemma": ".", "misc": "", "start_char": 1030, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1033, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1032, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NNP Lv)) (VP (VBD was) (RB n't) (NP (NP (DT the) (JJ only) (NN person)) (VP (VBN stuck) (PP (IN in) (NP (DT the) (NML (NNP Golden) (NNP Week)) (NNS crowds)))))) (. .)))" }, "speaker": null, "text": "Lv wasn't the only person stuck in the Golden Week crowds.", "tokens": [ { "deprel": "nsubj", "end_char": 1036, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "Lv", "misc": "", "start_char": 1034, "text": "Lv", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1040, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 1037, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1044, "feats": null, "head": 6, "id": 3, "lemma": "not", "misc": "", "start_char": 1041, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 1048, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 1045, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1053, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "only", "misc": "", "start_char": 1049, "text": "only", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1060, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "person", "misc": "", "start_char": 1054, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1066, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 7, "lemma": "stick", "misc": "", "start_char": 1061, "text": "stuck", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1069, "feats": null, "head": 12, "id": 8, "lemma": "in", "misc": "", "start_char": 1067, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1073, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 9, "lemma": "the", "misc": "", "start_char": 1070, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1080, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "Golden", "misc": "", "start_char": 1074, "text": "Golden", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1085, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Week", "misc": "", "start_char": 1081, "text": "Week", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1092, "feats": "Number=Plur", "head": 7, "id": 12, "lemma": "crowd", "misc": "", "start_char": 1086, "text": "crowds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1094, "feats": null, "head": 6, "id": 13, "lemma": ".", "misc": "", "start_char": 1093, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (PP (VBG According) (PP (IN to) (NP (NP (DT the) (NN state) (NN news) (NN agency)) (NP (NNP Xinhua))))) (, ,) (NP (QP (CD 11.7) (CD million)) (NNS people)) (VP (VBD traveled) (PP (IN by) (NP (NN train))) (NP (NNP Wednesday))) (. .)))" }, "speaker": null, "text": "According to the state news agency Xinhua, 11.7 million people traveled by train Wednesday.", "tokens": [ { "deprel": "case", "end_char": 1104, "feats": "ExtPos=ADP|VerbForm=Ger", "head": 6, "id": 1, "lemma": "accord", "misc": "", "start_char": 1095, "text": "According", "upos": "VERB", "xpos": "VBG" }, { "deprel": "fixed", "end_char": 1107, "feats": null, "head": 1, "id": 2, "lemma": "to", "misc": "", "start_char": 1105, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1111, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 1108, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1117, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "state", "misc": "", "start_char": 1112, "text": "state", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1122, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "news", "misc": "", "start_char": 1118, "text": "news", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1129, "feats": "Number=Sing", "head": 12, "id": 6, "lemma": "agency", "misc": "", "start_char": 1123, "text": "agency", "upos": "NOUN", "xpos": "NN" }, { "deprel": "appos", "end_char": 1136, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Xinhua", "misc": "", "start_char": 1130, "text": "Xinhua", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1138, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 1137, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1143, "feats": "NumForm=Digit|NumType=Card", "head": 10, "id": 9, "lemma": "11.7", "misc": "", "start_char": 1139, "text": "11.7", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 1151, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 10, "lemma": "million", "misc": "", "start_char": 1144, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1158, "feats": "Number=Plur", "head": 12, "id": 11, "lemma": "person", "misc": "", "start_char": 1152, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1167, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "travel", "misc": "", "start_char": 1159, "text": "traveled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1170, "feats": null, "head": 14, "id": 13, "lemma": "by", "misc": "", "start_char": 1168, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1176, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "train", "misc": "", "start_char": 1171, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl:tmod", "end_char": 1186, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "Wednesday", "misc": "", "start_char": 1177, "text": "Wednesday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1188, "feats": null, "head": 12, "id": 16, "lemma": ".", "misc": "", "start_char": 1187, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD calculated) (SBAR (IN that) (S (NP (CD 120,000) (NNS people)) (VP (VBD gathered) (PP (IN at) (NP (NNP Tiananmen) (NNP Square))) (PP (IN in) (NP (NNP Beijing))) (S (VP (TO to) (VP (VB watch) (NP (DT the) (ADJP (NN flag) (NN raising)) (NN ceremony))))))))) (. .)))" }, "speaker": null, "text": "It calculated that 120,000 people gathered at Tiananmen Square in Beijing to watch the flag raising ceremony.", "tokens": [ { "deprel": "nsubj", "end_char": 1191, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 1189, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1202, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "calculate", "misc": "", "start_char": 1192, "text": "calculated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1207, "feats": null, "head": 6, "id": 3, "lemma": "that", "misc": "", "start_char": 1203, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1215, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 4, "lemma": "120000", "misc": "", "start_char": 1208, "text": "120,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1222, "feats": "Number=Plur", "head": 6, "id": 5, "lemma": "person", "misc": "", "start_char": 1216, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 1231, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "gather", "misc": "", "start_char": 1223, "text": "gathered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1234, "feats": null, "head": 9, "id": 7, "lemma": "at", "misc": "", "start_char": 1232, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1244, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Tiananmen", "misc": "", "start_char": 1235, "text": "Tiananmen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1251, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "Square", "misc": "", "start_char": 1245, "text": "Square", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1254, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 1252, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1262, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Beijing", "misc": "", "start_char": 1255, "text": "Beijing", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 1265, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1263, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1271, "feats": "VerbForm=Inf", "head": 6, "id": 13, "lemma": "watch", "misc": "", "start_char": 1266, "text": "watch", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1275, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 14, "lemma": "the", "misc": "", "start_char": 1272, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1280, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "flag", "misc": "", "start_char": 1276, "text": "flag", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1288, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "raising", "misc": "", "start_char": 1281, "text": "raising", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1297, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "ceremony", "misc": "", "start_char": 1289, "text": "ceremony", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1299, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 1298, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (JJ Last) (NN year)) (, ,) (S (NP (NP (DT the) (NNP Forbidden) (NNP City)) (PP (IN in) (NP (NNP Beijing)))) (VP (VBD hosted) (NP (CD 175,000) (NNS tourists)) (PP (IN on) (NP (NP (DT a) (JJ single) (NN day)) (PP (IN during) (NP (NNP Golden) (NNP Week))))))) (, ,) (CC and) (S (NP (DT the) (NN number)) (VP (VBZ is) (VP (VBG expecting) (S (VP (TO to) (VP (VB be) (ADJP (RB even) (JJR bigger)) (NP (DT this) (NN year)))))))) (. .)))" }, "speaker": null, "text": "Last year, the Forbidden City in Beijing hosted 175,000 tourists on a single day during Golden Week, and the number is expecting to be even bigger this year.", "tokens": [ { "deprel": "amod", "end_char": 1304, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "last", "misc": "", "start_char": 1300, "text": "Last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 1309, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "year", "misc": "", "start_char": 1305, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1311, "feats": null, "head": 9, "id": 3, "lemma": ",", "misc": "", "start_char": 1310, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1315, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 1312, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1325, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "Forbidden", "misc": "", "start_char": 1316, "text": "Forbidden", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1330, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "City", "misc": "", "start_char": 1326, "text": "City", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1333, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 1331, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1341, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Beijing", "misc": "", "start_char": 1334, "text": "Beijing", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1348, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "host", "misc": "", "start_char": 1342, "text": "hosted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 1356, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 10, "lemma": "175000", "misc": "", "start_char": 1349, "text": "175,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1365, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "tourist", "misc": "", "start_char": 1357, "text": "tourists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1368, "feats": null, "head": 15, "id": 12, "lemma": "on", "misc": "", "start_char": 1366, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1370, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 1369, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1377, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "single", "misc": "", "start_char": 1371, "text": "single", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1381, "feats": "Number=Sing", "head": 9, "id": 15, "lemma": "day", "misc": "", "start_char": 1378, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1388, "feats": null, "head": 18, "id": 16, "lemma": "during", "misc": "", "start_char": 1382, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1395, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "Golden", "misc": "", "start_char": 1389, "text": "Golden", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1400, "feats": "Number=Sing", "head": 9, "id": 18, "lemma": "Week", "misc": "", "start_char": 1396, "text": "Week", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1402, "feats": null, "head": 24, "id": 19, "lemma": ",", "misc": "", "start_char": 1401, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1406, "feats": null, "head": 24, "id": 20, "lemma": "and", "misc": "", "start_char": 1403, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1410, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 1407, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1417, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "number", "misc": "", "start_char": 1411, "text": "number", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1420, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 23, "lemma": "be", "misc": "", "start_char": 1418, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 1430, "feats": "Tense=Pres|VerbForm=Part", "head": 9, "id": 24, "lemma": "expect", "misc": "", "start_char": 1421, "text": "expecting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1433, "feats": null, "head": 28, "id": 25, "lemma": "to", "misc": "", "start_char": 1431, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1436, "feats": "VerbForm=Inf", "head": 28, "id": 26, "lemma": "be", "misc": "", "start_char": 1434, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1441, "feats": null, "head": 28, "id": 27, "lemma": "even", "misc": "", "start_char": 1437, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1448, "feats": "Degree=Cmp", "head": 24, "id": 28, "lemma": "big", "misc": "", "start_char": 1442, "text": "bigger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "det", "end_char": 1453, "feats": "Number=Sing|PronType=Dem", "head": 30, "id": 29, "lemma": "this", "misc": "", "start_char": 1449, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1458, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "year", "misc": "", "start_char": 1454, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1460, "feats": null, "head": 9, "id": 31, "lemma": ".", "misc": "", "start_char": 1459, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1462, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1461, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (JJ Chinese) (NN internet) (NNS users)) (ADVP (RB routinely)) (VP (VBP complain) (PP (IN about) (NP (DT the) (NML (NNP Golden) (NNP Week)) (NN holiday))) (NP (DT every) (NN year))) (. .)))" }, "speaker": null, "text": "Chinese internet users routinely complain about the Golden Week holiday every year.", "tokens": [ { "deprel": "amod", "end_char": 1470, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "Chinese", "misc": "", "start_char": 1463, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1479, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "internet", "misc": "", "start_char": 1471, "text": "internet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1485, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "user", "misc": "", "start_char": 1480, "text": "users", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1495, "feats": null, "head": 5, "id": 4, "lemma": "routinely", "misc": "", "start_char": 1486, "text": "routinely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1504, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "complain", "misc": "", "start_char": 1496, "text": "complain", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1510, "feats": null, "head": 10, "id": 6, "lemma": "about", "misc": "", "start_char": 1505, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1514, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 7, "lemma": "the", "misc": "", "start_char": 1511, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1521, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "Golden", "misc": "", "start_char": 1515, "text": "Golden", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1526, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Week", "misc": "", "start_char": 1522, "text": "Week", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1534, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "holiday", "misc": "", "start_char": 1527, "text": "holiday", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 1540, "feats": "PronType=Tot", "head": 12, "id": 11, "lemma": "every", "misc": "", "start_char": 1535, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1545, "feats": "Number=Sing", "head": 5, "id": 12, "lemma": "year", "misc": "", "start_char": 1541, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1547, "feats": null, "head": 5, "id": 13, "lemma": ".", "misc": "", "start_char": 1546, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (NP (NN internet) (NN user)) (NNP Tuzhi)) (VP (VBD said) (PP (IN on) (NP (NNP Sina) (NNP Weibo)))))) (: :) (`` ``) (S (PP (IN On) (NP (DT the) (NNP Great) (NNP Wall))) (, ,) (NP (PRP I)) (VP (VBP 'm) (VP (VBG holding) (NP (PRP$ your) (NN hand))))) (, ,) (CC but) (S (NP (PRP I)) (VP (MD can) (RB not) (VP (VB see) (NP (PRP$ your) (NN face))))) (. .) ('' '')))" }, "speaker": null, "text": "As internet user Tuzhi said on Sina Weibo: \"On the Great Wall, I'm holding your hand, but I cannot see your face.\"", "tokens": [ { "deprel": "mark", "end_char": 1550, "feats": null, "head": 5, "id": 1, "lemma": "as", "misc": "", "start_char": 1548, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "compound", "end_char": 1559, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "internet", "misc": "", "start_char": 1551, "text": "internet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1564, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "user", "misc": "", "start_char": 1560, "text": "user", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 1570, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Tuzhi", "misc": "", "start_char": 1565, "text": "Tuzhi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 1575, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 5, "lemma": "say", "misc": "", "start_char": 1571, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1578, "feats": null, "head": 8, "id": 6, "lemma": "on", "misc": "", "start_char": 1576, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1583, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Sina", "misc": "", "start_char": 1579, "text": "Sina", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1589, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "Weibo", "misc": "", "start_char": 1584, "text": "Weibo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1591, "feats": null, "head": 18, "id": 9, "lemma": ":", "misc": "", "start_char": 1590, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "punct", "end_char": 1594, "feats": null, "head": 18, "id": 10, "lemma": "``", "misc": "", "start_char": 1592, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "case", "end_char": 1597, "feats": null, "head": 14, "id": 11, "lemma": "on", "misc": "", "start_char": 1595, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1601, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 1598, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1607, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "great", "misc": "", "start_char": 1602, "text": "Great", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1612, "feats": "Number=Sing", "head": 18, "id": 14, "lemma": "Wall", "misc": "", "start_char": 1608, "text": "Wall", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1614, "feats": null, "head": 18, "id": 15, "lemma": ",", "misc": "", "start_char": 1613, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1616, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 18, "id": 16, "lemma": "I", "misc": "", "start_char": 1615, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1619, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 1617, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1627, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 18, "lemma": "hold", "misc": "", "start_char": 1620, "text": "holding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1632, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "your", "misc": "", "start_char": 1628, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1637, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "hand", "misc": "", "start_char": 1633, "text": "hand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1639, "feats": null, "head": 26, "id": 21, "lemma": ",", "misc": "", "start_char": 1638, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1643, "feats": null, "head": 26, "id": 22, "lemma": "but", "misc": "", "start_char": 1640, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1645, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 26, "id": 23, "lemma": "I", "misc": "", "start_char": 1644, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1649, "feats": "VerbForm=Fin", "head": 26, "id": 24, "lemma": "can", "misc": "", "start_char": 1646, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1653, "feats": null, "head": 26, "id": 25, "lemma": "not", "misc": "", "start_char": 1650, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1657, "feats": "VerbForm=Inf", "head": 18, "id": 26, "lemma": "see", "misc": "", "start_char": 1654, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1662, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 28, "id": 27, "lemma": "your", "misc": "", "start_char": 1658, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1667, "feats": "Number=Sing", "head": 26, "id": 28, "lemma": "face", "misc": "", "start_char": 1663, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1669, "feats": null, "head": 18, "id": 29, "lemma": ".", "misc": "", "start_char": 1668, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1672, "feats": null, "head": 18, "id": 30, "lemma": "''", "misc": "", "start_char": 1670, "text": "''", "upos": "PUNCT", "xpos": "''" } ] } ]
Most Chinese people expect to relax and enjoy themselves during the Golden Week. But for those trying to go someplace, it may seem more disappointment than pleasure. This year, the severe traffic jam resulted in a roadside wedding. The suffering of being stuck in traffic was possibly most strongly felt by Lv Kangzhou and his bride Yan Mengxia. By tradition, the groom drove early in the morning to the bride's home in Zhejiang province in East China to pick her up along with her family and take them to his family's hometown for the wedding. By 4 p.m., Lv's wedding was 90 minutes away, but his car had not moved an inch for a long time. Lv contacted the local radio to explain his difficult situation and ask for a traffic forecast. The radio host told Lv there was no way he could hold his wedding on time and offered to hold their wedding on the air. At 5:30 p.m., Lv and his bride said their vows on the side of the road while Lv's family and friends witnessed the ceremony while listening to the radio. Lv wasn't the only person stuck in the Golden Week crowds. According to the state news agency Xinhua, 11.7 million people traveled by train Wednesday. It calculated that 120,000 people gathered at Tiananmen Square in Beijing to watch the flag raising ceremony. Last year, the Forbidden City in Beijing hosted 175,000 tourists on a single day during Golden Week, and the number is expecting to be even bigger this year. Chinese internet users routinely complain about the Golden Week holiday every year. As internet user Tuzhi said on Sina Weibo: "On the Great Wall, I'm holding your hand, but I cannot see your face."
[ [ [ 0, 0, 2 ], [ 0, 8, 8 ], [ 1, 2, 2 ] ], [ [ 0, 10, 12 ], [ 14, 16, 17 ], [ 16, 7, 8 ], [ 11, 9, 10 ] ], [ [ 1, 6, 6 ] ], [ [ 1, 12, 12 ] ], [ [ 1, 14, 14 ] ], [ [ 2, 0, 1 ], [ 14, 28, 29 ] ], [ [ 2, 3, 6 ] ], [ [ 2, 9, 11 ], [ 5, 38, 39 ], [ 6, 4, 6 ], [ 8, 20, 21 ], [ 9, 24, 25 ] ], [ [ 4, 0, 6 ] ], [ [ 4, 3, 6 ] ], [ [ 4, 6, 6 ] ], [ [ 4, 13, 19 ], [ 8, 20, 20 ], [ 9, 4, 7 ], [ 9, 9, 9 ] ], [ [ 4, 13, 14 ], [ 4, 16, 16 ], [ 5, 33, 33 ], [ 6, 4, 5 ], [ 6, 13, 13 ], [ 7, 0, 0 ], [ 7, 7, 7 ], [ 8, 4, 4 ], [ 8, 9, 9 ], [ 8, 12, 12 ], [ 9, 4, 4 ], [ 9, 6, 6 ], [ 9, 18, 19 ], [ 11, 0, 0 ] ], [ [ 4, 16, 19 ], [ 5, 11, 13 ], [ 5, 23, 23 ], [ 5, 27, 27 ], [ 9, 6, 7 ] ], [ [ 5, 1, 1 ] ], [ [ 5, 3, 4 ] ], [ [ 5, 8, 9 ] ], [ [ 5, 11, 14 ] ], [ [ 5, 16, 20 ] ], [ [ 5, 19, 20 ] ], [ [ 5, 27, 28 ], [ 5, 31, 31 ] ], [ [ 5, 33, 36 ] ], [ [ 5, 33, 35 ] ], [ [ 6, 1, 2 ] ], [ [ 6, 8, 9 ] ], [ [ 6, 13, 14 ] ], [ [ 6, 18, 19 ] ], [ [ 6, 21, 23 ] ], [ [ 7, 2, 4 ], [ 9, 29, 30 ] ], [ [ 7, 7, 9 ] ], [ [ 7, 13, 15 ] ], [ [ 8, 0, 2 ] ], [ [ 8, 7, 15 ] ], [ [ 8, 12, 13 ] ], [ [ 8, 15, 15 ] ], [ [ 8, 23, 24 ] ], [ [ 9, 1, 2 ] ], [ [ 9, 9, 10 ] ], [ [ 9, 12, 16 ] ], [ [ 9, 15, 16 ] ], [ [ 9, 18, 22 ] ], [ [ 11, 3, 11 ] ], [ [ 11, 8, 11 ] ], [ [ 12, 6, 6 ], [ 12, 2, 6 ] ], [ [ 12, 8, 10 ] ], [ [ 12, 13, 14 ] ], [ [ 13, 7, 10 ] ], [ [ 13, 10, 10 ], [ 14, 7, 7 ] ], [ [ 13, 13, 16 ] ], [ [ 14, 3, 7 ] ], [ [ 14, 9, 10 ] ], [ [ 14, 20, 21 ] ], [ [ 16, 0, 2 ] ], [ [ 16, 6, 9 ] ], [ [ 16, 10, 11 ] ], [ [ 17, 1, 3 ], [ 17, 3, 3 ], [ 17, 15, 15 ], [ 17, 22, 22 ] ], [ [ 17, 6, 7 ] ], [ [ 17, 11, 13 ] ], [ [ 17, 18, 19 ] ], [ [ 17, 18, 18 ], [ 17, 26, 26 ] ], [ [ 17, 26, 27 ] ], [ [ 9, 27, 30 ] ], [ [ 13, 3, 4 ] ], [ [ 14, 0, 1 ] ], [ [ 14, 12, 17 ] ], [ [ 8, 1, 1 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36196
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP What)) (SQ (VBP do) (NP (NNS astronauts)) (VP (VB eat) (PP (IN in) (NP (NN space))))) (, ,) (CC and) (WHADVP (WRB why)) (. ?)))" }, "speaker": null, "text": "What do astronauts eat in space, and why?", "tokens": [ { "deprel": "obj", "end_char": 4, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "what", "misc": "", "start_char": 0, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 7, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 5, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 18, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "astronaut", "misc": "", "start_char": 8, "text": "astronauts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 22, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "eat", "misc": "", "start_char": 19, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 25, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 23, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 31, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "space", "misc": "", "start_char": 26, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 33, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 32, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 37, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 34, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 41, "feats": "PronType=Int", "head": 4, "id": 9, "lemma": "why", "misc": "", "start_char": 38, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "punct", "end_char": 43, "feats": null, "head": 4, "id": 10, "lemma": "?", "misc": "", "start_char": 42, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (SBARQ (WHADVP (WRB How)) (SQ (VBD did) (NP (NN astronaut) (NN food)) (VP (VB come) (PP (IN into) (NP (NN being))))) (. ?)))" }, "speaker": null, "text": "How did astronaut food come into being?", "tokens": [ { "deprel": "advmod", "end_char": 47, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "how", "misc": "", "start_char": 44, "text": "How", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 2, "lemma": "do", "misc": "", "start_char": 48, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "compound", "end_char": 61, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "astronaut", "misc": "", "start_char": 52, "text": "astronaut", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 66, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "food", "misc": "", "start_char": 62, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 71, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "come", "misc": "", "start_char": 67, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 76, "feats": null, "head": 7, "id": 6, "lemma": "into", "misc": "", "start_char": 72, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 82, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "being", "misc": "", "start_char": 77, "text": "being", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 84, "feats": null, "head": 5, "id": 8, "lemma": "?", "misc": "", "start_char": 83, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (SBARQ (WHADVP (WRB How)) (SQ (VBP do) (NP (NNS astronauts)) (VP (VB preserve) (NP (NN food)) (PP (IN for) (NP (NP (JJ long) (NNS periods)) (PP (IN of) (NP (NN time))))) (PP (IN in) (NP (NN space))))) (. ?)))" }, "speaker": null, "text": "How do astronauts preserve food for long periods of time in space?", "tokens": [ { "deprel": "advmod", "end_char": 88, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "how", "misc": "", "start_char": 85, "text": "How", "upos": "ADV", "xpos": "WRB" }, { "deprel": "aux", "end_char": 91, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 89, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 102, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "astronaut", "misc": "", "start_char": 92, "text": "astronauts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 111, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "preserve", "misc": "", "start_char": 103, "text": "preserve", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 116, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "food", "misc": "", "start_char": 112, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 120, "feats": null, "head": 8, "id": 6, "lemma": "for", "misc": "", "start_char": 117, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 125, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "long", "misc": "", "start_char": 121, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 133, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "period", "misc": "", "start_char": 126, "text": "periods", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 136, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 134, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 141, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "time", "misc": "", "start_char": 137, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 144, "feats": null, "head": 12, "id": 11, "lemma": "in", "misc": "", "start_char": 142, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 150, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "space", "misc": "", "start_char": 145, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 152, "feats": null, "head": 4, "id": 13, "lemma": "?", "misc": "", "start_char": 151, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP NASA)) (-LRB- -LRB-) (NP (DT the) (NNP National) (NML (NNP Aeronautics) (CC and) (NNP Space)) (NNP Administration)) (-RRB- -RRB-)) (VP (VBZ has) (VP (VBN been) (VP (VBG researching) (NP (NP (NN food)) (PP (IN for) (NP (NN space) (NN travel)))) (PP (IN since) (NP (DT the) (CD 1960) (POS 's))) (S (VP (TO to) (VP (VB find) (NP (NP (DT the) (JJS best) (NN way)) (PP (IN of) (S (VP (VBG keeping) (NP (NNS astronauts)) (PP (IN from) (S (VP (VBG going) (ADJP (JJ hungry))))))))))))))) (. .)))" }, "speaker": null, "text": "NASA (the National Aeronautics and Space Administration) has been researching food for space travel since the 1960's to find the best way of keeping astronauts from going hungry.", "tokens": [ { "deprel": "nsubj", "end_char": 157, "feats": "Number=Sing", "head": 12, "id": 1, "lemma": "NASA", "misc": "", "start_char": 153, "text": "NASA", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 159, "feats": null, "head": 8, "id": 2, "lemma": "(", "misc": "", "start_char": 158, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "det", "end_char": 163, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 3, "lemma": "the", "misc": "", "start_char": 160, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 172, "feats": "Degree=Pos", "head": 8, "id": 4, "lemma": "National", "misc": "", "start_char": 164, "text": "National", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 184, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "Aeronautics", "misc": "", "start_char": 173, "text": "Aeronautics", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 188, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 185, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 194, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Space", "misc": "", "start_char": 189, "text": "Space", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 209, "feats": "Number=Sing", "head": 1, "id": 8, "lemma": "Administration", "misc": "", "start_char": 195, "text": "Administration", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 211, "feats": null, "head": 8, "id": 9, "lemma": ")", "misc": "", "start_char": 210, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "aux", "end_char": 215, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "have", "misc": "", "start_char": 212, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux", "end_char": 220, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 216, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 232, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 12, "lemma": "research", "misc": "", "start_char": 221, "text": "researching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 237, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "food", "misc": "", "start_char": 233, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 241, "feats": null, "head": 16, "id": 14, "lemma": "for", "misc": "", "start_char": 238, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 247, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "space", "misc": "", "start_char": 242, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 254, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "travel", "misc": "", "start_char": 248, "text": "travel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 260, "feats": null, "head": 19, "id": 17, "lemma": "since", "misc": "", "start_char": 255, "text": "since", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 264, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 261, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 269, "feats": "NumForm=Digit|NumType=Card", "head": 12, "id": 19, "lemma": "1960", "misc": "", "start_char": 265, "text": "1960", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 272, "feats": null, "head": 19, "id": 20, "lemma": "'s", "misc": "", "start_char": 270, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "mark", "end_char": 275, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 273, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 280, "feats": "VerbForm=Inf", "head": 12, "id": 22, "lemma": "find", "misc": "", "start_char": 276, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 284, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 23, "lemma": "the", "misc": "", "start_char": 281, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 289, "feats": "Degree=Sup", "head": 25, "id": 24, "lemma": "good", "misc": "", "start_char": 285, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 293, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "way", "misc": "", "start_char": 290, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 296, "feats": null, "head": 27, "id": 26, "lemma": "of", "misc": "", "start_char": 294, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 304, "feats": "VerbForm=Ger", "head": 25, "id": 27, "lemma": "keep", "misc": "", "start_char": 297, "text": "keeping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 315, "feats": "Number=Plur", "head": 27, "id": 28, "lemma": "astronaut", "misc": "", "start_char": 305, "text": "astronauts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 320, "feats": null, "head": 30, "id": 29, "lemma": "from", "misc": "", "start_char": 316, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 326, "feats": "VerbForm=Ger", "head": 27, "id": 30, "lemma": "go", "misc": "", "start_char": 321, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 333, "feats": "Degree=Pos", "head": 30, "id": 31, "lemma": "hungry", "misc": "", "start_char": 327, "text": "hungry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 335, "feats": null, "head": 12, "id": 32, "lemma": ".", "misc": "", "start_char": 334, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 337, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 336, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN research)) (VP (MD could) (VP (VB date) (PP (IN from) (NP (NP (DT an) (NN accident)) (SBAR (WHNP (WDT that)) (S (VP (VBD took) (NP (NN place)) (PP (IN on) (NP (NP (NP (DT the) (JJ first) (VBN manned) (NNP Gemini) (NN mission)) (PP (IN in) (NP (CD 1965.)))) (SBAR (S (NP (NN astronaut) (NNP John) (NNP Young)) (VP (VBD managed) (S (VP (TO to) (VP (VB sneak) (NP (NP (DT a) (NN corned) (NN beef) (NN sandwich)) (PP (IN onto) (NP (DT the) (NML (NNP Geminni) (NNP III)) (NN capsule)))) (S (VP (TO to) (VP (VB eat) (PP (IN during) (NP (NP (PRP$ its) (NN orbit)) (PP (IN around) (NP (NNP Earth))))))))))))))))))))))) (. .)))" }, "speaker": null, "text": "The research could date from an accident that took place on the first manned Gemini mission in 1965. astronaut John Young managed to sneak a corned beef sandwich onto the Geminni III capsule to eat during its orbit around Earth.", "tokens": [ { "deprel": "det", "end_char": 341, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 338, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 350, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "research", "misc": "", "start_char": 342, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 356, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "could", "misc": "", "start_char": 351, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 361, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "date", "misc": "", "start_char": 357, "text": "date", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 366, "feats": null, "head": 7, "id": 5, "lemma": "from", "misc": "", "start_char": 362, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 369, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 367, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 378, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "accident", "misc": "", "start_char": 370, "text": "accident", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 383, "feats": "PronType=Rel", "head": 9, "id": 8, "lemma": "that", "misc": "", "start_char": 379, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 388, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 9, "lemma": "take", "misc": "", "start_char": 384, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 394, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "place", "misc": "", "start_char": 389, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 397, "feats": null, "head": 16, "id": 11, "lemma": "on", "misc": "", "start_char": 395, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 401, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 12, "lemma": "the", "misc": "", "start_char": 398, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 407, "feats": "Degree=Pos|NumType=Ord", "head": 16, "id": 13, "lemma": "first", "misc": "", "start_char": 402, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 414, "feats": "Tense=Past|VerbForm=Part", "head": 16, "id": 14, "lemma": "manned", "misc": "", "start_char": 408, "text": "manned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound", "end_char": 421, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "Gemini", "misc": "", "start_char": 415, "text": "Gemini", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 429, "feats": "Number=Sing", "head": 9, "id": 16, "lemma": "mission", "misc": "", "start_char": 422, "text": "mission", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 432, "feats": null, "head": 18, "id": 17, "lemma": "in", "misc": "", "start_char": 430, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 438, "feats": "NumForm=Digit|NumType=Card", "head": 16, "id": 18, "lemma": "1965.", "misc": "", "start_char": 433, "text": "1965.", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 448, "feats": "Number=Sing", "head": 22, "id": 19, "lemma": "astronaut", "misc": "", "start_char": 439, "text": "astronaut", "upos": "NOUN", "xpos": "NN" }, { "deprel": "flat", "end_char": 453, "feats": "Number=Sing", "head": 19, "id": 20, "lemma": "John", "misc": "", "start_char": 449, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 459, "feats": "Number=Sing", "head": 20, "id": 21, "lemma": "Young", "misc": "", "start_char": 454, "text": "Young", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl:relcl", "end_char": 467, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 22, "lemma": "manage", "misc": "", "start_char": 460, "text": "managed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 470, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 468, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 476, "feats": "VerbForm=Inf", "head": 22, "id": 24, "lemma": "sneak", "misc": "", "start_char": 471, "text": "sneak", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 478, "feats": "Definite=Ind|PronType=Art", "head": 28, "id": 25, "lemma": "a", "misc": "", "start_char": 477, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 485, "feats": "Number=Sing", "head": 28, "id": 26, "lemma": "corned", "misc": "", "start_char": 479, "text": "corned", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 490, "feats": "Number=Sing", "head": 28, "id": 27, "lemma": "beef", "misc": "", "start_char": 486, "text": "beef", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 499, "feats": "Number=Sing", "head": 24, "id": 28, "lemma": "sandwich", "misc": "", "start_char": 491, "text": "sandwich", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 504, "feats": null, "head": 33, "id": 29, "lemma": "onto", "misc": "", "start_char": 500, "text": "onto", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 508, "feats": "Definite=Def|PronType=Art", "head": 33, "id": 30, "lemma": "the", "misc": "", "start_char": 505, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 516, "feats": "Number=Sing", "head": 33, "id": 31, "lemma": "Geminni", "misc": "", "start_char": 509, "text": "Geminni", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 520, "feats": "Number=Sing", "head": 31, "id": 32, "lemma": "III", "misc": "", "start_char": 517, "text": "III", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 528, "feats": "Number=Sing", "head": 24, "id": 33, "lemma": "capsule", "misc": "", "start_char": 521, "text": "capsule", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 531, "feats": null, "head": 35, "id": 34, "lemma": "to", "misc": "", "start_char": 529, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 535, "feats": "VerbForm=Inf", "head": 24, "id": 35, "lemma": "eat", "misc": "", "start_char": 532, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 542, "feats": null, "head": 38, "id": 36, "lemma": "during", "misc": "", "start_char": 536, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 546, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 38, "id": 37, "lemma": "its", "misc": "", "start_char": 543, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 552, "feats": "Number=Sing", "head": 35, "id": 38, "lemma": "orbit", "misc": "", "start_char": 547, "text": "orbit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 559, "feats": null, "head": 40, "id": 39, "lemma": "around", "misc": "", "start_char": 553, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 565, "feats": "Number=Sing", "head": 35, "id": 40, "lemma": "Earth", "misc": "", "start_char": 560, "text": "Earth", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 567, "feats": null, "head": 4, "id": 41, "lemma": ".", "misc": "", "start_char": 566, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN To) (NP (NP (NNP Young) (POS 's)) (NN surprise))) (, ,) (S (NP (DT the) (NN sandwich) (NN plan)) (VP (VBD did) (RB not) (VP (VB go) (SBAR (IN as) (S (VP (VBN expected))))))) (: ;) (S (ADVP (RB instead)) (NP (DT the) (NN sandwich)) (VP (VBD began) (S (VP (TO to) (VP (VP (VB break) (ADVP (RB apart))) (CC and) (VP (VB scatter) (PP (IN through) (NP (DT the) (NNP Geminni) (NNP IIIcapsule))))))))) (. .)))" }, "speaker": null, "text": "To Young's surprise, the sandwich plan did not go as expected; instead the sandwich began to break apart and scatter through the Geminni IIIcapsule.", "tokens": [ { "deprel": "case", "end_char": 570, "feats": null, "head": 4, "id": 1, "lemma": "to", "misc": "", "start_char": 568, "text": "To", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 576, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Young", "misc": "", "start_char": 571, "text": "Young", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 579, "feats": null, "head": 2, "id": 3, "lemma": "'s", "misc": "", "start_char": 577, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 588, "feats": "Number=Sing", "head": 11, "id": 4, "lemma": "surprise", "misc": "", "start_char": 580, "text": "surprise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 590, "feats": null, "head": 11, "id": 5, "lemma": ",", "misc": "", "start_char": 589, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 594, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 591, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 603, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "sandwich", "misc": "", "start_char": 595, "text": "sandwich", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 608, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "plan", "misc": "", "start_char": 604, "text": "plan", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 612, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "do", "misc": "", "start_char": 609, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 616, "feats": null, "head": 11, "id": 10, "lemma": "not", "misc": "", "start_char": 613, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 619, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "go", "misc": "", "start_char": 617, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 622, "feats": null, "head": 13, "id": 12, "lemma": "as", "misc": "", "start_char": 620, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 631, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 13, "lemma": "expect", "misc": "", "start_char": 623, "text": "expected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 633, "feats": null, "head": 11, "id": 14, "lemma": ";", "misc": "", "start_char": 632, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "advmod", "end_char": 641, "feats": null, "head": 18, "id": 15, "lemma": "instead", "misc": "", "start_char": 634, "text": "instead", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 645, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 642, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 654, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "sandwich", "misc": "", "start_char": 646, "text": "sandwich", "upos": "NOUN", "xpos": "NN" }, { "deprel": "parataxis", "end_char": 660, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 18, "lemma": "begin", "misc": "", "start_char": 655, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 663, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 661, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 669, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "break", "misc": "", "start_char": 664, "text": "break", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 675, "feats": null, "head": 20, "id": 21, "lemma": "apart", "misc": "", "start_char": 670, "text": "apart", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 679, "feats": null, "head": 23, "id": 22, "lemma": "and", "misc": "", "start_char": 676, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 687, "feats": "VerbForm=Inf", "head": 20, "id": 23, "lemma": "scatter", "misc": "", "start_char": 680, "text": "scatter", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 695, "feats": null, "head": 27, "id": 24, "lemma": "through", "misc": "", "start_char": 688, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 699, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 25, "lemma": "the", "misc": "", "start_char": 696, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 707, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "Geminni", "misc": "", "start_char": 700, "text": "Geminni", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 718, "feats": "Number=Sing", "head": 23, "id": 27, "lemma": "IIIcapsule", "misc": "", "start_char": 708, "text": "IIIcapsule", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 720, "feats": null, "head": 11, "id": 28, "lemma": ".", "misc": "", "start_char": 719, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (MD could) (VP (VB have) (VP (VBN resulted) (PP (IN in) (NP (NN disaster))) (, ,) (SBAR (IN since) (S (NP (NP (DT a) (JJ small) (NN piece)) (PP (IN of) (NP (NN food)))) (VP (MD could) (VP (VB have) (VP (VBN stuck) (PP (IN in) (NP (NP (DT the) (NN air) (NNS vents)) (CC and) (NP (JJ other) (NN equipment)))))))))))) (. .)))" }, "speaker": null, "text": "This could have resulted in disaster, since a small piece of food could have stuck in the air vents and other equipment.", "tokens": [ { "deprel": "nsubj", "end_char": 725, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 721, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 731, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "could", "misc": "", "start_char": 726, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 736, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 732, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 745, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "result", "misc": "", "start_char": 737, "text": "resulted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 748, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 746, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 757, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "disaster", "misc": "", "start_char": 749, "text": "disaster", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 759, "feats": null, "head": 4, "id": 7, "lemma": ",", "misc": "", "start_char": 758, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 765, "feats": null, "head": 16, "id": 8, "lemma": "since", "misc": "", "start_char": 760, "text": "since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 767, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 766, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 773, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "small", "misc": "", "start_char": 768, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 779, "feats": "Number=Sing", "head": 16, "id": 11, "lemma": "piece", "misc": "", "start_char": 774, "text": "piece", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 782, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 780, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 787, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "food", "misc": "", "start_char": 783, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 793, "feats": "VerbForm=Fin", "head": 16, "id": 14, "lemma": "could", "misc": "", "start_char": 788, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 798, "feats": "VerbForm=Inf", "head": 16, "id": 15, "lemma": "have", "misc": "", "start_char": 794, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "advcl", "end_char": 804, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 16, "lemma": "stick", "misc": "", "start_char": 799, "text": "stuck", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 807, "feats": null, "head": 20, "id": 17, "lemma": "in", "misc": "", "start_char": 805, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 811, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 808, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 815, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "air", "misc": "", "start_char": 812, "text": "air", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 821, "feats": "Number=Plur", "head": 16, "id": 20, "lemma": "vent", "misc": "", "start_char": 816, "text": "vents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 825, "feats": null, "head": 23, "id": 21, "lemma": "and", "misc": "", "start_char": 822, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 831, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "other", "misc": "", "start_char": 826, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 841, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "equipment", "misc": "", "start_char": 832, "text": "equipment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 843, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 842, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN sandwich)) (VP (VBD was) (VP (VBN stuffed) (PP (IN into) (NP (DT a) (NN pocket))) (S (VP (TO to) (VP (VB avoid) (NP (NP (DT the) (JJR further) (NN mess)) (PP (IN inside) (NP (DT the) (JJ small) (NN space) (NN capsule))))))) (SBAR (S (NP (DT This) (NN incident)) (VP (VBD caused) (S (NP (NNP NASA)) (VP (TO to) (VP (VB enforce) (NP (NP (JJ strict) (NNS rules)) (PP (IN on) (WHNP (WDT what) (S (NP (NP (NNS types)) (PP (IN of) (NP (NN food)))) (VP (MD can) (VP (VB be) (VP (VBN taken) (PP (IN into) (NP (NN space)))))))))))))))))) (. .)))" }, "speaker": null, "text": "The sandwich was stuffed into a pocket to avoid the further mess inside the small space capsule This incident caused NASA to enforce strict rules on what types of food can be taken into space.", "tokens": [ { "deprel": "det", "end_char": 847, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 844, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 856, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "sandwich", "misc": "", "start_char": 848, "text": "sandwich", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 860, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 857, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 868, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "stuff", "misc": "", "start_char": 861, "text": "stuffed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 873, "feats": null, "head": 7, "id": 5, "lemma": "into", "misc": "", "start_char": 869, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 875, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 874, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 882, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "pocket", "misc": "", "start_char": 876, "text": "pocket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 885, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 883, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 891, "feats": "VerbForm=Inf", "head": 4, "id": 9, "lemma": "avoid", "misc": "", "start_char": 886, "text": "avoid", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 895, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 892, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 903, "feats": "Degree=Cmp", "head": 12, "id": 11, "lemma": "further", "misc": "", "start_char": 896, "text": "further", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 908, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "mess", "misc": "", "start_char": 904, "text": "mess", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 915, "feats": null, "head": 17, "id": 13, "lemma": "inside", "misc": "", "start_char": 909, "text": "inside", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 919, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 14, "lemma": "the", "misc": "", "start_char": 916, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 925, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "small", "misc": "", "start_char": 920, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 931, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "space", "misc": "", "start_char": 926, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 939, "feats": "Number=Sing", "head": 12, "id": 17, "lemma": "capsule", "misc": "", "start_char": 932, "text": "capsule", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 944, "feats": "Number=Sing|PronType=Dem", "head": 19, "id": 18, "lemma": "this", "misc": "", "start_char": 940, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 953, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "incident", "misc": "", "start_char": 945, "text": "incident", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 960, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 20, "lemma": "cause", "misc": "", "start_char": 954, "text": "caused", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 965, "feats": "Number=Sing", "head": 20, "id": 21, "lemma": "NASA", "misc": "", "start_char": 961, "text": "NASA", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 968, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 966, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 976, "feats": "VerbForm=Inf", "head": 20, "id": 23, "lemma": "enforce", "misc": "", "start_char": 969, "text": "enforce", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 983, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "strict", "misc": "", "start_char": 977, "text": "strict", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 989, "feats": "Number=Plur", "head": 23, "id": 25, "lemma": "rule", "misc": "", "start_char": 984, "text": "rules", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 992, "feats": null, "head": 33, "id": 26, "lemma": "on", "misc": "", "start_char": 990, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 997, "feats": "PronType=Int", "head": 28, "id": 27, "lemma": "what", "misc": "", "start_char": 993, "text": "what", "upos": "DET", "xpos": "WDT" }, { "deprel": "nsubj:pass", "end_char": 1003, "feats": "Number=Plur", "head": 33, "id": 28, "lemma": "type", "misc": "", "start_char": 998, "text": "types", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1006, "feats": null, "head": 30, "id": 29, "lemma": "of", "misc": "", "start_char": 1004, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1011, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "food", "misc": "", "start_char": 1007, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1015, "feats": "VerbForm=Fin", "head": 33, "id": 31, "lemma": "can", "misc": "", "start_char": 1012, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 1018, "feats": "VerbForm=Inf", "head": 33, "id": 32, "lemma": "be", "misc": "", "start_char": 1016, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl", "end_char": 1024, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 25, "id": 33, "lemma": "take", "misc": "", "start_char": 1019, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1029, "feats": null, "head": 35, "id": 34, "lemma": "into", "misc": "", "start_char": 1025, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1035, "feats": "Number=Sing", "head": 33, "id": 35, "lemma": "space", "misc": "", "start_char": 1030, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1037, "feats": null, "head": 4, "id": 36, "lemma": ".", "misc": "", "start_char": 1036, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1039, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1038, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NN Space) (NN food)) (VP (VBZ has) (VP (VBN come) (NP (DT a) (JJ long) (NN way)) (PP (IN since) (ADVP (RB then))))) (. .)))" }, "speaker": null, "text": "Space food has come a long way since then.", "tokens": [ { "deprel": "compound", "end_char": 1045, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "space", "misc": "", "start_char": 1040, "text": "Space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1050, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "food", "misc": "", "start_char": 1046, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1054, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 1051, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1059, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "come", "misc": "", "start_char": 1055, "text": "come", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1061, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 1060, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1066, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "long", "misc": "", "start_char": 1062, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1070, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "way", "misc": "", "start_char": 1067, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1076, "feats": null, "head": 9, "id": 8, "lemma": "since", "misc": "", "start_char": 1071, "text": "since", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1081, "feats": "PronType=Dem", "head": 4, "id": 9, "lemma": "then", "misc": "", "start_char": 1077, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1083, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 1082, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (PP (IN During) (NP (DT the) (NNP Gemini) (NN period))) (, ,) (NP (DT the) (NNS astronauts)) (ADVP (RB mostly)) (VP (VBD ate) (NP (NP (JJ cubed)) (, ,) (NP (NP (VBN compressed) (NNS foods)) (UCP (ADVP (RB high) (PP (IN in) (NP (NNS calories)))) (CC and) (ADJP (JJ lightweight)))))) (. .)))" }, "speaker": null, "text": "During the Gemini period, the astronauts mostly ate cubed, compressed foods high in calories and lightweight.", "tokens": [ { "deprel": "case", "end_char": 1090, "feats": null, "head": 4, "id": 1, "lemma": "during", "misc": "", "start_char": 1084, "text": "During", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1094, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 1091, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1101, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Gemini", "misc": "", "start_char": 1095, "text": "Gemini", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1108, "feats": "Number=Sing", "head": 9, "id": 4, "lemma": "period", "misc": "", "start_char": 1102, "text": "period", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1110, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 1109, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1114, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1111, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1125, "feats": "Number=Plur", "head": 9, "id": 7, "lemma": "astronaut", "misc": "", "start_char": 1115, "text": "astronauts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1132, "feats": null, "head": 9, "id": 8, "lemma": "mostly", "misc": "", "start_char": 1126, "text": "mostly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1136, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 9, "lemma": "eat", "misc": "", "start_char": 1133, "text": "ate", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 1142, "feats": "Degree=Pos", "head": 13, "id": 10, "lemma": "cubed", "misc": "", "start_char": 1137, "text": "cubed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1144, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 1143, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1155, "feats": "Tense=Past|VerbForm=Part", "head": 13, "id": 12, "lemma": "compress", "misc": "", "start_char": 1145, "text": "compressed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 1161, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "food", "misc": "", "start_char": 1156, "text": "foods", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "amod", "end_char": 1166, "feats": "Degree=Pos", "head": 13, "id": 14, "lemma": "high", "misc": "", "start_char": 1162, "text": "high", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1169, "feats": null, "head": 16, "id": 15, "lemma": "in", "misc": "", "start_char": 1167, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1178, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "calorie", "misc": "", "start_char": 1170, "text": "calories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1182, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 1179, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1194, "feats": "Degree=Pos", "head": 16, "id": 18, "lemma": "lightweight", "misc": "", "start_char": 1183, "text": "lightweight", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1196, "feats": null, "head": 9, "id": 19, "lemma": ".", "misc": "", "start_char": 1195, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1198, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1197, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NNP NASA)) (VP (VBZ expects) (NP (NP (DT a) (JJ long) (NN shelf) (NN life)) (PP (IN for) (NP (NN space) (NN food))))) (. .)))" }, "speaker": null, "text": "NASA expects a long shelf life for space food.", "tokens": [ { "deprel": "nsubj", "end_char": 1203, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "NASA", "misc": "", "start_char": 1199, "text": "NASA", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1211, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "expect", "misc": "", "start_char": 1204, "text": "expects", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1213, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 1212, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1218, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "long", "misc": "", "start_char": 1214, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1224, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "shelf", "misc": "", "start_char": 1219, "text": "shelf", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1229, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "life", "misc": "", "start_char": 1225, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1233, "feats": null, "head": 9, "id": 7, "lemma": "for", "misc": "", "start_char": 1230, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1239, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "space", "misc": "", "start_char": 1234, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1244, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "food", "misc": "", "start_char": 1240, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1246, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 1245, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN majority)) (PP (IN of) (NP (NP (NN food)) (VP (VBN taken) (PP (IN into) (NP (NN space))))))) (VP (VBZ has) (VP (VBN been) (VP (VP (VBN dried) (PRT (RP out))) (CC or) (VP (VBN heat-treated))))) (. .)))" }, "speaker": null, "text": "The majority of food taken into space has been dried out or heat-treated.", "tokens": [ { "deprel": "det", "end_char": 1250, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1247, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1259, "feats": "Number=Sing", "head": 10, "id": 2, "lemma": "majority", "misc": "", "start_char": 1251, "text": "majority", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1262, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1260, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1267, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "food", "misc": "", "start_char": 1263, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1273, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 5, "lemma": "take", "misc": "", "start_char": 1268, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1278, "feats": null, "head": 7, "id": 6, "lemma": "into", "misc": "", "start_char": 1274, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1284, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "space", "misc": "", "start_char": 1279, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1288, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "have", "misc": "", "start_char": 1285, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux:pass", "end_char": 1293, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1289, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 1299, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "dry", "misc": "", "start_char": 1294, "text": "dried", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 1303, "feats": null, "head": 10, "id": 11, "lemma": "out", "misc": "", "start_char": 1300, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "cc", "end_char": 1306, "feats": null, "head": 13, "id": 12, "lemma": "or", "misc": "", "start_char": 1304, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1319, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 13, "lemma": "heat-treate", "misc": "", "start_char": 1307, "text": "heat-treated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1321, "feats": null, "head": 10, "id": 14, "lemma": ".", "misc": "", "start_char": 1320, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT These) (NN process)) (CC and) (NP (NP (NN use)) (PP (IN of) (NP (NN sodium))))) (, ,) (VP (VBP make) (S (NP (DT the) (NN food)) (VP (VBN taken) (PP (IN into) (NP (NN space))) (ADVP (JJ last) (RBR longer))))) (. .)))" }, "speaker": null, "text": "These process and use of sodium, make the food taken into space last longer.", "tokens": [ { "deprel": "det", "end_char": 1327, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 1322, "text": "These", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1335, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "process", "misc": "", "start_char": 1328, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1339, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 1336, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1343, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "use", "misc": "", "start_char": 1340, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1346, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1344, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1353, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "sodium", "misc": "", "start_char": 1347, "text": "sodium", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1355, "feats": null, "head": 2, "id": 7, "lemma": ",", "misc": "", "start_char": 1354, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1360, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "make", "misc": "", "start_char": 1356, "text": "make", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1364, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1361, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1369, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "food", "misc": "", "start_char": 1365, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 1375, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 11, "lemma": "take", "misc": "", "start_char": 1370, "text": "taken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1380, "feats": null, "head": 13, "id": 12, "lemma": "into", "misc": "", "start_char": 1376, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1386, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "space", "misc": "", "start_char": 1381, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1391, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "last", "misc": "", "start_char": 1387, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 1398, "feats": "Degree=Cmp", "head": 11, "id": 15, "lemma": "long", "misc": "", "start_char": 1392, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "punct", "end_char": 1400, "feats": null, "head": 8, "id": 16, "lemma": ".", "misc": "", "start_char": 1399, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NN Research)) (VP (VBZ is) (ADJP (JJ ongoing)) (PP (IN into) (NP (NN space) (NN food))) (S (VP (TO to) (VP (VB seek) (PRT (RP out)) (NP (NP (JJR healthier) (NNS ways)) (SBAR (S (VP (TO to) (VP (VB preserve) (NP (PRP it))))))))))) (. .)))" }, "speaker": null, "text": "Research is ongoing into space food to seek out healthier ways to preserve it.", "tokens": [ { "deprel": "nsubj", "end_char": 1409, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "research", "misc": "", "start_char": 1401, "text": "Research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1412, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1410, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1420, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "ongoing", "misc": "", "start_char": 1413, "text": "ongoing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1425, "feats": null, "head": 6, "id": 4, "lemma": "into", "misc": "", "start_char": 1421, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1431, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "space", "misc": "", "start_char": 1426, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1436, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "food", "misc": "", "start_char": 1432, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1439, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1437, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1444, "feats": "VerbForm=Inf", "head": 3, "id": 8, "lemma": "seek", "misc": "", "start_char": 1440, "text": "seek", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1448, "feats": null, "head": 8, "id": 9, "lemma": "out", "misc": "", "start_char": 1445, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "amod", "end_char": 1458, "feats": "Degree=Cmp", "head": 11, "id": 10, "lemma": "healthy", "misc": "", "start_char": 1449, "text": "healthier", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 1463, "feats": "Number=Plur", "head": 8, "id": 11, "lemma": "way", "misc": "", "start_char": 1459, "text": "ways", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1466, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1464, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1475, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "preserve", "misc": "", "start_char": 1467, "text": "preserve", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1478, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 14, "lemma": "it", "misc": "", "start_char": 1476, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1480, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 1479, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (ADJP (RB Too) (JJ much)) (NN sodium)) (VP (VP (VBZ is) (ADJP (JJ unhealthy))) (, ,) (CC and) (VP (MD can) (ADVP (RB badly)) (VP (VB change) (NP (NP (DT the) (NN taste)) (PP (IN of) (NP (DT some) (NNS foods))))))) (. .)))" }, "speaker": null, "text": "Too much sodium is unhealthy, and can badly change the taste of some foods.", "tokens": [ { "deprel": "advmod", "end_char": 1484, "feats": null, "head": 2, "id": 1, "lemma": "too", "misc": "", "start_char": 1481, "text": "Too", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1489, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "much", "misc": "", "start_char": 1485, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1496, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "sodium", "misc": "", "start_char": 1490, "text": "sodium", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1499, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1497, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1509, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "unhealthy", "misc": "", "start_char": 1500, "text": "unhealthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1511, "feats": null, "head": 10, "id": 6, "lemma": ",", "misc": "", "start_char": 1510, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1515, "feats": null, "head": 10, "id": 7, "lemma": "and", "misc": "", "start_char": 1512, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 1519, "feats": "VerbForm=Fin", "head": 10, "id": 8, "lemma": "can", "misc": "", "start_char": 1516, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1525, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "badly", "misc": "", "start_char": 1520, "text": "badly", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1532, "feats": "VerbForm=Inf", "head": 5, "id": 10, "lemma": "change", "misc": "", "start_char": 1526, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1536, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1533, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1542, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "taste", "misc": "", "start_char": 1537, "text": "taste", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1545, "feats": null, "head": 15, "id": 13, "lemma": "of", "misc": "", "start_char": 1543, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1550, "feats": null, "head": 15, "id": 14, "lemma": "some", "misc": "", "start_char": 1546, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1556, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "food", "misc": "", "start_char": 1551, "text": "foods", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1558, "feats": null, "head": 5, "id": 16, "lemma": ".", "misc": "", "start_char": 1557, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
What do astronauts eat in space, and why? How did astronaut food come into being? How do astronauts preserve food for long periods of time in space? NASA (the National Aeronautics and Space Administration) has been researching food for space travel since the 1960's to find the best way of keeping astronauts from going hungry. The research could date from an accident that took place on the first manned Gemini mission in 1965. astronaut John Young managed to sneak a corned beef sandwich onto the Geminni III capsule to eat during its orbit around Earth. To Young's surprise, the sandwich plan did not go as expected; instead the sandwich began to break apart and scatter through the Geminni IIIcapsule. This could have resulted in disaster, since a small piece of food could have stuck in the air vents and other equipment. The sandwich was stuffed into a pocket to avoid the further mess inside the small space capsule This incident caused NASA to enforce strict rules on what types of food can be taken into space. Space food has come a long way since then. During the Gemini period, the astronauts mostly ate cubed, compressed foods high in calories and lightweight. NASA expects a long shelf life for space food. The majority of food taken into space has been dried out or heat-treated. These process and use of sodium, make the food taken into space last longer. Research is ongoing into space food to seek out healthier ways to preserve it. Too much sodium is unhealthy, and can badly change the taste of some foods.
[ [ [ 1, 2, 3 ] ], [ [ 1, 6, 6 ] ], [ [ 2, 9, 9 ] ], [ [ 3, 12, 15 ] ], [ [ 3, 14, 15 ] ], [ [ 3, 14, 14 ], [ 0, 5, 5 ], [ 2, 11, 11 ], [ 14, 6, 6 ], [ 13, 7, 7 ], [ 10, 0, 0 ], [ 8, 34, 34 ], [ 8, 15, 15 ], [ 16, 4, 4 ], [ 15, 12, 12 ] ], [ [ 3, 17, 19 ] ], [ [ 3, 22, 30 ] ], [ [ 3, 26, 30 ] ], [ [ 3, 29, 30 ] ], [ [ 5, 0, 1 ], [ 16, 0, 0 ] ], [ [ 5, 5, 17 ] ], [ [ 5, 9, 9 ] ], [ [ 5, 11, 15 ] ], [ [ 5, 17, 17 ] ], [ [ 5, 26, 26 ] ], [ [ 5, 39, 39 ] ], [ [ 6, 1, 3 ] ], [ [ 6, 1, 2 ], [ 5, 18, 20 ] ], [ [ 6, 5, 7 ] ], [ [ 6, 24, 26 ], [ 8, 13, 16 ], [ 5, 36, 36 ], [ 5, 29, 32 ] ], [ [ 7, 0, 0 ] ], [ [ 7, 5, 5 ] ], [ [ 7, 8, 12 ] ], [ [ 7, 17, 19 ] ], [ [ 7, 18, 18 ] ], [ [ 7, 21, 22 ] ], [ [ 8, 0, 1 ], [ 6, 6, 6 ], [ 6, 15, 16 ], [ 5, 24, 27 ] ], [ [ 8, 5, 6 ] ], [ [ 8, 9, 11 ] ], [ [ 8, 17, 18 ] ], [ [ 8, 20, 20 ], [ 3, 2, 7 ], [ 3, 0, 0 ], [ 3, 0, 8 ], [ 13, 0, 0 ] ], [ [ 8, 23, 24 ] ], [ [ 8, 26, 34 ] ], [ [ 8, 27, 29 ] ], [ [ 8, 29, 29 ], [ 7, 12, 12 ], [ 14, 3, 3 ], [ 2, 4, 4 ] ], [ [ 10, 4, 6 ] ], [ [ 10, 8, 8 ] ], [ [ 11, 1, 3 ] ], [ [ 11, 5, 6 ], [ 1, 2, 2 ], [ 0, 2, 2 ], [ 2, 2, 2 ], [ 3, 27, 27 ] ], [ [ 11, 9, 17 ] ], [ [ 11, 15, 17 ] ], [ [ 13, 2, 5 ] ], [ [ 13, 4, 4 ] ], [ [ 15, 0, 5 ] ], [ [ 15, 5, 5 ] ], [ [ 15, 8, 9 ] ], [ [ 16, 4, 5 ], [ 10, 0, 1 ], [ 13, 7, 8 ], [ 16, 13, 13 ] ], [ [ 16, 9, 10 ] ], [ [ 17, 0, 2 ] ], [ [ 17, 10, 14 ] ], [ [ 17, 13, 14 ] ], [ [ 2, 6, 11 ] ], [ [ 5, 36, 39 ] ], [ [ 7, 17, 22 ] ], [ [ 11, 15, 15 ] ], [ [ 11, 17, 17 ] ], [ [ 14, 0, 3 ] ], [ [ 5, 30, 31 ], [ 11, 2, 2 ], [ 6, 25, 25 ], [ 5, 14, 14 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36197
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (QP (CD One) (CD thousand)) (NNS readers)) (VP (VBP lead) (PP (IN to) (NP (QP (CD one) (CD thousand)) (NNS Hamlets)))) (. .) ('' '')))" }, "speaker": null, "text": "\"One thousand readers lead to one thousand Hamlets.\"", "tokens": [ { "deprel": "punct", "end_char": 2, "feats": null, "head": 5, "id": 1, "lemma": "``", "misc": "", "start_char": 0, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 6, "feats": "NumForm=Word|NumType=Card", "head": 3, "id": 2, "lemma": "one", "misc": "", "start_char": 3, "text": "One", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 15, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "thousand", "misc": "", "start_char": 7, "text": "thousand", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 23, "feats": "Number=Plur", "head": 5, "id": 4, "lemma": "reader", "misc": "", "start_char": 16, "text": "readers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 28, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "lead", "misc": "", "start_char": 24, "text": "lead", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 31, "feats": null, "head": 9, "id": 6, "lemma": "to", "misc": "", "start_char": 29, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 35, "feats": "NumForm=Word|NumType=Card", "head": 8, "id": 7, "lemma": "one", "misc": "", "start_char": 32, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 44, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 8, "lemma": "thousand", "misc": "", "start_char": 36, "text": "thousand", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 52, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "hamlet", "misc": "", "start_char": 45, "text": "Hamlets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 54, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 53, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 5, "id": 11, "lemma": "''", "misc": "", "start_char": 55, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (ADVP (RB also)) (ADJP (JJ true) (PP (IN to) (NP (JJ English) (NNS learners))))) (. .)))" }, "speaker": null, "text": "It is also true to English learners.", "tokens": [ { "deprel": "nsubj", "end_char": 60, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 58, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 63, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 61, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 68, "feats": null, "head": 4, "id": 3, "lemma": "also", "misc": "", "start_char": 64, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 73, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "true", "misc": "", "start_char": 69, "text": "true", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 76, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 74, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 84, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "English", "misc": "", "start_char": 77, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 93, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "learner", "misc": "", "start_char": 85, "text": "learners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 95, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 94, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (JJ English) (NNS learners)) (VP (VBP do) (VP (VB have) (NP (NP (NN learning) (NNS methods)) (ADJP (JJ different) (PP (IN from) (NP (DT each) (JJ other))))))) (. .)))" }, "speaker": null, "text": "English learners do have learning methods different from each other.", "tokens": [ { "deprel": "amod", "end_char": 103, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "English", "misc": "", "start_char": 96, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 112, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "learner", "misc": "", "start_char": 104, "text": "learners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 115, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "do", "misc": "", "start_char": 113, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 120, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 116, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 129, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "learning", "misc": "", "start_char": 121, "text": "learning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 137, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "method", "misc": "", "start_char": 130, "text": "methods", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "amod", "end_char": 147, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "different", "misc": "", "start_char": 138, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 152, "feats": null, "head": 9, "id": 8, "lemma": "from", "misc": "", "start_char": 148, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 157, "feats": "ExtPos=PRON|PronType=Rcp", "head": 7, "id": 9, "lemma": "each", "misc": "", "start_char": 153, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 163, "feats": "Degree=Pos", "head": 9, "id": 10, "lemma": "other", "misc": "", "start_char": 158, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 165, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 164, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT Some)) (VP (VBP are) (ADJP (ADJP (JJ reasonable)) (, ,) (NP (DT some) (JJ negative)) (, ,) (CC and) (NP (NP (DT some)) (ADJP (JJ hard) (SBAR (S (VP (TO to) (VP (VB judge))))))))) (. .)))" }, "speaker": null, "text": "Some are reasonable, some negative, and some hard to judge.", "tokens": [ { "deprel": "nsubj", "end_char": 170, "feats": null, "head": 3, "id": 1, "lemma": "some", "misc": "", "start_char": 166, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "cop", "end_char": 174, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 171, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 185, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "reasonable", "misc": "", "start_char": 175, "text": "reasonable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 187, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 186, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 192, "feats": null, "head": 6, "id": 5, "lemma": "some", "misc": "", "start_char": 188, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 201, "feats": "Degree=Pos", "head": 3, "id": 6, "lemma": "negative", "misc": "", "start_char": 193, "text": "negative", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 203, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 202, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 207, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 204, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 212, "feats": null, "head": 10, "id": 9, "lemma": "some", "misc": "", "start_char": 208, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 217, "feats": "Degree=Pos", "head": 3, "id": 10, "lemma": "hard", "misc": "", "start_char": 213, "text": "hard", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 220, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 218, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 226, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "judge", "misc": "", "start_char": 221, "text": "judge", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 228, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 227, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 230, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 229, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT Some) (NNS learners)) (VP (VBP hold) (NP (DT the) (NN view) (SBAR (IN that) (`` ``) (S (S (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB have) (NP (NP (DT any) (NN gift)) (PP (IN for) (S (VP (VBG learning) (NP (NNP English))))))))) (, ,) (S (NP (PRP it)) (VP (VBZ 's) (ADJP (JJ difficult)) (PP (IN for) (NP (PRP me))))) ('' ''))))) (. .)))" }, "speaker": null, "text": "Some learners hold the view that \"I don't have any gift for learning English, it's difficult for me\".", "tokens": [ { "deprel": "det", "end_char": 235, "feats": null, "head": 2, "id": 1, "lemma": "some", "misc": "", "start_char": 231, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 244, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "learner", "misc": "", "start_char": 236, "text": "learners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 249, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "hold", "misc": "", "start_char": 245, "text": "hold", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 253, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 250, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 258, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "view", "misc": "", "start_char": 254, "text": "view", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 263, "feats": null, "head": 11, "id": 6, "lemma": "that", "misc": "", "start_char": 259, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "punct", "end_char": 266, "feats": null, "head": 11, "id": 7, "lemma": "``", "misc": "", "start_char": 264, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 268, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 8, "lemma": "I", "misc": "", "start_char": 267, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 271, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 9, "lemma": "do", "misc": "", "start_char": 269, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 275, "feats": null, "head": 11, "id": 10, "lemma": "not", "misc": "", "start_char": 272, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "acl", "end_char": 280, "feats": "VerbForm=Inf", "head": 5, "id": 11, "lemma": "have", "misc": "", "start_char": 276, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 284, "feats": null, "head": 13, "id": 12, "lemma": "any", "misc": "", "start_char": 281, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 289, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "gift", "misc": "", "start_char": 285, "text": "gift", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 293, "feats": null, "head": 15, "id": 14, "lemma": "for", "misc": "", "start_char": 290, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 302, "feats": "VerbForm=Ger", "head": 13, "id": 15, "lemma": "learn", "misc": "", "start_char": 294, "text": "learning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 310, "feats": "Number=Sing", "head": 15, "id": 16, "lemma": "English", "misc": "", "start_char": 303, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 312, "feats": null, "head": 11, "id": 17, "lemma": ",", "misc": "", "start_char": 311, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 315, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 18, "lemma": "it", "misc": "", "start_char": 313, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 318, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 316, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "parataxis", "end_char": 328, "feats": "Degree=Pos", "head": 11, "id": 20, "lemma": "difficult", "misc": "", "start_char": 319, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 332, "feats": null, "head": 22, "id": 21, "lemma": "for", "misc": "", "start_char": 329, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 335, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 20, "id": 22, "lemma": "I", "misc": "", "start_char": 333, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 338, "feats": null, "head": 11, "id": 23, "lemma": "''", "misc": "", "start_char": 336, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 340, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 339, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (ADVP (IN Of) (NN course)) (, ,) (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB agree) (PP (IN with) (NP (DT the) (NN idea))))) (. .)))" }, "speaker": null, "text": "Of course, I don't agree with the idea.", "tokens": [ { "deprel": "advmod", "end_char": 343, "feats": null, "head": 7, "id": 1, "lemma": "of", "misc": "", "start_char": 341, "text": "Of", "upos": "ADV", "xpos": "IN" }, { "deprel": "fixed", "end_char": 350, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "course", "misc": "", "start_char": 344, "text": "course", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 352, "feats": null, "head": 7, "id": 3, "lemma": ",", "misc": "", "start_char": 351, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 354, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 4, "lemma": "I", "misc": "", "start_char": 353, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 357, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "do", "misc": "", "start_char": 355, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 361, "feats": null, "head": 7, "id": 6, "lemma": "not", "misc": "", "start_char": 358, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 367, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "agree", "misc": "", "start_char": 362, "text": "agree", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 372, "feats": null, "head": 10, "id": 8, "lemma": "with", "misc": "", "start_char": 368, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 376, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 373, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 381, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "idea", "misc": "", "start_char": 377, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 383, "feats": null, "head": 7, "id": 11, "lemma": ".", "misc": "", "start_char": 382, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (PRP It))) (VP (VBZ 's) (ADVP (RB indeed)) (NP (DT a) (NN fact)) (SBAR (IN that) (S (NP (DT some) (NNS people)) (VP (VBP are) (ADJP (ADJP (RBR more) (VBN gifted)) (PP (IN than) (NP (NNS others))))))))) (, ,) (CC but) (S (NP (NN everyone)) (VP (MD can) (VP (VB learn) (, ,) (ADVP (ADVP (RB as) (RB long)) (SBAR (IN as) (S (NP (PRP you)) (VP (VP (VBP find) (NP (DT a) (JJ suitable) (NN learning) (NN method))) (CC and) (VP (VBP work) (ADVP (JJR harder)))))))))) (. .)))" }, "speaker": null, "text": "It's indeed a fact that some people are more gifted than others, but everyone can learn, as long as you find a suitable learning method and work harder.", "tokens": [ { "deprel": "expl", "end_char": 386, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 384, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 389, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 387, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 396, "feats": null, "head": 5, "id": 3, "lemma": "indeed", "misc": "", "start_char": 390, "text": "indeed", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 398, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 397, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 403, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "fact", "misc": "", "start_char": 399, "text": "fact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 408, "feats": null, "head": 11, "id": 6, "lemma": "that", "misc": "", "start_char": 404, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 413, "feats": null, "head": 8, "id": 7, "lemma": "some", "misc": "", "start_char": 409, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 420, "feats": "Number=Plur", "head": 11, "id": 8, "lemma": "person", "misc": "", "start_char": 414, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 424, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 421, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 429, "feats": "Degree=Cmp", "head": 11, "id": 10, "lemma": "more", "misc": "", "start_char": 425, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "csubj", "end_char": 436, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 11, "lemma": "gift", "misc": "", "start_char": 430, "text": "gifted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 441, "feats": null, "head": 13, "id": 12, "lemma": "than", "misc": "", "start_char": 437, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 448, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "other", "misc": "", "start_char": 442, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 450, "feats": null, "head": 18, "id": 14, "lemma": ",", "misc": "", "start_char": 449, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 454, "feats": null, "head": 18, "id": 15, "lemma": "but", "misc": "", "start_char": 451, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 463, "feats": "Number=Sing|PronType=Tot", "head": 18, "id": 16, "lemma": "everyone", "misc": "", "start_char": 455, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "aux", "end_char": 467, "feats": "VerbForm=Fin", "head": 18, "id": 17, "lemma": "can", "misc": "", "start_char": 464, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 473, "feats": "VerbForm=Inf", "head": 5, "id": 18, "lemma": "learn", "misc": "", "start_char": 468, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 475, "feats": null, "head": 21, "id": 19, "lemma": ",", "misc": "", "start_char": 474, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 478, "feats": null, "head": 21, "id": 20, "lemma": "as", "misc": "", "start_char": 476, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 483, "feats": "Degree=Pos", "head": 18, "id": 21, "lemma": "long", "misc": "", "start_char": 479, "text": "long", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 486, "feats": null, "head": 24, "id": 22, "lemma": "as", "misc": "", "start_char": 484, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 490, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 24, "id": 23, "lemma": "you", "misc": "", "start_char": 487, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 495, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 21, "id": 24, "lemma": "find", "misc": "", "start_char": 491, "text": "find", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 497, "feats": "Definite=Ind|PronType=Art", "head": 28, "id": 25, "lemma": "a", "misc": "", "start_char": 496, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 506, "feats": "Degree=Pos", "head": 28, "id": 26, "lemma": "suitable", "misc": "", "start_char": 498, "text": "suitable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 515, "feats": "Number=Sing", "head": 28, "id": 27, "lemma": "learning", "misc": "", "start_char": 507, "text": "learning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 522, "feats": "Number=Sing", "head": 24, "id": 28, "lemma": "method", "misc": "", "start_char": 516, "text": "method", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 526, "feats": null, "head": 30, "id": 29, "lemma": "and", "misc": "", "start_char": 523, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 531, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 24, "id": 30, "lemma": "work", "misc": "", "start_char": 527, "text": "work", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 538, "feats": "Degree=Cmp", "head": 30, "id": 31, "lemma": "hard", "misc": "", "start_char": 532, "text": "harder", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 540, "feats": null, "head": 5, "id": 32, "lemma": ".", "misc": "", "start_char": 539, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 542, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 541, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (DT Some)) (VP (VBP think) (SBAR (IN that) (S (NP (NP (DT the) (NN key)) (PP (IN to) (S (VP (VBG learning) (NP (NNP English)) (ADVP (RB well)))))) (VP (VBZ is) (S (VP (TO to) (VP (VB remember) (NP (DT a) (JJ rich) (NN vocabulary))))))))) (. .)))" }, "speaker": null, "text": "Some think that the key to learning English well is to remember a rich vocabulary.", "tokens": [ { "deprel": "nsubj", "end_char": 547, "feats": null, "head": 2, "id": 1, "lemma": "some", "misc": "", "start_char": 543, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 553, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "think", "misc": "", "start_char": 548, "text": "think", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 558, "feats": null, "head": 12, "id": 3, "lemma": "that", "misc": "", "start_char": 554, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 562, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 559, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 566, "feats": "Number=Sing", "head": 12, "id": 5, "lemma": "key", "misc": "", "start_char": 563, "text": "key", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 569, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 567, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 578, "feats": "VerbForm=Ger", "head": 5, "id": 7, "lemma": "learn", "misc": "", "start_char": 570, "text": "learning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 586, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "English", "misc": "", "start_char": 579, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 591, "feats": "Degree=Pos", "head": 7, "id": 9, "lemma": "well", "misc": "", "start_char": 587, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 594, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 592, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 597, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 595, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "ccomp", "end_char": 606, "feats": "VerbForm=Inf", "head": 2, "id": 12, "lemma": "remember", "misc": "", "start_char": 598, "text": "remember", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 608, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 607, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 613, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "rich", "misc": "", "start_char": 609, "text": "rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 624, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "vocabulary", "misc": "", "start_char": 614, "text": "vocabulary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 626, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 625, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (ADVP (ADVP (RB As) (RB far)) (SBAR (IN as) (S (NP (PRP I)) (VP (VBP 'm) (ADJP (JJ concerned)))))) (, ,) (NP (DT that)) (VP (VBZ is) (ADVP (RB far) (PP (IN from) (S (VP (VBG being) (NP (DT a) (JJ successful) (JJ English) (NN learner))))))) (. .)))" }, "speaker": null, "text": "As far as I'm concerned, that is far from being a successful English learner.", "tokens": [ { "deprel": "advmod", "end_char": 629, "feats": null, "head": 2, "id": 1, "lemma": "as", "misc": "", "start_char": 627, "text": "As", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 633, "feats": "Degree=Pos", "head": 10, "id": 2, "lemma": "far", "misc": "", "start_char": 630, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 636, "feats": null, "head": 6, "id": 3, "lemma": "as", "misc": "", "start_char": 634, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 638, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 4, "lemma": "I", "misc": "", "start_char": 637, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 641, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 639, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 651, "feats": "Degree=Pos", "head": 2, "id": 6, "lemma": "concerned", "misc": "", "start_char": 642, "text": "concerned", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 653, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 652, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 658, "feats": "Number=Sing|PronType=Dem", "head": 10, "id": 8, "lemma": "that", "misc": "", "start_char": 654, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 661, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 659, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 665, "feats": "Degree=Pos", "head": 0, "id": 10, "lemma": "far", "misc": "", "start_char": 662, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 670, "feats": null, "head": 16, "id": 11, "lemma": "from", "misc": "", "start_char": 666, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "cop", "end_char": 676, "feats": "VerbForm=Ger", "head": 16, "id": 12, "lemma": "be", "misc": "", "start_char": 671, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "det", "end_char": 678, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 13, "lemma": "a", "misc": "", "start_char": 677, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 689, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "successful", "misc": "", "start_char": 679, "text": "successful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 697, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "English", "misc": "", "start_char": 690, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 705, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "learner", "misc": "", "start_char": 698, "text": "learner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 707, "feats": null, "head": 10, "id": 17, "lemma": ".", "misc": "", "start_char": 706, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (S (NP (NN Vocabulary)) (VP (VBZ is) (ADJP (JJ vital)))) (, ,) (CC but) (S (S (VP (VBG knowing) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB use) (NP (DT the) (JJ exact) (NNS words) (CC and) (NNS expressions)) (PP (IN in) (NP (JJ certain) (NNS situations))))))))) (VP (VBZ is) (ADJP (RBR more) (JJ important)))) (. .)))" }, "speaker": null, "text": "Vocabulary is vital, but knowing how to use the exact words and expressions in certain situations is more important.", "tokens": [ { "deprel": "nsubj", "end_char": 718, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "vocabulary", "misc": "", "start_char": 708, "text": "Vocabulary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 721, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 719, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 727, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "vital", "misc": "", "start_char": 722, "text": "vital", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 729, "feats": null, "head": 20, "id": 4, "lemma": ",", "misc": "", "start_char": 728, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 733, "feats": null, "head": 20, "id": 5, "lemma": "but", "misc": "", "start_char": 730, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "csubj", "end_char": 741, "feats": "VerbForm=Ger", "head": 20, "id": 6, "lemma": "know", "misc": "", "start_char": 734, "text": "knowing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 745, "feats": "PronType=Int", "head": 6, "id": 7, "lemma": "how", "misc": "", "start_char": 742, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 748, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 746, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 752, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "use", "misc": "", "start_char": 749, "text": "use", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 756, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 753, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 762, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "exact", "misc": "", "start_char": 757, "text": "exact", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 768, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "word", "misc": "", "start_char": 763, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 772, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 769, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 784, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "expression", "misc": "", "start_char": 773, "text": "expressions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 787, "feats": null, "head": 17, "id": 15, "lemma": "in", "misc": "", "start_char": 785, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 795, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "certain", "misc": "", "start_char": 788, "text": "certain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 806, "feats": "Number=Plur", "head": 9, "id": 17, "lemma": "situation", "misc": "", "start_char": 796, "text": "situations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 809, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 18, "lemma": "be", "misc": "", "start_char": 807, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 814, "feats": "Degree=Cmp", "head": 20, "id": 19, "lemma": "more", "misc": "", "start_char": 810, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "conj", "end_char": 824, "feats": "Degree=Pos", "head": 3, "id": 20, "lemma": "important", "misc": "", "start_char": 815, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 826, "feats": null, "head": 3, "id": 21, "lemma": ".", "misc": "", "start_char": 825, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 828, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 827, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP disagree) (SBAR (IN that) (S (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB speak) (NP (NNP English)) (ADVP (UH well)))))) (NP (PRP you)) (VP (VBP have) (S (VP (TO to) (VP (VB live) (PP (IN in) (NP (DT an) (JJ English-speaking) (NN country)))))))))) (. .)))" }, "speaker": null, "text": "I disagree that in order to speak English well you have to live in an English-speaking country.", "tokens": [ { "deprel": "nsubj", "end_char": 830, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 829, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 839, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "disagree", "misc": "", "start_char": 831, "text": "disagree", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 844, "feats": null, "head": 11, "id": 3, "lemma": "that", "misc": "", "start_char": 840, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 847, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 845, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 853, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "order", "misc": "", "start_char": 848, "text": "order", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 856, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 854, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 862, "feats": "VerbForm=Inf", "head": 11, "id": 7, "lemma": "speak", "misc": "", "start_char": 857, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 870, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "English", "misc": "", "start_char": 863, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "discourse", "end_char": 875, "feats": null, "head": 11, "id": 9, "lemma": "well", "misc": "", "start_char": 871, "text": "well", "upos": "INTJ", "xpos": "UH" }, { "deprel": "nsubj", "end_char": 879, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 11, "id": 10, "lemma": "you", "misc": "", "start_char": 876, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 884, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 2, "id": 11, "lemma": "have", "misc": "", "start_char": 880, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 887, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 885, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 892, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "live", "misc": "", "start_char": 888, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 895, "feats": null, "head": 17, "id": 14, "lemma": "in", "misc": "", "start_char": 893, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 898, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 896, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 915, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "english-speaking", "misc": "", "start_char": 899, "text": "English-speaking", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 923, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "country", "misc": "", "start_char": 916, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 925, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 924, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBP know) (NP (NP (JJ many) (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP speak) (NP (JJ excellent) (NNP English)))))))) (CC but) (S (NP (PRP they)) (VP (VBP have) (ADVP (RB never)) (VP (VBN been) (ADVP (RB abroad))))) (. .)))" }, "speaker": null, "text": "I know many people who speak excellent English but they have never been abroad.", "tokens": [ { "deprel": "nsubj", "end_char": 927, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 926, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 932, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "know", "misc": "", "start_char": 928, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 937, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "many", "misc": "", "start_char": 933, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 944, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "person", "misc": "", "start_char": 938, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 948, "feats": "PronType=Rel", "head": 6, "id": 5, "lemma": "who", "misc": "", "start_char": 945, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 954, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 6, "lemma": "speak", "misc": "", "start_char": 949, "text": "speak", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 964, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "excellent", "misc": "", "start_char": 955, "text": "excellent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 972, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "English", "misc": "", "start_char": 965, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 976, "feats": null, "head": 14, "id": 9, "lemma": "but", "misc": "", "start_char": 973, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 981, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 10, "lemma": "they", "misc": "", "start_char": 977, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 986, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 11, "lemma": "have", "misc": "", "start_char": 982, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 992, "feats": null, "head": 14, "id": 12, "lemma": "never", "misc": "", "start_char": 987, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 997, "feats": "Tense=Past|VerbForm=Part", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 993, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "conj", "end_char": 1004, "feats": null, "head": 2, "id": 14, "lemma": "abroad", "misc": "", "start_char": 998, "text": "abroad", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1006, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 1005, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP it)) (VP (VBZ does) (RB n't) (VP (VB mean) (SBAR (S (NP (NN environment)) (VP (VBZ is) (RB not) (ADJP (JJ important))))))) (. .)))" }, "speaker": null, "text": "But it doesn't mean environment is not important.", "tokens": [ { "deprel": "cc", "end_char": 1010, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 1007, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1013, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "it", "misc": "", "start_char": 1011, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1018, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 1014, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1022, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 1019, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1027, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "mean", "misc": "", "start_char": 1023, "text": "mean", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 1039, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "environment", "misc": "", "start_char": 1028, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1042, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 1040, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1046, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 1043, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1056, "feats": "Degree=Pos", "head": 5, "id": 9, "lemma": "important", "misc": "", "start_char": 1047, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1058, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 1057, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Being) (PP (IN in) (NP (DT an) (JJ English-speaking) (NN country))))) (, ,) (NP (PRP you)) (VP (MD can) (RB not) (ADVP (RB only)) (VP (VB be) (VP (VP (VBN exposed) (PP (IN to) (NP (DT the) (NN language)))) (CONJP (CC but) (RB also)) (VP (VB learn) (NP (NP (NP (DT the) (NN culture)) (PP (IN of) (NP (DT the) (NN country)))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (ADJP (JJ helpful) (PP (IN to) (NP (PRP you)))))))))))) (. .)))" }, "speaker": null, "text": "Being in an English-speaking country, you cannot only be exposed to the language but also learn the culture of the country, which is helpful to you.", "tokens": [ { "deprel": "cop", "end_char": 1064, "feats": "VerbForm=Ger", "head": 5, "id": 1, "lemma": "be", "misc": "", "start_char": 1059, "text": "Being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "case", "end_char": 1067, "feats": null, "head": 5, "id": 2, "lemma": "in", "misc": "", "start_char": 1065, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1070, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 1068, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1087, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "english-speaking", "misc": "", "start_char": 1071, "text": "English-speaking", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 1095, "feats": "Number=Sing", "head": 12, "id": 5, "lemma": "country", "misc": "", "start_char": 1088, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1097, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 1096, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 1101, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 7, "lemma": "you", "misc": "", "start_char": 1098, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1105, "feats": "VerbForm=Fin", "head": 12, "id": 8, "lemma": "can", "misc": "", "start_char": 1102, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1109, "feats": null, "head": 12, "id": 9, "lemma": "not", "misc": "", "start_char": 1106, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1114, "feats": null, "head": 12, "id": 10, "lemma": "only", "misc": "", "start_char": 1110, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 1117, "feats": "VerbForm=Inf", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1115, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1125, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "expose", "misc": "", "start_char": 1118, "text": "exposed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1128, "feats": null, "head": 15, "id": 13, "lemma": "to", "misc": "", "start_char": 1126, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1132, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 1129, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1141, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "language", "misc": "", "start_char": 1133, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1145, "feats": null, "head": 18, "id": 16, "lemma": "but", "misc": "", "start_char": 1142, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1150, "feats": null, "head": 18, "id": 17, "lemma": "also", "misc": "", "start_char": 1146, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1156, "feats": "VerbForm=Inf", "head": 12, "id": 18, "lemma": "learn", "misc": "", "start_char": 1151, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1160, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 1157, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1168, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "culture", "misc": "", "start_char": 1161, "text": "culture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1171, "feats": null, "head": 23, "id": 21, "lemma": "of", "misc": "", "start_char": 1169, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1175, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 1172, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1183, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "country", "misc": "", "start_char": 1176, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1185, "feats": null, "head": 27, "id": 24, "lemma": ",", "misc": "", "start_char": 1184, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1191, "feats": "PronType=Rel", "head": 27, "id": 25, "lemma": "which", "misc": "", "start_char": 1186, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 1194, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 27, "id": 26, "lemma": "be", "misc": "", "start_char": 1192, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 1202, "feats": "Degree=Pos", "head": 20, "id": 27, "lemma": "helpful", "misc": "", "start_char": 1195, "text": "helpful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1205, "feats": null, "head": 29, "id": 28, "lemma": "to", "misc": "", "start_char": 1203, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1209, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 27, "id": 29, "lemma": "you", "misc": "", "start_char": 1206, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1211, "feats": null, "head": 12, "id": 30, "lemma": ".", "misc": "", "start_char": 1210, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (ADVP (RB However)) (, ,) (NP (RB not) (NN everyone)) (VP (VBZ has) (NP (DT a) (NN chance) (S (VP (TO to) (VP (VB go) (ADVP (RB abroad))))))) (. .)))" }, "speaker": null, "text": "However, not everyone has a chance to go abroad.", "tokens": [ { "deprel": "advmod", "end_char": 1219, "feats": null, "head": 5, "id": 1, "lemma": "however", "misc": "", "start_char": 1212, "text": "However", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1221, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1220, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1225, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 1222, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1234, "feats": "Number=Sing|PronType=Tot", "head": 5, "id": 4, "lemma": "everyone", "misc": "", "start_char": 1226, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "root", "end_char": 1238, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "have", "misc": "", "start_char": 1235, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1240, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 1239, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1247, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "chance", "misc": "", "start_char": 1241, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1250, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1248, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1253, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "go", "misc": "", "start_char": 1251, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1260, "feats": null, "head": 9, "id": 10, "lemma": "abroad", "misc": "", "start_char": 1254, "text": "abroad", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1262, "feats": null, "head": 5, "id": 11, "lemma": ".", "misc": "", "start_char": 1261, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (ADVP (RB So)) (, ,) (NP (PRP we)) (VP (VBP are) (VP (VBG learning) (NP (NNP English)))) (, ,) (S (NP (PRP we)) (VP (MD should) (VP (VB speak) (ADVP (RBR more))))) (. .)))" }, "speaker": null, "text": "So, we are learning English, we should speak more.", "tokens": [ { "deprel": "discourse", "end_char": 1265, "feats": null, "head": 5, "id": 1, "lemma": "so", "misc": "", "start_char": 1263, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1267, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1266, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1270, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 3, "lemma": "we", "misc": "", "start_char": 1268, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1274, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1271, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1283, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 5, "lemma": "learn", "misc": "", "start_char": 1275, "text": "learning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1291, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "English", "misc": "", "start_char": 1284, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1293, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 1292, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1296, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 10, "id": 8, "lemma": "we", "misc": "", "start_char": 1294, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1303, "feats": "VerbForm=Fin", "head": 10, "id": 9, "lemma": "should", "misc": "", "start_char": 1297, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1309, "feats": "VerbForm=Inf", "head": 5, "id": 10, "lemma": "speak", "misc": "", "start_char": 1304, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1314, "feats": "Degree=Cmp", "head": 10, "id": 11, "lemma": "more", "misc": "", "start_char": 1310, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "punct", "end_char": 1316, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 1315, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (PP (IN As) (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBP believe))))) (, ,) (`` ``) (VP (VB Do) (RB n't) (VP (VB be) (ADJP (JJ shy)))) (. !)))" }, "speaker": null, "text": "As what I believe, \"Don't be shy!", "tokens": [ { "deprel": "case", "end_char": 1319, "feats": null, "head": 2, "id": 1, "lemma": "as", "misc": "", "start_char": 1317, "text": "As", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1324, "feats": "PronType=Rel", "head": 10, "id": 2, "lemma": "what", "misc": "", "start_char": 1320, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1326, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "I", "misc": "", "start_char": 1325, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1334, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 4, "lemma": "believe", "misc": "", "start_char": 1327, "text": "believe", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1336, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 1335, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1339, "feats": null, "head": 10, "id": 6, "lemma": "``", "misc": "", "start_char": 1337, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "aux", "end_char": 1342, "feats": "Mood=Imp|VerbForm=Fin", "head": 10, "id": 7, "lemma": "do", "misc": "", "start_char": 1340, "text": "Do", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1346, "feats": null, "head": 10, "id": 8, "lemma": "not", "misc": "", "start_char": 1343, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 1349, "feats": "Mood=Imp|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1347, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1353, "feats": "Degree=Pos", "head": 0, "id": 10, "lemma": "shy", "misc": "", "start_char": 1350, "text": "shy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1355, "feats": null, "head": 10, "id": 11, "lemma": "!", "misc": "", "start_char": 1354, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Just)) (VP (VB try)) (. !) ('' '')))" }, "speaker": null, "text": "Just try!\"", "tokens": [ { "deprel": "advmod", "end_char": 1360, "feats": null, "head": 2, "id": 1, "lemma": "just", "misc": "", "start_char": 1356, "text": "Just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1364, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 2, "lemma": "try", "misc": "", "start_char": 1361, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1366, "feats": null, "head": 2, "id": 3, "lemma": "!", "misc": "", "start_char": 1365, "text": "!", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1369, "feats": null, "head": 2, "id": 4, "lemma": "''", "misc": "", "start_char": 1367, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (ADVP (DT No) (NN matter) (SBAR (WHNP (WP what)) (S (NP (PRP we)) (VP (VBP do))))) (, ,) (NP (NNS mistakes)) (VP (MD will) (VP (VB happen))) (. .)))" }, "speaker": null, "text": "No matter what we do, mistakes will happen.", "tokens": [ { "deprel": "det", "end_char": 1372, "feats": null, "head": 2, "id": 1, "lemma": "no", "misc": "", "start_char": 1370, "text": "No", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 1379, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "matter", "misc": "", "start_char": 1373, "text": "matter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1384, "feats": "PronType=Rel", "head": 5, "id": 3, "lemma": "what", "misc": "", "start_char": 1380, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1387, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "we", "misc": "", "start_char": 1385, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1390, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "do", "misc": "", "start_char": 1388, "text": "do", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1392, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 1391, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1401, "feats": "Number=Plur", "head": 9, "id": 7, "lemma": "mistake", "misc": "", "start_char": 1393, "text": "mistakes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1406, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "will", "misc": "", "start_char": 1402, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1413, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "happen", "misc": "", "start_char": 1407, "text": "happen", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1415, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 1414, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT All)) (SBAR (S (NP (PRP we)) (VP (MD should) (VP (VB do)))))) (VP (VBZ is) (VP (VP (VBG learning) (PP (IN from) (NP (DT the) (NNS mistakes)))) (, ,) (CC and) (VP (VBG trying) (S (VP (TO to) (VP (VB correct) (NP (PRP them)) (PP (IN in) (NP (DT the) (JJ next))))))))) (. .)))" }, "speaker": null, "text": "All we should do is learning from the mistakes, and trying to correct them in the next.", "tokens": [ { "deprel": "nsubj:outer", "end_char": 1419, "feats": null, "head": 6, "id": 1, "lemma": "all", "misc": "", "start_char": 1416, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1422, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "we", "misc": "", "start_char": 1420, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1429, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "should", "misc": "", "start_char": 1423, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1432, "feats": "VerbForm=Inf", "head": 1, "id": 4, "lemma": "do", "misc": "", "start_char": 1430, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 1435, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1433, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1444, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 6, "lemma": "learn", "misc": "", "start_char": 1436, "text": "learning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1449, "feats": null, "head": 9, "id": 7, "lemma": "from", "misc": "", "start_char": 1445, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1453, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1450, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1462, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "mistake", "misc": "", "start_char": 1454, "text": "mistakes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1464, "feats": null, "head": 12, "id": 10, "lemma": ",", "misc": "", "start_char": 1463, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1468, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 1465, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1475, "feats": "VerbForm=Ger", "head": 6, "id": 12, "lemma": "try", "misc": "", "start_char": 1469, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1478, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 1476, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1486, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "correct", "misc": "", "start_char": 1479, "text": "correct", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1491, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "they", "misc": "", "start_char": 1487, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1494, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 1492, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1498, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 1495, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1503, "feats": "Degree=Pos", "head": 14, "id": 18, "lemma": "next", "misc": "", "start_char": 1499, "text": "next", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1505, "feats": null, "head": 6, "id": 19, "lemma": ".", "misc": "", "start_char": 1504, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1507, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1506, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (S (NP (EX There)) (VP (VBZ is) (NP (NP (DT a) (NN saying)) (SBAR (S (VP (VBZ goes))))))) (, ,) (S (NP (NN silence)) (VP (VBZ is) (NP (NN gold)))) (. .)))" }, "speaker": null, "text": "There is a saying goes, silence is gold.", "tokens": [ { "deprel": "expl", "end_char": 1513, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 1508, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 1516, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 1514, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1518, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 1517, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1525, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "saying", "misc": "", "start_char": 1519, "text": "saying", "upos": "NOUN", "xpos": "NN" }, { "deprel": "parataxis", "end_char": 1530, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "go", "misc": "", "start_char": 1526, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1532, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 1531, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1540, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "silence", "misc": "", "start_char": 1533, "text": "silence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1543, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 1541, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "parataxis", "end_char": 1548, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "gold", "misc": "", "start_char": 1544, "text": "gold", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1550, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 1549, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (ADVP (RB However)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBZ comes) (PP (IN to) (NP (JJ English) (NN learning)))))) (, ,) (NP (NN sil) (NN ence)) (VP (VBZ means) (NP (NN nothing))) (. .)))" }, "speaker": null, "text": "However, when it comes to English learning, sil ence means nothing.", "tokens": [ { "deprel": "advmod", "end_char": 1558, "feats": null, "head": 12, "id": 1, "lemma": "however", "misc": "", "start_char": 1551, "text": "However", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1560, "feats": null, "head": 12, "id": 2, "lemma": ",", "misc": "", "start_char": 1559, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1565, "feats": "PronType=Int", "head": 5, "id": 3, "lemma": "when", "misc": "", "start_char": 1561, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1568, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "it", "misc": "", "start_char": 1566, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1574, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 5, "lemma": "come", "misc": "", "start_char": 1569, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1577, "feats": null, "head": 8, "id": 6, "lemma": "to", "misc": "", "start_char": 1575, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1585, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "English", "misc": "", "start_char": 1578, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1594, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "learning", "misc": "", "start_char": 1586, "text": "learning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1596, "feats": null, "head": 5, "id": 9, "lemma": ",", "misc": "", "start_char": 1595, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1600, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "sil", "misc": "", "start_char": 1597, "text": "sil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1605, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "ence", "misc": "", "start_char": 1601, "text": "ence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1611, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "mean", "misc": "", "start_char": 1606, "text": "means", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 1619, "feats": "Number=Sing|PronType=Neg", "head": 12, "id": 13, "lemma": "nothing", "misc": "", "start_char": 1612, "text": "nothing", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 1621, "feats": null, "head": 12, "id": 14, "lemma": ".", "misc": "", "start_char": 1620, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP we)) (VP (VBP are) (ADVP (RB always)) (VP (VBG being) (ADJP (JJ afraid) (PP (IN of) (S (VP (VBG making) (NP (NNS mistakes)))))))))) (, ,) (NP (PRP we)) (VP (MD will) (VP (VB get) (NP (NN nothing)) (PP (IN in) (NP (DT the) (NN end))))) (. .)))" }, "speaker": null, "text": "If we are always being afraid of making mistakes, we will get nothing in the end.", "tokens": [ { "deprel": "mark", "end_char": 1624, "feats": null, "head": 6, "id": 1, "lemma": "if", "misc": "", "start_char": 1622, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1627, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 2, "lemma": "we", "misc": "", "start_char": 1625, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1631, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 1628, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1638, "feats": null, "head": 6, "id": 4, "lemma": "always", "misc": "", "start_char": 1632, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 1644, "feats": "VerbForm=Ger", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1639, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 1651, "feats": "Degree=Pos", "head": 13, "id": 6, "lemma": "afraid", "misc": "", "start_char": 1645, "text": "afraid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1654, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 1652, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1661, "feats": "VerbForm=Ger", "head": 6, "id": 8, "lemma": "make", "misc": "", "start_char": 1655, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1670, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "mistake", "misc": "", "start_char": 1662, "text": "mistakes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1672, "feats": null, "head": 6, "id": 10, "lemma": ",", "misc": "", "start_char": 1671, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1675, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 11, "lemma": "we", "misc": "", "start_char": 1673, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1680, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "will", "misc": "", "start_char": 1676, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1684, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "get", "misc": "", "start_char": 1681, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1692, "feats": "Number=Sing|PronType=Neg", "head": 13, "id": 14, "lemma": "nothing", "misc": "", "start_char": 1685, "text": "nothing", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 1695, "feats": null, "head": 17, "id": 15, "lemma": "in", "misc": "", "start_char": 1693, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1699, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 1696, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1703, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "end", "misc": "", "start_char": 1700, "text": "end", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1705, "feats": null, "head": 13, "id": 18, "lemma": ".", "misc": "", "start_char": 1704, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1707, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1706, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Finally)) (, ,) (NP (NN confidence)) (VP (VBZ is) (ADJP (JJ important) (PP (IN to) (NP (PRP$ our) (JJ English) (NNS learners))))) (. .)))" }, "speaker": null, "text": "Finally, confidence is important to our English learners.", "tokens": [ { "deprel": "advmod", "end_char": 1715, "feats": null, "head": 5, "id": 1, "lemma": "finally", "misc": "", "start_char": 1708, "text": "Finally", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1717, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1716, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1728, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "confidence", "misc": "", "start_char": 1718, "text": "confidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1731, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1729, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1741, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "important", "misc": "", "start_char": 1732, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1744, "feats": null, "head": 9, "id": 6, "lemma": "to", "misc": "", "start_char": 1742, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1748, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 7, "lemma": "our", "misc": "", "start_char": 1745, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1756, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "English", "misc": "", "start_char": 1749, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1765, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "learner", "misc": "", "start_char": 1757, "text": "learners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1767, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 1766, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Being) (VP (VBN given) (NP (DT a) (NN chance) (S (VP (TO to) (VP (VB speak)))))))) (, ,) (NP (PRP you)) (VP (MD should) (VP (VP (VB seize) (NP (PRP it))) (CC and) (VP (VB speak) (PRT (RP out))))) (. .)))" }, "speaker": null, "text": "Being given a chance to speak, you should seize it and speak out.", "tokens": [ { "deprel": "aux:pass", "end_char": 1773, "feats": "VerbForm=Ger", "head": 2, "id": 1, "lemma": "be", "misc": "", "start_char": 1768, "text": "Being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 1779, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 10, "id": 2, "lemma": "give", "misc": "", "start_char": 1774, "text": "given", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1781, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 1780, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1788, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "chance", "misc": "", "start_char": 1782, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1791, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 1789, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1797, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "speak", "misc": "", "start_char": 1792, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1799, "feats": null, "head": 2, "id": 7, "lemma": ",", "misc": "", "start_char": 1798, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1803, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 10, "id": 8, "lemma": "you", "misc": "", "start_char": 1800, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1810, "feats": "VerbForm=Fin", "head": 10, "id": 9, "lemma": "should", "misc": "", "start_char": 1804, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1816, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "seize", "misc": "", "start_char": 1811, "text": "seize", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1819, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "it", "misc": "", "start_char": 1817, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 1823, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1820, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1829, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "speak", "misc": "", "start_char": 1824, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1833, "feats": null, "head": 13, "id": 14, "lemma": "out", "misc": "", "start_char": 1830, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1835, "feats": null, "head": 10, "id": 15, "lemma": ".", "misc": "", "start_char": 1834, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (SBARQ (SBAR (ADVP (RB Only)) (IN after) (S (NP (PRP you)) (VP (VBP speak) (PRT (RP out))))) (SQ (MD can) (NP (NNS others)) (VP (VB know) (NP (PRP$ your) (NNS opinions)))) (. .)))" }, "speaker": null, "text": "Only after you speak out can others know your opinions.", "tokens": [ { "deprel": "advmod", "end_char": 1840, "feats": null, "head": 4, "id": 1, "lemma": "only", "misc": "", "start_char": 1836, "text": "Only", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1846, "feats": null, "head": 4, "id": 2, "lemma": "after", "misc": "", "start_char": 1841, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1850, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 3, "lemma": "you", "misc": "", "start_char": 1847, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1856, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 8, "id": 4, "lemma": "speak", "misc": "", "start_char": 1851, "text": "speak", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound:prt", "end_char": 1860, "feats": null, "head": 4, "id": 5, "lemma": "out", "misc": "", "start_char": 1857, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "aux", "end_char": 1864, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "can", "misc": "", "start_char": 1861, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 1871, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "other", "misc": "", "start_char": 1865, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1876, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "know", "misc": "", "start_char": 1872, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1881, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "your", "misc": "", "start_char": 1877, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1890, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "opinion", "misc": "", "start_char": 1882, "text": "opinions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1892, "feats": null, "head": 8, "id": 11, "lemma": ".", "misc": "", "start_char": 1891, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT All)) (SBAR (S (NP (PRP you)) (VP (MD should) (VP (VB do)))))) (VP (VBZ is) (RB not) (VP (VP (VB worry) (PP (IN about) (S (VP (VBG making) (NP (NNS mistakes)))))) (, ,) (CC but) (VP (VB try) (S (VP (TO to) (VP (VB express) (NP (PRP$ your) (NN opinion)) (ADVP (RB clearly)))))))) (. .)))" }, "speaker": null, "text": "All you should do is not worry about making mistakes, but try to express your opinion clearly.", "tokens": [ { "deprel": "nsubj:outer", "end_char": 1896, "feats": null, "head": 7, "id": 1, "lemma": "all", "misc": "", "start_char": 1893, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1900, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 1897, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1907, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "should", "misc": "", "start_char": 1901, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1910, "feats": "VerbForm=Inf", "head": 1, "id": 4, "lemma": "do", "misc": "", "start_char": 1908, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 1913, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 1911, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1917, "feats": null, "head": 7, "id": 6, "lemma": "not", "misc": "", "start_char": 1914, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1923, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "worry", "misc": "", "start_char": 1918, "text": "worry", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1929, "feats": null, "head": 9, "id": 8, "lemma": "about", "misc": "", "start_char": 1924, "text": "about", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1936, "feats": "VerbForm=Ger", "head": 7, "id": 9, "lemma": "make", "misc": "", "start_char": 1930, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1945, "feats": "Number=Plur", "head": 9, "id": 10, "lemma": "mistake", "misc": "", "start_char": 1937, "text": "mistakes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1947, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 1946, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1951, "feats": null, "head": 13, "id": 12, "lemma": "but", "misc": "", "start_char": 1948, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1955, "feats": "VerbForm=Inf", "head": 7, "id": 13, "lemma": "try", "misc": "", "start_char": 1952, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1958, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 1956, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1966, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "express", "misc": "", "start_char": 1959, "text": "express", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1971, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "your", "misc": "", "start_char": 1967, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1979, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "opinion", "misc": "", "start_char": 1972, "text": "opinion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1987, "feats": null, "head": 15, "id": 18, "lemma": "clearly", "misc": "", "start_char": 1980, "text": "clearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1989, "feats": null, "head": 7, "id": 19, "lemma": ".", "misc": "", "start_char": 1988, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Besides)) (, ,) (S (VP (VBG speaking) (NP (PRP itself)))) (VP (VBZ is) (ADJP (ADJP (RB so) (JJ good)) (NP (DT a) (NN chance) (S (VP (TO to) (VP (VP (VB test)) (CC and) (VB improve) (NP (PRP$ your) (VBN spoken) (NNP English)))))))) (. .)))" }, "speaker": null, "text": "Besides, speaking itself is so good a chance to test and improve your spoken English.", "tokens": [ { "deprel": "advmod", "end_char": 1997, "feats": null, "head": 7, "id": 1, "lemma": "besides", "misc": "", "start_char": 1990, "text": "Besides", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1999, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1998, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "csubj", "end_char": 2008, "feats": "VerbForm=Ger", "head": 7, "id": 3, "lemma": "speak", "misc": "", "start_char": 2000, "text": "speaking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 2015, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes", "head": 3, "id": 4, "lemma": "itself", "misc": "", "start_char": 2009, "text": "itself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 2018, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 2016, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2021, "feats": null, "head": 7, "id": 6, "lemma": "so", "misc": "", "start_char": 2019, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 2026, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "good", "misc": "", "start_char": 2022, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "det", "end_char": 2028, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 2027, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2035, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "chance", "misc": "", "start_char": 2029, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2038, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 2036, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 2043, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "test", "misc": "", "start_char": 2039, "text": "test", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 2047, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 2044, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 2055, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "improve", "misc": "", "start_char": 2048, "text": "improve", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 2060, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 16, "id": 14, "lemma": "your", "misc": "", "start_char": 2056, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 2067, "feats": "Tense=Past|VerbForm=Part", "head": 16, "id": 15, "lemma": "speak", "misc": "", "start_char": 2061, "text": "spoken", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 2075, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "English", "misc": "", "start_char": 2068, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2077, "feats": null, "head": 7, "id": 17, "lemma": ".", "misc": "", "start_char": 2076, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
"One thousand readers lead to one thousand Hamlets." It is also true to English learners. English learners do have learning methods different from each other. Some are reasonable, some negative, and some hard to judge. Some learners hold the view that "I don't have any gift for learning English, it's difficult for me". Of course, I don't agree with the idea. It's indeed a fact that some people are more gifted than others, but everyone can learn, as long as you find a suitable learning method and work harder. Some think that the key to learning English well is to remember a rich vocabulary. As far as I'm concerned, that is far from being a successful English learner. Vocabulary is vital, but knowing how to use the exact words and expressions in certain situations is more important. I disagree that in order to speak English well you have to live in an English-speaking country. I know many people who speak excellent English but they have never been abroad. But it doesn't mean environment is not important. Being in an English-speaking country, you cannot only be exposed to the language but also learn the culture of the country, which is helpful to you. However, not everyone has a chance to go abroad. So, we are learning English, we should speak more. As what I believe, "Don't be shy! Just try!" No matter what we do, mistakes will happen. All we should do is learning from the mistakes, and trying to correct them in the next. There is a saying goes, silence is gold. However, when it comes to English learning, sil ence means nothing. If we are always being afraid of making mistakes, we will get nothing in the end. Finally, confidence is important to our English learners. Being given a chance to speak, you should seize it and speak out. Only after you speak out can others know your opinions. All you should do is not worry about making mistakes, but try to express your opinion clearly. Besides, speaking itself is so good a chance to test and improve your spoken English.
[ [ [ 0, 1, 3 ] ], [ [ 0, 6, 8 ] ], [ [ 1, 5, 6 ], [ 2, 0, 1 ], [ 2, 8, 9 ] ], [ [ 2, 4, 9 ] ], [ [ 3, 0, 0 ], [ 3, 4, 4 ], [ 3, 8, 8 ] ], [ [ 6, 8, 9 ] ], [ [ 5, 11, 15 ] ], [ [ 5, 14, 15 ], [ 5, 17, 17 ] ], [ [ 6, 1, 1 ] ], [ [ 6, 3, 3 ], [ 10, 3, 3 ], [ 13, 0, 0 ], [ 14, 0, 0 ], [ 19, 2, 2 ], [ 5, 0, 1 ], [ 5, 7, 7 ], [ 5, 21, 21 ] ], [ [ 7, 3, 12 ] ], [ [ 7, 12, 12 ], [ 30, 6, 6 ] ], [ [ 7, 6, 7 ] ], [ [ 7, 15, 15 ], [ 17, 3, 3 ] ], [ [ 7, 22, 22 ], [ 13, 9, 9 ], [ 16, 6, 6 ], [ 16, 28, 28 ], [ 30, 2, 2 ], [ 31, 1, 1 ], [ 32, 13, 13 ], [ 31, 15, 15 ], [ 30, 8, 8 ], [ 29, 7, 7 ] ], [ [ 7, 24, 27 ] ], [ [ 9, 0, 0 ] ], [ [ 9, 3, 8 ] ], [ [ 9, 12, 14 ] ], [ [ 10, 11, 15 ] ], [ [ 10, 12, 15 ] ], [ [ 11, 0, 0 ] ], [ [ 11, 5, 16 ] ], [ [ 11, 6, 16 ] ], [ [ 11, 9, 13 ] ], [ [ 11, 15, 16 ] ], [ [ 13, 4, 4 ] ], [ [ 13, 14, 16 ], [ 16, 2, 4 ], [ 16, 21, 22 ] ], [ [ 14, 2, 7 ], [ 14, 9, 9 ] ], [ [ 14, 6, 7 ] ], [ [ 15, 5, 5 ] ], [ [ 16, 0, 4 ] ], [ [ 16, 18, 22 ] ], [ [ 18, 2, 2 ], [ 18, 7, 7 ], [ 21, 3, 3 ], [ 22, 1, 1 ], [ 26, 1, 1 ], [ 26, 10, 10 ], [ 28, 6, 6 ] ], [ [ 21, 6, 6 ], [ 22, 7, 8 ], [ 22, 14, 14 ], [ 26, 8, 8 ], [ 31, 9, 9 ] ], [ [ 22, 0, 3 ] ], [ [ 22, 16, 17 ] ], [ [ 24, 2, 3 ] ], [ [ 24, 6, 6 ], [ 25, 9, 10 ], [ 24, 8, 8 ] ], [ [ 25, 6, 7 ] ], [ [ 25, 12, 12 ], [ 26, 13, 13 ] ], [ [ 26, 7, 8 ], [ 31, 8, 9 ] ], [ [ 26, 15, 16 ] ], [ [ 28, 2, 2 ] ], [ [ 28, 6, 8 ] ], [ [ 29, 0, 5 ] ], [ [ 29, 10, 10 ], [ 29, 2, 5 ] ], [ [ 30, 8, 9 ], [ 31, 15, 16 ] ], [ [ 31, 0, 3 ] ], [ [ 32, 2, 3 ], [ 32, 5, 15 ] ], [ [ 32, 3, 3 ] ], [ [ 32, 13, 15 ] ], [ [ 17, 5, 9 ] ], [ [ 5, 3, 21 ] ], [ [ 9, 6, 8 ] ], [ [ 25, 6, 6 ], [ 28, 7, 7 ], [ 5, 15, 15 ], [ 9, 7, 7 ], [ 13, 7, 7 ], [ 18, 5, 5 ], [ 16, 13, 14 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36198
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (PRP it)) (SBAR (WHNP (WDT that)) (S (VP (VBZ makes) (NP (DT a) (NN house)) (NP (DT a) (NN home)))))) (. ?)))" }, "speaker": null, "text": "What is it that makes a house a home?", "tokens": [ { "deprel": "root", "end_char": 4, "feats": "PronType=Int", "head": 0, "id": 1, "lemma": "what", "misc": "", "start_char": 0, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 7, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 5, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 10, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 1, "id": 3, "lemma": "it", "misc": "", "start_char": 8, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj", "end_char": 15, "feats": "PronType=Rel", "head": 5, "id": 4, "lemma": "that", "misc": "", "start_char": 11, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 21, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 5, "lemma": "make", "misc": "", "start_char": 16, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 23, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 22, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 29, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "house", "misc": "", "start_char": 24, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 31, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 30, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 36, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "home", "misc": "", "start_char": 32, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 38, "feats": null, "head": 1, "id": 10, "lemma": "?", "misc": "", "start_char": 37, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN home)) (VP (VBZ is) (NP (NP (DT a) (NN place)) (PP (IN of) (NP (NN companionship)))) (PP (IN with) (NP (NP (NP (NNS people)) (PP (IN in) (NP (PRP it)))) (SBAR (WHNP (WP who)) (S (VP (VBP love) (NP (NP (DT each) (JJ other)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBP are) (ADJP (ADJP (JJ harmonious) (CC and) (JJR closer) (RB inside) (PP (IN with) (NP (CD one) (DT another)))) (SBAR (IN than) (S (NP (PRP they)) (VP (VBP are) (ADVP (RB outside)) (PP (IN with) (NP (NP (DT those)) (PP (PP (IN in) (NP (DT the) (NN workplace))) (CC or) (PP (IN with) (NP (NP (NNS classmates)) (PP (IN at) (NP (NN school)))))))))))))))))))))) (. .)))" }, "speaker": null, "text": "A home is a place of companionship with people in it who love each other, who are harmonious and closer inside with one another than they are outside with those in the workplace or with classmates at school.", "tokens": [ { "deprel": "det", "end_char": 40, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 39, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 45, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "home", "misc": "", "start_char": 41, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 46, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 50, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 49, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 56, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "place", "misc": "", "start_char": 51, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 59, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 57, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 73, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "companionship", "misc": "", "start_char": 60, "text": "companionship", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 78, "feats": null, "head": 9, "id": 8, "lemma": "with", "misc": "", "start_char": 74, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 85, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "person", "misc": "", "start_char": 79, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 88, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 86, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 91, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 11, "lemma": "it", "misc": "", "start_char": 89, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj", "end_char": 95, "feats": "PronType=Rel", "head": 13, "id": 12, "lemma": "who", "misc": "", "start_char": 92, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 100, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 13, "lemma": "love", "misc": "", "start_char": 96, "text": "love", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 105, "feats": "ExtPos=PRON|PronType=Rcp", "head": 13, "id": 14, "lemma": "each", "misc": "", "start_char": 101, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 111, "feats": "Degree=Pos", "head": 14, "id": 15, "lemma": "other", "misc": "", "start_char": 106, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 113, "feats": null, "head": 19, "id": 16, "lemma": ",", "misc": "", "start_char": 112, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 117, "feats": "PronType=Rel", "head": 19, "id": 17, "lemma": "who", "misc": "", "start_char": 114, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 121, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 118, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 132, "feats": "Degree=Pos", "head": 9, "id": 19, "lemma": "harmonious", "misc": "", "start_char": 122, "text": "harmonious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 136, "feats": null, "head": 21, "id": 20, "lemma": "and", "misc": "", "start_char": 133, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 143, "feats": "Degree=Cmp", "head": 19, "id": 21, "lemma": "close", "misc": "", "start_char": 137, "text": "closer", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "advmod", "end_char": 150, "feats": null, "head": 19, "id": 22, "lemma": "inside", "misc": "", "start_char": 144, "text": "inside", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 155, "feats": null, "head": 25, "id": 23, "lemma": "with", "misc": "", "start_char": 151, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 159, "feats": "NumForm=Word|NumType=Card", "head": 25, "id": 24, "lemma": "one", "misc": "", "start_char": 156, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 167, "feats": "PronType=Art", "head": 19, "id": 25, "lemma": "another", "misc": "", "start_char": 160, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "mark", "end_char": 172, "feats": null, "head": 28, "id": 26, "lemma": "than", "misc": "", "start_char": 168, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 177, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 28, "id": 27, "lemma": "they", "misc": "", "start_char": 173, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 181, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 25, "id": 28, "lemma": "be", "misc": "", "start_char": 178, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 189, "feats": null, "head": 28, "id": 29, "lemma": "outside", "misc": "", "start_char": 182, "text": "outside", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 194, "feats": null, "head": 31, "id": 30, "lemma": "with", "misc": "", "start_char": 190, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 200, "feats": "Number=Plur|PronType=Dem", "head": 19, "id": 31, "lemma": "that", "misc": "", "start_char": 195, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 203, "feats": null, "head": 34, "id": 32, "lemma": "in", "misc": "", "start_char": 201, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 207, "feats": "Definite=Def|PronType=Art", "head": 34, "id": 33, "lemma": "the", "misc": "", "start_char": 204, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 217, "feats": "Number=Sing", "head": 31, "id": 34, "lemma": "workplace", "misc": "", "start_char": 208, "text": "workplace", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 220, "feats": null, "head": 37, "id": 35, "lemma": "or", "misc": "", "start_char": 218, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 225, "feats": null, "head": 37, "id": 36, "lemma": "with", "misc": "", "start_char": 221, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "conj", "end_char": 236, "feats": "Number=Plur", "head": 34, "id": 37, "lemma": "classmate", "misc": "", "start_char": 226, "text": "classmates", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 239, "feats": null, "head": 39, "id": 38, "lemma": "at", "misc": "", "start_char": 237, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 246, "feats": "Number=Sing", "head": 37, "id": 39, "lemma": "school", "misc": "", "start_char": 240, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 248, "feats": null, "head": 5, "id": 40, "lemma": ".", "misc": "", "start_char": 247, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN home)) (VP (VBZ is) (NP (NP (NP (DT a) (NN place)) (PP (IN of) (NP (NN companionship)))) (SBAR (WHNP (WDT that)) (S (NP (NP (PRP it))) (VP (VBZ 's) (ADJP (JJ difficult) (SBAR (S (VP (TO to) (VP (VB leave))))))))))) (. .)))" }, "speaker": null, "text": "A home is a place of companionship that it's difficult to leave.", "tokens": [ { "deprel": "det", "end_char": 250, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 249, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 255, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "home", "misc": "", "start_char": 251, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 258, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 256, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 260, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 259, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 266, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "place", "misc": "", "start_char": 261, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 269, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 267, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 283, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "companionship", "misc": "", "start_char": 270, "text": "companionship", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 288, "feats": "PronType=Rel", "head": 13, "id": 8, "lemma": "that", "misc": "", "start_char": 284, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 291, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "it", "misc": "", "start_char": 289, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 294, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 292, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 304, "feats": "Degree=Pos", "head": 5, "id": 11, "lemma": "difficult", "misc": "", "start_char": 295, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 307, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 305, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "ccomp", "end_char": 313, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "leave", "misc": "", "start_char": 308, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 315, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 314, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NP (DT a) (NN home)) (SBAR (S (NP (EX there)) (VP (VBZ is) (NP (NN love) (, ,) (NN sharing) (CC and) (NN appreciation))))))) (, ,) (CC and) (S (NP (DT the) (NNS members)) (VP (VBP help) (NP (DT each) (JJ other)))) (. .)))" }, "speaker": null, "text": "In a home there is love, sharing and appreciation, and the members help each other.", "tokens": [ { "deprel": "case", "end_char": 318, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 316, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 320, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 319, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 325, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "home", "misc": "", "start_char": 321, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "expl", "end_char": 331, "feats": null, "head": 5, "id": 4, "lemma": "there", "misc": "", "start_char": 326, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 334, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "be", "misc": "", "start_char": 332, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 339, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "love", "misc": "", "start_char": 335, "text": "love", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 341, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 340, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 349, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "sharing", "misc": "", "start_char": 342, "text": "sharing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 353, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 350, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 366, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "appreciation", "misc": "", "start_char": 354, "text": "appreciation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 368, "feats": null, "head": 15, "id": 11, "lemma": ",", "misc": "", "start_char": 367, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 372, "feats": null, "head": 15, "id": 12, "lemma": "and", "misc": "", "start_char": 369, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 376, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 373, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 384, "feats": "Number=Plur", "head": 15, "id": 14, "lemma": "member", "misc": "", "start_char": 377, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 389, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 15, "lemma": "help", "misc": "", "start_char": 385, "text": "help", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 394, "feats": "ExtPos=PRON|PronType=Rcp", "head": 15, "id": 16, "lemma": "each", "misc": "", "start_char": 390, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 400, "feats": "Degree=Pos", "head": 16, "id": 17, "lemma": "other", "misc": "", "start_char": 395, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 402, "feats": null, "head": 5, "id": 18, "lemma": ".", "misc": "", "start_char": 401, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 404, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 403, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP have) (VP (VBN seen) (NP (NP (NNS families)) (PP (IN on) (NP (DT the) (NN street)))))) (. .)))" }, "speaker": null, "text": "I have seen families on the street.", "tokens": [ { "deprel": "nsubj", "end_char": 406, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 405, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 411, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 407, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 416, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "see", "misc": "", "start_char": 412, "text": "seen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 425, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "family", "misc": "", "start_char": 417, "text": "families", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 428, "feats": null, "head": 7, "id": 5, "lemma": "on", "misc": "", "start_char": 426, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 432, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 429, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 439, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "street", "misc": "", "start_char": 433, "text": "street", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 441, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 440, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (CC But) (SBAR (IN if) (S (NP (PRP they)) (VP (VBP live)))) (, ,) (VP (VBP sleep) (, ,) (VP (VBP talk)) (, ,) (CC and) (VP (VBP eat) (ADVP (RB together)))) (, ,) (NP (PRP they)) (VP (VBP are) (NP (DT a) (NN family)) (, ,) (SBAR (ADVP (RB even)) (IN if) (S (NP (PRP they)) (VP (VBP are) (ADVP (RB poorly) (RB off)))))) (. .)))" }, "speaker": null, "text": "But if they live, sleep, talk, and eat together, they are a family, even if they are poorly off.", "tokens": [ { "deprel": "cc", "end_char": 445, "feats": null, "head": 17, "id": 1, "lemma": "but", "misc": "", "start_char": 442, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 448, "feats": null, "head": 4, "id": 2, "lemma": "if", "misc": "", "start_char": 446, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 453, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "they", "misc": "", "start_char": 449, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 458, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 4, "lemma": "live", "misc": "", "start_char": 454, "text": "live", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 460, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 459, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 466, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 6, "lemma": "sleep", "misc": "", "start_char": 461, "text": "sleep", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 468, "feats": null, "head": 8, "id": 7, "lemma": ",", "misc": "", "start_char": 467, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 473, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 8, "lemma": "talk", "misc": "", "start_char": 469, "text": "talk", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 475, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 474, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 479, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 476, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 483, "feats": "Mood=Ind|Number=Plur|Person=3|VerbForm=Fin", "head": 4, "id": 11, "lemma": "eat", "misc": "", "start_char": 480, "text": "eat", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 492, "feats": null, "head": 11, "id": 12, "lemma": "together", "misc": "", "start_char": 484, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 494, "feats": null, "head": 4, "id": 13, "lemma": ",", "misc": "", "start_char": 493, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 499, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 17, "id": 14, "lemma": "they", "misc": "", "start_char": 495, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 503, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 15, "lemma": "be", "misc": "", "start_char": 500, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 505, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 504, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 512, "feats": "Number=Sing", "head": 0, "id": 17, "lemma": "family", "misc": "", "start_char": 506, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 514, "feats": null, "head": 17, "id": 18, "lemma": ",", "misc": "", "start_char": 513, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 519, "feats": null, "head": 24, "id": 19, "lemma": "even", "misc": "", "start_char": 515, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 522, "feats": null, "head": 24, "id": 20, "lemma": "if", "misc": "", "start_char": 520, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 527, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 24, "id": 21, "lemma": "they", "misc": "", "start_char": 523, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 531, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 22, "lemma": "be", "misc": "", "start_char": 528, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 538, "feats": null, "head": 24, "id": 23, "lemma": "poorly", "misc": "", "start_char": 532, "text": "poorly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 542, "feats": null, "head": 17, "id": 24, "lemma": "off", "misc": "", "start_char": 539, "text": "off", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 544, "feats": null, "head": 17, "id": 25, "lemma": ".", "misc": "", "start_char": 543, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (VP (VBP do) (RB n't) (VP (VB need) (NP (NP (DT a) (NN roof)) (SBAR (S (VP (TO to) (VP (VB make) (NP (DT a) (NN home))))))))) (. .)))" }, "speaker": null, "text": "You don't need a roof to make a home.", "tokens": [ { "deprel": "nsubj", "end_char": 548, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 1, "lemma": "you", "misc": "", "start_char": 545, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 551, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 549, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 555, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 552, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 560, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "need", "misc": "", "start_char": 556, "text": "need", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 562, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 561, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 567, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "roof", "misc": "", "start_char": 563, "text": "roof", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 570, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 568, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 575, "feats": "VerbForm=Inf", "head": 4, "id": 8, "lemma": "make", "misc": "", "start_char": 571, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 577, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 576, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 582, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "home", "misc": "", "start_char": 578, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 584, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 583, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (ADJP (RB truly) (JJ homeless))) (VP (VBP are) (NP (NP (DT some)) (PP (IN of) (NP (NP (DT the) (JJ rich) (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VP (VBP build) (NP (JJ multi-million-dollar) (NNS houses))) (CC and) (VP (VBP are) (ADJP (RB too) (JJ busy) (S (VP (TO to) (VP (VB live) (PP (IN in) (NP (PRP them))))))))))))))) (. .)))" }, "speaker": null, "text": "The truly homeless are some of the rich people who build multi-million-dollar houses and are too busy to live in them.", "tokens": [ { "deprel": "det", "end_char": 588, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 585, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 594, "feats": null, "head": 3, "id": 2, "lemma": "truly", "misc": "", "start_char": 589, "text": "truly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 603, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "homeless", "misc": "", "start_char": 595, "text": "homeless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 607, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 604, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 612, "feats": null, "head": 0, "id": 5, "lemma": "some", "misc": "", "start_char": 608, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 615, "feats": null, "head": 9, "id": 6, "lemma": "of", "misc": "", "start_char": 613, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 619, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 616, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 624, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "rich", "misc": "", "start_char": 620, "text": "rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 631, "feats": "Number=Plur", "head": 5, "id": 9, "lemma": "person", "misc": "", "start_char": 625, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 635, "feats": "PronType=Rel", "head": 11, "id": 10, "lemma": "who", "misc": "", "start_char": 632, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 641, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 11, "lemma": "build", "misc": "", "start_char": 636, "text": "build", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 662, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "multi-million-dollar", "misc": "", "start_char": 642, "text": "multi-million-dollar", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 669, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "house", "misc": "", "start_char": 663, "text": "houses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 673, "feats": null, "head": 17, "id": 14, "lemma": "and", "misc": "", "start_char": 670, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 677, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 15, "lemma": "be", "misc": "", "start_char": 674, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 681, "feats": null, "head": 17, "id": 16, "lemma": "too", "misc": "", "start_char": 678, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 686, "feats": "Degree=Pos", "head": 11, "id": 17, "lemma": "busy", "misc": "", "start_char": 682, "text": "busy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 689, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 687, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 694, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "live", "misc": "", "start_char": 690, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 697, "feats": null, "head": 21, "id": 20, "lemma": "in", "misc": "", "start_char": 695, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 702, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 19, "id": 21, "lemma": "they", "misc": "", "start_char": 698, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 704, "feats": null, "head": 5, "id": 22, "lemma": ".", "misc": "", "start_char": 703, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (ADJP (RB truly) (JJ homeless))) (VP (VBP are) (NP (NP (DT those)) (SBAR (WHNP (WP who)) (S (VP (VBP have) (VP (VBN turned) (NP (PRP$ their) (NN home)) (PP (IN into) (NP (DT a) (NN hotel) (NN lobby))))))))) (. .)))" }, "speaker": null, "text": "The truly homeless are those who have turned their home into a hotel lobby.", "tokens": [ { "deprel": "det", "end_char": 708, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 705, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 714, "feats": null, "head": 3, "id": 2, "lemma": "truly", "misc": "", "start_char": 709, "text": "truly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 723, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "homeless", "misc": "", "start_char": 715, "text": "homeless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 727, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 724, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 733, "feats": "Number=Plur|PronType=Dem", "head": 0, "id": 5, "lemma": "that", "misc": "", "start_char": 728, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 737, "feats": "PronType=Rel", "head": 8, "id": 6, "lemma": "who", "misc": "", "start_char": 734, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 742, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "have", "misc": "", "start_char": 738, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 749, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 8, "lemma": "turn", "misc": "", "start_char": 743, "text": "turned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod:poss", "end_char": 755, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "their", "misc": "", "start_char": 750, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 760, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "home", "misc": "", "start_char": 756, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 765, "feats": null, "head": 14, "id": 11, "lemma": "into", "misc": "", "start_char": 761, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 767, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 766, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 773, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "hotel", "misc": "", "start_char": 768, "text": "hotel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 779, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "lobby", "misc": "", "start_char": 774, "text": "lobby", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 781, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 780, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS parents)) (VP (VBP work)) (. .)))" }, "speaker": null, "text": "The parents work.", "tokens": [ { "deprel": "det", "end_char": 785, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 782, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 793, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "parent", "misc": "", "start_char": 786, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 798, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "work", "misc": "", "start_char": 794, "text": "work", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 800, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 799, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS children)) (VP (VBP do) (ADVP (JJ wrong))) (. .)))" }, "speaker": null, "text": "The children do wrong.", "tokens": [ { "deprel": "det", "end_char": 804, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 801, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 813, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "child", "misc": "", "start_char": 805, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 816, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "do", "misc": "", "start_char": 814, "text": "do", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 822, "feats": "Degree=Pos", "head": 3, "id": 4, "lemma": "wrong", "misc": "", "start_char": 817, "text": "wrong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 824, "feats": null, "head": 3, "id": 5, "lemma": ".", "misc": "", "start_char": 823, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP do) (RB n't) (VP (VP (VB talk)) (CC and) (VP (VB eat) (ADVP (RB together))) (NP (DT every) (NN day)))) (. .)))" }, "speaker": null, "text": "They don't talk and eat together every day.", "tokens": [ { "deprel": "nsubj", "end_char": 829, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "they", "misc": "", "start_char": 825, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 832, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 830, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 836, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 833, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 841, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "talk", "misc": "", "start_char": 837, "text": "talk", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 845, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 842, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 849, "feats": "Person=3|VerbForm=Inf", "head": 4, "id": 6, "lemma": "eat", "misc": "", "start_char": 846, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 858, "feats": null, "head": 6, "id": 7, "lemma": "together", "misc": "", "start_char": 850, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 864, "feats": "PronType=Tot", "head": 9, "id": 8, "lemma": "every", "misc": "", "start_char": 859, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 868, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "day", "misc": "", "start_char": 865, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 870, "feats": null, "head": 4, "id": 10, "lemma": ".", "misc": "", "start_char": 869, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (ADVP (RB rarely)) (VP (VBP see) (NP (DT each) (JJ other))) (. .)))" }, "speaker": null, "text": "They rarely see each other.", "tokens": [ { "deprel": "nsubj", "end_char": 875, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 871, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 882, "feats": null, "head": 3, "id": 2, "lemma": "rarely", "misc": "", "start_char": 876, "text": "rarely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 886, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "see", "misc": "", "start_char": 883, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 891, "feats": "ExtPos=PRON|PronType=Rcp", "head": 3, "id": 4, "lemma": "each", "misc": "", "start_char": 887, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 897, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "other", "misc": "", "start_char": 892, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 899, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 898, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (ADJP (RB truly) (JJ homeless)) (NNS people)) (VP (VBP are) (NP (NP (DT those)) (PP (IN with) (NP (NNS babysitters) (, ,) (NNS caretakers) (, ,) (NNS gardeners) (CC and) (NNS maids))))) (. .)))" }, "speaker": null, "text": "The truly homeless people are those with babysitters, caretakers, gardeners and maids.", "tokens": [ { "deprel": "det", "end_char": 903, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 900, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 909, "feats": null, "head": 3, "id": 2, "lemma": "truly", "misc": "", "start_char": 904, "text": "truly", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 918, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "homeless", "misc": "", "start_char": 910, "text": "homeless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 925, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "person", "misc": "", "start_char": 919, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 929, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 926, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 935, "feats": "Number=Plur|PronType=Dem", "head": 0, "id": 6, "lemma": "that", "misc": "", "start_char": 930, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 940, "feats": null, "head": 8, "id": 7, "lemma": "with", "misc": "", "start_char": 936, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 952, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "babysitter", "misc": "", "start_char": 941, "text": "babysitters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 954, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 953, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 965, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "caretaker", "misc": "", "start_char": 955, "text": "caretakers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 967, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 966, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 977, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "gardener", "misc": "", "start_char": 968, "text": "gardeners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 981, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 978, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 987, "feats": "Number=Plur", "head": 8, "id": 14, "lemma": "maid", "misc": "", "start_char": 982, "text": "maids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 989, "feats": null, "head": 6, "id": 15, "lemma": ".", "misc": "", "start_char": 988, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NNS Parents)) (VP (VBP are) (ADJP (JJ unaware)) (, ,) (ADJP (RB too) (JJ busy) (S (VP (VBG making) (NP (NN money)) (PP (IN outside) (NP (DT the) (NN home)))))) (SBAR (WHNP (WDT that)) (S (NP (PRP they)) (VP (VBP do) (RB n't) (VP (VB live) (PP (IN in))))))) (. .)))" }, "speaker": null, "text": "Parents are unaware, too busy making money outside the home that they don't live in.", "tokens": [ { "deprel": "nsubj", "end_char": 997, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "Parent", "misc": "", "start_char": 990, "text": "Parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1001, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 998, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1009, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "unaware", "misc": "", "start_char": 1002, "text": "unaware", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1011, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 1010, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1015, "feats": null, "head": 6, "id": 5, "lemma": "too", "misc": "", "start_char": 1012, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1020, "feats": "Degree=Pos", "head": 3, "id": 6, "lemma": "busy", "misc": "", "start_char": 1016, "text": "busy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 1027, "feats": "VerbForm=Ger", "head": 3, "id": 7, "lemma": "make", "misc": "", "start_char": 1021, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1033, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "money", "misc": "", "start_char": 1028, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1041, "feats": null, "head": 11, "id": 9, "lemma": "outside", "misc": "", "start_char": 1034, "text": "outside", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1045, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1042, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1050, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "home", "misc": "", "start_char": 1046, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1055, "feats": "PronType=Rel", "head": 16, "id": 12, "lemma": "that", "misc": "", "start_char": 1051, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 1060, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 16, "id": 13, "lemma": "they", "misc": "", "start_char": 1056, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1063, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 14, "lemma": "do", "misc": "", "start_char": 1061, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1067, "feats": null, "head": 16, "id": 15, "lemma": "not", "misc": "", "start_char": 1064, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1072, "feats": "VerbForm=Inf", "head": 11, "id": 16, "lemma": "live", "misc": "", "start_char": 1068, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1075, "feats": null, "head": 12, "id": 17, "lemma": "in", "misc": "", "start_char": 1073, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1077, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 1076, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (NP (NP (DT another) (NN way)) (PP (IN of) (S (VP (VBG looking) (PP (IN at) (NP (NP (DT the) (JJ rich)) (CC and) (NP (DT the) (JJ homeless))))))))) (. .)))" }, "speaker": null, "text": "This is another way of looking at the rich and the homeless.", "tokens": [ { "deprel": "nsubj", "end_char": 1082, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 1078, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1085, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1083, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1093, "feats": null, "head": 4, "id": 3, "lemma": "another", "misc": "", "start_char": 1086, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1097, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "way", "misc": "", "start_char": 1094, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1100, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 1098, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1108, "feats": "VerbForm=Ger", "head": 4, "id": 6, "lemma": "look", "misc": "", "start_char": 1101, "text": "looking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1111, "feats": null, "head": 9, "id": 7, "lemma": "at", "misc": "", "start_char": 1109, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1115, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1112, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1120, "feats": "Degree=Pos", "head": 6, "id": 9, "lemma": "rich", "misc": "", "start_char": 1116, "text": "rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1124, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 1121, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1128, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 1125, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1137, "feats": "Degree=Pos", "head": 9, "id": 12, "lemma": "homeless", "misc": "", "start_char": 1129, "text": "homeless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1139, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 1138, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP Who)) (SQ (VBZ is) (S (VP (TO to) (VP (VB be) (ADJP (VBN pitied)))))) (. ?)))" }, "speaker": null, "text": "Who is to be pitied?", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1143, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "who", "misc": "", "start_char": 1140, "text": "Who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1146, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1144, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1149, "feats": null, "head": 5, "id": 3, "lemma": "to", "misc": "", "start_char": 1147, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 1152, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1150, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1159, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "pity", "misc": "", "start_char": 1153, "text": "pitied", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1161, "feats": null, "head": 5, "id": 6, "lemma": "?", "misc": "", "start_char": 1160, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1163, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1162, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (NP (NN Control)) (PP (IN of) (NP (NP (DT the) (NN computer)) (CC and) (NP (DT the) (NNP Internet))))) (VP (VBZ is) (ADVP (RB also)) (ADJP (JJ important) (S (VP (TO to) (VP (VB make) (NP (DT a) (NN house)) (PP (IN into) (NP (DT a) (NN home)))))))) (. .)))" }, "speaker": null, "text": "Control of the computer and the Internet is also important to make a house into a home.", "tokens": [ { "deprel": "nsubj", "end_char": 1171, "feats": "Number=Sing", "head": 10, "id": 1, "lemma": "control", "misc": "", "start_char": 1164, "text": "Control", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1174, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 1172, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1178, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1175, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1187, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "computer", "misc": "", "start_char": 1179, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1191, "feats": null, "head": 7, "id": 5, "lemma": "and", "misc": "", "start_char": 1188, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1195, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1192, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1204, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "Internet", "misc": "", "start_char": 1196, "text": "Internet", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1207, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 1205, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1212, "feats": null, "head": 10, "id": 9, "lemma": "also", "misc": "", "start_char": 1208, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1222, "feats": "Degree=Pos", "head": 0, "id": 10, "lemma": "important", "misc": "", "start_char": 1213, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1225, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 1223, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1230, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "make", "misc": "", "start_char": 1226, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1232, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1231, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1238, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "house", "misc": "", "start_char": 1233, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1243, "feats": null, "head": 17, "id": 15, "lemma": "into", "misc": "", "start_char": 1239, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1245, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 1244, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1250, "feats": "Number=Sing", "head": 12, "id": 17, "lemma": "home", "misc": "", "start_char": 1246, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1252, "feats": null, "head": 10, "id": 18, "lemma": ".", "misc": "", "start_char": 1251, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (DT the) (NN computer)) (VP (VBZ is) (PP (IN on) (NP (PDT all) (DT the) (NN time)))))) (, ,) (NP (DT the) (NN house)) (VP (VBZ turns) (PP (IN into) (NP (DT an) (NN office))) (, ,) (SBAR (ADVP (RB even)) (IN if) (S (NP (NN everyone)) (VP (VBZ is) (PP (IN at) (NP (NN home))))))) (. .)))" }, "speaker": null, "text": "If the computer is on all the time, the house turns into an office, even if everyone is at home.", "tokens": [ { "deprel": "mark", "end_char": 1255, "feats": null, "head": 5, "id": 1, "lemma": "if", "misc": "", "start_char": 1253, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1259, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1256, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1268, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "computer", "misc": "", "start_char": 1260, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1271, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1269, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1274, "feats": null, "head": 12, "id": 5, "lemma": "on", "misc": "", "start_char": 1272, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 1278, "feats": null, "head": 8, "id": 6, "lemma": "all", "misc": "", "start_char": 1275, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 1282, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1279, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1287, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "time", "misc": "", "start_char": 1283, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1289, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 1288, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1293, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1290, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1299, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "house", "misc": "", "start_char": 1294, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1305, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "turn", "misc": "", "start_char": 1300, "text": "turns", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1310, "feats": null, "head": 15, "id": 13, "lemma": "into", "misc": "", "start_char": 1306, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1313, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 1311, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1320, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "office", "misc": "", "start_char": 1314, "text": "office", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1322, "feats": null, "head": 12, "id": 16, "lemma": ",", "misc": "", "start_char": 1321, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1327, "feats": null, "head": 22, "id": 17, "lemma": "even", "misc": "", "start_char": 1323, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1330, "feats": null, "head": 22, "id": 18, "lemma": "if", "misc": "", "start_char": 1328, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1339, "feats": "Number=Sing|PronType=Tot", "head": 22, "id": 19, "lemma": "everyone", "misc": "", "start_char": 1331, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "cop", "end_char": 1342, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 20, "lemma": "be", "misc": "", "start_char": 1340, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1345, "feats": null, "head": 22, "id": 21, "lemma": "at", "misc": "", "start_char": 1343, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1350, "feats": "Number=Sing", "head": 12, "id": 22, "lemma": "home", "misc": "", "start_char": 1346, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1352, "feats": null, "head": 12, "id": 23, "lemma": ".", "misc": "", "start_char": 1351, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (JJ Many) (NNS homes)) (NP (DT these) (NNS days)) (VP (VBP are) (ADVP (RB just)) (NP (NNS offices))) (. .)))" }, "speaker": null, "text": "Many homes these days are just offices.", "tokens": [ { "deprel": "amod", "end_char": 1357, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "many", "misc": "", "start_char": 1353, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1363, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "home", "misc": "", "start_char": 1358, "text": "homes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 1369, "feats": "Number=Plur|PronType=Dem", "head": 4, "id": 3, "lemma": "this", "misc": "", "start_char": 1364, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:tmod", "end_char": 1374, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "day", "misc": "", "start_char": 1370, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1378, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 1375, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1383, "feats": null, "head": 7, "id": 6, "lemma": "just", "misc": "", "start_char": 1379, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1391, "feats": "Number=Plur", "head": 0, "id": 7, "lemma": "office", "misc": "", "start_char": 1384, "text": "offices", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1393, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 1392, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (JJ Human) (NN communication)) (VP (VBZ has) (VP (VBN stopped))) (. .)))" }, "speaker": null, "text": "Human communication has stopped.", "tokens": [ { "deprel": "amod", "end_char": 1399, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "human", "misc": "", "start_char": 1394, "text": "Human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1413, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "communication", "misc": "", "start_char": 1400, "text": "communication", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1417, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 1414, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1425, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "stop", "misc": "", "start_char": 1418, "text": "stopped", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1427, "feats": null, "head": 4, "id": 5, "lemma": ".", "misc": "", "start_char": 1426, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN computer)) (VP (VBZ eats) (PRT (RP up)) (NP (NP (DT the) (NN time)) (SBAR (WHNP (IN that)) (S (NP (PRP one)) (VP (MD should) (VP (VB be) (VP (VBG giving) (PP (IN to) (NP (NP (NNS others)) (PP (IN within) (NP (DT the) (NN home)))))))))))) (. .)))" }, "speaker": null, "text": "The computer eats up the time that one should be giving to others within the home.", "tokens": [ { "deprel": "det", "end_char": 1431, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1428, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1440, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "computer", "misc": "", "start_char": 1432, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1445, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "eat", "misc": "", "start_char": 1441, "text": "eats", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 1448, "feats": null, "head": 3, "id": 4, "lemma": "up", "misc": "", "start_char": 1446, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1452, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1449, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1457, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "time", "misc": "", "start_char": 1453, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1462, "feats": null, "head": 11, "id": 7, "lemma": "that", "misc": "", "start_char": 1458, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1466, "feats": "Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "one", "misc": "", "start_char": 1463, "text": "one", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1473, "feats": "VerbForm=Fin", "head": 11, "id": 9, "lemma": "should", "misc": "", "start_char": 1467, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 1476, "feats": "VerbForm=Inf", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 1474, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl", "end_char": 1483, "feats": "Tense=Pres|VerbForm=Part", "head": 6, "id": 11, "lemma": "give", "misc": "", "start_char": 1477, "text": "giving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1486, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1484, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1493, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "other", "misc": "", "start_char": 1487, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1500, "feats": null, "head": 16, "id": 14, "lemma": "within", "misc": "", "start_char": 1494, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1504, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1501, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1509, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "home", "misc": "", "start_char": 1505, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1511, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 1510, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Using) (NP (DT the) (NN computer)))) (ADVP (RB moderately)) (VP (VBZ gives) (NP (PRP us)) (NP (NP (NN time)) (PP (PP (IN for) (NP (NN gentleness) (, ,) (NN play) (CC and) (NN communication))) (, ,) (RB not) (PP (IN with) (NP (DT a) (NN screen))) (, ,) (CC but) (PP (IN with) (NP (DT a) (JJ human) (NN being)))))) (. .)))" }, "speaker": null, "text": "Using the computer moderately gives us time for gentleness, play and communication, not with a screen, but with a human being.", "tokens": [ { "deprel": "csubj", "end_char": 1517, "feats": "VerbForm=Ger", "head": 5, "id": 1, "lemma": "use", "misc": "", "start_char": 1512, "text": "Using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1521, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1518, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1530, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "computer", "misc": "", "start_char": 1522, "text": "computer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1541, "feats": null, "head": 5, "id": 4, "lemma": "moderately", "misc": "", "start_char": 1531, "text": "moderately", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1547, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "give", "misc": "", "start_char": 1542, "text": "gives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 1550, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 6, "lemma": "we", "misc": "", "start_char": 1548, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 1555, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "time", "misc": "", "start_char": 1551, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1559, "feats": null, "head": 9, "id": 8, "lemma": "for", "misc": "", "start_char": 1556, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1570, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "gentleness", "misc": "", "start_char": 1560, "text": "gentleness", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1572, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 1571, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1577, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "play", "misc": "", "start_char": 1573, "text": "play", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1581, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1578, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1595, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "communication", "misc": "", "start_char": 1582, "text": "communication", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1597, "feats": null, "head": 18, "id": 14, "lemma": ",", "misc": "", "start_char": 1596, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1601, "feats": null, "head": 18, "id": 15, "lemma": "not", "misc": "", "start_char": 1598, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "case", "end_char": 1606, "feats": null, "head": 18, "id": 16, "lemma": "with", "misc": "", "start_char": 1602, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1608, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 17, "lemma": "a", "misc": "", "start_char": 1607, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1615, "feats": "Number=Sing", "head": 9, "id": 18, "lemma": "screen", "misc": "", "start_char": 1609, "text": "screen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1617, "feats": null, "head": 24, "id": 19, "lemma": ",", "misc": "", "start_char": 1616, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1621, "feats": null, "head": 24, "id": 20, "lemma": "but", "misc": "", "start_char": 1618, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1626, "feats": null, "head": 24, "id": 21, "lemma": "with", "misc": "", "start_char": 1622, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1628, "feats": "Definite=Ind|PronType=Art", "head": 24, "id": 22, "lemma": "a", "misc": "", "start_char": 1627, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1634, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "human", "misc": "", "start_char": 1629, "text": "human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1640, "feats": "Number=Sing", "head": 18, "id": 24, "lemma": "being", "misc": "", "start_char": 1635, "text": "being", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1642, "feats": null, "head": 5, "id": 25, "lemma": ".", "misc": "", "start_char": 1641, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
What is it that makes a house a home? A home is a place of companionship with people in it who love each other, who are harmonious and closer inside with one another than they are outside with those in the workplace or with classmates at school. A home is a place of companionship that it's difficult to leave. In a home there is love, sharing and appreciation, and the members help each other. I have seen families on the street. But if they live, sleep, talk, and eat together, they are a family, even if they are poorly off. You don't need a roof to make a home. The truly homeless are some of the rich people who build multi-million-dollar houses and are too busy to live in them. The truly homeless are those who have turned their home into a hotel lobby. The parents work. The children do wrong. They don't talk and eat together every day. They rarely see each other. The truly homeless people are those with babysitters, caretakers, gardeners and maids. Parents are unaware, too busy making money outside the home that they don't live in. This is another way of looking at the rich and the homeless. Who is to be pitied? Control of the computer and the Internet is also important to make a house into a home. If the computer is on all the time, the house turns into an office, even if everyone is at home. Many homes these days are just offices. Human communication has stopped. The computer eats up the time that one should be giving to others within the home. Using the computer moderately gives us time for gentleness, play and communication, not with a screen, but with a human being.
[ [ [ 0, 2, 2 ] ], [ [ 0, 5, 6 ], [ 19, 12, 13 ] ], [ [ 1, 6, 6 ], [ 2, 6, 6 ] ], [ [ 1, 23, 24 ] ], [ [ 1, 30, 33 ] ], [ [ 1, 32, 33 ] ], [ [ 1, 36, 38 ] ], [ [ 1, 38, 38 ] ], [ [ 3, 9, 9 ] ], [ [ 3, 12, 13 ] ], [ [ 3, 5, 5 ] ], [ [ 3, 7, 7 ] ], [ [ 3, 5, 9 ] ], [ [ 5, 0, 0 ] ], [ [ 5, 5, 6 ] ], [ [ 6, 15, 16 ] ], [ [ 7, 0, 0 ] ], [ [ 7, 4, 5 ] ], [ [ 8, 11, 12 ], [ 8, 20, 20 ] ], [ [ 9, 8, 9 ] ], [ [ 9, 11, 13 ] ], [ [ 10, 0, 1 ] ], [ [ 11, 0, 1 ] ], [ [ 12, 0, 0 ], [ 13, 0, 0 ] ], [ [ 12, 7, 8 ] ], [ [ 13, 3, 4 ], [ 3, 15, 16 ], [ 1, 13, 14 ] ], [ [ 14, 7, 7 ] ], [ [ 14, 9, 9 ] ], [ [ 14, 11, 11 ] ], [ [ 14, 13, 13 ] ], [ [ 14, 7, 13 ] ], [ [ 15, 7, 7 ] ], [ [ 15, 12, 12 ], [ 15, 0, 0 ] ], [ [ 15, 9, 16 ] ], [ [ 16, 0, 0 ] ], [ [ 16, 2, 11 ] ], [ [ 16, 7, 8 ] ], [ [ 16, 10, 11 ] ], [ [ 16, 7, 11 ] ], [ [ 19, 0, 6 ] ], [ [ 19, 5, 6 ] ], [ [ 19, 2, 6 ] ], [ [ 20, 6, 7 ] ], [ [ 20, 9, 10 ] ], [ [ 20, 13, 14 ] ], [ [ 20, 18, 18 ] ], [ [ 20, 21, 21 ] ], [ [ 21, 0, 1 ] ], [ [ 21, 2, 3 ] ], [ [ 21, 6, 6 ] ], [ [ 22, 0, 1 ] ], [ [ 23, 7, 7 ] ], [ [ 23, 14, 15 ] ], [ [ 24, 1, 2 ], [ 19, 2, 3 ], [ 20, 1, 2 ], [ 23, 0, 1 ] ], [ [ 24, 5, 5 ] ], [ [ 24, 6, 12 ] ], [ [ 24, 8, 8 ] ], [ [ 24, 10, 10 ] ], [ [ 24, 12, 12 ] ], [ [ 24, 8, 12 ] ], [ [ 24, 16, 17 ] ], [ [ 1, 8, 8 ], [ 1, 26, 26 ] ], [ [ 2, 8, 8 ] ], [ [ 5, 3, 3 ], [ 6, 2, 2 ], [ 6, 13, 13 ], [ 6, 20, 20 ] ], [ [ 8, 6, 20 ] ], [ [ 16, 5, 11 ] ], [ [ 23, 4, 15 ] ], [ [ 23, 12, 15 ] ], [ [ 24, 0, 3 ] ], [ [ 1, 3, 38 ] ], [ [ 2, 3, 12 ], [ 19, 15, 16 ], [ 7, 8, 9 ], [ 3, 1, 2 ], [ 1, 0, 1 ], [ 1, 10, 10 ], [ 0, 7, 8 ], [ 2, 0, 1 ] ], [ [ 8, 4, 20 ] ], [ [ 14, 5, 13 ], [ 9, 4, 13 ], [ 14, 0, 3 ], [ 9, 8, 8 ], [ 8, 0, 2 ], [ 9, 0, 2 ] ], [ [ 24, 21, 23 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36199
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (DT An) (JJ Australian-based) (NN scientist)) (VP (VBD announced) (NP (NN yesterday)) (SBAR (S (NP (PRP he)) (VP (VBD had) (VP (VBN made) (NP (NP (DT a) (NN step)) (ADVP (RB forward) (PP (IN in) (NP (NP (DT a) (NN technique)) (PP (IN for) (NP (NN DNA) (NN testing))) (PP (IN in) (NP (NN court))))))) (SBAR (IN so) (IN that) (S (NP (DT an) (NN individual)) (VP (MD can) (VP (VB be) (VP (VBN identified) (NP (DT a) (JJ single) (NN cell)))))))))))) (. .)))" }, "speaker": null, "text": "An Australian-based scientist announced yesterday he had made a step forward in a technique for DNA testing in court so that an individual can be identified a single cell.", "tokens": [ { "deprel": "det", "end_char": 2, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 0, "text": "An", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 19, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "australian-based", "misc": "", "start_char": 3, "text": "Australian-based", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 29, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "scientist", "misc": "", "start_char": 20, "text": "scientist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 39, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "announce", "misc": "", "start_char": 30, "text": "announced", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obl:tmod", "end_char": 49, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "yesterday", "misc": "", "start_char": 40, "text": "yesterday", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 52, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "he", "misc": "", "start_char": 50, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 56, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "have", "misc": "", "start_char": 53, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 61, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 8, "lemma": "make", "misc": "", "start_char": 57, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 63, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 62, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 68, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "step", "misc": "", "start_char": 64, "text": "step", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 76, "feats": null, "head": 8, "id": 11, "lemma": "forward", "misc": "", "start_char": 69, "text": "forward", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 79, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 77, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 81, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 80, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 91, "feats": "Number=Sing", "head": 8, "id": 14, "lemma": "technique", "misc": "", "start_char": 82, "text": "technique", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 95, "feats": null, "head": 17, "id": 15, "lemma": "for", "misc": "", "start_char": 92, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 99, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "DNA", "misc": "", "start_char": 96, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 107, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "testing", "misc": "", "start_char": 100, "text": "testing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 110, "feats": null, "head": 19, "id": 18, "lemma": "in", "misc": "", "start_char": 108, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 116, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "court", "misc": "", "start_char": 111, "text": "court", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 119, "feats": null, "head": 26, "id": 20, "lemma": "so", "misc": "", "start_char": 117, "text": "so", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 124, "feats": null, "head": 20, "id": 21, "lemma": "that", "misc": "", "start_char": 120, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 127, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 22, "lemma": "a", "misc": "", "start_char": 125, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 138, "feats": "Number=Sing", "head": 26, "id": 23, "lemma": "individual", "misc": "", "start_char": 128, "text": "individual", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 142, "feats": "VerbForm=Fin", "head": 26, "id": 24, "lemma": "can", "misc": "", "start_char": 139, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 145, "feats": "VerbForm=Inf", "head": 26, "id": 25, "lemma": "be", "misc": "", "start_char": 143, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advcl", "end_char": 156, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 8, "id": 26, "lemma": "identify", "misc": "", "start_char": 146, "text": "identified", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 158, "feats": "Definite=Ind|PronType=Art", "head": 29, "id": 27, "lemma": "a", "misc": "", "start_char": 157, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 165, "feats": "Degree=Pos", "head": 29, "id": 28, "lemma": "single", "misc": "", "start_char": 159, "text": "single", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 170, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "cell", "misc": "", "start_char": 166, "text": "cell", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 172, "feats": null, "head": 4, "id": 30, "lemma": ".", "misc": "", "start_char": 171, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 174, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 173, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNP Ian) (NNP Findlay)) (, ,) (PP (IN from) (NP (NP (DT the) (NNP Australian) (NML (NNP Genome) (NNP Research)) (NNP Facility)) (PP (IN at) (NP (NP (DT the) (NNP University)) (PP (IN of) (NP (NNP Queensland))))))) (, ,)) (VP (VBD said) (SBAR (S (NP (JJ current) (NN DNA) (NN testing)) (VP (VBD required) (NP (QP (CD 200) (IN to) (CD 500)) (NNS cells)) (S (VP (TO to) (VP (VB gain) (NP (NP (DT a) (JJ similar) (NN level)) (PP (IN of) (NP (NN accuracy))))))))))) (. .)))" }, "speaker": null, "text": "Ian Findlay, from the Australian Genome Research Facility at the University of Queensland, said current DNA testing required 200 to 500 cells to gain a similar level of accuracy.", "tokens": [ { "deprel": "nsubj", "end_char": 178, "feats": "Number=Sing", "head": 16, "id": 1, "lemma": "Ian", "misc": "", "start_char": 175, "text": "Ian", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 186, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Findlay", "misc": "", "start_char": 179, "text": "Findlay", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 188, "feats": null, "head": 1, "id": 3, "lemma": ",", "misc": "", "start_char": 187, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 193, "feats": null, "head": 9, "id": 4, "lemma": "from", "misc": "", "start_char": 189, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 197, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 5, "lemma": "the", "misc": "", "start_char": 194, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 208, "feats": "Degree=Pos", "head": 9, "id": 6, "lemma": "Australian", "misc": "", "start_char": 198, "text": "Australian", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 215, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "Genome", "misc": "", "start_char": 209, "text": "Genome", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 224, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Research", "misc": "", "start_char": 216, "text": "Research", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 233, "feats": "Number=Sing", "head": 1, "id": 9, "lemma": "facility", "misc": "", "start_char": 225, "text": "Facility", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 236, "feats": null, "head": 12, "id": 10, "lemma": "at", "misc": "", "start_char": 234, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 240, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 237, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 251, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "University", "misc": "", "start_char": 241, "text": "University", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 254, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 252, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 265, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "Queensland", "misc": "", "start_char": 255, "text": "Queensland", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 267, "feats": null, "head": 1, "id": 15, "lemma": ",", "misc": "", "start_char": 266, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 272, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 16, "lemma": "say", "misc": "", "start_char": 268, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 280, "feats": "Degree=Pos", "head": 19, "id": 17, "lemma": "current", "misc": "", "start_char": 273, "text": "current", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 284, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "DNA", "misc": "", "start_char": 281, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 292, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "testing", "misc": "", "start_char": 285, "text": "testing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 301, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 20, "lemma": "require", "misc": "", "start_char": 293, "text": "required", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 305, "feats": "NumForm=Digit|NumType=Card", "head": 24, "id": 21, "lemma": "200", "misc": "", "start_char": 302, "text": "200", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 308, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 306, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 312, "feats": "NumForm=Digit|NumType=Card", "head": 21, "id": 23, "lemma": "500", "misc": "", "start_char": 309, "text": "500", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 318, "feats": "Number=Plur", "head": 20, "id": 24, "lemma": "cell", "misc": "", "start_char": 313, "text": "cells", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 321, "feats": null, "head": 26, "id": 25, "lemma": "to", "misc": "", "start_char": 319, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 326, "feats": "VerbForm=Inf", "head": 20, "id": 26, "lemma": "gain", "misc": "", "start_char": 322, "text": "gain", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 328, "feats": "Definite=Ind|PronType=Art", "head": 29, "id": 27, "lemma": "a", "misc": "", "start_char": 327, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 336, "feats": "Degree=Pos", "head": 29, "id": 28, "lemma": "similar", "misc": "", "start_char": 329, "text": "similar", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 342, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "level", "misc": "", "start_char": 337, "text": "level", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 345, "feats": null, "head": 31, "id": 30, "lemma": "of", "misc": "", "start_char": 343, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 354, "feats": "Number=Sing", "head": 29, "id": 31, "lemma": "accuracy", "misc": "", "start_char": 346, "text": "accuracy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 356, "feats": null, "head": 16, "id": 32, "lemma": ".", "misc": "", "start_char": 355, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (`` ``) (SBAR (WHNP (WP What)) (S (NP (PRP we)) (VP (VBP have) (VP (VBN done))))) (VP (VBZ has) (VP (VBN brought) (NP (DT that)) (ADVP (RB down) (PP (IN to) (NP (CD one) (NN cell)))))) (. .) ('' '')))" }, "speaker": null, "text": "\"What we have done has brought that down to one cell.\"", "tokens": [ { "deprel": "punct", "end_char": 359, "feats": null, "head": 7, "id": 1, "lemma": "``", "misc": "", "start_char": 357, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 364, "feats": "PronType=Rel", "head": 7, "id": 2, "lemma": "what", "misc": "", "start_char": 360, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 367, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 3, "lemma": "we", "misc": "", "start_char": 365, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 372, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "have", "misc": "", "start_char": 368, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 377, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 5, "lemma": "do", "misc": "", "start_char": 373, "text": "done", "upos": "VERB", "xpos": "VBN" }, { "deprel": "aux", "end_char": 381, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "have", "misc": "", "start_char": 378, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 389, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 7, "lemma": "bring", "misc": "", "start_char": 382, "text": "brought", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 394, "feats": "Number=Sing|PronType=Dem", "head": 7, "id": 8, "lemma": "that", "misc": "", "start_char": 390, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "compound:prt", "end_char": 399, "feats": null, "head": 7, "id": 9, "lemma": "down", "misc": "", "start_char": 395, "text": "down", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 402, "feats": null, "head": 12, "id": 10, "lemma": "to", "misc": "", "start_char": 400, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 406, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "one", "misc": "", "start_char": 403, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 411, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "cell", "misc": "", "start_char": 407, "text": "cell", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 413, "feats": null, "head": 7, "id": 13, "lemma": ".", "misc": "", "start_char": 412, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 416, "feats": null, "head": 7, "id": 14, "lemma": "''", "misc": "", "start_char": 414, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NNP Dr) (NNP Findlay)) (VP (VBD said) (PP (IN after) (S (VP (VBG releasing) (NP (NP (NNS details)) (PP (IN of) (NP (PRP$ his) (NML (NN DNA) (NN testing)) (NN technique)))) (PP (IN at) (NP (DT a) (NNP Sydney) (NN conference))))))) (. .)))" }, "speaker": null, "text": "Dr Findlay said after releasing details of his DNA testing technique at a Sydney conference.", "tokens": [ { "deprel": "nsubj", "end_char": 419, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Dr", "misc": "", "start_char": 417, "text": "Dr", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 427, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Findlay", "misc": "", "start_char": 420, "text": "Findlay", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 432, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 428, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 438, "feats": null, "head": 5, "id": 4, "lemma": "after", "misc": "", "start_char": 433, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 448, "feats": "VerbForm=Ger", "head": 3, "id": 5, "lemma": "release", "misc": "", "start_char": 439, "text": "releasing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 456, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "detail", "misc": "", "start_char": 449, "text": "details", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 459, "feats": null, "head": 11, "id": 7, "lemma": "of", "misc": "", "start_char": 457, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 463, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 8, "lemma": "his", "misc": "", "start_char": 460, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 467, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "DNA", "misc": "", "start_char": 464, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 475, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "testing", "misc": "", "start_char": 468, "text": "testing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 485, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "technique", "misc": "", "start_char": 476, "text": "technique", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 488, "feats": null, "head": 15, "id": 12, "lemma": "at", "misc": "", "start_char": 486, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 490, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 489, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 497, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Sydney", "misc": "", "start_char": 491, "text": "Sydney", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 508, "feats": "Number=Sing", "head": 5, "id": 15, "lemma": "conference", "misc": "", "start_char": 498, "text": "conference", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 510, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 509, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 512, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 511, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN technology)) (VP (MD could) (VP (VB allow) (S (S (NP (NNS investigators)) (VP (TO to) (VP (VB pick) (PRT (RP up)) (NP (NN DNA))))) (VP (VP (VBZ identifies) (PP (IN from) (NP (JJ plastic) (NNS cards)))) (CC and) (ADVP (RB even)) (VP (VB build) (PRT (RP up)) (NP (NP (DT a) (JJ complete) (NN history)) (PP (IN of) (NP (NP (DT the) (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP have) (VP (VBN handled) (NP (DT a) (NN paper) (NN document)))))))))))))) (. .)))" }, "speaker": null, "text": "The technology could allow investigators to pick up DNA identifies from plastic cards and even build up a complete history of the people who have handled a paper document.", "tokens": [ { "deprel": "det", "end_char": 516, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 513, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 527, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "technology", "misc": "", "start_char": 517, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 533, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "could", "misc": "", "start_char": 528, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 539, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "allow", "misc": "", "start_char": 534, "text": "allow", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 553, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "investigator", "misc": "", "start_char": 540, "text": "investigators", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 556, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 554, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 561, "feats": "VerbForm=Inf", "head": 4, "id": 7, "lemma": "pick", "misc": "", "start_char": 557, "text": "pick", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 564, "feats": null, "head": 7, "id": 8, "lemma": "up", "misc": "", "start_char": 562, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "obj", "end_char": 568, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "DNA", "misc": "", "start_char": 565, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 579, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 10, "lemma": "identify", "misc": "", "start_char": 569, "text": "identifies", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 584, "feats": null, "head": 13, "id": 11, "lemma": "from", "misc": "", "start_char": 580, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 592, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "plastic", "misc": "", "start_char": 585, "text": "plastic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 598, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "card", "misc": "", "start_char": 593, "text": "cards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 602, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 599, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 607, "feats": null, "head": 16, "id": 15, "lemma": "even", "misc": "", "start_char": 603, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 613, "feats": "VerbForm=Inf", "head": 10, "id": 16, "lemma": "build", "misc": "", "start_char": 608, "text": "build", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 616, "feats": null, "head": 16, "id": 17, "lemma": "up", "misc": "", "start_char": 614, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 618, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 617, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 627, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "complete", "misc": "", "start_char": 619, "text": "complete", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 635, "feats": "Number=Sing", "head": 16, "id": 20, "lemma": "history", "misc": "", "start_char": 628, "text": "history", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 638, "feats": null, "head": 23, "id": 21, "lemma": "of", "misc": "", "start_char": 636, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 642, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 639, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 649, "feats": "Number=Plur", "head": 20, "id": 23, "lemma": "person", "misc": "", "start_char": 643, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 653, "feats": "PronType=Rel", "head": 26, "id": 24, "lemma": "who", "misc": "", "start_char": 650, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 658, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 26, "id": 25, "lemma": "have", "misc": "", "start_char": 654, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 666, "feats": "Tense=Past|VerbForm=Part", "head": 23, "id": 26, "lemma": "handle", "misc": "", "start_char": 659, "text": "handled", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 668, "feats": "Definite=Ind|PronType=Art", "head": 29, "id": 27, "lemma": "a", "misc": "", "start_char": 667, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 674, "feats": "Number=Sing", "head": 29, "id": 28, "lemma": "paper", "misc": "", "start_char": 669, "text": "paper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 683, "feats": "Number=Sing", "head": 26, "id": 29, "lemma": "document", "misc": "", "start_char": 675, "text": "document", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 685, "feats": null, "head": 4, "id": 30, "lemma": ".", "misc": "", "start_char": 684, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 687, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 686, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP You)) (VP (MD 'd) (VP (VB have) (S (VP (TO to) (VP (VB wear) (NP (DT a) (NN space) (NN suit)) (S (VP (TO to) (VP (VB stop) (NP (PRP yourself)) (PP (IN from) (S (VP (VBG leaving) (NP (NNS traces))))))))))))) (. .)))" }, "speaker": null, "text": "\"You'd have to wear a space suit to stop yourself from leaving traces.", "tokens": [ { "deprel": "punct", "end_char": 690, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 688, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 694, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 691, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 697, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "would", "misc": "", "start_char": 695, "text": "'d", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 702, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 698, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 705, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 703, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 710, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "wear", "misc": "", "start_char": 706, "text": "wear", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 712, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 711, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 718, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "space", "misc": "", "start_char": 713, "text": "space", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 723, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "suit", "misc": "", "start_char": 719, "text": "suit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 726, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 724, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 731, "feats": "VerbForm=Inf", "head": 6, "id": 11, "lemma": "stop", "misc": "", "start_char": 727, "text": "stop", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 740, "feats": "Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes", "head": 11, "id": 12, "lemma": "yourself", "misc": "", "start_char": 732, "text": "yourself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 745, "feats": null, "head": 14, "id": 13, "lemma": "from", "misc": "", "start_char": 741, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 753, "feats": "VerbForm=Ger", "head": 11, "id": 14, "lemma": "leave", "misc": "", "start_char": 746, "text": "leaving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 760, "feats": "Number=Plur", "head": 14, "id": 15, "lemma": "trace", "misc": "", "start_char": 754, "text": "traces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 762, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 761, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP You)) (VP (MD can) (VP (VB identify) (NP (NNS cells)) (PP (IN on) (NP (DT the) (NN paper)))))) (, ,) (RB so) (S (NP (PRP you)) (VP (MD can) (VP (VB work) (PRT (RP out)) (SBAR (SBAR (WHADVP (WRB where)) (S (NP (PRP it)) (VP (VBZ 's) (VP (VBN come) (PP (IN from)))))) (CC and) (SBAR (WHNP (WP who)) (S (VP (VBZ 's) (VP (VBN touched) (NP (PRP it)))))))))) (. .) ('' '')))" }, "speaker": null, "text": "You can identify cells on the paper, so you can work out where it's come from and who's touched it.\"", "tokens": [ { "deprel": "nsubj", "end_char": 766, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 763, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 770, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 767, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 779, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "identify", "misc": "", "start_char": 771, "text": "identify", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 785, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "cell", "misc": "", "start_char": 780, "text": "cells", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 788, "feats": null, "head": 7, "id": 5, "lemma": "on", "misc": "", "start_char": 786, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 792, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 789, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 798, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "paper", "misc": "", "start_char": 793, "text": "paper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 800, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 799, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 803, "feats": null, "head": 12, "id": 9, "lemma": "so", "misc": "", "start_char": 801, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 807, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 10, "lemma": "you", "misc": "", "start_char": 804, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 811, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "can", "misc": "", "start_char": 808, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 816, "feats": "VerbForm=Inf", "head": 3, "id": 12, "lemma": "work", "misc": "", "start_char": 812, "text": "work", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 820, "feats": null, "head": 12, "id": 13, "lemma": "out", "misc": "", "start_char": 817, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 826, "feats": "PronType=Int", "head": 17, "id": 14, "lemma": "where", "misc": "", "start_char": 821, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 829, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 15, "lemma": "it", "misc": "", "start_char": 827, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 832, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 830, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 837, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 17, "lemma": "come", "misc": "", "start_char": 833, "text": "come", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 842, "feats": null, "head": 14, "id": 18, "lemma": "from", "misc": "", "start_char": 838, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "cc", "end_char": 846, "feats": null, "head": 22, "id": 19, "lemma": "and", "misc": "", "start_char": 843, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 850, "feats": "PronType=Rel", "head": 22, "id": 20, "lemma": "who", "misc": "", "start_char": 847, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux:pass", "end_char": 853, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 851, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 861, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 22, "lemma": "touch", "misc": "", "start_char": 854, "text": "touched", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 864, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 23, "lemma": "it", "misc": "", "start_char": 862, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 866, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 865, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 869, "feats": null, "head": 3, "id": 25, "lemma": "''", "misc": "", "start_char": 867, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "he said.", "tokens": [ { "deprel": "nsubj", "end_char": 872, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 870, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 877, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 873, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 879, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 878, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 881, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 880, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN technique)) (VP (MD could) (ADVP (RB also)) (VP (VB be) (VP (VBN used) (S (VP (TO to) (VP (VB trace) (NP (NP (DT the) (NN thrower)) (PP (IN of) (NP (DT a) (NN punch)))) (PP (IN from) (NP (NP (NNS cells)) (VP (VBN left) (ADVP (RB behind)) (PP (IN on) (NP (NP (DT the) (NN skin)) (PP (IN of) (NP (PRP$ their) (NN victim)))))))))))))) (. .)))" }, "speaker": null, "text": "The technique could also be used to trace the thrower of a punch from cells left behind on the skin of their victim.", "tokens": [ { "deprel": "det", "end_char": 885, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 882, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 895, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "technique", "misc": "", "start_char": 886, "text": "technique", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 901, "feats": "VerbForm=Fin", "head": 6, "id": 3, "lemma": "could", "misc": "", "start_char": 896, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 906, "feats": null, "head": 6, "id": 4, "lemma": "also", "misc": "", "start_char": 902, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 909, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 907, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 914, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "use", "misc": "", "start_char": 910, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 917, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 915, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 923, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "trace", "misc": "", "start_char": 918, "text": "trace", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 927, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 924, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 935, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "thrower", "misc": "", "start_char": 928, "text": "thrower", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 938, "feats": null, "head": 13, "id": 11, "lemma": "of", "misc": "", "start_char": 936, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 940, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 939, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 946, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "punch", "misc": "", "start_char": 941, "text": "punch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 951, "feats": null, "head": 15, "id": 14, "lemma": "from", "misc": "", "start_char": 947, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 957, "feats": "Number=Plur", "head": 8, "id": 15, "lemma": "cell", "misc": "", "start_char": 952, "text": "cells", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 962, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 16, "lemma": "leave", "misc": "", "start_char": 958, "text": "left", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 969, "feats": null, "head": 16, "id": 17, "lemma": "behind", "misc": "", "start_char": 963, "text": "behind", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 972, "feats": null, "head": 20, "id": 18, "lemma": "on", "misc": "", "start_char": 970, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 976, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 973, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 981, "feats": "Number=Sing", "head": 16, "id": 20, "lemma": "skin", "misc": "", "start_char": 977, "text": "skin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 984, "feats": null, "head": 23, "id": 21, "lemma": "of", "misc": "", "start_char": 982, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 990, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 23, "id": 22, "lemma": "their", "misc": "", "start_char": 985, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 997, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "victim", "misc": "", "start_char": 991, "text": "victim", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 999, "feats": null, "head": 6, "id": 24, "lemma": ".", "misc": "", "start_char": 998, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (RB Even) (DT the) (NN wearing)) (PP (IN of) (NP (NN latex) (NNS gloves)))) (VP (MD would) (RB not) (VP (VB help)))) (: :) (S (NP (JJ small) (NNS cells)) (VP (MD can) (VP (VB pass) (PP (IN through) (NP (DT the) (NNS gloves)))))) (, ,) (CC and) (S (NP (NP (NP (DT the) (JJ constant) (NN flow)) (PP (IN of) (NP (JJ genetic) (NN material)))) (VP (VBN given) (PRT (RP off)) (PP (IN by) (NP (DT the) (JJ human) (NN body))))) (VP (MD would) (VP (VB leave) (NP (JJ further) (NN evidence))))) (. .)))" }, "speaker": null, "text": "Even the wearing of latex gloves would not help: small cells can pass through the gloves, and the constant flow of genetic material given off by the human body would leave further evidence.", "tokens": [ { "deprel": "advmod", "end_char": 1004, "feats": null, "head": 3, "id": 1, "lemma": "even", "misc": "", "start_char": 1000, "text": "Even", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1008, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1005, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1016, "feats": "Number=Sing", "head": 9, "id": 3, "lemma": "wear", "misc": "", "start_char": 1009, "text": "wearing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1019, "feats": null, "head": 6, "id": 4, "lemma": "of", "misc": "", "start_char": 1017, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1025, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "latex", "misc": "", "start_char": 1020, "text": "latex", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1032, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "glove", "misc": "", "start_char": 1026, "text": "gloves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1038, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "would", "misc": "", "start_char": 1033, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1042, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 1039, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1047, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "help", "misc": "", "start_char": 1043, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1049, "feats": null, "head": 9, "id": 10, "lemma": ":", "misc": "", "start_char": 1048, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "amod", "end_char": 1055, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "small", "misc": "", "start_char": 1050, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1061, "feats": "Number=Plur", "head": 14, "id": 12, "lemma": "cell", "misc": "", "start_char": 1056, "text": "cells", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1065, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "can", "misc": "", "start_char": 1062, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1070, "feats": "VerbForm=Inf", "head": 9, "id": 14, "lemma": "pass", "misc": "", "start_char": 1066, "text": "pass", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1078, "feats": null, "head": 17, "id": 15, "lemma": "through", "misc": "", "start_char": 1071, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1082, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 1079, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1089, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "glove", "misc": "", "start_char": 1083, "text": "gloves", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1091, "feats": null, "head": 33, "id": 18, "lemma": ",", "misc": "", "start_char": 1090, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1095, "feats": null, "head": 33, "id": 19, "lemma": "and", "misc": "", "start_char": 1092, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1099, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 20, "lemma": "the", "misc": "", "start_char": 1096, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1108, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "constant", "misc": "", "start_char": 1100, "text": "constant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1113, "feats": "Number=Sing", "head": 33, "id": 22, "lemma": "flow", "misc": "", "start_char": 1109, "text": "flow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1116, "feats": null, "head": 25, "id": 23, "lemma": "of", "misc": "", "start_char": 1114, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1124, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "genetic", "misc": "", "start_char": 1117, "text": "genetic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1133, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "material", "misc": "", "start_char": 1125, "text": "material", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1139, "feats": "Tense=Past|VerbForm=Part", "head": 22, "id": 26, "lemma": "give", "misc": "", "start_char": 1134, "text": "given", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 1143, "feats": null, "head": 26, "id": 27, "lemma": "off", "misc": "", "start_char": 1140, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1146, "feats": null, "head": 31, "id": 28, "lemma": "by", "misc": "", "start_char": 1144, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1150, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 29, "lemma": "the", "misc": "", "start_char": 1147, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1156, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "human", "misc": "", "start_char": 1151, "text": "human", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1161, "feats": "Number=Sing", "head": 26, "id": 31, "lemma": "body", "misc": "", "start_char": 1157, "text": "body", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1167, "feats": "VerbForm=Fin", "head": 33, "id": 32, "lemma": "would", "misc": "", "start_char": 1162, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1173, "feats": "VerbForm=Inf", "head": 14, "id": 33, "lemma": "leave", "misc": "", "start_char": 1168, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1181, "feats": "Degree=Pos", "head": 35, "id": 34, "lemma": "further", "misc": "", "start_char": 1174, "text": "further", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1190, "feats": "Number=Sing", "head": 33, "id": 35, "lemma": "evidence", "misc": "", "start_char": 1182, "text": "evidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1192, "feats": null, "head": 9, "id": 36, "lemma": ".", "misc": "", "start_char": 1191, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1194, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1193, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP We)) (VP (VP (VBD gained) (NP (DT a) (NN skin) (NN cell)) (PP (IN from) (NP (NP (DT a) (NN document)) (VP (VBG dating) (ADVP (RB back)) (NP (CD 30) (NNS years)))))) (CC and) (VP (VBD managed) (S (VP (TO to) (VP (VB gain) (NP (DT a) (NN DNA) (NN fingerprint))))))) (. .)))" }, "speaker": null, "text": "\"We gained a skin cell from a document dating back 30 years and managed to gain a DNA fingerprint.", "tokens": [ { "deprel": "punct", "end_char": 1197, "feats": null, "head": 3, "id": 1, "lemma": "``", "misc": "", "start_char": 1195, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1200, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 1198, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1207, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "gain", "misc": "", "start_char": 1201, "text": "gained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1209, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1208, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1214, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "skin", "misc": "", "start_char": 1210, "text": "skin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1219, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "cell", "misc": "", "start_char": 1215, "text": "cell", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1224, "feats": null, "head": 9, "id": 7, "lemma": "from", "misc": "", "start_char": 1220, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1226, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1225, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1235, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "document", "misc": "", "start_char": 1227, "text": "document", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1242, "feats": "VerbForm=Ger", "head": 9, "id": 10, "lemma": "date", "misc": "", "start_char": 1236, "text": "dating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 1247, "feats": null, "head": 10, "id": 11, "lemma": "back", "misc": "", "start_char": 1243, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1250, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 12, "lemma": "30", "misc": "", "start_char": 1248, "text": "30", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 1256, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "year", "misc": "", "start_char": 1251, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1260, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 1257, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1268, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 15, "lemma": "manage", "misc": "", "start_char": 1261, "text": "managed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1271, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1269, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1276, "feats": "VerbForm=Inf", "head": 15, "id": 17, "lemma": "gain", "misc": "", "start_char": 1272, "text": "gain", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1278, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 1277, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1282, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "DNA", "misc": "", "start_char": 1279, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1294, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "fingerprint", "misc": "", "start_char": 1283, "text": "fingerprint", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1296, "feats": null, "head": 3, "id": 21, "lemma": ".", "misc": "", "start_char": 1295, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (NP (NN DNA) (NN evidence)) (VP (MD can) (VP (VB remain) (ADJP (JJ fresh)) (PP (IN for) (NP (NNS decades))) (, ,) (NP (ADVP (RB perhaps)) (RB even) (NNS centuries))))) (, ,) ('' '') (NP (NNP Dr) (NNP Findlay)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "DNA evidence can remain fresh for decades, perhaps even centuries,\" Dr Findlay said.", "tokens": [ { "deprel": "compound", "end_char": 1300, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "DNA", "misc": "", "start_char": 1297, "text": "DNA", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1309, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "evidence", "misc": "", "start_char": 1301, "text": "evidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1313, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 1310, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1320, "feats": "VerbForm=Inf", "head": 16, "id": 4, "lemma": "remain", "misc": "", "start_char": 1314, "text": "remain", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1326, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "fresh", "misc": "", "start_char": 1321, "text": "fresh", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1330, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 1327, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1338, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "decade", "misc": "", "start_char": 1331, "text": "decades", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1340, "feats": null, "head": 4, "id": 8, "lemma": ",", "misc": "", "start_char": 1339, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1348, "feats": null, "head": 11, "id": 9, "lemma": "perhaps", "misc": "", "start_char": 1341, "text": "perhaps", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1353, "feats": null, "head": 11, "id": 10, "lemma": "even", "misc": "", "start_char": 1349, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "obl:tmod", "end_char": 1363, "feats": "Number=Plur", "head": 4, "id": 11, "lemma": "century", "misc": "", "start_char": 1354, "text": "centuries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1365, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 1364, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1368, "feats": null, "head": 16, "id": 13, "lemma": "''", "misc": "", "start_char": 1366, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1371, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "Dr", "misc": "", "start_char": 1369, "text": "Dr", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1379, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Findlay", "misc": "", "start_char": 1372, "text": "Findlay", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1384, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 16, "lemma": "say", "misc": "", "start_char": 1380, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1386, "feats": null, "head": 16, "id": 17, "lemma": ".", "misc": "", "start_char": 1385, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NP (DT The) (NN potential)) (PP (IN for) (NP (DT this) (NN technology))) (S (VP (TO to) (VP (VB solve) (NP (JJ unsolved) (NNS crimes)))))) (VP (VBZ is) (ADJP (JJ great))) (. .) ('' '')))" }, "speaker": null, "text": "\"The potential for this technology to solve unsolved crimes is great.\"", "tokens": [ { "deprel": "punct", "end_char": 1389, "feats": null, "head": 12, "id": 1, "lemma": "``", "misc": "", "start_char": 1387, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 1393, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1390, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1403, "feats": "Number=Sing", "head": 12, "id": 3, "lemma": "potential", "misc": "", "start_char": 1394, "text": "potential", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1407, "feats": null, "head": 6, "id": 4, "lemma": "for", "misc": "", "start_char": 1404, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1412, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 5, "lemma": "this", "misc": "", "start_char": 1408, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1423, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "technology", "misc": "", "start_char": 1413, "text": "technology", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1426, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1424, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1432, "feats": "VerbForm=Inf", "head": 3, "id": 8, "lemma": "solve", "misc": "", "start_char": 1427, "text": "solve", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1441, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "unsolved", "misc": "", "start_char": 1433, "text": "unsolved", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1448, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "crime", "misc": "", "start_char": 1442, "text": "crimes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1451, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 1449, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1457, "feats": "Degree=Pos", "head": 0, "id": 12, "lemma": "great", "misc": "", "start_char": 1452, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1459, "feats": null, "head": 12, "id": 13, "lemma": ".", "misc": "", "start_char": 1458, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1462, "feats": null, "head": 12, "id": 14, "lemma": "''", "misc": "", "start_char": 1460, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP he)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "he said.", "tokens": [ { "deprel": "nsubj", "end_char": 1465, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1463, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1470, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 1466, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1472, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 1471, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1474, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1473, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NP (NNP Dr) (NNP Findlay)) (, ,) (VP (VBN named) (S (NP (NP (NN scientist)) (PP (IN of) (NP (DT the) (NN year))) (PP (IN in) (NP (CD 1998))) (PP (IN by) (NP (NP (DT the) (NNP European) (NNP Society)) (PP (IN of) (NP (NNP Human) (NNP Genetics)))))))) (, ,)) (VP (VBD said) (SBAR (S (NP (DT the) (JJ new) (NN testing)) (VP (VBD needed) (S (VP (VP (TO to) (VP (VB be) (ADVP (RB scientifically)) (VP (VBN validated)))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD would) (VP (VB take) (NP (QP (IN up) (IN to) (CD five)) (NNS years)))))))))))) (. .)))" }, "speaker": null, "text": "But Dr Findlay, named scientist of the year in 1998 by the European Society of Human Genetics, said the new testing needed to be scientifically validated, which would take up to five years.", "tokens": [ { "deprel": "cc", "end_char": 1478, "feats": null, "head": 20, "id": 1, "lemma": "but", "misc": "", "start_char": 1475, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1481, "feats": "Number=Sing", "head": 20, "id": 2, "lemma": "Dr", "misc": "", "start_char": 1479, "text": "Dr", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1489, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Findlay", "misc": "", "start_char": 1482, "text": "Findlay", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1491, "feats": null, "head": 5, "id": 4, "lemma": ",", "misc": "", "start_char": 1490, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 1497, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 5, "lemma": "name", "misc": "", "start_char": 1492, "text": "named", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 1507, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "scientist", "misc": "", "start_char": 1498, "text": "scientist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1510, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 1508, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1514, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1511, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1519, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "year", "misc": "", "start_char": 1515, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1522, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 1520, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1527, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 11, "lemma": "1998", "misc": "", "start_char": 1523, "text": "1998", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1530, "feats": null, "head": 15, "id": 12, "lemma": "by", "misc": "", "start_char": 1528, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1534, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 1531, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1543, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "European", "misc": "", "start_char": 1535, "text": "European", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1551, "feats": "Number=Sing", "head": 5, "id": 15, "lemma": "Society", "misc": "", "start_char": 1544, "text": "Society", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1554, "feats": null, "head": 18, "id": 16, "lemma": "of", "misc": "", "start_char": 1552, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1560, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "human", "misc": "", "start_char": 1555, "text": "Human", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1569, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "Genetic", "misc": "", "start_char": 1561, "text": "Genetics", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1571, "feats": null, "head": 2, "id": 19, "lemma": ",", "misc": "", "start_char": 1570, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 1576, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 20, "lemma": "say", "misc": "", "start_char": 1572, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1580, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 1577, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1584, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "new", "misc": "", "start_char": 1581, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1592, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "testing", "misc": "", "start_char": 1585, "text": "testing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 1599, "feats": "Mood=Ind|Tense=Past|VerbForm=Fin", "head": 20, "id": 24, "lemma": "need", "misc": "", "start_char": 1593, "text": "needed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1602, "feats": null, "head": 28, "id": 25, "lemma": "to", "misc": "", "start_char": 1600, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 1605, "feats": "VerbForm=Inf", "head": 28, "id": 26, "lemma": "be", "misc": "", "start_char": 1603, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1620, "feats": null, "head": 28, "id": 27, "lemma": "scientifically", "misc": "", "start_char": 1606, "text": "scientifically", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1630, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 24, "id": 28, "lemma": "validate", "misc": "", "start_char": 1621, "text": "validated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1632, "feats": null, "head": 32, "id": 29, "lemma": ",", "misc": "", "start_char": 1631, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1638, "feats": "PronType=Rel", "head": 32, "id": 30, "lemma": "which", "misc": "", "start_char": 1633, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 1644, "feats": "VerbForm=Fin", "head": 32, "id": 31, "lemma": "would", "misc": "", "start_char": 1639, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl:relcl", "end_char": 1649, "feats": "VerbForm=Inf", "head": 28, "id": 32, "lemma": "take", "misc": "", "start_char": 1645, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1652, "feats": null, "head": 35, "id": 33, "lemma": "up", "misc": "", "start_char": 1650, "text": "up", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1655, "feats": null, "head": 33, "id": 34, "lemma": "to", "misc": "", "start_char": 1653, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1660, "feats": "NumForm=Word|NumType=Card", "head": 36, "id": 35, "lemma": "five", "misc": "", "start_char": 1656, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1666, "feats": "Number=Plur", "head": 32, "id": 36, "lemma": "year", "misc": "", "start_char": 1661, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1668, "feats": null, "head": 20, "id": 37, "lemma": ".", "misc": "", "start_char": 1667, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1670, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1669, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD said) (, ,) (`` ``) (S (NP (EX There)) (VP (VBP are) (NP (NP (JJ serious) (NNS consequences)) (VP (VBG taking) (PRT (RP on)) (NP (NNS technologies)) (ADVP (RB too) (RB early))))))) (. .)))" }, "speaker": null, "text": "He said, \"There are serious consequences taking on technologies too early.", "tokens": [ { "deprel": "nsubj", "end_char": 1673, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 1671, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1678, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 1674, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1680, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 1679, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1683, "feats": null, "head": 2, "id": 4, "lemma": "``", "misc": "", "start_char": 1681, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "expl", "end_char": 1689, "feats": null, "head": 6, "id": 5, "lemma": "there", "misc": "", "start_char": 1684, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "ccomp", "end_char": 1693, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "be", "misc": "", "start_char": 1690, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1701, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "serious", "misc": "", "start_char": 1694, "text": "serious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1714, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "consequence", "misc": "", "start_char": 1702, "text": "consequences", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1721, "feats": "VerbForm=Ger", "head": 8, "id": 9, "lemma": "take", "misc": "", "start_char": 1715, "text": "taking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 1724, "feats": null, "head": 9, "id": 10, "lemma": "on", "misc": "", "start_char": 1722, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "obj", "end_char": 1737, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "technology", "misc": "", "start_char": 1725, "text": "technologies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1741, "feats": null, "head": 13, "id": 12, "lemma": "too", "misc": "", "start_char": 1738, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1747, "feats": "Degree=Pos", "head": 9, "id": 13, "lemma": "early", "misc": "", "start_char": 1742, "text": "early", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1749, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 1748, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN public)) (VP (VBZ has) (S (VP (TO to) (VP (VB be) (ADJP (JJ sure) (SBAR (IN that) (S (NP (PRP they)) (VP (VBP have) (NP (NP (DT the) (JJS greatest) (NN confidence)) (PP (IN in) (NP (DT the) (NML (NN security) (CC and) (NN court)) (NNS systems)))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "The public has to be sure that they have the greatest confidence in the security and court systems.\"", "tokens": [ { "deprel": "det", "end_char": 1753, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1750, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1760, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "public", "misc": "", "start_char": 1754, "text": "public", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1764, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 1761, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1767, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 1765, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1770, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1768, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1775, "feats": "Degree=Pos", "head": 3, "id": 6, "lemma": "sure", "misc": "", "start_char": 1771, "text": "sure", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1780, "feats": null, "head": 9, "id": 7, "lemma": "that", "misc": "", "start_char": 1776, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1785, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "they", "misc": "", "start_char": 1781, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1790, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 9, "lemma": "have", "misc": "", "start_char": 1786, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1794, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 10, "lemma": "the", "misc": "", "start_char": 1791, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1803, "feats": "Degree=Sup", "head": 12, "id": 11, "lemma": "great", "misc": "", "start_char": 1795, "text": "greatest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 1814, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "confidence", "misc": "", "start_char": 1804, "text": "confidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1817, "feats": null, "head": 18, "id": 13, "lemma": "in", "misc": "", "start_char": 1815, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1821, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 14, "lemma": "the", "misc": "", "start_char": 1818, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1830, "feats": "Number=Sing", "head": 18, "id": 15, "lemma": "security", "misc": "", "start_char": 1822, "text": "security", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1834, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 1831, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1840, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "court", "misc": "", "start_char": 1835, "text": "court", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1848, "feats": "Number=Plur", "head": 12, "id": 18, "lemma": "system", "misc": "", "start_char": 1841, "text": "systems", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1850, "feats": null, "head": 3, "id": 19, "lemma": ".", "misc": "", "start_char": 1849, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1853, "feats": null, "head": 3, "id": 20, "lemma": "''", "misc": "", "start_char": 1851, "text": "''", "upos": "PUNCT", "xpos": "''" } ] } ]
An Australian-based scientist announced yesterday he had made a step forward in a technique for DNA testing in court so that an individual can be identified a single cell. Ian Findlay, from the Australian Genome Research Facility at the University of Queensland, said current DNA testing required 200 to 500 cells to gain a similar level of accuracy. "What we have done has brought that down to one cell." Dr Findlay said after releasing details of his DNA testing technique at a Sydney conference. The technology could allow investigators to pick up DNA identifies from plastic cards and even build up a complete history of the people who have handled a paper document. "You'd have to wear a space suit to stop yourself from leaving traces. You can identify cells on the paper, so you can work out where it's come from and who's touched it." he said. The technique could also be used to trace the thrower of a punch from cells left behind on the skin of their victim. Even the wearing of latex gloves would not help: small cells can pass through the gloves, and the constant flow of genetic material given off by the human body would leave further evidence. "We gained a skin cell from a document dating back 30 years and managed to gain a DNA fingerprint. DNA evidence can remain fresh for decades, perhaps even centuries," Dr Findlay said. "The potential for this technology to solve unsolved crimes is great." he said. But Dr Findlay, named scientist of the year in 1998 by the European Society of Human Genetics, said the new testing needed to be scientifically validated, which would take up to five years. He said, "There are serious consequences taking on technologies too early. The public has to be sure that they have the greatest confidence in the security and court systems."
[ [ [ 0, 0, 2 ], [ 0, 5, 5 ] ], [ [ 0, 4, 4 ] ], [ [ 0, 8, 9 ] ], [ [ 0, 15, 15 ], [ 2, 17, 17 ], [ 4, 8, 8 ], [ 6, 8, 8 ], [ 15, 18, 18 ], [ 16, 0, 0 ] ], [ [ 0, 15, 16 ], [ 4, 8, 9 ] ], [ [ 0, 18, 18 ] ], [ [ 0, 21, 22 ] ], [ [ 0, 26, 28 ] ], [ [ 2, 0, 1 ], [ 4, 0, 1 ], [ 4, 7, 7 ], [ 10, 0, 0 ], [ 16, 13, 14 ], [ 18, 0, 0 ], [ 20, 1, 2 ], [ 22, 0, 0 ] ], [ [ 2, 4, 8 ] ], [ [ 2, 10, 13 ] ], [ [ 2, 13, 13 ] ], [ [ 2, 20, 23 ] ], [ [ 2, 26, 30 ] ], [ [ 2, 30, 30 ] ], [ [ 3, 2, 2 ], [ 15, 1, 1 ] ], [ [ 3, 1, 4 ] ], [ [ 3, 10, 11 ] ], [ [ 4, 12, 14 ] ], [ [ 4, 7, 10 ] ], [ [ 4, 5, 10 ] ], [ [ 6, 4, 4 ] ], [ [ 6, 8, 9 ] ], [ [ 6, 11, 12 ] ], [ [ 6, 17, 28 ] ], [ [ 6, 26, 28 ] ], [ [ 6, 21, 28 ] ], [ [ 8, 1, 1 ], [ 9, 0, 0 ], [ 9, 9, 9 ], [ 8, 11, 11 ] ], [ [ 8, 6, 8 ] ], [ [ 8, 14, 14 ] ], [ [ 8, 13, 14 ] ], [ [ 9, 5, 6 ] ], [ [ 9, 14, 14 ] ], [ [ 9, 22, 22 ] ], [ [ 9, 3, 6 ] ], [ [ 12, 0, 1 ], [ 0, 12, 13 ] ], [ [ 12, 8, 12 ] ], [ [ 12, 11, 12 ] ], [ [ 12, 18, 22 ] ], [ [ 12, 21, 21 ], [ 12, 14, 22 ] ], [ [ 12, 21, 22 ] ], [ [ 13, 1, 5 ] ], [ [ 13, 4, 5 ] ], [ [ 13, 15, 16 ] ], [ [ 13, 19, 24 ] ], [ [ 13, 23, 24 ] ], [ [ 13, 28, 30 ] ], [ [ 13, 33, 34 ] ], [ [ 15, 3, 5 ] ], [ [ 15, 7, 8 ] ], [ [ 15, 11, 12 ] ], [ [ 15, 17, 19 ] ], [ [ 16, 0, 1 ] ], [ [ 16, 6, 6 ] ], [ [ 16, 10, 10 ] ], [ [ 17, 1, 5 ] ], [ [ 17, 4, 5 ], [ 6, 0, 1 ] ], [ [ 17, 8, 9 ] ], [ [ 20, 4, 17 ] ], [ [ 20, 16, 17 ] ], [ [ 20, 12, 17 ] ], [ [ 20, 7, 10 ] ], [ [ 20, 10, 10 ] ], [ [ 20, 20, 22 ] ], [ [ 20, 34, 35 ] ], [ [ 22, 10, 10 ] ], [ [ 23, 7, 7 ], [ 23, 0, 1 ] ], [ [ 23, 9, 17 ] ], [ [ 23, 13, 17 ] ], [ [ 23, 13, 14 ] ], [ [ 23, 16, 17 ] ], [ [ 2, 16, 18 ] ], [ [ 22, 6, 7 ] ], [ [ 13, 10, 11 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36200
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NN College)) (VP (VBZ is) (NP (DT a) (JJ fresh) (NN start)))) (, ,) (CC and) (NP (DT a) (NN chance) (S (VP (TO to) (VP (VB make) (NP (JJ new) (NNS friends)))))) (. .)))" }, "speaker": null, "text": "College is a fresh start, and a chance to make new friends.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "college", "misc": "", "start_char": 0, "text": "College", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 8, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 12, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 11, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 18, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "fresh", "misc": "", "start_char": 13, "text": "fresh", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 24, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "start", "misc": "", "start_char": 19, "text": "start", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 26, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 25, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 30, "feats": null, "head": 9, "id": 7, "lemma": "and", "misc": "", "start_char": 27, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 32, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 31, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 39, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "chance", "misc": "", "start_char": 33, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 42, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 40, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 47, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "make", "misc": "", "start_char": 43, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 51, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "new", "misc": "", "start_char": 48, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 59, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "friend", "misc": "", "start_char": 52, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 61, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 60, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (DT These) (NNS friends)) (VP (MD may) (VP (VB become) (NP (NP (PRP$ your) (JJ lifelong) (NNS friends)) (, ,) (CC or) (NP (NP (DT the) (NN person)) (SBAR (S (NP (PRP you)) (VP (VBP want) (S (VP (TO to) (VP (VB spend) (NP (NP (DT the) (NN rest)) (PP (IN of) (NP (PRP$ your) (NN life)))) (PP (IN with)))))))))))) (. .)))" }, "speaker": null, "text": "These friends may become your lifelong friends, or the person you want to spend the rest of your life with.", "tokens": [ { "deprel": "det", "end_char": 67, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 62, "text": "These", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 75, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "friend", "misc": "", "start_char": 68, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 79, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "may", "misc": "", "start_char": 76, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 86, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "become", "misc": "", "start_char": 80, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 91, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 5, "lemma": "your", "misc": "", "start_char": 87, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 100, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "lifelong", "misc": "", "start_char": 92, "text": "lifelong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 108, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "friend", "misc": "", "start_char": 101, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 110, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 109, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 113, "feats": null, "head": 11, "id": 9, "lemma": "or", "misc": "", "start_char": 111, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 117, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 114, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 124, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "person", "misc": "", "start_char": 118, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 128, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 13, "id": 12, "lemma": "you", "misc": "", "start_char": 125, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 133, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 11, "id": 13, "lemma": "want", "misc": "", "start_char": 129, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 136, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 134, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 142, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "spend", "misc": "", "start_char": 137, "text": "spend", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 146, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 143, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 151, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "rest", "misc": "", "start_char": 147, "text": "rest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 154, "feats": null, "head": 20, "id": 18, "lemma": "of", "misc": "", "start_char": 152, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 159, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "your", "misc": "", "start_char": 155, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 164, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "life", "misc": "", "start_char": 160, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 169, "feats": null, "head": 15, "id": 21, "lemma": "with", "misc": "", "start_char": 165, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 171, "feats": null, "head": 4, "id": 22, "lemma": ".", "misc": "", "start_char": 170, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Whether) (S (NP (PRP you)) (VP (VBP are) (VP (VBG going) (PP (IN to) (NP (NP (DT a) (JJ nearby) (NN college)) (CC or) (NP (DT the) (NN university)))) (ADVP (RB far) (RB away) (PP (IN from) (NP (NN home)))))))) (, ,) (NP (PRP you)) (VP (VBP are) (ADJP (JJ likely) (S (VP (TO to) (VP (VB meet) (NP (JJ new) (NNS people)) (SBAR (WHADVP (WRB wherever)) (S (NP (PRP you)) (VP (VBP are))))))))) (. .)))" }, "speaker": null, "text": "Whether you are going to a nearby college or the university far away from home, you are likely to meet new people wherever you are.", "tokens": [ { "deprel": "mark", "end_char": 179, "feats": null, "head": 4, "id": 1, "lemma": "whether", "misc": "", "start_char": 172, "text": "Whether", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 183, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 2, "lemma": "you", "misc": "", "start_char": 180, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 187, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 184, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 193, "feats": "Tense=Pres|VerbForm=Part", "head": 19, "id": 4, "lemma": "go", "misc": "", "start_char": 188, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 196, "feats": null, "head": 8, "id": 5, "lemma": "to", "misc": "", "start_char": 194, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 198, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 197, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 205, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "nearby", "misc": "", "start_char": 199, "text": "nearby", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 213, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "college", "misc": "", "start_char": 206, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 216, "feats": null, "head": 11, "id": 9, "lemma": "or", "misc": "", "start_char": 214, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 220, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 217, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 231, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "university", "misc": "", "start_char": 221, "text": "university", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 235, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "far", "misc": "", "start_char": 232, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 240, "feats": null, "head": 4, "id": 13, "lemma": "away", "misc": "", "start_char": 236, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 245, "feats": null, "head": 15, "id": 14, "lemma": "from", "misc": "", "start_char": 241, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 250, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "home", "misc": "", "start_char": 246, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 252, "feats": null, "head": 4, "id": 16, "lemma": ",", "misc": "", "start_char": 251, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 256, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 19, "id": 17, "lemma": "you", "misc": "", "start_char": 253, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 260, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 257, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 267, "feats": "Degree=Pos", "head": 0, "id": 19, "lemma": "likely", "misc": "", "start_char": 261, "text": "likely", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 270, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 268, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 275, "feats": "VerbForm=Inf", "head": 19, "id": 21, "lemma": "meet", "misc": "", "start_char": 271, "text": "meet", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 279, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "new", "misc": "", "start_char": 276, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 286, "feats": "Number=Plur", "head": 21, "id": 23, "lemma": "person", "misc": "", "start_char": 280, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obj", "end_char": 295, "feats": "PronType=Int", "head": 21, "id": 24, "lemma": "wherever", "misc": "", "start_char": 287, "text": "wherever", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 299, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 26, "id": 25, "lemma": "you", "misc": "", "start_char": 296, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl:relcl", "end_char": 303, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 24, "id": 26, "lemma": "be", "misc": "", "start_char": 300, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "punct", "end_char": 305, "feats": null, "head": 19, "id": 27, "lemma": ".", "misc": "", "start_char": 304, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Here)) (VP (VBP are)) (NP (NP (DT some) (NN advice)) (SBAR (S (VP (TO to) (VP (VB help) (S (NP (PRP you)) (VP (VB make) (NP (NNS friends)) (PP (IN at) (NP (NN college)))))))))) (. .)))" }, "speaker": null, "text": "Here are some advice to help you make friends at college.", "tokens": [ { "deprel": "root", "end_char": 310, "feats": "PronType=Dem", "head": 0, "id": 1, "lemma": "here", "misc": "", "start_char": 306, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 314, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 311, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 319, "feats": null, "head": 4, "id": 3, "lemma": "some", "misc": "", "start_char": 315, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 326, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "advice", "misc": "", "start_char": 320, "text": "advice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 329, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 327, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 334, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "help", "misc": "", "start_char": 330, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 338, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 6, "id": 7, "lemma": "you", "misc": "", "start_char": 335, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 343, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "make", "misc": "", "start_char": 339, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 351, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "friend", "misc": "", "start_char": 344, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 354, "feats": null, "head": 11, "id": 10, "lemma": "at", "misc": "", "start_char": 352, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 362, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "college", "misc": "", "start_char": 355, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 364, "feats": null, "head": 1, "id": 12, "lemma": ".", "misc": "", "start_char": 363, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 366, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 365, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Clearly)) (, ,) (NP (PRP$ your) (NNS classmates)) (VP (VBP are) (NP (RB all) (JJ possible) (NNS friends))) (. !)))" }, "speaker": null, "text": "Clearly, your classmates are all possible friends!", "tokens": [ { "deprel": "advmod", "end_char": 374, "feats": null, "head": 8, "id": 1, "lemma": "clearly", "misc": "", "start_char": 367, "text": "Clearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 376, "feats": null, "head": 8, "id": 2, "lemma": ",", "misc": "", "start_char": 375, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 381, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "your", "misc": "", "start_char": 377, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 392, "feats": "Number=Plur", "head": 8, "id": 4, "lemma": "classmate", "misc": "", "start_char": 382, "text": "classmates", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 396, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 393, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 400, "feats": null, "head": 8, "id": 6, "lemma": "all", "misc": "", "start_char": 397, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 409, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "possible", "misc": "", "start_char": 401, "text": "possible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 417, "feats": "Number=Plur", "head": 0, "id": 8, "lemma": "friend", "misc": "", "start_char": 410, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 419, "feats": null, "head": 8, "id": 9, "lemma": "!", "misc": "", "start_char": 418, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (VP (VB Get) (PP (IN to) (NP (NN class))) (ADVP (ADVP (RB early)) (PP (IN on) (NP (DT the) (JJ first) (NN day)))))) (, ,) (CC and) (S (SBAR (IN if) (S (NP (PRP you)) (VP (VBP get) (ADVP (RB there)) (ADVP (RB early) (RB enough))))) (, ,) (NP (PRP you)) (VP (MD will) (VP (VP (VB be) (PP (IN in) (NP (DT the) (NN room)))) (, ,) (CC or) (VP (VBG waiting) (PP (IN outside) (NP (PRP it))) (, ,) (PP (IN with) (NP (CD one) (JJ other) (NN person))) (, ,) (CC or) (NP (DT a) (JJ small) (NN group)))))) (. .)))" }, "speaker": null, "text": "Get to class early on the first day, and if you get there early enough, you will be in the room, or waiting outside it, with one other person, or a small group.", "tokens": [ { "deprel": "root", "end_char": 423, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "get", "misc": "", "start_char": 420, "text": "Get", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 426, "feats": null, "head": 3, "id": 2, "lemma": "to", "misc": "", "start_char": 424, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 432, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "class", "misc": "", "start_char": 427, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 438, "feats": "Degree=Pos", "head": 1, "id": 4, "lemma": "early", "misc": "", "start_char": 433, "text": "early", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 441, "feats": null, "head": 8, "id": 5, "lemma": "on", "misc": "", "start_char": 439, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 445, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 442, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 451, "feats": "Degree=Pos|NumType=Ord", "head": 8, "id": 7, "lemma": "first", "misc": "", "start_char": 446, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 455, "feats": "Number=Sing", "head": 1, "id": 8, "lemma": "day", "misc": "", "start_char": 452, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 457, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 456, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 461, "feats": null, "head": 23, "id": 10, "lemma": "and", "misc": "", "start_char": 458, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 464, "feats": null, "head": 13, "id": 11, "lemma": "if", "misc": "", "start_char": 462, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 468, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 13, "id": 12, "lemma": "you", "misc": "", "start_char": 465, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 472, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 23, "id": 13, "lemma": "get", "misc": "", "start_char": 469, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 478, "feats": "PronType=Dem", "head": 13, "id": 14, "lemma": "there", "misc": "", "start_char": 473, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 484, "feats": "Degree=Pos", "head": 13, "id": 15, "lemma": "early", "misc": "", "start_char": 479, "text": "early", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 491, "feats": null, "head": 15, "id": 16, "lemma": "enough", "misc": "", "start_char": 485, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 493, "feats": null, "head": 13, "id": 17, "lemma": ",", "misc": "", "start_char": 492, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 497, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 23, "id": 18, "lemma": "you", "misc": "", "start_char": 494, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 502, "feats": "VerbForm=Fin", "head": 23, "id": 19, "lemma": "will", "misc": "", "start_char": 498, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 505, "feats": "VerbForm=Inf", "head": 23, "id": 20, "lemma": "be", "misc": "", "start_char": 503, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "case", "end_char": 508, "feats": null, "head": 23, "id": 21, "lemma": "in", "misc": "", "start_char": 506, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 512, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 509, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 517, "feats": "Number=Sing", "head": 1, "id": 23, "lemma": "room", "misc": "", "start_char": 513, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 519, "feats": null, "head": 26, "id": 24, "lemma": ",", "misc": "", "start_char": 518, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 522, "feats": null, "head": 26, "id": 25, "lemma": "or", "misc": "", "start_char": 520, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 530, "feats": "VerbForm=Ger", "head": 23, "id": 26, "lemma": "wait", "misc": "", "start_char": 523, "text": "waiting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 538, "feats": null, "head": 28, "id": 27, "lemma": "outside", "misc": "", "start_char": 531, "text": "outside", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 541, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 26, "id": 28, "lemma": "it", "misc": "", "start_char": 539, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 543, "feats": null, "head": 33, "id": 29, "lemma": ",", "misc": "", "start_char": 542, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 548, "feats": null, "head": 33, "id": 30, "lemma": "with", "misc": "", "start_char": 544, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 552, "feats": "NumForm=Word|NumType=Card", "head": 33, "id": 31, "lemma": "one", "misc": "", "start_char": 549, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 558, "feats": "Degree=Pos", "head": 33, "id": 32, "lemma": "other", "misc": "", "start_char": 553, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 565, "feats": "Number=Sing", "head": 26, "id": 33, "lemma": "person", "misc": "", "start_char": 559, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 567, "feats": null, "head": 38, "id": 34, "lemma": ",", "misc": "", "start_char": 566, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 570, "feats": null, "head": 38, "id": 35, "lemma": "or", "misc": "", "start_char": 568, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 572, "feats": "Definite=Ind|PronType=Art", "head": 38, "id": 36, "lemma": "a", "misc": "", "start_char": 571, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 578, "feats": "Degree=Pos", "head": 38, "id": 37, "lemma": "small", "misc": "", "start_char": 573, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 584, "feats": "Number=Sing", "head": 33, "id": 38, "lemma": "group", "misc": "", "start_char": 579, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 586, "feats": null, "head": 1, "id": 39, "lemma": ".", "misc": "", "start_char": 585, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (JJ good) (JJ casual) (NN opener)) (VP (MD would) (VP (VB be) (S (VP (TO to) (VP (VB ask) (SBAR (IN if) (S (NP (PRP you)) (VP (VP (VBP 're) (PP (IN in) (NP (DT the) (JJ right) (NN classroom)))) (, ,) (RB then) (VP (VB introduce) (NP (PRP yourself))) (, ,) (CC and) (VP (VP (VB explain) (SBAR (IN that) (S (NP (PRP you)) (VP (VBP 're) (ADJP (JJ new)))))) (, ,) (CC and) (NP (DT a) (NN freshman))))))))))) (. .)))" }, "speaker": null, "text": "A good casual opener would be to ask if you're in the right classroom, then introduce yourself, and explain that you're new, and a freshman.", "tokens": [ { "deprel": "det", "end_char": 588, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 1, "lemma": "a", "misc": "", "start_char": 587, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 593, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "good", "misc": "", "start_char": 589, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 600, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "casual", "misc": "", "start_char": 594, "text": "casual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:outer", "end_char": 607, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "opener", "misc": "", "start_char": 601, "text": "opener", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 613, "feats": "VerbForm=Fin", "head": 8, "id": 5, "lemma": "would", "misc": "", "start_char": 608, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 616, "feats": "VerbForm=Inf", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 614, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "mark", "end_char": 619, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 617, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 623, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "ask", "misc": "", "start_char": 620, "text": "ask", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 626, "feats": null, "head": 15, "id": 9, "lemma": "if", "misc": "", "start_char": 624, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 630, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 15, "id": 10, "lemma": "you", "misc": "", "start_char": 627, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 634, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 15, "id": 11, "lemma": "be", "misc": "", "start_char": 631, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 637, "feats": null, "head": 15, "id": 12, "lemma": "in", "misc": "", "start_char": 635, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 641, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 638, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 647, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "right", "misc": "", "start_char": 642, "text": "right", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 657, "feats": "Number=Sing", "head": 8, "id": 15, "lemma": "classroom", "misc": "", "start_char": 648, "text": "classroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 659, "feats": null, "head": 18, "id": 16, "lemma": ",", "misc": "", "start_char": 658, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 664, "feats": "PronType=Dem", "head": 18, "id": 17, "lemma": "then", "misc": "", "start_char": 660, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 674, "feats": "Mood=Imp|VerbForm=Fin", "head": 8, "id": 18, "lemma": "introduce", "misc": "", "start_char": 665, "text": "introduce", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 683, "feats": "Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes", "head": 18, "id": 19, "lemma": "yourself", "misc": "", "start_char": 675, "text": "yourself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 685, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 684, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 689, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 686, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 697, "feats": "VerbForm=Inf", "head": 18, "id": 22, "lemma": "explain", "misc": "", "start_char": 690, "text": "explain", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 702, "feats": null, "head": 26, "id": 23, "lemma": "that", "misc": "", "start_char": 698, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 706, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 26, "id": 24, "lemma": "you", "misc": "", "start_char": 703, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 710, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 26, "id": 25, "lemma": "be", "misc": "", "start_char": 707, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 714, "feats": "Degree=Pos", "head": 22, "id": 26, "lemma": "new", "misc": "", "start_char": 711, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 716, "feats": null, "head": 30, "id": 27, "lemma": ",", "misc": "", "start_char": 715, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 720, "feats": null, "head": 30, "id": 28, "lemma": "and", "misc": "", "start_char": 717, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 722, "feats": "Definite=Ind|PronType=Art", "head": 30, "id": 29, "lemma": "a", "misc": "", "start_char": 721, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 731, "feats": "Number=Sing", "head": 26, "id": 30, "lemma": "freshman", "misc": "", "start_char": 723, "text": "freshman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 733, "feats": null, "head": 8, "id": 31, "lemma": ".", "misc": "", "start_char": 732, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (SQ (VB Do) (NP (DT this)) (PP (IN at) (NP (NP (DT all)) (PP (IN of) (NP (PRP$ your) (NNS classes)))))) (, ,) (CC and) (S (NP (PRP you)) (VP (MD will) (VP (VB have) (NP (NP (NP (DT a) (NN group)) (PP (IN of) (NP (NNS friends)))) (SBAR (WHNP (WDT that)) (S (NP (PRP you)) (VP (MD can) (VP (VB make) (NP (NN study) (NNS groups)) (PP (IN with) (, ,) (S (VP (VB take) (NP (NNS notes)) (PP (IN for) (NP (PRP you))) (SBAR (WHADVP (WRB when)) (S (NP (PRP you)) (VP (VBP 're) (ADJP (JJ absent) (CC or) (JJ sick)))))))))))))))) (. .)))" }, "speaker": null, "text": "Do this at all of your classes, and you will have a group of friends that you can make study groups with, take notes for you when you're absent or sick.", "tokens": [ { "deprel": "root", "end_char": 736, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "do", "misc": "", "start_char": 734, "text": "Do", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 741, "feats": "Number=Sing|PronType=Dem", "head": 1, "id": 2, "lemma": "this", "misc": "", "start_char": 737, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "case", "end_char": 744, "feats": null, "head": 4, "id": 3, "lemma": "at", "misc": "", "start_char": 742, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 748, "feats": null, "head": 1, "id": 4, "lemma": "all", "misc": "", "start_char": 745, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 751, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 749, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 756, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "your", "misc": "", "start_char": 752, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 764, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "class", "misc": "", "start_char": 757, "text": "classes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 766, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 765, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 770, "feats": null, "head": 12, "id": 9, "lemma": "and", "misc": "", "start_char": 767, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 774, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 10, "lemma": "you", "misc": "", "start_char": 771, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 779, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "will", "misc": "", "start_char": 775, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 784, "feats": "VerbForm=Inf", "head": 1, "id": 12, "lemma": "have", "misc": "", "start_char": 780, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 786, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 785, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 792, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "group", "misc": "", "start_char": 787, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 795, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 793, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 803, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "friend", "misc": "", "start_char": 796, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obl", "end_char": 808, "feats": "PronType=Rel", "head": 20, "id": 17, "lemma": "that", "misc": "", "start_char": 804, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 812, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 20, "id": 18, "lemma": "you", "misc": "", "start_char": 809, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 816, "feats": "VerbForm=Fin", "head": 20, "id": 19, "lemma": "can", "misc": "", "start_char": 813, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 821, "feats": "VerbForm=Inf", "head": 16, "id": 20, "lemma": "make", "misc": "", "start_char": 817, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 827, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "study", "misc": "", "start_char": 822, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 834, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "group", "misc": "", "start_char": 828, "text": "groups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 839, "feats": null, "head": 17, "id": 23, "lemma": "with", "misc": "", "start_char": 835, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 841, "feats": null, "head": 25, "id": 24, "lemma": ",", "misc": "", "start_char": 840, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 846, "feats": "VerbForm=Inf", "head": 12, "id": 25, "lemma": "take", "misc": "", "start_char": 842, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 852, "feats": "Number=Plur", "head": 25, "id": 26, "lemma": "note", "misc": "", "start_char": 847, "text": "notes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 856, "feats": null, "head": 28, "id": 27, "lemma": "for", "misc": "", "start_char": 853, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 860, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 25, "id": 28, "lemma": "you", "misc": "", "start_char": 857, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 865, "feats": "PronType=Int", "head": 32, "id": 29, "lemma": "when", "misc": "", "start_char": 861, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 869, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 32, "id": 30, "lemma": "you", "misc": "", "start_char": 866, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 873, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 32, "id": 31, "lemma": "be", "misc": "", "start_char": 870, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 880, "feats": "Degree=Pos", "head": 25, "id": 32, "lemma": "absent", "misc": "", "start_char": 874, "text": "absent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 883, "feats": null, "head": 34, "id": 33, "lemma": "or", "misc": "", "start_char": 881, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 888, "feats": "Degree=Pos", "head": 32, "id": 34, "lemma": "sick", "misc": "", "start_char": 884, "text": "sick", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 890, "feats": null, "head": 1, "id": 35, "lemma": ".", "misc": "", "start_char": 889, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 892, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 891, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBP live) (PP (IN in) (NP (DT a) (NN dormitory)))))) (, ,) (NP (PRP$ your) (NN hall)) (VP (MD will) (ADVP (RBS most) (RB likely)) (VP (VB have) (NP (NP (JJ many) (JJ fun) (NNS activities)) (SBAR (S (VP (TO to) (VP (VB take) (NP (NN part)) (PRT (IN in))))))))) (. .)))" }, "speaker": null, "text": "If you live in a dormitory, your hall will most likely have many fun activities to take part in.", "tokens": [ { "deprel": "mark", "end_char": 895, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 893, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 899, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 896, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 904, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 13, "id": 3, "lemma": "live", "misc": "", "start_char": 900, "text": "live", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 907, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 905, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 909, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 908, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 919, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "dormitory", "misc": "", "start_char": 910, "text": "dormitory", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 921, "feats": null, "head": 13, "id": 7, "lemma": ",", "misc": "", "start_char": 920, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 926, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "your", "misc": "", "start_char": 922, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 931, "feats": "Number=Sing", "head": 13, "id": 9, "lemma": "hall", "misc": "", "start_char": 927, "text": "hall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 936, "feats": "VerbForm=Fin", "head": 13, "id": 10, "lemma": "will", "misc": "", "start_char": 932, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 941, "feats": "Degree=Sup", "head": 12, "id": 11, "lemma": "most", "misc": "", "start_char": 937, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "advmod", "end_char": 948, "feats": null, "head": 13, "id": 12, "lemma": "likely", "misc": "", "start_char": 942, "text": "likely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 953, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "have", "misc": "", "start_char": 949, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 958, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "many", "misc": "", "start_char": 954, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 962, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "fun", "misc": "", "start_char": 959, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 973, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "activity", "misc": "", "start_char": 963, "text": "activities", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 976, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 974, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 981, "feats": "VerbForm=Inf", "head": 16, "id": 18, "lemma": "take", "misc": "", "start_char": 977, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 986, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "part", "misc": "", "start_char": 982, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 989, "feats": null, "head": 18, "id": 20, "lemma": "in", "misc": "", "start_char": 987, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 991, "feats": null, "head": 13, "id": 21, "lemma": ".", "misc": "", "start_char": 990, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (VP (VP (VB Take) (NP (NN advantage)) (NP (NN ofthem))) (, ,) (CC and) (VP (VB go) (PP (IN to) (NP (ADJP (RB as) (JJ many)) (SBAR (IN as) (S (NP (PRP you)) (VP (MD can)))))))) (. .)))" }, "speaker": null, "text": "Take advantage ofthem, and go to as many as you can.", "tokens": [ { "deprel": "root", "end_char": 996, "feats": "Mood=Imp|Person=2|VerbForm=Fin", "head": 0, "id": 1, "lemma": "take", "misc": "", "start_char": 992, "text": "Take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1006, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "advantage", "misc": "", "start_char": 997, "text": "advantage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1013, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "ofthem", "misc": "", "start_char": 1007, "text": "ofthem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1015, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 1014, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1019, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1016, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1022, "feats": "Mood=Imp|VerbForm=Fin", "head": 1, "id": 6, "lemma": "go", "misc": "", "start_char": 1020, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1025, "feats": null, "head": 9, "id": 7, "lemma": "to", "misc": "", "start_char": 1023, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 1028, "feats": null, "head": 9, "id": 8, "lemma": "as", "misc": "", "start_char": 1026, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "obl", "end_char": 1033, "feats": "Degree=Pos", "head": 6, "id": 9, "lemma": "many", "misc": "", "start_char": 1029, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1036, "feats": null, "head": 12, "id": 10, "lemma": "as", "misc": "", "start_char": 1034, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1040, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 11, "lemma": "you", "misc": "", "start_char": 1037, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1044, "feats": "VerbForm=Fin", "head": 9, "id": 12, "lemma": "can", "misc": "", "start_char": 1041, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "punct", "end_char": 1046, "feats": null, "head": 1, "id": 13, "lemma": ".", "misc": "", "start_char": 1045, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Knowing) (NP (NP (PRP$ your) (NNS friends)) (VP (VBG living) (PP (IN in) (NP (DT the) (JJ same) (NN hall))))))) (VP (MD will) (ADVP (RB also)) (VP (VB come) (PP (IN in) (NP (NN convenience))) (SBAR (IN because) (S (NP (PRP they)) (VP (MD will) (VP (VB be) (NP (NP (DT the) (NNS ones)) (VP (VBG hosting) (CC and) (VP (VBG inviting) (NP (PRP you)) (PP (IN to) (NP (NP (NNS parties)) (SBAR (WHNP (WDT that)) (S (NP (PRP you)) (VP (MD will) (VP (VB be) (VP (VBG missing) (PRT (RP out)))))))))))))))))) (. .)))" }, "speaker": null, "text": "Knowing your friends living in the same hall will also come in convenience because they will be the ones hosting and inviting you to parties that you will be missing out.", "tokens": [ { "deprel": "csubj", "end_char": 1054, "feats": "VerbForm=Ger", "head": 11, "id": 1, "lemma": "know", "misc": "", "start_char": 1047, "text": "Knowing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1059, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "your", "misc": "", "start_char": 1055, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1067, "feats": "Number=Plur", "head": 1, "id": 3, "lemma": "friend", "misc": "", "start_char": 1060, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1074, "feats": "VerbForm=Ger", "head": 3, "id": 4, "lemma": "live", "misc": "", "start_char": 1068, "text": "living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1077, "feats": null, "head": 8, "id": 5, "lemma": "in", "misc": "", "start_char": 1075, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1081, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1078, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1086, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "same", "misc": "", "start_char": 1082, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1091, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "hall", "misc": "", "start_char": 1087, "text": "hall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1096, "feats": "VerbForm=Fin", "head": 11, "id": 9, "lemma": "will", "misc": "", "start_char": 1092, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1101, "feats": null, "head": 11, "id": 10, "lemma": "also", "misc": "", "start_char": 1097, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1106, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "come", "misc": "", "start_char": 1102, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1109, "feats": null, "head": 13, "id": 12, "lemma": "in", "misc": "", "start_char": 1107, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1121, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "convenience", "misc": "", "start_char": 1110, "text": "convenience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1129, "feats": null, "head": 19, "id": 14, "lemma": "because", "misc": "", "start_char": 1122, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1134, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 19, "id": 15, "lemma": "they", "misc": "", "start_char": 1130, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1139, "feats": "VerbForm=Fin", "head": 19, "id": 16, "lemma": "will", "misc": "", "start_char": 1135, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1142, "feats": "VerbForm=Inf", "head": 19, "id": 17, "lemma": "be", "misc": "", "start_char": 1140, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 1146, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 1143, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 1151, "feats": "Number=Plur", "head": 11, "id": 19, "lemma": "one", "misc": "", "start_char": 1147, "text": "ones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1159, "feats": "VerbForm=Ger", "head": 19, "id": 20, "lemma": "host", "misc": "", "start_char": 1152, "text": "hosting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "cc", "end_char": 1163, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 1160, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1172, "feats": "VerbForm=Ger", "head": 20, "id": 22, "lemma": "invite", "misc": "", "start_char": 1164, "text": "inviting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1176, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 22, "id": 23, "lemma": "you", "misc": "", "start_char": 1173, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1179, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 1177, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1187, "feats": "Number=Plur", "head": 22, "id": 25, "lemma": "party", "misc": "", "start_char": 1180, "text": "parties", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obj", "end_char": 1192, "feats": "PronType=Rel", "head": 30, "id": 26, "lemma": "that", "misc": "", "start_char": 1188, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 1196, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 30, "id": 27, "lemma": "you", "misc": "", "start_char": 1193, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1201, "feats": "VerbForm=Fin", "head": 30, "id": 28, "lemma": "will", "misc": "", "start_char": 1197, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 1204, "feats": "VerbForm=Inf", "head": 30, "id": 29, "lemma": "be", "misc": "", "start_char": 1202, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl:relcl", "end_char": 1212, "feats": "Tense=Pres|VerbForm=Part", "head": 25, "id": 30, "lemma": "miss", "misc": "", "start_char": 1205, "text": "missing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 1216, "feats": null, "head": 30, "id": 31, "lemma": "out", "misc": "", "start_char": 1213, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1218, "feats": null, "head": 11, "id": 32, "lemma": ".", "misc": "", "start_char": 1217, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Joining) (SBAR (IN as) (NP (NP (JJ many) (NNS organizations)) (PP (IN as) (ADJP (JJ possible))))))) (VP (MD will) (ADVP (RB also)) (VP (VB help) (S (NP (PRP you)) (VP (VB make) (NP (JJ new) (NNS friends)) (ADVP (RB quickly)))))) (. .)))" }, "speaker": null, "text": "Joining as many organizations as possible will also help you make new friends quickly.", "tokens": [ { "deprel": "csubj", "end_char": 1226, "feats": "VerbForm=Ger", "head": 9, "id": 1, "lemma": "join", "misc": "", "start_char": 1219, "text": "Joining", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1229, "feats": null, "head": 6, "id": 2, "lemma": "as", "misc": "", "start_char": 1227, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 1234, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "many", "misc": "", "start_char": 1230, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1248, "feats": "Number=Plur", "head": 9, "id": 4, "lemma": "organization", "misc": "", "start_char": 1235, "text": "organizations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1251, "feats": null, "head": 6, "id": 5, "lemma": "as", "misc": "", "start_char": 1249, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1260, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "possible", "misc": "", "start_char": 1252, "text": "possible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "aux", "end_char": 1265, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "will", "misc": "", "start_char": 1261, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1270, "feats": null, "head": 9, "id": 8, "lemma": "also", "misc": "", "start_char": 1266, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1275, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "help", "misc": "", "start_char": 1271, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1279, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 9, "id": 10, "lemma": "you", "misc": "", "start_char": 1276, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1284, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "make", "misc": "", "start_char": 1280, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1288, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "new", "misc": "", "start_char": 1285, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1296, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "friend", "misc": "", "start_char": 1289, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1304, "feats": null, "head": 11, "id": 14, "lemma": "quickly", "misc": "", "start_char": 1297, "text": "quickly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1306, "feats": null, "head": 9, "id": 15, "lemma": ".", "misc": "", "start_char": 1305, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NNS Parties)) (VP (VBP are) (ADVP (RB there)) (S (VP (TO to) (VP (VB help) (S (NP (NNS students)) (VP (VB form) (NP (NP (JJ close) (NN relationship)) (PP (IN with) (NP (DT each) (JJ other)))))))))) (. .)))" }, "speaker": null, "text": "Parties are there to help students form close relationship with each other.", "tokens": [ { "deprel": "nsubj", "end_char": 1314, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "party", "misc": "", "start_char": 1307, "text": "Parties", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1318, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1315, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1324, "feats": "PronType=Dem", "head": 0, "id": 3, "lemma": "there", "misc": "", "start_char": 1319, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1327, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1325, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1332, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "help", "misc": "", "start_char": 1328, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1341, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "student", "misc": "", "start_char": 1333, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "xcomp", "end_char": 1346, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "form", "misc": "", "start_char": 1342, "text": "form", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1352, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "close", "misc": "", "start_char": 1347, "text": "close", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1365, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "relationship", "misc": "", "start_char": 1353, "text": "relationship", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1370, "feats": null, "head": 11, "id": 10, "lemma": "with", "misc": "", "start_char": 1366, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1375, "feats": "ExtPos=PRON|PronType=Rcp", "head": 9, "id": 11, "lemma": "each", "misc": "", "start_char": 1371, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 1381, "feats": "Degree=Pos", "head": 11, "id": 12, "lemma": "other", "misc": "", "start_char": 1376, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1383, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 1382, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Doing) (NP (DT a) (NN team) (NN sport)))) (VP (VBZ is) (NP (DT another) (JJ great) (NN idea))) (. .)))" }, "speaker": null, "text": "Doing a team sport is another great idea.", "tokens": [ { "deprel": "csubj", "end_char": 1389, "feats": "VerbForm=Ger", "head": 8, "id": 1, "lemma": "do", "misc": "", "start_char": 1384, "text": "Doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1391, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 2, "lemma": "a", "misc": "", "start_char": 1390, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1396, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "team", "misc": "", "start_char": 1392, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1402, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "sport", "misc": "", "start_char": 1397, "text": "sport", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1405, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 1403, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1413, "feats": null, "head": 8, "id": 6, "lemma": "another", "misc": "", "start_char": 1406, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1419, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "great", "misc": "", "start_char": 1414, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1424, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "idea", "misc": "", "start_char": 1420, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1426, "feats": null, "head": 8, "id": 9, "lemma": ".", "misc": "", "start_char": 1425, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJS best) (NN part)) (PP (IN of) (S (VP (VBG joining) (NP (DT an) (NN organization)))))) (VP (VBZ is) (SBAR (IN that) (S (NP (PRP you)) (VP (MD 'll) (VP (VB find) (NP (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP share) (NP (PRP$ your) (NNS interests)))))) (, ,) (CC and) (SBAR (WHPP (IN with) (WHNP (WP whom))) (S (NP (PRP you)) (VP (MD 'll) (ADVP (RB therefore)) (VP (VB have) (NP (NP (DT a) (NN lot)) (SBAR (S (VP (TO to) (VP (VB talk) (PP (IN about))))))))))))))))) (. .)))" }, "speaker": null, "text": "The best part of joining an organization is that you'll find people who share your interests, and with whom you'll therefore have a lot to talk about.", "tokens": [ { "deprel": "det", "end_char": 1430, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1427, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1435, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "good", "misc": "", "start_char": 1431, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj:outer", "end_char": 1440, "feats": "Number=Sing", "head": 12, "id": 3, "lemma": "part", "misc": "", "start_char": 1436, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1443, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 1441, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1451, "feats": "VerbForm=Ger", "head": 3, "id": 5, "lemma": "join", "misc": "", "start_char": 1444, "text": "joining", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1454, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 1452, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1467, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "organization", "misc": "", "start_char": 1455, "text": "organization", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1470, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 8, "lemma": "be", "misc": "", "start_char": 1468, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1475, "feats": null, "head": 12, "id": 9, "lemma": "that", "misc": "", "start_char": 1471, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1479, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 12, "id": 10, "lemma": "you", "misc": "", "start_char": 1476, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1483, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "will", "misc": "", "start_char": 1480, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1488, "feats": "VerbForm=Inf", "head": 0, "id": 12, "lemma": "find", "misc": "", "start_char": 1484, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1495, "feats": "Number=Plur", "head": 12, "id": 13, "lemma": "person", "misc": "", "start_char": 1489, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1499, "feats": "PronType=Rel", "head": 15, "id": 14, "lemma": "who", "misc": "", "start_char": 1496, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 1505, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 15, "lemma": "share", "misc": "", "start_char": 1500, "text": "share", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1510, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "your", "misc": "", "start_char": 1506, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1520, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "interest", "misc": "", "start_char": 1511, "text": "interests", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1522, "feats": null, "head": 25, "id": 18, "lemma": ",", "misc": "", "start_char": 1521, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1526, "feats": null, "head": 25, "id": 19, "lemma": "and", "misc": "", "start_char": 1523, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1531, "feats": null, "head": 21, "id": 20, "lemma": "with", "misc": "", "start_char": 1527, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1536, "feats": "PronType=Rel", "head": 25, "id": 21, "lemma": "whom", "misc": "", "start_char": 1532, "text": "whom", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1540, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 25, "id": 22, "lemma": "you", "misc": "", "start_char": 1537, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1544, "feats": "VerbForm=Fin", "head": 25, "id": 23, "lemma": "will", "misc": "", "start_char": 1541, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1554, "feats": null, "head": 25, "id": 24, "lemma": "therefore", "misc": "", "start_char": 1545, "text": "therefore", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1559, "feats": "VerbForm=Inf", "head": 15, "id": 25, "lemma": "have", "misc": "", "start_char": 1555, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1561, "feats": "Definite=Ind|PronType=Art", "head": 27, "id": 26, "lemma": "a", "misc": "", "start_char": 1560, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1565, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "lot", "misc": "", "start_char": 1562, "text": "lot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1568, "feats": null, "head": 29, "id": 28, "lemma": "to", "misc": "", "start_char": 1566, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1573, "feats": "VerbForm=Inf", "head": 27, "id": 29, "lemma": "talk", "misc": "", "start_char": 1569, "text": "talk", "upos": "VERB", "xpos": "VB" }, { "deprel": "obl", "end_char": 1579, "feats": null, "head": 29, "id": 30, "lemma": "about", "misc": "", "start_char": 1574, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1581, "feats": null, "head": 12, "id": 31, "lemma": ".", "misc": "", "start_char": 1580, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
College is a fresh start, and a chance to make new friends. These friends may become your lifelong friends, or the person you want to spend the rest of your life with. Whether you are going to a nearby college or the university far away from home, you are likely to meet new people wherever you are. Here are some advice to help you make friends at college. Clearly, your classmates are all possible friends! Get to class early on the first day, and if you get there early enough, you will be in the room, or waiting outside it, with one other person, or a small group. A good casual opener would be to ask if you're in the right classroom, then introduce yourself, and explain that you're new, and a freshman. Do this at all of your classes, and you will have a group of friends that you can make study groups with, take notes for you when you're absent or sick. If you live in a dormitory, your hall will most likely have many fun activities to take part in. Take advantage ofthem, and go to as many as you can. Knowing your friends living in the same hall will also come in convenience because they will be the ones hosting and inviting you to parties that you will be missing out. Joining as many organizations as possible will also help you make new friends quickly. Parties are there to help students form close relationship with each other. Doing a team sport is another great idea. The best part of joining an organization is that you'll find people who share your interests, and with whom you'll therefore have a lot to talk about.
[ [ [ 0, 0, 0 ], [ 3, 10, 10 ] ], [ [ 0, 2, 4 ] ], [ [ 0, 11, 12 ], [ 1, 0, 1 ], [ 1, 4, 6 ], [ 3, 8, 8 ] ], [ [ 1, 9, 20 ] ], [ [ 1, 18, 19 ] ], [ [ 1, 4, 20 ] ], [ [ 2, 5, 14 ] ], [ [ 2, 9, 14 ] ], [ [ 2, 21, 22 ] ], [ [ 5, 2, 3 ], [ 5, 5, 7 ], [ 8, 12, 33 ] ], [ [ 6, 2, 2 ], [ 6, 21, 22 ], [ 6, 27, 27 ], [ 7, 12, 14 ] ], [ [ 6, 5, 7 ] ], [ [ 6, 11, 11 ], [ 6, 17, 17 ], [ 5, 2, 2 ], [ 3, 6, 6 ], [ 2, 1, 1 ], [ 2, 24, 24 ], [ 2, 16, 16 ], [ 1, 4, 4 ], [ 1, 11, 11 ], [ 1, 18, 18 ], [ 13, 9, 9 ], [ 16, 9, 9 ], [ 16, 15, 15 ], [ 16, 21, 21 ], [ 7, 9, 9 ], [ 7, 18, 18 ], [ 7, 23, 23 ], [ 7, 28, 29 ], [ 8, 5, 5 ], [ 8, 9, 9 ], [ 8, 17, 17 ], [ 8, 27, 27 ], [ 8, 29, 29 ], [ 10, 1, 1 ], [ 10, 7, 7 ], [ 11, 10, 10 ], [ 12, 1, 1 ], [ 12, 22, 22 ], [ 12, 26, 26 ] ], [ [ 6, 30, 32 ] ], [ [ 6, 35, 37 ] ], [ [ 6, 30, 37 ] ], [ [ 7, 0, 3 ] ], [ [ 7, 16, 16 ] ], [ [ 8, 1, 1 ] ], [ [ 8, 3, 6 ] ], [ [ 8, 5, 6 ] ], [ [ 8, 20, 21 ] ], [ [ 8, 20, 20 ] ], [ [ 8, 25, 25 ] ], [ [ 10, 4, 5 ], [ 10, 7, 8 ], [ 12, 5, 7 ] ], [ [ 10, 13, 15 ] ], [ [ 11, 1, 1 ] ], [ [ 12, 14, 14 ], [ 12, 17, 30 ] ], [ [ 12, 12, 12 ] ], [ [ 13, 2, 3 ] ], [ [ 13, 11, 12 ] ], [ [ 14, 0, 0 ], [ 12, 24, 30 ] ], [ [ 14, 5, 5 ] ], [ [ 14, 7, 8 ] ], [ [ 14, 10, 11 ] ], [ [ 15, 1, 3 ] ], [ [ 16, 0, 6 ] ], [ [ 16, 12, 16 ] ], [ [ 16, 15, 16 ] ], [ [ 15, 0, 3 ], [ 15, 5, 7 ] ], [ [ 0, 7, 12 ] ], [ [ 1, 15, 19 ] ], [ [ 2, 14, 14 ] ], [ [ 2, 5, 7 ] ], [ [ 2, 23, 25 ] ], [ [ 3, 2, 3 ] ], [ [ 8, 15, 33 ] ], [ [ 10, 18, 18 ] ], [ [ 12, 0, 7 ] ], [ [ 12, 1, 2 ] ], [ [ 13, 0, 5 ] ], [ [ 16, 4, 6 ] ], [ [ 16, 25, 26 ] ], [ [ 16, 5, 6 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36201
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP We)) (NP (DT all))) (VP (VBP know) (SBAR (IN that) (S (NP (JJ different) (NNS people)) (VP (VBP have) (NP (JJ different) (NNS hobbies)))))) (. .)))" }, "speaker": null, "text": "We all know that different people have different hobbies.", "tokens": [ { "deprel": "nsubj", "end_char": 2, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 0, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 6, "feats": "PronType=Tot", "head": 1, "id": 2, "lemma": "all", "misc": "", "start_char": 3, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 11, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "know", "misc": "", "start_char": 7, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 16, "feats": null, "head": 7, "id": 4, "lemma": "that", "misc": "", "start_char": 12, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 26, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "different", "misc": "", "start_char": 17, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 33, "feats": "Number=Plur", "head": 7, "id": 6, "lemma": "person", "misc": "", "start_char": 27, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 38, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 7, "lemma": "have", "misc": "", "start_char": 34, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 48, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "different", "misc": "", "start_char": 39, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 56, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "hobby", "misc": "", "start_char": 49, "text": "hobbies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 58, "feats": null, "head": 3, "id": 10, "lemma": ".", "misc": "", "start_char": 57, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NP (NP (NP (DT Some)) (PP (IN like) (S (VP (VBG planting) (NP (NNS flowers)))))) (, ,) (NP (NP (DT some)) (IN like) (NP (NP (NP (NN exercising)) (CC and) (NNS others)) (PP (IN like) (S (VP (VBG building) (NP (NN model) (NNS ships))))))) (. .)))" }, "speaker": null, "text": "Some like planting flowers, some like exercising and others like building model ships.", "tokens": [ { "deprel": "nsubj", "end_char": 63, "feats": null, "head": 3, "id": 1, "lemma": "some", "misc": "", "start_char": 59, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "mark", "end_char": 68, "feats": null, "head": 3, "id": 2, "lemma": "like", "misc": "", "start_char": 64, "text": "like", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "root", "end_char": 77, "feats": "VerbForm=Ger", "head": 0, "id": 3, "lemma": "planting", "misc": "", "start_char": 69, "text": "planting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 85, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "flower", "misc": "", "start_char": 78, "text": "flowers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 87, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 86, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 92, "feats": null, "head": 8, "id": 6, "lemma": "some", "misc": "", "start_char": 88, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 97, "feats": null, "head": 8, "id": 7, "lemma": "like", "misc": "", "start_char": 93, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 108, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "exercising", "misc": "", "start_char": 98, "text": "exercising", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 112, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 109, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 119, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "other", "misc": "", "start_char": 113, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 124, "feats": null, "head": 12, "id": 11, "lemma": "like", "misc": "", "start_char": 120, "text": "like", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 133, "feats": "VerbForm=Ger", "head": 10, "id": 12, "lemma": "build", "misc": "", "start_char": 125, "text": "building", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 139, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "model", "misc": "", "start_char": 134, "text": "model", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 145, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "ship", "misc": "", "start_char": 140, "text": "ships", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 147, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 146, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP am) (NP (NNP Jack) (CC and) (PRP I)) (VP (VBP like) (S (VP (VBG collecting) (NP (NNS stamps)))))) (. .)))" }, "speaker": null, "text": "I am Jack and I like collecting stamps.", "tokens": [ { "deprel": "nsubj", "end_char": 149, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 148, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 152, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 150, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 157, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "Jack", "misc": "", "start_char": 153, "text": "Jack", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 161, "feats": null, "head": 6, "id": 4, "lemma": "and", "misc": "", "start_char": 158, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 163, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 162, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 168, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 6, "lemma": "like", "misc": "", "start_char": 164, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 179, "feats": "VerbForm=Ger", "head": 6, "id": 7, "lemma": "collect", "misc": "", "start_char": 169, "text": "collecting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 186, "feats": "Number=Plur", "head": 7, "id": 8, "lemma": "stamp", "misc": "", "start_char": 180, "text": "stamps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 188, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 187, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 190, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 189, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (NP (EX There)) (VP (VBP are) (NP (NP (CD four) (NNS people)) (PP (IN in) (NP (PRP$ my) (NN family)))))) (CC and) (S (NP (PRP they)) (VP (VBP are) (NP (NP (PRP$ my) (NNS parents)) (, ,) (NP (PRP$ my) (NN brother)) (CC and) (NP (PRP I))))) (. .)))" }, "speaker": null, "text": "There are four people in my family and they are my parents, my brother and I.", "tokens": [ { "deprel": "expl", "end_char": 196, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 191, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 200, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 197, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 205, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "four", "misc": "", "start_char": 201, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 212, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "person", "misc": "", "start_char": 206, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 215, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 213, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 218, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "my", "misc": "", "start_char": 216, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 225, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "family", "misc": "", "start_char": 219, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 229, "feats": null, "head": 12, "id": 8, "lemma": "and", "misc": "", "start_char": 226, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 234, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "they", "misc": "", "start_char": 230, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 238, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 235, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 241, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "my", "misc": "", "start_char": 239, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 249, "feats": "Number=Plur", "head": 2, "id": 12, "lemma": "parent", "misc": "", "start_char": 242, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 251, "feats": null, "head": 15, "id": 13, "lemma": ",", "misc": "", "start_char": 250, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 254, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "my", "misc": "", "start_char": 252, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "conj", "end_char": 262, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "brother", "misc": "", "start_char": 255, "text": "brother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 266, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 263, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 268, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 17, "lemma": "I", "misc": "", "start_char": 267, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 270, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 269, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ My) (NN father)) (VP (VBZ works) (PP (IN in) (NP (DT a) (JJ big) (NN company)))) (. .)))" }, "speaker": null, "text": "My father works in a big company.", "tokens": [ { "deprel": "nmod:poss", "end_char": 273, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 271, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 280, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "father", "misc": "", "start_char": 274, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 286, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "work", "misc": "", "start_char": 281, "text": "works", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 289, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 287, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 291, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 290, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 295, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "big", "misc": "", "start_char": 292, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 303, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "company", "misc": "", "start_char": 296, "text": "company", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 305, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 304, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (ADVP (RB usually)) (VP (VBZ goes) (ADVP (RB abroad)) (NP (NP (QP (CD three) (CC or) (CD four)) (NNS times)) (NP (DT a) (NN year)))) (. .)))" }, "speaker": null, "text": "He usually goes abroad three or four times a year.", "tokens": [ { "deprel": "nsubj", "end_char": 308, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "he", "misc": "", "start_char": 306, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 316, "feats": null, "head": 3, "id": 2, "lemma": "usually", "misc": "", "start_char": 309, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 321, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 317, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 328, "feats": null, "head": 3, "id": 4, "lemma": "abroad", "misc": "", "start_char": 322, "text": "abroad", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 334, "feats": "NumForm=Word|NumType=Card", "head": 8, "id": 5, "lemma": "three", "misc": "", "start_char": 329, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "cc", "end_char": 337, "feats": null, "head": 7, "id": 6, "lemma": "or", "misc": "", "start_char": 335, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 342, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 7, "lemma": "four", "misc": "", "start_char": 338, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 348, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "time", "misc": "", "start_char": 343, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 350, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 349, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:tmod", "end_char": 355, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "year", "misc": "", "start_char": 351, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 357, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 356, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (ADVP (NP (CD Two) (NNS years)) (RB ago)) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (VP (VBG working) (ADVP (RB abroad)))))) (, ,) (NP (PRP he)) (VP (VBD sent) (ADVP (RB home)) (NP (NP (DT a) (NN letter)) (PP (IN with) (NP (NP (DT a) (JJ beautiful) (NN stamp)) (PP (IN on) (NP (DT the) (NN envelope))))))) (. .)))" }, "speaker": null, "text": "Two years ago when he was working abroad, he sent home a letter with a beautiful stamp on the envelope.", "tokens": [ { "deprel": "nummod", "end_char": 361, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "two", "misc": "", "start_char": 358, "text": "Two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 367, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "year", "misc": "", "start_char": 362, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 371, "feats": null, "head": 11, "id": 3, "lemma": "ago", "misc": "", "start_char": 368, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 376, "feats": "PronType=Int", "head": 7, "id": 4, "lemma": "when", "misc": "", "start_char": 372, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 379, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "he", "misc": "", "start_char": 377, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 383, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 380, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 391, "feats": "Tense=Pres|VerbForm=Part", "head": 11, "id": 7, "lemma": "work", "misc": "", "start_char": 384, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 398, "feats": null, "head": 7, "id": 8, "lemma": "abroad", "misc": "", "start_char": 392, "text": "abroad", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 400, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 399, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 403, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "he", "misc": "", "start_char": 401, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 408, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "send", "misc": "", "start_char": 404, "text": "sent", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 413, "feats": null, "head": 11, "id": 12, "lemma": "home", "misc": "", "start_char": 409, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 415, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 414, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 422, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "letter", "misc": "", "start_char": 416, "text": "letter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 427, "feats": null, "head": 18, "id": 15, "lemma": "with", "misc": "", "start_char": 423, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 429, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 428, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 439, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "beautiful", "misc": "", "start_char": 430, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 445, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "stamp", "misc": "", "start_char": 440, "text": "stamp", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 448, "feats": null, "head": 21, "id": 19, "lemma": "on", "misc": "", "start_char": 446, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 452, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 449, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 461, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "envelope", "misc": "", "start_char": 453, "text": "envelope", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 463, "feats": null, "head": 11, "id": 22, "lemma": ".", "misc": "", "start_char": 462, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN stamp)) (VP (VBD was) (ADJP (RB very) (JJ beautiful)))) (CC and) (S (NP (PRP I)) (VP (VBP like) (NP (PRP it)) (ADVP (RB very) (RB much)))) (. .)))" }, "speaker": null, "text": "The stamp was very beautiful and I like it very much.", "tokens": [ { "deprel": "det", "end_char": 467, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 464, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 473, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "stamp", "misc": "", "start_char": 468, "text": "stamp", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 477, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 474, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 482, "feats": null, "head": 5, "id": 4, "lemma": "very", "misc": "", "start_char": 478, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 492, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "beautiful", "misc": "", "start_char": 483, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 496, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 493, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 498, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 7, "lemma": "I", "misc": "", "start_char": 497, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 503, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 8, "lemma": "like", "misc": "", "start_char": 499, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 506, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 9, "lemma": "it", "misc": "", "start_char": 504, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 511, "feats": null, "head": 11, "id": 10, "lemma": "very", "misc": "", "start_char": 507, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 516, "feats": "Degree=Pos", "head": 8, "id": 11, "lemma": "much", "misc": "", "start_char": 512, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 518, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 517, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN Since) (ADVP (RB then))) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP$ my) (NN father)) (VP (VBZ goes) (ADVP (RB abroad))))) (, ,) (NP (PRP I)) (ADVP (RB always)) (VP (VBP ask) (NP (PRP him)) (S (VP (TO to) (VP (VB send) (NP (PRP me)) (NP (JJ different) (NNS stamps)) (PP (IN from) (NP (JJ different) (NNS countries))))))) (. .)))" }, "speaker": null, "text": "Since then, when my father goes abroad, I always ask him to send me different stamps from different countries.", "tokens": [ { "deprel": "case", "end_char": 524, "feats": null, "head": 2, "id": 1, "lemma": "since", "misc": "", "start_char": 519, "text": "Since", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 529, "feats": "PronType=Dem", "head": 12, "id": 2, "lemma": "then", "misc": "", "start_char": 525, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 531, "feats": null, "head": 12, "id": 3, "lemma": ",", "misc": "", "start_char": 530, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 536, "feats": "PronType=Int", "head": 7, "id": 4, "lemma": "when", "misc": "", "start_char": 532, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 539, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "my", "misc": "", "start_char": 537, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 546, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "father", "misc": "", "start_char": 540, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 551, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 7, "lemma": "go", "misc": "", "start_char": 547, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 558, "feats": null, "head": 7, "id": 8, "lemma": "abroad", "misc": "", "start_char": 552, "text": "abroad", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 560, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 559, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 562, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 10, "lemma": "I", "misc": "", "start_char": 561, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 569, "feats": null, "head": 12, "id": 11, "lemma": "always", "misc": "", "start_char": 563, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 573, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "ask", "misc": "", "start_char": 570, "text": "ask", "upos": "VERB", "xpos": "VBP" }, { "deprel": "iobj", "end_char": 577, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 13, "lemma": "he", "misc": "", "start_char": 574, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 580, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 578, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 585, "feats": "VerbForm=Inf", "head": 12, "id": 15, "lemma": "send", "misc": "", "start_char": 581, "text": "send", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 588, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 15, "id": 16, "lemma": "I", "misc": "", "start_char": 586, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "amod", "end_char": 598, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "different", "misc": "", "start_char": 589, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 605, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "stamp", "misc": "", "start_char": 599, "text": "stamps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 610, "feats": null, "head": 21, "id": 19, "lemma": "from", "misc": "", "start_char": 606, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 620, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "different", "misc": "", "start_char": 611, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 630, "feats": "Number=Plur", "head": 18, "id": 21, "lemma": "country", "misc": "", "start_char": 621, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 632, "feats": null, "head": 12, "id": 22, "lemma": ".", "misc": "", "start_char": 631, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 634, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 633, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP$ My) (NN brother)) (VP (VBD went) (PP (IN to) (NP (NN college))) (NP (JJ last) (NN year)))) (CC and) (S (NP (PRP he)) (ADVP (RB often)) (VP (VBD wrote) (NP (PRP me)) (NP (NNS letters)) (PP (RB instead) (IN of) (S (VP (VP (VBG chatting) (PP (IN with) (NP (PRP me)))) (CC or) (VP (VBG sending) (NP (NN e-mail)) (PP (IN to) (NP (PRP me))))))) (, ,) (SBAR (IN so) (IN that) (S (S (NP (PRP I)) (VP (MD could) (VP (VB see) (NP (NP (DT the) (JJ beautiful) (NNS stamps)) (PP (IN on) (NP (DT the) (NNS envelopes))))))) (CC and) (S (NP (PRP I)) (ADVP (RB always)) (VP (VP (VBD took) (NP (PRP them)) (PRT (RP down))) (CC and) (VP (VBD put) (NP (PRP them)) (PP (IN in) (NP (PRP$ my) (NN box)))))))))) (. .)))" }, "speaker": null, "text": "My brother went to college last year and he often wrote me letters instead of chatting with me or sending e-mail to me, so that I could see the beautiful stamps on the envelopes and I always took them down and put them in my box.", "tokens": [ { "deprel": "nmod:poss", "end_char": 637, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 635, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 645, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "brother", "misc": "", "start_char": 638, "text": "brother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 650, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 646, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 653, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 651, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 661, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "college", "misc": "", "start_char": 654, "text": "college", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 666, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "last", "misc": "", "start_char": 662, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 671, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "year", "misc": "", "start_char": 667, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 675, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 672, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 678, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "he", "misc": "", "start_char": 676, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 684, "feats": null, "head": 11, "id": 10, "lemma": "often", "misc": "", "start_char": 679, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 690, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 11, "lemma": "write", "misc": "", "start_char": 685, "text": "wrote", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 693, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 12, "lemma": "I", "misc": "", "start_char": 691, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 701, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "letter", "misc": "", "start_char": 694, "text": "letters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 709, "feats": null, "head": 16, "id": 14, "lemma": "instead", "misc": "", "start_char": 702, "text": "instead", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 712, "feats": null, "head": 14, "id": 15, "lemma": "of", "misc": "", "start_char": 710, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 721, "feats": "VerbForm=Ger", "head": 11, "id": 16, "lemma": "chat", "misc": "", "start_char": 713, "text": "chatting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 726, "feats": null, "head": 18, "id": 17, "lemma": "with", "misc": "", "start_char": 722, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 729, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 16, "id": 18, "lemma": "I", "misc": "", "start_char": 727, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 732, "feats": null, "head": 20, "id": 19, "lemma": "or", "misc": "", "start_char": 730, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 740, "feats": "VerbForm=Ger", "head": 16, "id": 20, "lemma": "send", "misc": "", "start_char": 733, "text": "sending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 747, "feats": "Number=Sing", "head": 20, "id": 21, "lemma": "e-mail", "misc": "", "start_char": 741, "text": "e-mail", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 750, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 748, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 753, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 20, "id": 23, "lemma": "I", "misc": "", "start_char": 751, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 755, "feats": null, "head": 29, "id": 24, "lemma": ",", "misc": "", "start_char": 754, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 758, "feats": null, "head": 29, "id": 25, "lemma": "so", "misc": "", "start_char": 756, "text": "so", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 763, "feats": null, "head": 25, "id": 26, "lemma": "that", "misc": "", "start_char": 759, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 765, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 29, "id": 27, "lemma": "I", "misc": "", "start_char": 764, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 771, "feats": "VerbForm=Fin", "head": 29, "id": 28, "lemma": "could", "misc": "", "start_char": 766, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 775, "feats": "VerbForm=Inf", "head": 11, "id": 29, "lemma": "see", "misc": "", "start_char": 772, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 779, "feats": "Definite=Def|PronType=Art", "head": 32, "id": 30, "lemma": "the", "misc": "", "start_char": 776, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 789, "feats": "Degree=Pos", "head": 32, "id": 31, "lemma": "beautiful", "misc": "", "start_char": 780, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 796, "feats": "Number=Plur", "head": 29, "id": 32, "lemma": "stamp", "misc": "", "start_char": 790, "text": "stamps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 799, "feats": null, "head": 35, "id": 33, "lemma": "on", "misc": "", "start_char": 797, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 803, "feats": "Definite=Def|PronType=Art", "head": 35, "id": 34, "lemma": "the", "misc": "", "start_char": 800, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 813, "feats": "Number=Plur", "head": 32, "id": 35, "lemma": "envelope", "misc": "", "start_char": 804, "text": "envelopes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 817, "feats": null, "head": 39, "id": 36, "lemma": "and", "misc": "", "start_char": 814, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 819, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 39, "id": 37, "lemma": "I", "misc": "", "start_char": 818, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 826, "feats": null, "head": 39, "id": 38, "lemma": "always", "misc": "", "start_char": 820, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 831, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 29, "id": 39, "lemma": "take", "misc": "", "start_char": 827, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 836, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 39, "id": 40, "lemma": "they", "misc": "", "start_char": 832, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 841, "feats": null, "head": 39, "id": 41, "lemma": "down", "misc": "", "start_char": 837, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "cc", "end_char": 845, "feats": null, "head": 43, "id": 42, "lemma": "and", "misc": "", "start_char": 842, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 849, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 39, "id": 43, "lemma": "put", "misc": "", "start_char": 846, "text": "put", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 854, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 43, "id": 44, "lemma": "they", "misc": "", "start_char": 850, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 857, "feats": null, "head": 47, "id": 45, "lemma": "in", "misc": "", "start_char": 855, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 860, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 47, "id": 46, "lemma": "my", "misc": "", "start_char": 858, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 864, "feats": "Number=Sing", "head": 43, "id": 47, "lemma": "box", "misc": "", "start_char": 861, "text": "box", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 866, "feats": null, "head": 3, "id": 48, "lemma": ".", "misc": "", "start_char": 865, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (NP (PRP I)) (VP (VBP have) (NP (QP (JJR more) (IN than) (DT a) (CD thousand)) (NNS stamps))) (. .)))" }, "speaker": null, "text": "Now I have more than a thousand stamps.", "tokens": [ { "deprel": "advmod", "end_char": 870, "feats": null, "head": 3, "id": 1, "lemma": "now", "misc": "", "start_char": 867, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 872, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 871, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 877, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 873, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 882, "feats": "Degree=Cmp", "head": 7, "id": 4, "lemma": "more", "misc": "", "start_char": 878, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 887, "feats": null, "head": 4, "id": 5, "lemma": "than", "misc": "", "start_char": 883, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 889, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 888, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 898, "feats": "NumForm=Word|NumType=Card", "head": 8, "id": 7, "lemma": "thousand", "misc": "", "start_char": 890, "text": "thousand", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 905, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "stamp", "misc": "", "start_char": 899, "text": "stamps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 907, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 906, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (PP (IN From) (NP (DT these) (NNS stamps))) (NP (PRP I)) (VP (MD can) (VP (VB learn) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NN knowledge)))) (PP (IN like) (NP (DT the) (NN history) (NNS persons))))) (. .)))" }, "speaker": null, "text": "From these stamps I can learn a lot of knowledge like the history persons.", "tokens": [ { "deprel": "case", "end_char": 912, "feats": null, "head": 3, "id": 1, "lemma": "from", "misc": "", "start_char": 908, "text": "From", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 918, "feats": "Number=Plur|PronType=Dem", "head": 3, "id": 2, "lemma": "this", "misc": "", "start_char": 913, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 925, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "stamp", "misc": "", "start_char": 919, "text": "stamps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 927, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 4, "lemma": "I", "misc": "", "start_char": 926, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 931, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "can", "misc": "", "start_char": 928, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 937, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "learn", "misc": "", "start_char": 932, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 939, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 938, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 943, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "lot", "misc": "", "start_char": 940, "text": "lot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 946, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 944, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 956, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "knowledge", "misc": "", "start_char": 947, "text": "knowledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 961, "feats": null, "head": 14, "id": 11, "lemma": "like", "misc": "", "start_char": 957, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 965, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 962, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 973, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "history", "misc": "", "start_char": 966, "text": "history", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 981, "feats": "Number=Plur", "head": 10, "id": 14, "lemma": "person", "misc": "", "start_char": 974, "text": "persons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 983, "feats": null, "head": 6, "id": 15, "lemma": ".", "misc": "", "start_char": 982, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB Whenever)) (S (NP (PRP I)) (VP (VBP look) (PP (IN through) (NP (DT the) (JJ beautiful) (NNS stamps)))))) (, ,) (NP (PRP I)) (VP (MD will) (VP (VB feel) (ADJP (JJ relaxed) (CC and) (JJ happy)))) (. .)))" }, "speaker": null, "text": "Whenever I look through the beautiful stamps, I will feel relaxed and happy.", "tokens": [ { "deprel": "advmod", "end_char": 992, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "whenever", "misc": "", "start_char": 984, "text": "Whenever", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 994, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 993, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 999, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 3, "lemma": "look", "misc": "", "start_char": 995, "text": "look", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1007, "feats": null, "head": 7, "id": 4, "lemma": "through", "misc": "", "start_char": 1000, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1011, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1008, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1021, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "beautiful", "misc": "", "start_char": 1012, "text": "beautiful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1028, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "stamp", "misc": "", "start_char": 1022, "text": "stamps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1030, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 1029, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1032, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 9, "lemma": "I", "misc": "", "start_char": 1031, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1037, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "will", "misc": "", "start_char": 1033, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1042, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "feel", "misc": "", "start_char": 1038, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1050, "feats": "Degree=Pos", "head": 11, "id": 12, "lemma": "relaxed", "misc": "", "start_char": 1043, "text": "relaxed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1054, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 1051, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1060, "feats": "Degree=Pos", "head": 12, "id": 14, "lemma": "happy", "misc": "", "start_char": 1055, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1062, "feats": null, "head": 11, "id": 15, "lemma": ".", "misc": "", "start_char": 1061, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP are) (PP (IN like) (NP (PRP$ my) (`` ``) (ADJP (JJ good) (CC and) (JJ nice)) (NNS friends)))) (. .) ('' '')))" }, "speaker": null, "text": "They are like my \"good and nice friends.\"", "tokens": [ { "deprel": "nsubj", "end_char": 1067, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 1, "lemma": "they", "misc": "", "start_char": 1063, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1071, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 2, "lemma": "be", "misc": "", "start_char": 1068, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "case", "end_char": 1076, "feats": null, "head": 9, "id": 3, "lemma": "like", "misc": "", "start_char": 1072, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1079, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 4, "lemma": "my", "misc": "", "start_char": 1077, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "punct", "end_char": 1082, "feats": null, "head": 6, "id": 5, "lemma": "``", "misc": "", "start_char": 1080, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 1087, "feats": "Degree=Pos", "head": 9, "id": 6, "lemma": "good", "misc": "", "start_char": 1083, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1091, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1088, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1096, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "nice", "misc": "", "start_char": 1092, "text": "nice", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1104, "feats": "Number=Plur", "head": 0, "id": 9, "lemma": "friend", "misc": "", "start_char": 1097, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1106, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 1105, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1109, "feats": null, "head": 9, "id": 11, "lemma": "''", "misc": "", "start_char": 1107, "text": "''", "upos": "PUNCT", "xpos": "''" } ] } ]
We all know that different people have different hobbies. Some like planting flowers, some like exercising and others like building model ships. I am Jack and I like collecting stamps. There are four people in my family and they are my parents, my brother and I. My father works in a big company. He usually goes abroad three or four times a year. Two years ago when he was working abroad, he sent home a letter with a beautiful stamp on the envelope. The stamp was very beautiful and I like it very much. Since then, when my father goes abroad, I always ask him to send me different stamps from different countries. My brother went to college last year and he often wrote me letters instead of chatting with me or sending e-mail to me, so that I could see the beautiful stamps on the envelopes and I always took them down and put them in my box. Now I have more than a thousand stamps. From these stamps I can learn a lot of knowledge like the history persons. Whenever I look through the beautiful stamps, I will feel relaxed and happy. They are like my "good and nice friends."
[ [ [ 0, 0, 0 ] ], [ [ 1, 0, 0 ] ], [ [ 1, 3, 3 ] ], [ [ 1, 7, 7 ] ], [ [ 1, 9, 9 ] ], [ [ 1, 5, 5 ] ], [ [ 1, 11, 13 ] ], [ [ 1, 12, 13 ] ], [ [ 1, 12, 12 ] ], [ [ 2, 0, 0 ], [ 2, 2, 2 ], [ 2, 4, 4 ], [ 4, 5, 5 ], [ 4, 10, 10 ], [ 4, 13, 13 ], [ 4, 16, 16 ], [ 5, 0, 0 ], [ 8, 6, 6 ], [ 9, 4, 4 ], [ 9, 9, 9 ], [ 9, 15, 15 ], [ 11, 0, 0 ], [ 11, 11, 11 ], [ 11, 17, 17 ], [ 11, 22, 22 ], [ 11, 26, 26 ], [ 11, 45, 45 ], [ 11, 36, 36 ], [ 12, 1, 1 ], [ 14, 1, 1 ], [ 13, 3, 3 ], [ 15, 3, 3 ], [ 14, 8, 8 ] ], [ [ 2, 6, 7 ] ], [ [ 1, 2, 3 ] ], [ [ 4, 2, 6 ], [ 4, 8, 8 ], [ 4, 10, 16 ] ], [ [ 4, 5, 6 ] ], [ [ 4, 10, 11 ] ], [ [ 5, 0, 1 ], [ 6, 0, 0 ], [ 7, 4, 4 ], [ 7, 9, 9 ], [ 9, 4, 5 ], [ 9, 12, 12 ] ], [ [ 5, 4, 6 ] ], [ [ 6, 4, 7 ] ], [ [ 6, 8, 9 ] ], [ [ 7, 0, 1 ] ], [ [ 7, 11, 11 ] ], [ [ 7, 15, 17 ], [ 8, 8, 8 ], [ 8, 0, 1 ] ], [ [ 7, 19, 20 ] ], [ [ 9, 1, 1 ] ], [ [ 11, 4, 4 ] ], [ [ 11, 8, 8 ], [ 11, 0, 1 ], [ 4, 13, 14 ] ], [ [ 11, 12, 12 ] ], [ [ 11, 20, 20 ] ], [ [ 11, 33, 34 ] ], [ [ 11, 39, 39 ], [ 11, 43, 43 ], [ 11, 29, 34 ] ], [ [ 11, 45, 46 ] ], [ [ 12, 0, 0 ] ], [ [ 13, 6, 9 ] ], [ [ 13, 9, 9 ] ], [ [ 13, 11, 13 ] ], [ [ 13, 12, 12 ] ], [ [ 14, 4, 6 ], [ 13, 1, 2 ], [ 12, 3, 7 ], [ 15, 0, 0 ] ], [ [ 0, 4, 5 ] ], [ [ 0, 7, 8 ] ], [ [ 7, 0, 2 ] ], [ [ 7, 12, 20 ] ], [ [ 9, 16, 20 ] ], [ [ 9, 19, 20 ] ], [ [ 11, 5, 6 ] ], [ [ 11, 15, 17 ] ], [ [ 11, 19, 22 ] ], [ [ 11, 15, 22 ] ], [ [ 15, 4, 10 ] ], [ [ 2, 7, 7 ] ], [ [ 15, 3, 10 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36202
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (ADVP (RB Once)) (PP (IN in) (NP (DT a) (NN television) (NN interview)))) (, ,) (NP (PRP I)) (VP (VBD was) (VP (VBG chatting) (PP (IN with) (NP (DT the) (NN host))) (PP (IN about) (NP (NP (VB stay)) (PP (IN at) (NP (NN home) (NNS athers))))))) (. .)))" }, "speaker": null, "text": "Once in a television interview, I was chatting with the host about stay at home athers.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": "NumType=Mult", "head": 9, "id": 1, "lemma": "once", "misc": "", "start_char": 0, "text": "Once", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 7, "feats": null, "head": 5, "id": 2, "lemma": "in", "misc": "", "start_char": 5, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 9, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 8, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 20, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "television", "misc": "", "start_char": 10, "text": "television", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 9, "id": 5, "lemma": "interview", "misc": "", "start_char": 21, "text": "interview", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 32, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 31, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 34, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 7, "lemma": "I", "misc": "", "start_char": 33, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 38, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 35, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 47, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 9, "lemma": "chat", "misc": "", "start_char": 39, "text": "chatting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 52, "feats": null, "head": 12, "id": 10, "lemma": "with", "misc": "", "start_char": 48, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 56, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 53, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 61, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "host", "misc": "", "start_char": 57, "text": "host", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 67, "feats": null, "head": 14, "id": 13, "lemma": "about", "misc": "", "start_char": 62, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "advcl", "end_char": 72, "feats": "VerbForm=Inf", "head": 9, "id": 14, "lemma": "stay", "misc": "", "start_char": 68, "text": "stay", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 75, "feats": null, "head": 17, "id": 15, "lemma": "at", "misc": "", "start_char": 73, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 80, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "home", "misc": "", "start_char": 76, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 87, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "ather", "misc": "", "start_char": 81, "text": "athers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 89, "feats": null, "head": 9, "id": 18, "lemma": ".", "misc": "", "start_char": 88, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD made) (NP (DT the) (NN point) (SBAR (IN that) (S (NP (NP (CD one) (NN reason)) (SBAR (WHADVP (WRB why)) (S (NP (PRP we)) (VP (VBP 're) (VP (VBG seeing) (NP (NP (JJR more) (NN stay)) (PP (IN at) (NP (NN homw) (NNS dads))))))))) (VP (MD may) (VP (VB be) (NP (NP (NP (NN hat)) (SBAR (S (NP (NP (PRP it))) (VP (VBZ 's) (ADVP (RB no) (RBR longer)) (ADJP (JJ definite)))))) (SBAR (IN that) (S (NP (DT a) (NN man)) (VP (VBZ makes) (NP (NP (JJR more) (NN money)) (PP (IN than) (NP (PRP$ his) (NN wife)))))))))))))) (. .)))" }, "speaker": null, "text": "I made the point that one reason why we're seeing more stay at homw dads may be hat it's no longer definite that a man makes more money than his wife.", "tokens": [ { "deprel": "nsubj", "end_char": 91, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 90, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 96, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "make", "misc": "", "start_char": 92, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 100, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 97, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 106, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "point", "misc": "", "start_char": 101, "text": "point", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 111, "feats": null, "head": 19, "id": 5, "lemma": "that", "misc": "", "start_char": 107, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nummod", "end_char": 115, "feats": "NumForm=Word|NumType=Card", "head": 7, "id": 6, "lemma": "one", "misc": "", "start_char": 112, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 122, "feats": "Number=Sing", "head": 19, "id": 7, "lemma": "reason", "misc": "", "start_char": 116, "text": "reason", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 126, "feats": "PronType=Rel", "head": 11, "id": 8, "lemma": "why", "misc": "", "start_char": 123, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 129, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 11, "id": 9, "lemma": "we", "misc": "", "start_char": 127, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 133, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 130, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 140, "feats": "Tense=Pres|VerbForm=Part", "head": 7, "id": 11, "lemma": "see", "misc": "", "start_char": 134, "text": "seeing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 145, "feats": "Degree=Cmp", "head": 13, "id": 12, "lemma": "more", "misc": "", "start_char": 141, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 150, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "stay", "misc": "", "start_char": 146, "text": "stay", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 153, "feats": null, "head": 16, "id": 14, "lemma": "at", "misc": "", "start_char": 151, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 158, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "homw", "misc": "", "start_char": 154, "text": "homw", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 163, "feats": "Number=Plur", "head": 11, "id": 16, "lemma": "dad", "misc": "", "start_char": 159, "text": "dads", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 167, "feats": "VerbForm=Fin", "head": 19, "id": 17, "lemma": "may", "misc": "", "start_char": 164, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 170, "feats": "VerbForm=Inf", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 168, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl", "end_char": 174, "feats": "Number=Sing", "head": 4, "id": 19, "lemma": "hat", "misc": "", "start_char": 171, "text": "hat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 177, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 20, "lemma": "it", "misc": "", "start_char": 175, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 180, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 21, "lemma": "be", "misc": "", "start_char": 178, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 183, "feats": null, "head": 23, "id": 22, "lemma": "no", "misc": "", "start_char": 181, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 190, "feats": "Degree=Cmp", "head": 24, "id": 23, "lemma": "long", "misc": "", "start_char": 184, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "parataxis", "end_char": 199, "feats": "Degree=Pos", "head": 19, "id": 24, "lemma": "definite", "misc": "", "start_char": 191, "text": "definite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 204, "feats": null, "head": 28, "id": 25, "lemma": "that", "misc": "", "start_char": 200, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 206, "feats": "Definite=Ind|PronType=Art", "head": 27, "id": 26, "lemma": "a", "misc": "", "start_char": 205, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 210, "feats": "Number=Sing", "head": 28, "id": 27, "lemma": "man", "misc": "", "start_char": 207, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 216, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 28, "lemma": "make", "misc": "", "start_char": 211, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 221, "feats": "Degree=Cmp", "head": 30, "id": 29, "lemma": "more", "misc": "", "start_char": 217, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 227, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "money", "misc": "", "start_char": 222, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 232, "feats": null, "head": 33, "id": 31, "lemma": "than", "misc": "", "start_char": 228, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 236, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 33, "id": 32, "lemma": "his", "misc": "", "start_char": 233, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 241, "feats": "Number=Sing", "head": 28, "id": 33, "lemma": "wife", "misc": "", "start_char": 237, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 243, "feats": null, "head": 2, "id": 34, "lemma": ".", "misc": "", "start_char": 242, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (JJ Many) (NNS families)) (ADVP (RB now)) (VP (VBP ake) (NP (VBG earning) (NN power)) (PP (IN into) (NP (NN account))) (SBAR (WHADVP (WRB when)) (S (VP (VBG deciding) (SBAR (WHNP (WDT which) (NN parent)) (S (VP (MD will) (VP (VB stay) (ADVP (RB home)))))))))) (. .)))" }, "speaker": null, "text": "Many families now ake earning power into account when deciding which parent will stay home.", "tokens": [ { "deprel": "amod", "end_char": 248, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "many", "misc": "", "start_char": 244, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 257, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "family", "misc": "", "start_char": 249, "text": "families", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 261, "feats": null, "head": 4, "id": 3, "lemma": "now", "misc": "", "start_char": 258, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 265, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "eak", "misc": "", "start_char": 262, "text": "ake", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 273, "feats": "VerbForm=Ger", "head": 4, "id": 5, "lemma": "earn", "misc": "", "start_char": 266, "text": "earning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 279, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "power", "misc": "", "start_char": 274, "text": "power", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 284, "feats": null, "head": 8, "id": 7, "lemma": "into", "misc": "", "start_char": 280, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 292, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "account", "misc": "", "start_char": 285, "text": "account", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 297, "feats": "PronType=Int", "head": 10, "id": 9, "lemma": "when", "misc": "", "start_char": 293, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advcl", "end_char": 306, "feats": "VerbForm=Ger", "head": 4, "id": 10, "lemma": "decide", "misc": "", "start_char": 298, "text": "deciding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 312, "feats": "PronType=Int", "head": 12, "id": 11, "lemma": "which", "misc": "", "start_char": 307, "text": "which", "upos": "DET", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 319, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "parent", "misc": "", "start_char": 313, "text": "parent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 324, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "will", "misc": "", "start_char": 320, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 329, "feats": "VerbForm=Inf", "head": 10, "id": 14, "lemma": "stay", "misc": "", "start_char": 325, "text": "stay", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 334, "feats": null, "head": 14, "id": 15, "lemma": "home", "misc": "", "start_char": 330, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 336, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 335, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 338, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 337, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (DT that) (NN point))) (, ,) (NP (NP (CD one)) (PP (IN of) (NP (DT the) (JJ male) (NN crew) (NNS members)))) (VP (VBD pointed) (PRT (RP out)) (, ,) (PP (ADVP (RB almost)) (IN to) (NP (PRP himself))) (CC but) (ADVP (RB loud) (RB nough)) (PP (IN for) (NP (PRP$ my) (NN benefit))) (, ,) (`` ``) (S (NP (PRP It)) (VP (MD should) (VP (VB be) (NP (NP (DT the) (JJR better) (NN parent)) (SBAR (WHNP (WP who)) (S (VP (VBZ stays) (ADVP (RB home)))))))))) (. .) ('' '')))" }, "speaker": null, "text": "At that point, one of the male crew members pointed out, almost to himself but loud nough for my benefit, \"It should be the better parent who stays home.\"", "tokens": [ { "deprel": "case", "end_char": 341, "feats": null, "head": 3, "id": 1, "lemma": "at", "misc": "", "start_char": 339, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 346, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "that", "misc": "", "start_char": 342, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 352, "feats": "Number=Sing", "head": 11, "id": 3, "lemma": "point", "misc": "", "start_char": 347, "text": "point", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 354, "feats": null, "head": 11, "id": 4, "lemma": ",", "misc": "", "start_char": 353, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 358, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 5, "lemma": "one", "misc": "", "start_char": 355, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 361, "feats": null, "head": 10, "id": 6, "lemma": "of", "misc": "", "start_char": 359, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 365, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 7, "lemma": "the", "misc": "", "start_char": 362, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 370, "feats": "Degree=Pos", "head": 10, "id": 8, "lemma": "male", "misc": "", "start_char": 366, "text": "male", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 375, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "crew", "misc": "", "start_char": 371, "text": "crew", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 383, "feats": "Number=Plur", "head": 5, "id": 10, "lemma": "member", "misc": "", "start_char": 376, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 391, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "point", "misc": "", "start_char": 384, "text": "pointed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 395, "feats": null, "head": 11, "id": 12, "lemma": "out", "misc": "", "start_char": 392, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 397, "feats": null, "head": 11, "id": 13, "lemma": ",", "misc": "", "start_char": 396, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 404, "feats": null, "head": 16, "id": 14, "lemma": "almost", "misc": "", "start_char": 398, "text": "almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 407, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 405, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 415, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 11, "id": 16, "lemma": "himself", "misc": "", "start_char": 408, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 419, "feats": null, "head": 19, "id": 17, "lemma": "but", "misc": "", "start_char": 416, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 424, "feats": null, "head": 19, "id": 18, "lemma": "loud", "misc": "", "start_char": 420, "text": "loud", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 430, "feats": null, "head": 11, "id": 19, "lemma": "nough", "misc": "", "start_char": 425, "text": "nough", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 434, "feats": null, "head": 22, "id": 20, "lemma": "for", "misc": "", "start_char": 431, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 437, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "my", "misc": "", "start_char": 435, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 445, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "benefit", "misc": "", "start_char": 438, "text": "benefit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 447, "feats": null, "head": 11, "id": 23, "lemma": ",", "misc": "", "start_char": 446, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 450, "feats": null, "head": 30, "id": 24, "lemma": "``", "misc": "", "start_char": 448, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 453, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 30, "id": 25, "lemma": "it", "misc": "", "start_char": 451, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 460, "feats": "VerbForm=Fin", "head": 30, "id": 26, "lemma": "should", "misc": "", "start_char": 454, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 463, "feats": "VerbForm=Inf", "head": 30, "id": 27, "lemma": "be", "misc": "", "start_char": 461, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 467, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 28, "lemma": "the", "misc": "", "start_char": 464, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 474, "feats": "Degree=Cmp", "head": 30, "id": 29, "lemma": "good", "misc": "", "start_char": 468, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "parataxis", "end_char": 481, "feats": "Number=Sing", "head": 11, "id": 30, "lemma": "parent", "misc": "", "start_char": 475, "text": "parent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 485, "feats": "PronType=Rel", "head": 32, "id": 31, "lemma": "who", "misc": "", "start_char": 482, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 491, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 30, "id": 32, "lemma": "stay", "misc": "", "start_char": 486, "text": "stays", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 496, "feats": null, "head": 32, "id": 33, "lemma": "home", "misc": "", "start_char": 492, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 498, "feats": null, "head": 11, "id": 34, "lemma": ".", "misc": "", "start_char": 497, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 501, "feats": null, "head": 11, "id": 35, "lemma": "''", "misc": "", "start_char": 499, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN lot)) (PP (IN of) (NP (NNS guys)))) (VP (VBP say) (NP (NNS hings)) (PP (IN like) (NP (DT that)))) (. .)))" }, "speaker": null, "text": "A lot of guys say hings like that.", "tokens": [ { "deprel": "det", "end_char": 503, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 502, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 507, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "lot", "misc": "", "start_char": 504, "text": "lot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 510, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 508, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 515, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "guy", "misc": "", "start_char": 511, "text": "guys", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 519, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "say", "misc": "", "start_char": 516, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 525, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "hing", "misc": "", "start_char": 520, "text": "hings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 530, "feats": null, "head": 8, "id": 7, "lemma": "like", "misc": "", "start_char": 526, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 535, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 8, "lemma": "that", "misc": "", "start_char": 531, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 537, "feats": null, "head": 5, "id": 9, "lemma": ".", "misc": "", "start_char": 536, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Usually)) (NP (PRP it)) (VP (VBZ 's) (NP (NP (DT a) (NN code)) (PP (IN for) (`` ``) (S (NP (NP (PRP$ My) (NN wife)) (, ,) (CC or) (NP (DT any) (NN woman))) (VP (VBZ is) (NP (DT the) (JJR better) (NN parent))))))) (. .) ('' '')))" }, "speaker": null, "text": "Usually it's a code for \"My wife, or any woman is the better parent.\"", "tokens": [ { "deprel": "advmod", "end_char": 545, "feats": null, "head": 5, "id": 1, "lemma": "usually", "misc": "", "start_char": 538, "text": "Usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 548, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "it", "misc": "", "start_char": 546, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 551, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 549, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 553, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 552, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 558, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "code", "misc": "", "start_char": 554, "text": "code", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 562, "feats": null, "head": 17, "id": 6, "lemma": "for", "misc": "", "start_char": 559, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 565, "feats": null, "head": 9, "id": 7, "lemma": "``", "misc": "", "start_char": 563, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nmod:poss", "end_char": 568, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "my", "misc": "", "start_char": 566, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 573, "feats": "Number=Sing", "head": 17, "id": 9, "lemma": "wife", "misc": "", "start_char": 569, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 575, "feats": null, "head": 13, "id": 10, "lemma": ",", "misc": "", "start_char": 574, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 578, "feats": null, "head": 13, "id": 11, "lemma": "or", "misc": "", "start_char": 576, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 582, "feats": null, "head": 13, "id": 12, "lemma": "any", "misc": "", "start_char": 579, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 588, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "woman", "misc": "", "start_char": 583, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 591, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 14, "lemma": "be", "misc": "", "start_char": 589, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 595, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 592, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 602, "feats": "Degree=Cmp", "head": 17, "id": 16, "lemma": "good", "misc": "", "start_char": 596, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "acl", "end_char": 609, "feats": "Number=Sing", "head": 5, "id": 17, "lemma": "parent", "misc": "", "start_char": 603, "text": "parent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 611, "feats": null, "head": 5, "id": 18, "lemma": ".", "misc": "", "start_char": 610, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 614, "feats": null, "head": 5, "id": 19, "lemma": "''", "misc": "", "start_char": 612, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 616, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 615, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBD was) (NP (NP (DT a) (NN stay)) (PP (IN at) (NP (NN home) (NN father)))) (PP (IN for) (NP (CD 8) (NNS years))))) (, ,) (RB so) (S (NP (PRP$ his) (NNS words)) (VP (VBD made) (S (NP (PRP me)) (ADJP (JJ excited))))) (. .)))" }, "speaker": null, "text": "I was a stay at home father for 8 years, so his words made me excited.", "tokens": [ { "deprel": "nsubj", "end_char": 618, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 617, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 622, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 619, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 624, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 623, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 629, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "stay", "misc": "", "start_char": 625, "text": "stay", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 632, "feats": null, "head": 7, "id": 5, "lemma": "at", "misc": "", "start_char": 630, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 637, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "home", "misc": "", "start_char": 633, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 644, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "father", "misc": "", "start_char": 638, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 648, "feats": null, "head": 10, "id": 8, "lemma": "for", "misc": "", "start_char": 645, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 650, "feats": "NumForm=Digit|NumType=Card", "head": 10, "id": 9, "lemma": "8", "misc": "", "start_char": 649, "text": "8", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 656, "feats": "Number=Plur", "head": 4, "id": 10, "lemma": "year", "misc": "", "start_char": 651, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 658, "feats": null, "head": 15, "id": 11, "lemma": ",", "misc": "", "start_char": 657, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 661, "feats": null, "head": 15, "id": 12, "lemma": "so", "misc": "", "start_char": 659, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 665, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "his", "misc": "", "start_char": 662, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 671, "feats": "Number=Plur", "head": 15, "id": 14, "lemma": "word", "misc": "", "start_char": 666, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "parataxis", "end_char": 676, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 15, "lemma": "make", "misc": "", "start_char": 672, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 679, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 15, "id": 16, "lemma": "I", "misc": "", "start_char": 677, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 687, "feats": "Degree=Pos", "head": 15, "id": 17, "lemma": "excited", "misc": "", "start_char": 680, "text": "excited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 689, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 688, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD implied) (SBAR (IN that) (S (NP (NP (PRP$ our) (NN family) (POS 's)) (NN choice)) (VP (MD could) (ADVP (RB only)) (VP (VB have) (VP (VBN been) (ADJP (JJ correct)) (SBAR (IN if) (S (NP (PRP I)) (VP (VBD was) (NP (NP (DT a) (`` ``) (JJR better) ('' '') (NN parent)) (PP (IN than) (NP (PRP$ my) (NN wife))))))))))))) (. .)))" }, "speaker": null, "text": "It implied that our family's choice could only have been correct if I was a \"better\" parent than my wife.", "tokens": [ { "deprel": "nsubj", "end_char": 692, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 690, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 700, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "imply", "misc": "", "start_char": 693, "text": "implied", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 705, "feats": null, "head": 12, "id": 3, "lemma": "that", "misc": "", "start_char": 701, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 709, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "our", "misc": "", "start_char": 706, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 716, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "family", "misc": "", "start_char": 710, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 719, "feats": null, "head": 5, "id": 6, "lemma": "'s", "misc": "", "start_char": 717, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 726, "feats": "Number=Sing", "head": 12, "id": 7, "lemma": "choice", "misc": "", "start_char": 720, "text": "choice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 732, "feats": "VerbForm=Fin", "head": 12, "id": 8, "lemma": "could", "misc": "", "start_char": 727, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 737, "feats": null, "head": 12, "id": 9, "lemma": "only", "misc": "", "start_char": 733, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux", "end_char": 742, "feats": "VerbForm=Inf", "head": 12, "id": 10, "lemma": "have", "misc": "", "start_char": 738, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "cop", "end_char": 747, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 743, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "ccomp", "end_char": 755, "feats": "Degree=Pos", "head": 2, "id": 12, "lemma": "correct", "misc": "", "start_char": 748, "text": "correct", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 758, "feats": null, "head": 20, "id": 13, "lemma": "if", "misc": "", "start_char": 756, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 760, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 20, "id": 14, "lemma": "I", "misc": "", "start_char": 759, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 764, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 20, "id": 15, "lemma": "be", "misc": "", "start_char": 761, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 766, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 16, "lemma": "a", "misc": "", "start_char": 765, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 769, "feats": null, "head": 20, "id": 17, "lemma": "``", "misc": "", "start_char": 767, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 776, "feats": "Degree=Cmp", "head": 20, "id": 18, "lemma": "good", "misc": "", "start_char": 770, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 779, "feats": null, "head": 20, "id": 19, "lemma": "''", "misc": "", "start_char": 777, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "advcl", "end_char": 786, "feats": "Number=Sing", "head": 12, "id": 20, "lemma": "parent", "misc": "", "start_char": 780, "text": "parent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 791, "feats": null, "head": 23, "id": 21, "lemma": "than", "misc": "", "start_char": 787, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 794, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 23, "id": 22, "lemma": "my", "misc": "", "start_char": 792, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 799, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "wife", "misc": "", "start_char": 795, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 801, "feats": null, "head": 2, "id": 24, "lemma": ".", "misc": "", "start_char": 800, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 803, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 802, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP suppose) (SBAR (S (NP (DT an) (NN argument)) (VP (MD could) (VP (VB have) (VP (VBN been) (VP (VBN made) (SBAR (IN that) (S (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (VP (VBD began) (S (VP (VBG staying) (ADVP (RB home))))))) (NP (PRP$ my) (NN wife)) (VP (VBD was) (NP (DT the) (`` ``) (JJR better) ('' '') (NN parent)) (SBAR (IN if) (S (NP (PRP she)) (VP (VBD spent) (NP (JJR more) (NN time)) (PP (IN with) (NP (NNP Jack)))))))))))))))) (. .)))" }, "speaker": null, "text": "I suppose an argument could have been made that when I began staying home my wife was the \"better\" parent if she spent more time with Jack.", "tokens": [ { "deprel": "nsubj", "end_char": 805, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 804, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 813, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "suppose", "misc": "", "start_char": 806, "text": "suppose", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 816, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 814, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 825, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "argument", "misc": "", "start_char": 817, "text": "argument", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 831, "feats": "VerbForm=Fin", "head": 8, "id": 5, "lemma": "could", "misc": "", "start_char": 826, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 836, "feats": "VerbForm=Inf", "head": 8, "id": 6, "lemma": "have", "misc": "", "start_char": 832, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "aux:pass", "end_char": 841, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 837, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "ccomp", "end_char": 846, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 8, "lemma": "make", "misc": "", "start_char": 842, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 851, "feats": null, "head": 22, "id": 9, "lemma": "that", "misc": "", "start_char": 847, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advmod", "end_char": 856, "feats": "PronType=Int", "head": 12, "id": 10, "lemma": "when", "misc": "", "start_char": 852, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 858, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 11, "lemma": "I", "misc": "", "start_char": 857, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 864, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 22, "id": 12, "lemma": "begin", "misc": "", "start_char": 859, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 872, "feats": "VerbForm=Ger", "head": 12, "id": 13, "lemma": "stay", "misc": "", "start_char": 865, "text": "staying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 877, "feats": null, "head": 13, "id": 14, "lemma": "home", "misc": "", "start_char": 873, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 880, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "my", "misc": "", "start_char": 878, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 885, "feats": "Number=Sing", "head": 22, "id": 16, "lemma": "wife", "misc": "", "start_char": 881, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 889, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 17, "lemma": "be", "misc": "", "start_char": 886, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 893, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 18, "lemma": "the", "misc": "", "start_char": 890, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 896, "feats": null, "head": 22, "id": 19, "lemma": "``", "misc": "", "start_char": 894, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 903, "feats": "Degree=Cmp", "head": 22, "id": 20, "lemma": "good", "misc": "", "start_char": 897, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 906, "feats": null, "head": 22, "id": 21, "lemma": "''", "misc": "", "start_char": 904, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "ccomp", "end_char": 913, "feats": "Number=Sing", "head": 8, "id": 22, "lemma": "parent", "misc": "", "start_char": 907, "text": "parent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 916, "feats": null, "head": 25, "id": 23, "lemma": "if", "misc": "", "start_char": 914, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 920, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 25, "id": 24, "lemma": "she", "misc": "", "start_char": 917, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 926, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 25, "lemma": "spend", "misc": "", "start_char": 921, "text": "spent", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 931, "feats": "Degree=Cmp", "head": 27, "id": 26, "lemma": "more", "misc": "", "start_char": 927, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 936, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "time", "misc": "", "start_char": 932, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 941, "feats": null, "head": 29, "id": 28, "lemma": "with", "misc": "", "start_char": 937, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 946, "feats": "Number=Sing", "head": 25, "id": 29, "lemma": "Jack", "misc": "", "start_char": 942, "text": "Jack", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 948, "feats": null, "head": 2, "id": 30, "lemma": ".", "misc": "", "start_char": 947, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (MD would) (VP (VB be) (ADJP (JJ able) (S (VP (TO to) (VP (VP (VB read) (NP (PRP him)) (ADVP (RBR wetter))) (CC and) (VP (VB calm) (NP (PRP him)) (ADVP (RBR more) (RB quickly))))))))) (. .)))" }, "speaker": null, "text": "She would be able to read him wetter and calm him more quickly.", "tokens": [ { "deprel": "nsubj", "end_char": 952, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "she", "misc": "", "start_char": 949, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 958, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "would", "misc": "", "start_char": 953, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 961, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 959, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 966, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "able", "misc": "", "start_char": 962, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 969, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 967, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 974, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "read", "misc": "", "start_char": 970, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 978, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "he", "misc": "", "start_char": 975, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 985, "feats": "Degree=Cmp", "head": 6, "id": 8, "lemma": "wet", "misc": "", "start_char": 979, "text": "wetter", "upos": "ADV", "xpos": "RBR" }, { "deprel": "cc", "end_char": 989, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 986, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 994, "feats": "VerbForm=Inf", "head": 6, "id": 10, "lemma": "calm", "misc": "", "start_char": 990, "text": "calm", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 998, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "he", "misc": "", "start_char": 995, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1003, "feats": "Degree=Cmp", "head": 13, "id": 12, "lemma": "more", "misc": "", "start_char": 999, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 1011, "feats": null, "head": 10, "id": 13, "lemma": "quickly", "misc": "", "start_char": 1004, "text": "quickly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1013, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 1012, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (CC But) (PP (IN as) (NP (DT the) (ADJP (RBR more) (JJ employable)) (NN one))) (, ,) (S (NP (PRP$ my) (NN wife)) (VP (VBD went) (ADVP (RB out) (S (PP (IN to) (NP (NN work))))))) (CC and) (S (NP (PRP I)) (VP (VBD looked) (PP (IN after) (NP (PRP$ our) (NN son))))) (. .)))" }, "speaker": null, "text": "But as the more employable one, my wife went out to work and I looked after our son.", "tokens": [ { "deprel": "cc", "end_char": 1017, "feats": null, "head": 10, "id": 1, "lemma": "but", "misc": "", "start_char": 1014, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 1020, "feats": null, "head": 6, "id": 2, "lemma": "as", "misc": "", "start_char": 1018, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1024, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 1021, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1029, "feats": "Degree=Cmp", "head": 5, "id": 4, "lemma": "more", "misc": "", "start_char": 1025, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 1040, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "employable", "misc": "", "start_char": 1030, "text": "employable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1044, "feats": "Number=Sing", "head": 10, "id": 6, "lemma": "one", "misc": "", "start_char": 1041, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1046, "feats": null, "head": 6, "id": 7, "lemma": ",", "misc": "", "start_char": 1045, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1049, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "my", "misc": "", "start_char": 1047, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1054, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "wife", "misc": "", "start_char": 1050, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1059, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "go", "misc": "", "start_char": 1055, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1063, "feats": null, "head": 10, "id": 11, "lemma": "out", "misc": "", "start_char": 1060, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1066, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1064, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1071, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "work", "misc": "", "start_char": 1067, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1075, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 1072, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1077, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 16, "id": 15, "lemma": "I", "misc": "", "start_char": 1076, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1084, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 10, "id": 16, "lemma": "look", "misc": "", "start_char": 1078, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1090, "feats": null, "head": 19, "id": 17, "lemma": "after", "misc": "", "start_char": 1085, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1094, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "our", "misc": "", "start_char": 1091, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1098, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "son", "misc": "", "start_char": 1095, "text": "son", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1100, "feats": null, "head": 10, "id": 20, "lemma": ".", "misc": "", "start_char": 1099, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1102, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1101, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (PP (IN Because) (IN of) (NP (NP (DT the) (VBN increased) (NN time)) (SBAR (S (NP (PRP I)) (VP (VBD spent) (PP (IN with) (NP (NNP Jack))))))) (. .)))" }, "speaker": null, "text": "Because of the increased time I spent with Jack.", "tokens": [ { "deprel": "case", "end_char": 1110, "feats": null, "head": 5, "id": 1, "lemma": "because", "misc": "", "start_char": 1103, "text": "Because", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1113, "feats": null, "head": 1, "id": 2, "lemma": "of", "misc": "", "start_char": 1111, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1117, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1114, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1127, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 4, "lemma": "increase", "misc": "", "start_char": 1118, "text": "increased", "upos": "VERB", "xpos": "VBN" }, { "deprel": "root", "end_char": 1132, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "time", "misc": "", "start_char": 1128, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1134, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 1133, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1140, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 7, "lemma": "spend", "misc": "", "start_char": 1135, "text": "spent", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1145, "feats": null, "head": 9, "id": 8, "lemma": "with", "misc": "", "start_char": 1141, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1150, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Jack", "misc": "", "start_char": 1146, "text": "Jack", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1152, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 1151, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (ADVP (RB soon)) (VP (VP (VBD knew) (NP (PRP him)) (ADVP (RB well))) (, ,) (VP (VBD understood) (SBAR (IN that) (S (NP (PRP he)) (VP (VP (VBD needed)) (CC and) (VP (MD could) (VP (VB look) (PP (IN after) (NP (PRP him))) (ADVP (RBR more) (CC or) (RBR less)) (ADVP (RB as) (RB well) (SBAR (IN as) (S (NP (PRP$ my) (NN wife)) (VP (MD could)))))))))))) (. .)))" }, "speaker": null, "text": "I soon knew him well, understood that he needed and could look after him more or less as well as my wife could.", "tokens": [ { "deprel": "nsubj", "end_char": 1154, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 1153, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1159, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "soon", "misc": "", "start_char": 1155, "text": "soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1164, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "know", "misc": "", "start_char": 1160, "text": "knew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1168, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "he", "misc": "", "start_char": 1165, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1173, "feats": "Degree=Pos", "head": 3, "id": 5, "lemma": "well", "misc": "", "start_char": 1169, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1175, "feats": null, "head": 7, "id": 6, "lemma": ",", "misc": "", "start_char": 1174, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1186, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "understand", "misc": "", "start_char": 1176, "text": "understood", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1191, "feats": null, "head": 10, "id": 8, "lemma": "that", "misc": "", "start_char": 1187, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1194, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "misc": "", "start_char": 1192, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1201, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 10, "lemma": "need", "misc": "", "start_char": 1195, "text": "needed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 1205, "feats": null, "head": 13, "id": 11, "lemma": "and", "misc": "", "start_char": 1202, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 1211, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "could", "misc": "", "start_char": 1206, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1216, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "look", "misc": "", "start_char": 1212, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1222, "feats": null, "head": 15, "id": 14, "lemma": "after", "misc": "", "start_char": 1217, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1226, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 15, "lemma": "he", "misc": "", "start_char": 1223, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1231, "feats": "Degree=Cmp", "head": 13, "id": 16, "lemma": "more", "misc": "", "start_char": 1227, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "cc", "end_char": 1234, "feats": null, "head": 18, "id": 17, "lemma": "or", "misc": "", "start_char": 1232, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1239, "feats": "Degree=Cmp", "head": 16, "id": 18, "lemma": "less", "misc": "", "start_char": 1235, "text": "less", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 1242, "feats": null, "head": 13, "id": 19, "lemma": "as", "misc": "", "start_char": 1240, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 1247, "feats": "Degree=Pos", "head": 19, "id": 20, "lemma": "well", "misc": "", "start_char": 1243, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1250, "feats": null, "head": 24, "id": 21, "lemma": "as", "misc": "", "start_char": 1248, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1253, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 23, "id": 22, "lemma": "my", "misc": "", "start_char": 1251, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1258, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "wife", "misc": "", "start_char": 1254, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1264, "feats": "VerbForm=Fin", "head": 13, "id": 24, "lemma": "could", "misc": "", "start_char": 1259, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "punct", "end_char": 1266, "feats": null, "head": 3, "id": 25, "lemma": ".", "misc": "", "start_char": 1265, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Actually)) (, ,) (NP (PRP he)) (VP (NN experience) (VP (VBD helped) (S (NP (PRP me)) (VP (VB unlock) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NN world) (POS 's)) (JJ great) (NNS secrets))))))))) (: ;) (S (NP (NNS Women)) (VP (VBP are) (ADJP (JJ good) (PP (IN at) (S (VP (VBG booking) (PP (IN after) (NP (NNS children))))))) (SBAR (IN because) (S (NP (PRP they)) (VP (VBP do) (NP (PRP it))))))) (. .)))" }, "speaker": null, "text": "Actually, he experience helped me unlock one of the world's great secrets; Women are good at booking after children because they do it.", "tokens": [ { "deprel": "advmod", "end_char": 1275, "feats": null, "head": 5, "id": 1, "lemma": "actually", "misc": "", "start_char": 1267, "text": "Actually", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1277, "feats": null, "head": 5, "id": 2, "lemma": ",", "misc": "", "start_char": 1276, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 1280, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "he", "misc": "", "start_char": 1278, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj", "end_char": 1291, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "experience", "misc": "", "start_char": 1281, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1298, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "help", "misc": "", "start_char": 1292, "text": "helped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1301, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 6, "lemma": "I", "misc": "", "start_char": 1299, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1308, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "unlock", "misc": "", "start_char": 1302, "text": "unlock", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1312, "feats": "NumForm=Word|NumType=Card", "head": 7, "id": 8, "lemma": "one", "misc": "", "start_char": 1309, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1315, "feats": null, "head": 14, "id": 9, "lemma": "of", "misc": "", "start_char": 1313, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1319, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1316, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1325, "feats": "Number=Sing", "head": 14, "id": 11, "lemma": "world", "misc": "", "start_char": 1320, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1328, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 1326, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 1334, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "great", "misc": "", "start_char": 1329, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1342, "feats": "Number=Plur", "head": 8, "id": 14, "lemma": "secret", "misc": "", "start_char": 1335, "text": "secrets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1344, "feats": null, "head": 5, "id": 15, "lemma": ";", "misc": "", "start_char": 1343, "text": ";", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nsubj", "end_char": 1350, "feats": "Number=Plur", "head": 18, "id": 16, "lemma": "woman", "misc": "", "start_char": 1345, "text": "Women", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1354, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 1351, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "parataxis", "end_char": 1359, "feats": "Degree=Pos", "head": 5, "id": 18, "lemma": "good", "misc": "", "start_char": 1355, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1362, "feats": null, "head": 20, "id": 19, "lemma": "at", "misc": "", "start_char": 1360, "text": "at", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1370, "feats": "VerbForm=Ger", "head": 18, "id": 20, "lemma": "book", "misc": "", "start_char": 1363, "text": "booking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1376, "feats": null, "head": 22, "id": 21, "lemma": "after", "misc": "", "start_char": 1371, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1385, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "child", "misc": "", "start_char": 1377, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1393, "feats": null, "head": 25, "id": 23, "lemma": "because", "misc": "", "start_char": 1386, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1398, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 25, "id": 24, "lemma": "they", "misc": "", "start_char": 1394, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1401, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 25, "lemma": "do", "misc": "", "start_char": 1399, "text": "do", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1404, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 25, "id": 26, "lemma": "it", "misc": "", "start_char": 1402, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1406, "feats": null, "head": 5, "id": 27, "lemma": ".", "misc": "", "start_char": 1405, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (RB not) (PP (IN because) (IN of) (NP (DT any) (JJ innate) (JJ female) (NN talent)))) (. .)))" }, "speaker": null, "text": "It is not because of any innate female talent.", "tokens": [ { "deprel": "nsubj", "end_char": 1409, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 1, "lemma": "it", "misc": "", "start_char": 1407, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1412, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 2, "lemma": "be", "misc": "", "start_char": 1410, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1416, "feats": null, "head": 9, "id": 3, "lemma": "not", "misc": "", "start_char": 1413, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "case", "end_char": 1424, "feats": null, "head": 9, "id": 4, "lemma": "because", "misc": "", "start_char": 1417, "text": "because", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1427, "feats": null, "head": 4, "id": 5, "lemma": "of", "misc": "", "start_char": 1425, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1431, "feats": null, "head": 9, "id": 6, "lemma": "any", "misc": "", "start_char": 1428, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1438, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "innate", "misc": "", "start_char": 1432, "text": "innate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1445, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "female", "misc": "", "start_char": 1439, "text": "female", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1452, "feats": "Number=Sing", "head": 0, "id": 9, "lemma": "talent", "misc": "", "start_char": 1446, "text": "talent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1454, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 1453, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ is) (SBAR (IN because) (S (NP (PRP they)) (VP (VBD put) (PRT (RP in)) (NP (NP (DT the) (NN time) (CC and) (NN attention)) (VP (VBN required) (S (VP (TO to) (VP (VB become) (ADJP (JJ good) (PP (IN at) (NP (DT the) (NN job))))))))))))) (. .)))" }, "speaker": null, "text": "It is because they put in the time and attention required to become good at the job.", "tokens": [ { "deprel": "nsubj:outer", "end_char": 1457, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 1, "lemma": "it", "misc": "", "start_char": 1455, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1460, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1458, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1468, "feats": null, "head": 5, "id": 3, "lemma": "because", "misc": "", "start_char": 1461, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1473, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "they", "misc": "", "start_char": 1469, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1477, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "put", "misc": "", "start_char": 1474, "text": "put", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1480, "feats": null, "head": 5, "id": 6, "lemma": "in", "misc": "", "start_char": 1478, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1484, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1481, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1489, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "time", "misc": "", "start_char": 1485, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1493, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1490, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1503, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "attention", "misc": "", "start_char": 1494, "text": "attention", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1512, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 11, "lemma": "require", "misc": "", "start_char": 1504, "text": "required", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1515, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1513, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1522, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "become", "misc": "", "start_char": 1516, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1527, "feats": "Degree=Pos", "head": 13, "id": 14, "lemma": "good", "misc": "", "start_char": 1523, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1530, "feats": null, "head": 17, "id": 15, "lemma": "at", "misc": "", "start_char": 1528, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1534, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 1531, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1538, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "job", "misc": "", "start_char": 1535, "text": "job", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1540, "feats": null, "head": 5, "id": 18, "lemma": ".", "misc": "", "start_char": 1539, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1542, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1541, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (S (NP (NN Woman)) (ADVP (RB obviously)) (VP (VBP get) (S (NP (DT a) (JJ biological) (NN head)) (VP (VBG starting) (PP (IN from) (S (VP (VBG giving) (NP (NN birth) (CC and) (NN nursing))))))))) (, ,) (CC but) (S (ADVP (RB ever)) (NP (DT the) (JJ long) (NN term) (NN experience)) (VP (VBZ is) (ADJP (RBR more) (JJ important)))) (. .)))" }, "speaker": null, "text": "Woman obviously get a biological head starting from giving birth and nursing, but ever the long term experience is more important.", "tokens": [ { "deprel": "nsubj", "end_char": 1548, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "woman", "misc": "", "start_char": 1543, "text": "Woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1558, "feats": null, "head": 3, "id": 2, "lemma": "obviously", "misc": "", "start_char": 1549, "text": "obviously", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1562, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "get", "misc": "", "start_char": 1559, "text": "get", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1564, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1563, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1575, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "biological", "misc": "", "start_char": 1565, "text": "biological", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1580, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "head", "misc": "", "start_char": 1576, "text": "head", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 1589, "feats": "VerbForm=Ger", "head": 3, "id": 7, "lemma": "start", "misc": "", "start_char": 1581, "text": "starting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1594, "feats": null, "head": 9, "id": 8, "lemma": "from", "misc": "", "start_char": 1590, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1601, "feats": "VerbForm=Ger", "head": 7, "id": 9, "lemma": "give", "misc": "", "start_char": 1595, "text": "giving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1607, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "birth", "misc": "", "start_char": 1602, "text": "birth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1611, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 1608, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1619, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "nursing", "misc": "", "start_char": 1612, "text": "nursing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1621, "feats": null, "head": 22, "id": 13, "lemma": ",", "misc": "", "start_char": 1620, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1625, "feats": null, "head": 22, "id": 14, "lemma": "but", "misc": "", "start_char": 1622, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1630, "feats": null, "head": 22, "id": 15, "lemma": "ever", "misc": "", "start_char": 1626, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1634, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 16, "lemma": "the", "misc": "", "start_char": 1631, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1639, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "long", "misc": "", "start_char": 1635, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1644, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "term", "misc": "", "start_char": 1640, "text": "term", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1655, "feats": "Number=Sing", "head": 22, "id": 19, "lemma": "experience", "misc": "", "start_char": 1645, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1658, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 20, "lemma": "be", "misc": "", "start_char": 1656, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1663, "feats": "Degree=Cmp", "head": 22, "id": 21, "lemma": "more", "misc": "", "start_char": 1659, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "conj", "end_char": 1673, "feats": "Degree=Pos", "head": 3, "id": 22, "lemma": "important", "misc": "", "start_char": 1664, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1675, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 1674, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBD got) (NP (DT the) (NN experience)) (NP (PRP myself)))) (. .)))" }, "speaker": null, "text": "When I got the experience myself.", "tokens": [ { "deprel": "advmod", "end_char": 1680, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 1676, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1682, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 1681, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1686, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "get", "misc": "", "start_char": 1683, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1690, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1687, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1701, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "experience", "misc": "", "start_char": 1691, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl:npmod", "end_char": 1708, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes", "head": 3, "id": 6, "lemma": "myself", "misc": "", "start_char": 1702, "text": "myself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1710, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 1709, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD was) (SBAR (S (NP (NNS people)) (VP (VBP are) (ADJP (JJ able) (S (VP (TO to) (VP (VB look) (PP (IN after) (NP (PRP them))) (ADVP (RB as) (RB well)) (PP (IN besides) (NP (PRP$ their) (NNS moms))))))))))) (. .)))" }, "speaker": null, "text": "I was people are able to look after them as well besides their moms.", "tokens": [ { "deprel": "nsubj", "end_char": 1712, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 1, "lemma": "I", "misc": "", "start_char": 1711, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1716, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 1713, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1723, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "person", "misc": "", "start_char": 1717, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1727, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1724, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1732, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "able", "misc": "", "start_char": 1728, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1735, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1733, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1740, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "look", "misc": "", "start_char": 1736, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1746, "feats": null, "head": 9, "id": 8, "lemma": "after", "misc": "", "start_char": 1741, "text": "after", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1751, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 7, "id": 9, "lemma": "they", "misc": "", "start_char": 1747, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1754, "feats": null, "head": 7, "id": 10, "lemma": "as", "misc": "", "start_char": 1752, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 1759, "feats": "Degree=Pos", "head": 10, "id": 11, "lemma": "well", "misc": "", "start_char": 1755, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1767, "feats": null, "head": 14, "id": 12, "lemma": "besides", "misc": "", "start_char": 1760, "text": "besides", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1773, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "their", "misc": "", "start_char": 1768, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1778, "feats": "Number=Plur", "head": 7, "id": 14, "lemma": "mom", "misc": "", "start_char": 1774, "text": "moms", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1780, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 1779, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Once in a television interview, I was chatting with the host about stay at home athers. I made the point that one reason why we're seeing more stay at homw dads may be hat it's no longer definite that a man makes more money than his wife. Many families now ake earning power into account when deciding which parent will stay home. At that point, one of the male crew members pointed out, almost to himself but loud nough for my benefit, "It should be the better parent who stays home." A lot of guys say hings like that. Usually it's a code for "My wife, or any woman is the better parent." I was a stay at home father for 8 years, so his words made me excited. It implied that our family's choice could only have been correct if I was a "better" parent than my wife. I suppose an argument could have been made that when I began staying home my wife was the "better" parent if she spent more time with Jack. She would be able to read him wetter and calm him more quickly. But as the more employable one, my wife went out to work and I looked after our son. Because of the increased time I spent with Jack. I soon knew him well, understood that he needed and could look after him more or less as well as my wife could. Actually, he experience helped me unlock one of the world's great secrets; Women are good at booking after children because they do it. It is not because of any innate female talent. It is because they put in the time and attention required to become good at the job. Woman obviously get a biological head starting from giving birth and nursing, but ever the long term experience is more important. When I got the experience myself. I was people are able to look after them as well besides their moms.
[ [ [ 0, 2, 4 ] ], [ [ 0, 3, 3 ] ], [ [ 0, 6, 6 ], [ 1, 0, 0 ], [ 4, 20, 20 ], [ 8, 0, 0 ], [ 8, 2, 6 ], [ 8, 15, 15 ], [ 9, 13, 13 ], [ 9, 21, 21 ], [ 11, 0, 0 ], [ 11, 10, 10 ], [ 11, 14, 14 ], [ 13, 7, 7 ], [ 13, 14, 14 ], [ 15, 5, 5 ], [ 16, 0, 0 ], [ 16, 21, 21 ], [ 17, 5, 5 ], [ 22, 1, 1 ], [ 22, 5, 5 ], [ 23, 0, 0 ] ], [ [ 0, 10, 11 ] ], [ [ 0, 13, 16 ] ], [ [ 0, 15, 16 ] ], [ [ 0, 15, 15 ] ], [ [ 1, 2, 3 ] ], [ [ 1, 5, 15 ] ], [ [ 1, 8, 8 ] ], [ [ 1, 11, 12 ] ], [ [ 1, 14, 15 ] ], [ [ 1, 25, 26 ], [ 1, 31, 31 ] ], [ [ 1, 28, 29 ] ], [ [ 1, 31, 32 ] ], [ [ 2, 0, 1 ] ], [ [ 2, 2, 2 ] ], [ [ 2, 4, 5 ] ], [ [ 2, 7, 7 ] ], [ [ 2, 9, 14 ] ], [ [ 2, 14, 14 ], [ 4, 32, 32 ], [ 11, 13, 13 ] ], [ [ 4, 1, 2 ] ], [ [ 4, 4, 9 ], [ 4, 15, 15 ], [ 8, 12, 12 ] ], [ [ 4, 6, 9 ] ], [ [ 4, 20, 21 ] ], [ [ 4, 24, 24 ] ], [ [ 5, 0, 3 ] ], [ [ 5, 3, 3 ] ], [ [ 5, 5, 7 ] ], [ [ 5, 7, 7 ] ], [ [ 6, 1, 1 ], [ 6, 3, 4 ] ], [ [ 6, 7, 7 ] ], [ [ 6, 7, 8 ] ], [ [ 6, 14, 16 ] ], [ [ 8, 8, 9 ] ], [ [ 8, 12, 13 ], [ 9, 0, 0 ] ], [ [ 9, 3, 3 ], [ 13, 17, 17 ] ], [ [ 9, 3, 6 ] ], [ [ 9, 3, 5 ] ], [ [ 9, 21, 22 ], [ 11, 14, 15 ], [ 11, 23, 23 ], [ 12, 0, 0 ], [ 13, 7, 8 ], [ 16, 21, 22 ] ], [ [ 11, 2, 3 ] ], [ [ 11, 12, 13 ] ], [ [ 11, 17, 21 ] ], [ [ 11, 25, 26 ] ], [ [ 11, 28, 28 ], [ 12, 10, 10 ], [ 12, 6, 6 ], [ 13, 17, 18 ], [ 15, 8, 8 ], [ 16, 3, 3 ], [ 16, 8, 8 ], [ 16, 14, 14 ], [ 17, 2, 2 ] ], [ [ 13, 2, 5 ] ], [ [ 17, 7, 13 ] ], [ [ 17, 9, 13 ] ], [ [ 17, 9, 11 ] ], [ [ 17, 15, 15 ], [ 17, 23, 23 ], [ 19, 3, 3 ], [ 21, 0, 0 ], [ 17, 21, 21 ] ], [ [ 17, 19, 19 ] ], [ [ 17, 25, 25 ] ], [ [ 18, 0, 0 ] ], [ [ 18, 5, 8 ] ], [ [ 19, 0, 0 ] ], [ [ 19, 15, 16 ] ], [ [ 21, 3, 5 ] ], [ [ 21, 6, 11 ] ], [ [ 21, 11, 11 ] ], [ [ 21, 8, 9 ] ], [ [ 21, 9, 9 ] ], [ [ 21, 8, 11 ] ], [ [ 21, 15, 18 ] ], [ [ 21, 16, 17 ] ], [ [ 22, 3, 4 ] ], [ [ 23, 2, 2 ], [ 23, 8, 8 ], [ 23, 12, 12 ] ], [ [ 23, 12, 13 ] ], [ [ 0, 0, 0 ] ], [ [ 2, 11, 11 ] ], [ [ 4, 8, 8 ] ], [ [ 4, 27, 32 ] ], [ [ 6, 11, 12 ] ], [ [ 8, 5, 5 ] ], [ [ 9, 15, 22 ] ], [ [ 15, 2, 8 ] ], [ [ 17, 2, 3 ] ], [ [ 19, 6, 16 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36203
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (SBAR (IN After) (S (NP (PRP I)) (VP (VBD made) (NP (PRP it)) (PP (IN to) (NP (DT the) (NN city) (NN center)))))) (, ,) (NP (PRP I)) (VP (VBD started) (S (VP (TO to) (VP (VB feel) (SBAR (S (NP (NP (PRP it))) (VP (MD might) (VP (VB be) (ADJP (JJ easy)) (SBAR (IN for) (S (NP (DT a) (NN foreigner)) (VP (TO to) (VP (VB deal) (PP (IN with) (NP (NP (DT the) (JJ great) (NN size)) (PP (IN of) (NP (NNP Beijing))))))))))))))))) (. .)))" }, "speaker": null, "text": "After I made it to the city center, I started to feel it might be easy for a foreigner to deal with the great size of Beijing.", "tokens": [ { "deprel": "mark", "end_char": 5, "feats": null, "head": 3, "id": 1, "lemma": "after", "misc": "", "start_char": 0, "text": "After", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 7, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 6, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 11, "id": 3, "lemma": "make", "misc": "", "start_char": 8, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 15, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "it", "misc": "", "start_char": 13, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 18, "feats": null, "head": 8, "id": 5, "lemma": "to", "misc": "", "start_char": 16, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 22, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 19, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 27, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "city", "misc": "", "start_char": 23, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 34, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "center", "misc": "", "start_char": 28, "text": "center", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 36, "feats": null, "head": 3, "id": 9, "lemma": ",", "misc": "", "start_char": 35, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 38, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 10, "lemma": "I", "misc": "", "start_char": 37, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "start", "misc": "", "start_char": 39, "text": "started", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 49, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 47, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 54, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "feel", "misc": "", "start_char": 50, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "expl", "end_char": 57, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 14, "lemma": "it", "misc": "", "start_char": 55, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 63, "feats": "VerbForm=Fin", "head": 17, "id": 15, "lemma": "might", "misc": "", "start_char": 58, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 66, "feats": "VerbForm=Inf", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 64, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 71, "feats": "Degree=Pos", "head": 13, "id": 17, "lemma": "easy", "misc": "", "start_char": 67, "text": "easy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 75, "feats": null, "head": 22, "id": 18, "lemma": "for", "misc": "", "start_char": 72, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 77, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 19, "lemma": "a", "misc": "", "start_char": 76, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 87, "feats": "Number=Sing", "head": 22, "id": 20, "lemma": "foreigner", "misc": "", "start_char": 78, "text": "foreigner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 90, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 88, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 95, "feats": "VerbForm=Inf", "head": 17, "id": 22, "lemma": "deal", "misc": "", "start_char": 91, "text": "deal", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 100, "feats": null, "head": 26, "id": 23, "lemma": "with", "misc": "", "start_char": 96, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 104, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 24, "lemma": "the", "misc": "", "start_char": 101, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 110, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "great", "misc": "", "start_char": 105, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 115, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "size", "misc": "", "start_char": 111, "text": "size", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 118, "feats": null, "head": 28, "id": 27, "lemma": "of", "misc": "", "start_char": 116, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 126, "feats": "Number=Sing", "head": 26, "id": 28, "lemma": "Beijing", "misc": "", "start_char": 119, "text": "Beijing", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 128, "feats": null, "head": 11, "id": 29, "lemma": ".", "misc": "", "start_char": 127, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (VBG growing) (NN confidence))) (, ,) (NP (PRP I)) (VP (VBD decided) (S (VP (VP (TO to) (VP (VB take) (NP (DT the) (NN subway)) (PP (IN to) (NP (DT the) (NN hotel))))) (, ,) (RB not) (VP (VBG realizing) (SBAR (IN that) (S (NP (DT the) (NN network)) (VP (VBD did) (RB n't) (VP (VB go) (ADVP (RB that) (RB far)))))))))) (. .)))" }, "speaker": null, "text": "With growing confidence, I decided to take the subway to the hotel, not realizing that the network didn't go that far.", "tokens": [ { "deprel": "case", "end_char": 133, "feats": null, "head": 3, "id": 1, "lemma": "with", "misc": "", "start_char": 129, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 141, "feats": "VerbForm=Ger", "head": 3, "id": 2, "lemma": "grow", "misc": "", "start_char": 134, "text": "growing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obl", "end_char": 152, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "confidence", "misc": "", "start_char": 142, "text": "confidence", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 154, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 153, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 156, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 155, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 164, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "decide", "misc": "", "start_char": 157, "text": "decided", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 167, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 165, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 172, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "take", "misc": "", "start_char": 168, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 176, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 173, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 183, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "subway", "misc": "", "start_char": 177, "text": "subway", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 186, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 184, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 190, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 187, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 196, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "hotel", "misc": "", "start_char": 191, "text": "hotel", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 198, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 197, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 202, "feats": null, "head": 16, "id": 15, "lemma": "not", "misc": "", "start_char": 199, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 212, "feats": "VerbForm=Ger", "head": 8, "id": 16, "lemma": "realize", "misc": "", "start_char": 203, "text": "realizing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 217, "feats": null, "head": 22, "id": 17, "lemma": "that", "misc": "", "start_char": 213, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 221, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 218, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 229, "feats": "Number=Sing", "head": 22, "id": 19, "lemma": "network", "misc": "", "start_char": 222, "text": "network", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 233, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 20, "lemma": "do", "misc": "", "start_char": 230, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 237, "feats": null, "head": 22, "id": 21, "lemma": "not", "misc": "", "start_char": 234, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 240, "feats": "VerbForm=Inf", "head": 16, "id": 22, "lemma": "go", "misc": "", "start_char": 238, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 245, "feats": null, "head": 24, "id": 23, "lemma": "that", "misc": "", "start_char": 241, "text": "that", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 249, "feats": "Degree=Pos", "head": 22, "id": 24, "lemma": "far", "misc": "", "start_char": 246, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 251, "feats": null, "head": 6, "id": 25, "lemma": ".", "misc": "", "start_char": 250, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (VP (VBN Impressed) (PP (IN with) (NP (NP (DT the) (NN cleanliness)) (PP (IN of) (NP (DT the) (NN station))))))) (, ,) (NP (PRP I)) (VP (VP (VBD bought) (NP (DT a) (NN ticket))) (CC and) (VP (VBD boarded) (NP (NP (DT the) (JJ first) (NN train)) (SBAR (WHNP (WDT that)) (S (VP (VBD came) (ADVP (RB along)))))))) (. .)))" }, "speaker": null, "text": "Impressed with the cleanliness of the station, I bought a ticket and boarded the first train that came along.", "tokens": [ { "deprel": "advcl", "end_char": 261, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 1, "lemma": "impress", "misc": "", "start_char": 252, "text": "Impressed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 266, "feats": null, "head": 4, "id": 2, "lemma": "with", "misc": "", "start_char": 262, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 270, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 267, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 282, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "cleanliness", "misc": "", "start_char": 271, "text": "cleanliness", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 285, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 283, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 289, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 286, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 297, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "station", "misc": "", "start_char": 290, "text": "station", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 299, "feats": null, "head": 1, "id": 8, "lemma": ",", "misc": "", "start_char": 298, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 301, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "I", "misc": "", "start_char": 300, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 308, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "buy", "misc": "", "start_char": 302, "text": "bought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 310, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 309, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 317, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "ticket", "misc": "", "start_char": 311, "text": "ticket", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 321, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 318, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 329, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 10, "id": 14, "lemma": "board", "misc": "", "start_char": 322, "text": "boarded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 333, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 330, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 339, "feats": "Degree=Pos|NumType=Ord", "head": 17, "id": 16, "lemma": "first", "misc": "", "start_char": 334, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 345, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "train", "misc": "", "start_char": 340, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 350, "feats": "PronType=Rel", "head": 19, "id": 18, "lemma": "that", "misc": "", "start_char": 346, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 355, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 19, "lemma": "come", "misc": "", "start_char": 351, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 361, "feats": null, "head": 19, "id": 20, "lemma": "along", "misc": "", "start_char": 356, "text": "along", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 363, "feats": null, "head": 10, "id": 21, "lemma": ".", "misc": "", "start_char": 362, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 365, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 364, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (NP (DT a) (JJ few) (NNS minutes))) (NP (PRP I)) (VP (VBD asked) (PRT (IN in)) (NP (NNP English)) (ADVP (IN of) (NN course)) (NP (NP (DT a) (JJ young) (NN man)) (VP (VBN seated) (PP (RB next) (PP (IN to) (NP (PRP me)))) (SBAR (WHADVP (WRB where)) (S (NP (PRP I)) (VP (MD should) (VP (VB get) (ADVP (RB off)) (ADVP (RBS closest) (PP (IN to) (NP (DT the) (NNP Friendship) (NNP Hotel))))))))))) (. .)))" }, "speaker": null, "text": "After a few minutes I asked in English of course a young man seated next to me where I should get off closest to the Friendship Hotel.", "tokens": [ { "deprel": "case", "end_char": 371, "feats": null, "head": 4, "id": 1, "lemma": "after", "misc": "", "start_char": 366, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 373, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 2, "lemma": "a", "misc": "", "start_char": 372, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 377, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "few", "misc": "", "start_char": 374, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 385, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "minute", "misc": "", "start_char": 378, "text": "minutes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 387, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 386, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 393, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "ask", "misc": "", "start_char": 388, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 396, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 394, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 404, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "English", "misc": "", "start_char": 397, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 407, "feats": "ExtPos=ADV", "head": 6, "id": 9, "lemma": "of", "misc": "", "start_char": 405, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 414, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "course", "misc": "", "start_char": 408, "text": "course", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 416, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 415, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 422, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "young", "misc": "", "start_char": 417, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 426, "feats": "Number=Sing", "head": 6, "id": 13, "lemma": "man", "misc": "", "start_char": 423, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 433, "feats": "Tense=Past|VerbForm=Part", "head": 13, "id": 14, "lemma": "seat", "misc": "", "start_char": 427, "text": "seated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 438, "feats": null, "head": 14, "id": 15, "lemma": "next", "misc": "", "start_char": 434, "text": "next", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 441, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 439, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 444, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 15, "id": 17, "lemma": "I", "misc": "", "start_char": 442, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 450, "feats": "PronType=Rel", "head": 21, "id": 18, "lemma": "where", "misc": "", "start_char": 445, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 452, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 21, "id": 19, "lemma": "I", "misc": "", "start_char": 451, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 459, "feats": "VerbForm=Fin", "head": 21, "id": 20, "lemma": "should", "misc": "", "start_char": 453, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 463, "feats": "VerbForm=Inf", "head": 13, "id": 21, "lemma": "get", "misc": "", "start_char": 460, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 467, "feats": null, "head": 21, "id": 22, "lemma": "off", "misc": "", "start_char": 464, "text": "off", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 475, "feats": null, "head": 21, "id": 23, "lemma": "close", "misc": "", "start_char": 468, "text": "closest", "upos": "ADV", "xpos": "RBS" }, { "deprel": "case", "end_char": 478, "feats": null, "head": 27, "id": 24, "lemma": "to", "misc": "", "start_char": 476, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 482, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 25, "lemma": "the", "misc": "", "start_char": 479, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 493, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "friendship", "misc": "", "start_char": 483, "text": "Friendship", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 499, "feats": "Number=Sing", "head": 23, "id": 27, "lemma": "Hotel", "misc": "", "start_char": 494, "text": "Hotel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 501, "feats": null, "head": 6, "id": 28, "lemma": ".", "misc": "", "start_char": 500, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (S (S (VP (VBG Wearing) (NP (DT a) (JJ smart) (NN business) (NN suit) (CC and) (NN tie)))) (, ,) (NP (PRP he)) (VP (MD would) (ADVP (RB surely)) (VP (VB speak) (NP (NNP English))))) (, ,) (SQ (MD would) (RB n't) (NP (PRP he))) (. ?)))" }, "speaker": null, "text": "Wearing a smart business suit and tie, he would surely speak English, wouldn't he?", "tokens": [ { "deprel": "advcl", "end_char": 509, "feats": "VerbForm=Ger", "head": 12, "id": 1, "lemma": "wear", "misc": "", "start_char": 502, "text": "Wearing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 511, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 2, "lemma": "a", "misc": "", "start_char": 510, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 517, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "smart", "misc": "", "start_char": 512, "text": "smart", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 526, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "business", "misc": "", "start_char": 518, "text": "business", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 531, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "suit", "misc": "", "start_char": 527, "text": "suit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 535, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 532, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 539, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "tie", "misc": "", "start_char": 536, "text": "tie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 541, "feats": null, "head": 1, "id": 8, "lemma": ",", "misc": "", "start_char": 540, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 544, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "he", "misc": "", "start_char": 542, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 550, "feats": "VerbForm=Fin", "head": 12, "id": 10, "lemma": "would", "misc": "", "start_char": 545, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 557, "feats": null, "head": 12, "id": 11, "lemma": "surely", "misc": "", "start_char": 551, "text": "surely", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 563, "feats": "VerbForm=Inf", "head": 0, "id": 12, "lemma": "speak", "misc": "", "start_char": 558, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 571, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "English", "misc": "", "start_char": 564, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 573, "feats": null, "head": 15, "id": 14, "lemma": ",", "misc": "", "start_char": 572, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "parataxis", "end_char": 579, "feats": "VerbForm=Fin", "head": 12, "id": 15, "lemma": "would", "misc": "", "start_char": 574, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 583, "feats": null, "head": 15, "id": 16, "lemma": "not", "misc": "", "start_char": 580, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 586, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 17, "lemma": "he", "misc": "", "start_char": 584, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 588, "feats": null, "head": 12, "id": 18, "lemma": "?", "misc": "", "start_char": 587, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Unfortunately)) (, ,) (NP (PRP he)) (VP (MD could) (RB n't) (VP (VP (VB understand) (NP (PRP me))) (CC but) (VP (VBD seemed) (S (ADJP (RB very) (JJ friendly)))))) (. .)))" }, "speaker": null, "text": "Unfortunately, he couldn't understand me but seemed very friendly.", "tokens": [ { "deprel": "advmod", "end_char": 602, "feats": null, "head": 6, "id": 1, "lemma": "unfortunately", "misc": "", "start_char": 589, "text": "Unfortunately", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 604, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 603, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 607, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 3, "lemma": "he", "misc": "", "start_char": 605, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 613, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "could", "misc": "", "start_char": 608, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 617, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 614, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 628, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "understand", "misc": "", "start_char": 618, "text": "understand", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 631, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 7, "lemma": "I", "misc": "", "start_char": 629, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 635, "feats": null, "head": 9, "id": 8, "lemma": "but", "misc": "", "start_char": 632, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 642, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 9, "lemma": "seem", "misc": "", "start_char": 636, "text": "seemed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 647, "feats": null, "head": 11, "id": 10, "lemma": "very", "misc": "", "start_char": 643, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 656, "feats": "Degree=Pos", "head": 9, "id": 11, "lemma": "friendly", "misc": "", "start_char": 648, "text": "friendly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 658, "feats": null, "head": 6, "id": 12, "lemma": ".", "misc": "", "start_char": 657, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD showed) (NP (PRP him)) (NP (DT the) (NN room) (NN card)) (PP (IN with) (NP (NP (PDT all) (DT the) (NN information)) (PP (IN of) (NP (NP (DT the) (NNP Friendship) (NNP Hotel)) (PP (IN in) (NP (JJ Chinese) (NNS characters)))))))) (. .)))" }, "speaker": null, "text": "I showed him the room card with all the information of the Friendship Hotel in Chinese characters.", "tokens": [ { "deprel": "nsubj", "end_char": 660, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 659, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 667, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "show", "misc": "", "start_char": 661, "text": "showed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 671, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "he", "misc": "", "start_char": 668, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 675, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 672, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 680, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "room", "misc": "", "start_char": 676, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 685, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "card", "misc": "", "start_char": 681, "text": "card", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 690, "feats": null, "head": 10, "id": 7, "lemma": "with", "misc": "", "start_char": 686, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 694, "feats": null, "head": 10, "id": 8, "lemma": "all", "misc": "", "start_char": 691, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 698, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 695, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 710, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "information", "misc": "", "start_char": 699, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 713, "feats": null, "head": 14, "id": 11, "lemma": "of", "misc": "", "start_char": 711, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 717, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 714, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 728, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "friendship", "misc": "", "start_char": 718, "text": "Friendship", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 734, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "Hotel", "misc": "", "start_char": 729, "text": "Hotel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 737, "feats": null, "head": 17, "id": 15, "lemma": "in", "misc": "", "start_char": 735, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 745, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "Chinese", "misc": "", "start_char": 738, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 756, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "character", "misc": "", "start_char": 746, "text": "characters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 758, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 757, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP He)) (VP (VBD looked) (PP (IN at) (NP (PRP it))))) (, ,) (CC and) (S (ADVP (RB then)) (NP (PRP$ his) (NNS eyes)) (VP (VBD moved) (ADVP (RB quickly)) (PP (IN to) (NP (DT the) (NN carriage) (NN subway) (NN map))))) (. .)))" }, "speaker": null, "text": "He looked at it, and then his eyes moved quickly to the carriage subway map.", "tokens": [ { "deprel": "nsubj", "end_char": 761, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 759, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 768, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "look", "misc": "", "start_char": 762, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 771, "feats": null, "head": 4, "id": 3, "lemma": "at", "misc": "", "start_char": 769, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 774, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 4, "lemma": "it", "misc": "", "start_char": 772, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 776, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 775, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 780, "feats": null, "head": 10, "id": 6, "lemma": "and", "misc": "", "start_char": 777, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 785, "feats": "PronType=Dem", "head": 10, "id": 7, "lemma": "then", "misc": "", "start_char": 781, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nmod:poss", "end_char": 789, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "his", "misc": "", "start_char": 786, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 794, "feats": "Number=Plur", "head": 10, "id": 9, "lemma": "eye", "misc": "", "start_char": 790, "text": "eyes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "conj", "end_char": 800, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 10, "lemma": "move", "misc": "", "start_char": 795, "text": "moved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 808, "feats": null, "head": 10, "id": 11, "lemma": "quickly", "misc": "", "start_char": 801, "text": "quickly", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 811, "feats": null, "head": 16, "id": 12, "lemma": "to", "misc": "", "start_char": 809, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 815, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 13, "lemma": "the", "misc": "", "start_char": 812, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 824, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "carriage", "misc": "", "start_char": 816, "text": "carriage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 831, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "subway", "misc": "", "start_char": 825, "text": "subway", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 835, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "map", "misc": "", "start_char": 832, "text": "map", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 837, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 836, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Next)) (, ,) (NP (PRP he)) (VP (VBD raised) (NP (NP (CD three) (NNS fingers)) (PP (IN of) (NP (PRP$ his) (JJ right) (NN hand))))) (. .)))" }, "speaker": null, "text": "Next, he raised three fingers of his right hand.", "tokens": [ { "deprel": "advmod", "end_char": 842, "feats": null, "head": 4, "id": 1, "lemma": "next", "misc": "", "start_char": 838, "text": "Next", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 844, "feats": null, "head": 4, "id": 2, "lemma": ",", "misc": "", "start_char": 843, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 847, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 3, "lemma": "he", "misc": "", "start_char": 845, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 854, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "raise", "misc": "", "start_char": 848, "text": "raised", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 860, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "three", "misc": "", "start_char": 855, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 868, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "finger", "misc": "", "start_char": 861, "text": "fingers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 871, "feats": null, "head": 10, "id": 7, "lemma": "of", "misc": "", "start_char": 869, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 875, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "his", "misc": "", "start_char": 872, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 881, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "right", "misc": "", "start_char": 876, "text": "right", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 886, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "hand", "misc": "", "start_char": 882, "text": "hand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 888, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 887, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 890, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 889, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NNP Australia))) (, ,) (S (S (VP (VBG raising) (NP (NNS fingers)) (PP (IN at) (NP (NN someone))))) (VP (VBZ is) (RB not) (ADVP (RB usually)) (ADJP (JJ nice)))) (, ,) (CC but) (S (NP (DT this) (NN man)) (VP (VBD was) (RB n't) (VP (VBG smiling)))) (. .)))" }, "speaker": null, "text": "In Australia, raising fingers at someone is not usually nice, but this man wasn't smiling.", "tokens": [ { "deprel": "case", "end_char": 893, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 891, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 903, "feats": "Number=Sing", "head": 11, "id": 2, "lemma": "Australia", "misc": "", "start_char": 894, "text": "Australia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 905, "feats": null, "head": 11, "id": 3, "lemma": ",", "misc": "", "start_char": 904, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "csubj", "end_char": 913, "feats": "VerbForm=Ger", "head": 11, "id": 4, "lemma": "raise", "misc": "", "start_char": 906, "text": "raising", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 921, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "finger", "misc": "", "start_char": 914, "text": "fingers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 924, "feats": null, "head": 7, "id": 6, "lemma": "at", "misc": "", "start_char": 922, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 932, "feats": "Number=Sing|PronType=Ind", "head": 4, "id": 7, "lemma": "someone", "misc": "", "start_char": 925, "text": "someone", "upos": "PRON", "xpos": "NN" }, { "deprel": "cop", "end_char": 935, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 933, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 939, "feats": null, "head": 11, "id": 9, "lemma": "not", "misc": "", "start_char": 936, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 947, "feats": null, "head": 11, "id": 10, "lemma": "usually", "misc": "", "start_char": 940, "text": "usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 952, "feats": "Degree=Pos", "head": 0, "id": 11, "lemma": "nice", "misc": "", "start_char": 948, "text": "nice", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 954, "feats": null, "head": 18, "id": 12, "lemma": ",", "misc": "", "start_char": 953, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 958, "feats": null, "head": 18, "id": 13, "lemma": "but", "misc": "", "start_char": 955, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 963, "feats": "Number=Sing|PronType=Dem", "head": 15, "id": 14, "lemma": "this", "misc": "", "start_char": 959, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 967, "feats": "Number=Sing", "head": 18, "id": 15, "lemma": "man", "misc": "", "start_char": 964, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 971, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 16, "lemma": "be", "misc": "", "start_char": 968, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 975, "feats": null, "head": 18, "id": 17, "lemma": "not", "misc": "", "start_char": 972, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 983, "feats": "Tense=Pres|VerbForm=Part", "head": 11, "id": 18, "lemma": "smile", "misc": "", "start_char": 976, "text": "smiling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 985, "feats": null, "head": 11, "id": 19, "lemma": ".", "misc": "", "start_char": 984, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (DT the) (JJ next) (NN station))) (NP (PRP he)) (VP (VBD showed) (NP (PRP me)) (NP (CD two) (NNS fingers))) (. .)))" }, "speaker": null, "text": "At the next station he showed me two fingers.", "tokens": [ { "deprel": "case", "end_char": 988, "feats": null, "head": 4, "id": 1, "lemma": "at", "misc": "", "start_char": 986, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 992, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 989, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 997, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "next", "misc": "", "start_char": 993, "text": "next", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1005, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "station", "misc": "", "start_char": 998, "text": "station", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1008, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "he", "misc": "", "start_char": 1006, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1015, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "show", "misc": "", "start_char": 1009, "text": "showed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1018, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 7, "lemma": "I", "misc": "", "start_char": 1016, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nummod", "end_char": 1022, "feats": "NumForm=Word|NumType=Card", "head": 9, "id": 8, "lemma": "two", "misc": "", "start_char": 1019, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1030, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "finger", "misc": "", "start_char": 1023, "text": "fingers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1032, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 1031, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Now)) (PP (IN in) (NP (NNP Australia))) (, ,) (NP (DT that)) (VP (VBZ 's) (ADJP (RB really) (JJ rude)))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBD got) (NP (DT the) (NN message)))) (. .)))" }, "speaker": null, "text": "Now in Australia, that's really rude, but I got the message.", "tokens": [ { "deprel": "advmod", "end_char": 1036, "feats": null, "head": 8, "id": 1, "lemma": "now", "misc": "", "start_char": 1033, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1039, "feats": null, "head": 3, "id": 2, "lemma": "in", "misc": "", "start_char": 1037, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1049, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Australia", "misc": "", "start_char": 1040, "text": "Australia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1051, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 1050, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1056, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 5, "lemma": "that", "misc": "", "start_char": 1052, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1059, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 1057, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1066, "feats": null, "head": 8, "id": 7, "lemma": "really", "misc": "", "start_char": 1060, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1071, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "rude", "misc": "", "start_char": 1067, "text": "rude", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1073, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 1072, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1077, "feats": null, "head": 12, "id": 10, "lemma": "but", "misc": "", "start_char": 1074, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1079, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 11, "lemma": "I", "misc": "", "start_char": 1078, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1083, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 8, "id": 12, "lemma": "get", "misc": "", "start_char": 1080, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1087, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1084, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1095, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "message", "misc": "", "start_char": 1088, "text": "message", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1097, "feats": null, "head": 8, "id": 15, "lemma": ".", "misc": "", "start_char": 1096, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP we)) (VP (VBD stopped) (PP (IN at) (NP (DT the) (JJ third) (NN station)))))) (, ,) (NP (PRP he)) (VP (VP (VBD did) (RB n't) (ADVP (RB just)) (VP (VB point) (PP (IN to) (NP (DT the) (NN door))))) (, ,) (CC but) (VP (VBD got) (PRT (RP up))) (, ,) (VP (VBD took) (NP (PRP me)) (PP (IN out) (PP (IN of) (NP (DT the) (NN train))))) (, ,) (CC and) (VP (VBD led) (NP (PRP me)) (PP (PP (IN to) (NP (NP (DT the) (NN top)) (PP (IN of) (NP (DT the) (NNS stairs))))) (, ,) (CC and) (ADVP (RB out) (PP (IN onto) (NP (DT the) (NN street))))))) (. .)))" }, "speaker": null, "text": "When we stopped at the third station, he didn't just point to the door, but got up, took me out of the train, and led me to the top of the stairs, and out onto the street.", "tokens": [ { "deprel": "advmod", "end_char": 1102, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 1098, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1105, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 1103, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1113, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 13, "id": 3, "lemma": "stop", "misc": "", "start_char": 1106, "text": "stopped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1116, "feats": null, "head": 7, "id": 4, "lemma": "at", "misc": "", "start_char": 1114, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1120, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1117, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1126, "feats": "Degree=Pos|NumType=Ord", "head": 7, "id": 6, "lemma": "third", "misc": "", "start_char": 1121, "text": "third", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1134, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "station", "misc": "", "start_char": 1127, "text": "station", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1136, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 1135, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1139, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 9, "lemma": "he", "misc": "", "start_char": 1137, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1143, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 10, "lemma": "do", "misc": "", "start_char": 1140, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1147, "feats": null, "head": 13, "id": 11, "lemma": "not", "misc": "", "start_char": 1144, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1152, "feats": null, "head": 13, "id": 12, "lemma": "just", "misc": "", "start_char": 1148, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1158, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "point", "misc": "", "start_char": 1153, "text": "point", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1161, "feats": null, "head": 16, "id": 14, "lemma": "to", "misc": "", "start_char": 1159, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1165, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1162, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1170, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "door", "misc": "", "start_char": 1166, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1172, "feats": null, "head": 19, "id": 17, "lemma": ",", "misc": "", "start_char": 1171, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1176, "feats": null, "head": 19, "id": 18, "lemma": "but", "misc": "", "start_char": 1173, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1180, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 19, "lemma": "get", "misc": "", "start_char": 1177, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1183, "feats": null, "head": 19, "id": 20, "lemma": "up", "misc": "", "start_char": 1181, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1185, "feats": null, "head": 22, "id": 21, "lemma": ",", "misc": "", "start_char": 1184, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1190, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 22, "lemma": "take", "misc": "", "start_char": 1186, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1193, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 22, "id": 23, "lemma": "I", "misc": "", "start_char": 1191, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1197, "feats": null, "head": 27, "id": 24, "lemma": "out", "misc": "", "start_char": 1194, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 1200, "feats": null, "head": 27, "id": 25, "lemma": "of", "misc": "", "start_char": 1198, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1204, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 26, "lemma": "the", "misc": "", "start_char": 1201, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1210, "feats": "Number=Sing", "head": 22, "id": 27, "lemma": "train", "misc": "", "start_char": 1205, "text": "train", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1212, "feats": null, "head": 30, "id": 28, "lemma": ",", "misc": "", "start_char": 1211, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1216, "feats": null, "head": 30, "id": 29, "lemma": "and", "misc": "", "start_char": 1213, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1220, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 30, "lemma": "lead", "misc": "", "start_char": 1217, "text": "led", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1223, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 30, "id": 31, "lemma": "I", "misc": "", "start_char": 1221, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1226, "feats": null, "head": 34, "id": 32, "lemma": "to", "misc": "", "start_char": 1224, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1230, "feats": "Definite=Def|PronType=Art", "head": 34, "id": 33, "lemma": "the", "misc": "", "start_char": 1227, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1234, "feats": "Number=Sing", "head": 30, "id": 34, "lemma": "top", "misc": "", "start_char": 1231, "text": "top", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1237, "feats": null, "head": 37, "id": 35, "lemma": "of", "misc": "", "start_char": 1235, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1241, "feats": "Definite=Def|PronType=Art", "head": 37, "id": 36, "lemma": "the", "misc": "", "start_char": 1238, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1248, "feats": "Number=Plur", "head": 34, "id": 37, "lemma": "stair", "misc": "", "start_char": 1242, "text": "stairs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1250, "feats": null, "head": 40, "id": 38, "lemma": ",", "misc": "", "start_char": 1249, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1254, "feats": null, "head": 40, "id": 39, "lemma": "and", "misc": "", "start_char": 1251, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1258, "feats": null, "head": 34, "id": 40, "lemma": "out", "misc": "", "start_char": 1255, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1263, "feats": null, "head": 43, "id": 41, "lemma": "onto", "misc": "", "start_char": 1259, "text": "onto", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1267, "feats": "Definite=Def|PronType=Art", "head": 43, "id": 42, "lemma": "the", "misc": "", "start_char": 1264, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1274, "feats": "Number=Sing", "head": 40, "id": 43, "lemma": "street", "misc": "", "start_char": 1268, "text": "street", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1276, "feats": null, "head": 13, "id": 44, "lemma": ".", "misc": "", "start_char": 1275, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (PRP he)) (VP (VP (VBD stopped) (NP (DT a) (NN taxi))) (CC and) (VP (VBD told) (NP (DT the) (NN driver)) (SBAR (WHADVP (WRB where)) (S (VP (TO to) (VP (VB take) (NP (PRP me)))))))) (. .)))" }, "speaker": null, "text": "Then he stopped a taxi and told the driver where to take me.", "tokens": [ { "deprel": "advmod", "end_char": 1281, "feats": "PronType=Dem", "head": 3, "id": 1, "lemma": "then", "misc": "", "start_char": 1277, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1284, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 1282, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1292, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "stop", "misc": "", "start_char": 1285, "text": "stopped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1294, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1293, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1299, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "taxi", "misc": "", "start_char": 1295, "text": "taxi", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1303, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 1300, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1308, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "tell", "misc": "", "start_char": 1304, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1312, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1309, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 1319, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "driver", "misc": "", "start_char": 1313, "text": "driver", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1325, "feats": "PronType=Int", "head": 12, "id": 10, "lemma": "where", "misc": "", "start_char": 1320, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 1328, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 1326, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "ccomp", "end_char": 1333, "feats": "VerbForm=Inf", "head": 7, "id": 12, "lemma": "take", "misc": "", "start_char": 1329, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1336, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 13, "lemma": "I", "misc": "", "start_char": 1334, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1338, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 1337, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1340, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1339, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (S (NP (PDT All) (DT this)) (VP (VBD came) (PP (IN from) (NP (NP (DT a) (NN man)) (SBAR (WHNP (WP who)) (S (VP (MD could) (RB n't) (VP (VB speak) (NP (PRP$ my) (NN language)))))))))) (, ,) (CC and) (S (NP (PRP I)) (VP (MD could) (RB n't) (VP (VB speak) (NP (PRP his))))) (. .)))" }, "speaker": null, "text": "All this came from a man who couldn't speak my language, and I couldn't speak his.", "tokens": [ { "deprel": "det:predet", "end_char": 1344, "feats": null, "head": 2, "id": 1, "lemma": "all", "misc": "", "start_char": 1341, "text": "All", "upos": "DET", "xpos": "PDT" }, { "deprel": "nsubj", "end_char": 1349, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "this", "misc": "", "start_char": 1345, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "root", "end_char": 1354, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "come", "misc": "", "start_char": 1350, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1359, "feats": null, "head": 6, "id": 4, "lemma": "from", "misc": "", "start_char": 1355, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1361, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1360, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1365, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "man", "misc": "", "start_char": 1362, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1369, "feats": "PronType=Rel", "head": 10, "id": 7, "lemma": "who", "misc": "", "start_char": 1366, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1375, "feats": "VerbForm=Fin", "head": 10, "id": 8, "lemma": "could", "misc": "", "start_char": 1370, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1379, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 1376, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1385, "feats": "VerbForm=Inf", "head": 6, "id": 10, "lemma": "speak", "misc": "", "start_char": 1380, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1388, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "my", "misc": "", "start_char": 1386, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1397, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "language", "misc": "", "start_char": 1389, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1399, "feats": null, "head": 18, "id": 13, "lemma": ",", "misc": "", "start_char": 1398, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1403, "feats": null, "head": 18, "id": 14, "lemma": "and", "misc": "", "start_char": 1400, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1405, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 18, "id": 15, "lemma": "I", "misc": "", "start_char": 1404, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1411, "feats": "VerbForm=Fin", "head": 18, "id": 16, "lemma": "could", "misc": "", "start_char": 1406, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1415, "feats": null, "head": 18, "id": 17, "lemma": "not", "misc": "", "start_char": 1412, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1421, "feats": "VerbForm=Inf", "head": 3, "id": 18, "lemma": "speak", "misc": "", "start_char": 1416, "text": "speak", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1425, "feats": "Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 19, "lemma": "his", "misc": "", "start_char": 1422, "text": "his", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1427, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 1426, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD was) (ADVP (RB now)) (ADJP (JJ speechless)) (, ,) (SBAR (ADVP (RB especially)) (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD refused) (NP (NP (PRP$ my) (NN offer)) (PP (IN of) (NP (NN money)))))))) (. .)))" }, "speaker": null, "text": "I was now speechless, especially when he refused my offer of money.", "tokens": [ { "deprel": "nsubj", "end_char": 1429, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 1428, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1433, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1430, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1437, "feats": null, "head": 4, "id": 3, "lemma": "now", "misc": "", "start_char": 1434, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1448, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "speechless", "misc": "", "start_char": 1438, "text": "speechless", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1450, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 1449, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1461, "feats": null, "head": 9, "id": 6, "lemma": "especially", "misc": "", "start_char": 1451, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1466, "feats": "PronType=Int", "head": 9, "id": 7, "lemma": "when", "misc": "", "start_char": 1462, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1469, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 1467, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1477, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "refuse", "misc": "", "start_char": 1470, "text": "refused", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 1480, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "my", "misc": "", "start_char": 1478, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1486, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "offer", "misc": "", "start_char": 1481, "text": "offer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1489, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 1487, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1495, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "money", "misc": "", "start_char": 1490, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1497, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 1496, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD felt) (ADJP (NP (DT a) (JJ little)) (VBN embarrassed)) (S (VP (VBG having) (ADVP (RB even)) (VP (VBN thought) (SBAR (S (NP (PRP he)) (VP (MD would) (VP (VB accept) (NP (DT a) (NN tip)))))))))) (. .)))" }, "speaker": null, "text": "I felt a little embarrassed having even thought he would accept a tip.", "tokens": [ { "deprel": "nsubj", "end_char": 1499, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1498, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1504, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "feel", "misc": "", "start_char": 1500, "text": "felt", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1506, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 1505, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 1513, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "little", "misc": "", "start_char": 1507, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 1525, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 5, "lemma": "embarrass", "misc": "", "start_char": 1514, "text": "embarrassed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "aux", "end_char": 1532, "feats": "VerbForm=Ger", "head": 8, "id": 6, "lemma": "have", "misc": "", "start_char": 1526, "text": "having", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 1537, "feats": null, "head": 8, "id": 7, "lemma": "even", "misc": "", "start_char": 1533, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1545, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 8, "lemma": "think", "misc": "", "start_char": 1538, "text": "thought", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nsubj", "end_char": 1548, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "he", "misc": "", "start_char": 1546, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1554, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "would", "misc": "", "start_char": 1549, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1561, "feats": "VerbForm=Inf", "head": 8, "id": 11, "lemma": "accept", "misc": "", "start_char": 1555, "text": "accept", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1563, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 1562, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1567, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "tip", "misc": "", "start_char": 1564, "text": "tip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1569, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 1568, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1571, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1570, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (DT This) (NN experience)) (VP (VBD made) (S (NP (NP (PRP it))) (ADJP (JJ clear)) (S (S (NP (PRP I)) (VP (VBD had) (S (VP (TO to) (VP (VB learn) (NP (DT some) (NNP Chinese)) (ADVP (RB quickly))))))) (CC or) (S (NP (PRP$ my) (NNS adventures)) (VP (MD might) (VP (VB start) (S (VP (VBG turning) (PP (IN into) (NP (JJ bad) (NN luck))))))))))) (. .)))" }, "speaker": null, "text": "This experience made it clear I had to learn some Chinese quickly or my adventures might start turning into bad luck.", "tokens": [ { "deprel": "det", "end_char": 1576, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 1572, "text": "This", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1587, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "experience", "misc": "", "start_char": 1577, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1592, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "make", "misc": "", "start_char": 1588, "text": "made", "upos": "VERB", "xpos": "VBD" }, { "deprel": "expl", "end_char": 1595, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "it", "misc": "", "start_char": 1593, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1601, "feats": "Degree=Pos", "head": 3, "id": 5, "lemma": "clear", "misc": "", "start_char": 1596, "text": "clear", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1603, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 1602, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1607, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "have", "misc": "", "start_char": 1604, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1610, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1608, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1616, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "learn", "misc": "", "start_char": 1611, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1621, "feats": null, "head": 11, "id": 10, "lemma": "some", "misc": "", "start_char": 1617, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1629, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Chinese", "misc": "", "start_char": 1622, "text": "Chinese", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 1637, "feats": null, "head": 9, "id": 12, "lemma": "quickly", "misc": "", "start_char": 1630, "text": "quickly", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1640, "feats": null, "head": 17, "id": 13, "lemma": "or", "misc": "", "start_char": 1638, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1643, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "my", "misc": "", "start_char": 1641, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1654, "feats": "Number=Plur", "head": 17, "id": 15, "lemma": "adventure", "misc": "", "start_char": 1644, "text": "adventures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1660, "feats": "VerbForm=Fin", "head": 17, "id": 16, "lemma": "might", "misc": "", "start_char": 1655, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1666, "feats": "VerbForm=Inf", "head": 7, "id": 17, "lemma": "start", "misc": "", "start_char": 1661, "text": "start", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1674, "feats": "VerbForm=Ger", "head": 17, "id": 18, "lemma": "turn", "misc": "", "start_char": 1667, "text": "turning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1679, "feats": null, "head": 21, "id": 19, "lemma": "into", "misc": "", "start_char": 1675, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1683, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "bad", "misc": "", "start_char": 1680, "text": "bad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1688, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "luck", "misc": "", "start_char": 1684, "text": "luck", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1690, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 1689, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
After I made it to the city center, I started to feel it might be easy for a foreigner to deal with the great size of Beijing. With growing confidence, I decided to take the subway to the hotel, not realizing that the network didn't go that far. Impressed with the cleanliness of the station, I bought a ticket and boarded the first train that came along. After a few minutes I asked in English of course a young man seated next to me where I should get off closest to the Friendship Hotel. Wearing a smart business suit and tie, he would surely speak English, wouldn't he? Unfortunately, he couldn't understand me but seemed very friendly. I showed him the room card with all the information of the Friendship Hotel in Chinese characters. He looked at it, and then his eyes moved quickly to the carriage subway map. Next, he raised three fingers of his right hand. In Australia, raising fingers at someone is not usually nice, but this man wasn't smiling. At the next station he showed me two fingers. Now in Australia, that's really rude, but I got the message. When we stopped at the third station, he didn't just point to the door, but got up, took me out of the train, and led me to the top of the stairs, and out onto the street. Then he stopped a taxi and told the driver where to take me. All this came from a man who couldn't speak my language, and I couldn't speak his. I was now speechless, especially when he refused my offer of money. I felt a little embarrassed having even thought he would accept a tip. This experience made it clear I had to learn some Chinese quickly or my adventures might start turning into bad luck.
[ [ [ 0, 1, 1 ], [ 0, 9, 9 ], [ 1, 4, 4 ], [ 2, 8, 8 ], [ 4, 4, 4 ], [ 7, 0, 0 ], [ 4, 18, 18 ], [ 4, 16, 16 ], [ 6, 6, 6 ], [ 12, 6, 6 ], [ 13, 10, 10 ], [ 14, 22, 22 ], [ 14, 30, 30 ], [ 15, 12, 12 ], [ 18, 0, 0 ], [ 19, 0, 0 ], [ 17, 10, 10 ], [ 18, 9, 9 ], [ 21, 5, 5 ], [ 21, 13, 13 ], [ 17, 14, 14 ] ], [ [ 0, 3, 3 ] ], [ [ 0, 5, 7 ] ], [ [ 0, 18, 19 ] ], [ [ 0, 23, 27 ] ], [ [ 0, 27, 27 ] ], [ [ 1, 1, 2 ] ], [ [ 1, 11, 12 ], [ 4, 24, 26 ], [ 7, 11, 13 ] ], [ [ 1, 17, 18 ] ], [ [ 1, 22, 22 ] ], [ [ 2, 2, 6 ] ], [ [ 2, 5, 6 ] ], [ [ 2, 10, 11 ] ], [ [ 4, 1, 3 ] ], [ [ 4, 9, 9 ] ], [ [ 5, 8, 8 ], [ 5, 16, 16 ], [ 6, 2, 2 ], [ 7, 2, 2 ], [ 8, 0, 0 ], [ 9, 2, 2 ], [ 8, 7, 7 ], [ 9, 7, 7 ], [ 12, 4, 4 ], [ 14, 8, 8 ], [ 11, 13, 14 ], [ 15, 1, 1 ], [ 18, 7, 7 ], [ 19, 8, 8 ], [ 17, 18, 18 ], [ 4, 10, 16 ], [ 17, 4, 11 ] ], [ [ 4, 7, 7 ], [ 5, 12, 12 ] ], [ [ 5, 1, 6 ] ], [ [ 7, 15, 16 ] ], [ [ 8, 6, 6 ] ], [ [ 8, 7, 8 ] ], [ [ 8, 12, 15 ] ], [ [ 9, 7, 9 ] ], [ [ 9, 4, 9 ] ], [ [ 11, 6, 6 ] ], [ [ 11, 1, 1 ], [ 13, 2, 2 ] ], [ [ 11, 3, 6 ] ], [ [ 12, 1, 3 ] ], [ [ 12, 7, 8 ] ], [ [ 13, 0, 0 ] ], [ [ 13, 12, 13 ] ], [ [ 14, 1, 1 ] ], [ [ 14, 4, 6 ] ], [ [ 14, 14, 15 ] ], [ [ 14, 25, 26 ], [ 2, 14, 16 ] ], [ [ 14, 32, 36 ] ], [ [ 14, 35, 36 ] ], [ [ 14, 41, 42 ] ], [ [ 15, 0, 0 ] ], [ [ 15, 3, 4 ] ], [ [ 15, 7, 8 ] ], [ [ 17, 10, 11 ] ], [ [ 18, 2, 2 ] ], [ [ 17, 0, 1 ] ], [ [ 18, 9, 12 ] ], [ [ 18, 12, 12 ] ], [ [ 19, 11, 12 ] ], [ [ 21, 0, 1 ] ], [ [ 21, 3, 3 ] ], [ [ 21, 9, 10 ] ], [ [ 21, 13, 14 ] ], [ [ 21, 17, 20 ] ], [ [ 21, 19, 20 ] ], [ [ 0, 6, 6 ] ], [ [ 4, 17, 26 ] ], [ [ 5, 3, 3 ] ], [ [ 7, 3, 16 ], [ 8, 3, 3 ] ], [ [ 7, 4, 4 ] ], [ [ 7, 7, 13 ] ], [ [ 8, 14, 14 ], [ 1, 8, 9 ] ], [ [ 11, 4, 4 ] ], [ [ 19, 5, 12 ] ], [ [ 15, 9, 12 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36204
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNS Learners)) (VP (VBP report) (NP (NP (NP (CD two) (JJ main) (NNS difficulties)) (PP (IN in) (NP (NN reading)))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD may) (VP (VB be) (VP (VBN linked)))))))) (. .)))" }, "speaker": null, "text": "Learners report two main difficulties in reading, which may be linked.", "tokens": [ { "deprel": "nsubj", "end_char": 8, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "learner", "misc": "", "start_char": 0, "text": "Learners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 15, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "report", "misc": "", "start_char": 9, "text": "report", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 19, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 3, "lemma": "two", "misc": "", "start_char": 16, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 24, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "main", "misc": "", "start_char": 20, "text": "main", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 37, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "difficulty", "misc": "", "start_char": 25, "text": "difficulties", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 40, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 38, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 48, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "reading", "misc": "", "start_char": 41, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 50, "feats": null, "head": 5, "id": 8, "lemma": ",", "misc": "", "start_char": 49, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 56, "feats": "PronType=Rel", "head": 12, "id": 9, "lemma": "which", "misc": "", "start_char": 51, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 60, "feats": "VerbForm=Fin", "head": 12, "id": 10, "lemma": "may", "misc": "", "start_char": 57, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 63, "feats": "VerbForm=Inf", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 61, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "acl:relcl", "end_char": 70, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 12, "lemma": "link", "misc": "", "start_char": 64, "text": "linked", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 72, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 71, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (S (NP (EX There)) (VP (VBP are) (NP (ADJP (RB too) (JJ many)) (JJ unknown) (NNS words)))) (CC and) (S (PP (IN as) (NP (DT a) (NN result))) (NP (NN reading)) (VP (VBZ is) (ADVP (RB simply)) (RB not) (NP (DT a) (NN pleasure)))) (. .)))" }, "speaker": null, "text": "There are too many unknown words and as a result reading is simply not a pleasure.", "tokens": [ { "deprel": "expl", "end_char": 78, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 73, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 82, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 79, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 86, "feats": null, "head": 4, "id": 3, "lemma": "too", "misc": "", "start_char": 83, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 91, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "many", "misc": "", "start_char": 87, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 99, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "unknown", "misc": "", "start_char": 92, "text": "unknown", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 105, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "word", "misc": "", "start_char": 100, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 109, "feats": null, "head": 16, "id": 7, "lemma": "and", "misc": "", "start_char": 106, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 112, "feats": null, "head": 11, "id": 8, "lemma": "as", "misc": "", "start_char": 110, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 114, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 113, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 121, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "result", "misc": "", "start_char": 115, "text": "result", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 129, "feats": "Number=Sing", "head": 16, "id": 11, "lemma": "reading", "misc": "", "start_char": 122, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 132, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 12, "lemma": "be", "misc": "", "start_char": 130, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 139, "feats": null, "head": 16, "id": 13, "lemma": "simply", "misc": "", "start_char": 133, "text": "simply", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 143, "feats": null, "head": 16, "id": 14, "lemma": "not", "misc": "", "start_char": 140, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 145, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 144, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 154, "feats": "Number=Sing", "head": 2, "id": 16, "lemma": "pleasure", "misc": "", "start_char": 146, "text": "pleasure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 156, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 155, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (DT some) (NNS students))) (, ,) (S (ADVP (RB even)) (VP (VBG reading) (PP (IN in) (NP (PRP$ their) (JJ own) (NN language))))) (VP (VBZ is) (NP (DT a) (NN chore))) (. .)))" }, "speaker": null, "text": "For some students, even reading in their own language is a chore.", "tokens": [ { "deprel": "case", "end_char": 160, "feats": null, "head": 3, "id": 1, "lemma": "for", "misc": "", "start_char": 157, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 165, "feats": null, "head": 3, "id": 2, "lemma": "some", "misc": "", "start_char": 161, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 174, "feats": "Number=Plur", "head": 13, "id": 3, "lemma": "student", "misc": "", "start_char": 166, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 176, "feats": null, "head": 13, "id": 4, "lemma": ",", "misc": "", "start_char": 175, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 181, "feats": null, "head": 6, "id": 5, "lemma": "even", "misc": "", "start_char": 177, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "csubj", "end_char": 189, "feats": "VerbForm=Ger", "head": 13, "id": 6, "lemma": "read", "misc": "", "start_char": 182, "text": "reading", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 192, "feats": null, "head": 10, "id": 7, "lemma": "in", "misc": "", "start_char": 190, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 198, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "their", "misc": "", "start_char": 193, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 202, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "own", "misc": "", "start_char": 199, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 211, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "language", "misc": "", "start_char": 203, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 214, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 212, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 216, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 215, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 222, "feats": "Number=Sing", "head": 0, "id": 13, "lemma": "chore", "misc": "", "start_char": 217, "text": "chore", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 224, "feats": null, "head": 13, "id": 14, "lemma": ".", "misc": "", "start_char": 223, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 226, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 225, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Having) (NP (DT a) (JJ wide) (NN vocabulary)))) (VP (VBZ is) (ADJP (JJ essential) (PP (IN to) (S (VP (VBG making) (NP (NP (NN sense)) (PP (IN of) (NP (VBN written) (NN language))))))))) (. .)))" }, "speaker": null, "text": "Having a wide vocabulary is essential to making sense of written language.", "tokens": [ { "deprel": "csubj", "end_char": 233, "feats": "VerbForm=Ger", "head": 6, "id": 1, "lemma": "have", "misc": "", "start_char": 227, "text": "Having", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 235, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 2, "lemma": "a", "misc": "", "start_char": 234, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 240, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "wide", "misc": "", "start_char": 236, "text": "wide", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 251, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "vocabulary", "misc": "", "start_char": 241, "text": "vocabulary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 254, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 252, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 264, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "essential", "misc": "", "start_char": 255, "text": "essential", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 267, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 265, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 274, "feats": "VerbForm=Ger", "head": 6, "id": 8, "lemma": "make", "misc": "", "start_char": 268, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 280, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "sense", "misc": "", "start_char": 275, "text": "sense", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 283, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 281, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 291, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 11, "lemma": "write", "misc": "", "start_char": 284, "text": "written", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod", "end_char": 300, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "language", "misc": "", "start_char": 292, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 302, "feats": null, "head": 6, "id": 13, "lemma": ".", "misc": "", "start_char": 301, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (ADVP (IN Of) (NN course)) (, ,) (NP (DT this)) (VP (VBZ is) (NP (DT a) (JJ circular) (NN argument)) (, ,) (SBAR (IN because) (NP (NP (DT the) (JJR more)) (SBAR (S (NP (PRP you)) (VP (VBP read) (NP (NP (NP (DT the) (JJR more) (NN vocabulary)) (SBAR (S (NP (PRP you)) (VP (VBP learn))))) (CC and) (NP (NP (ADVP (DT the) (JJR more)) (NNS words)) (SBAR (S (NP (PRP you)) (VP (VBP know) (ADVP (ADVP (DT the) (RBR more) (RB easily)) (SBAR (S (NP (PRP you)) (VP (MD can) (VP (VB read))))))))))))))))) (. .)))" }, "speaker": null, "text": "Of course, this is a circular argument, because the more you read the more vocabulary you learn and the more words you know the more easily you can read.", "tokens": [ { "deprel": "advmod", "end_char": 305, "feats": null, "head": 8, "id": 1, "lemma": "of", "misc": "", "start_char": 303, "text": "Of", "upos": "ADV", "xpos": "IN" }, { "deprel": "fixed", "end_char": 312, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "course", "misc": "", "start_char": 306, "text": "course", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 314, "feats": null, "head": 8, "id": 3, "lemma": ",", "misc": "", "start_char": 313, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 319, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 4, "lemma": "this", "misc": "", "start_char": 315, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 322, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 320, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 324, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 323, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 333, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "circular", "misc": "", "start_char": 325, "text": "circular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 342, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "argument", "misc": "", "start_char": 334, "text": "argument", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 344, "feats": null, "head": 8, "id": 9, "lemma": ",", "misc": "", "start_char": 343, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 352, "feats": null, "head": 19, "id": 10, "lemma": "because", "misc": "", "start_char": 345, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 356, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 353, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 361, "feats": "Degree=Cmp", "head": 19, "id": 12, "lemma": "more", "misc": "", "start_char": 357, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 365, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 14, "id": 13, "lemma": "you", "misc": "", "start_char": 362, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 370, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 12, "id": 14, "lemma": "read", "misc": "", "start_char": 366, "text": "read", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 374, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 371, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 379, "feats": "Degree=Cmp", "head": 17, "id": 16, "lemma": "more", "misc": "", "start_char": 375, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 390, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "vocabulary", "misc": "", "start_char": 380, "text": "vocabulary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 394, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 19, "id": 18, "lemma": "you", "misc": "", "start_char": 391, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 400, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 8, "id": 19, "lemma": "learn", "misc": "", "start_char": 395, "text": "learn", "upos": "VERB", "xpos": "VBP" }, { "deprel": "cc", "end_char": 404, "feats": null, "head": 31, "id": 20, "lemma": "and", "misc": "", "start_char": 401, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 408, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 405, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 413, "feats": "Degree=Cmp", "head": 23, "id": 22, "lemma": "more", "misc": "", "start_char": 409, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 419, "feats": "Number=Plur", "head": 31, "id": 23, "lemma": "word", "misc": "", "start_char": 414, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 423, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 25, "id": 24, "lemma": "you", "misc": "", "start_char": 420, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "reparandum", "end_char": 428, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 31, "id": 25, "lemma": "know", "misc": "", "start_char": 424, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 432, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 26, "lemma": "the", "misc": "", "start_char": 429, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 437, "feats": "Degree=Cmp", "head": 28, "id": 27, "lemma": "more", "misc": "", "start_char": 433, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advmod", "end_char": 444, "feats": null, "head": 31, "id": 28, "lemma": "easily", "misc": "", "start_char": 438, "text": "easily", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 448, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 31, "id": 29, "lemma": "you", "misc": "", "start_char": 445, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 452, "feats": "VerbForm=Fin", "head": 31, "id": 30, "lemma": "can", "misc": "", "start_char": 449, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 457, "feats": "VerbForm=Inf", "head": 8, "id": 31, "lemma": "read", "misc": "", "start_char": 453, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 459, "feats": null, "head": 8, "id": 32, "lemma": ".", "misc": "", "start_char": 458, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (VP (VB Do) (RB n't) (VP (VB make) (NP (NP (DT the) (NN mistake)) (PP (IN of) (S (VP (VP (VBG reading) (PP (IN with) (NP (NP (PRP$ your) (NN dictionary)) (PP (IN beside) (NP (PRP you)))))) (, ,) (VP (VBG looking) (PRT (RP up)) (NP (DT every) (JJ single) (ADJP (JJ new) (CC or) (JJ doubtful)) (NN word))))))))) (. .)))" }, "speaker": null, "text": "Don't make the mistake of reading with your dictionary beside you, looking up every single new or doubtful word.", "tokens": [ { "deprel": "aux", "end_char": 462, "feats": "Mood=Imp|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 460, "text": "Do", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 466, "feats": null, "head": 3, "id": 2, "lemma": "not", "misc": "", "start_char": 463, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 471, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 3, "lemma": "make", "misc": "", "start_char": 467, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 475, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 472, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 483, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "mistake", "misc": "", "start_char": 476, "text": "mistake", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 486, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 484, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 494, "feats": "VerbForm=Ger", "head": 5, "id": 7, "lemma": "read", "misc": "", "start_char": 487, "text": "reading", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 499, "feats": null, "head": 10, "id": 8, "lemma": "with", "misc": "", "start_char": 495, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 504, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "your", "misc": "", "start_char": 500, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 515, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "dictionary", "misc": "", "start_char": 505, "text": "dictionary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 522, "feats": null, "head": 12, "id": 11, "lemma": "beside", "misc": "", "start_char": 516, "text": "beside", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 526, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 7, "id": 12, "lemma": "you", "misc": "", "start_char": 523, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 528, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 527, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 536, "feats": "VerbForm=Ger", "head": 7, "id": 14, "lemma": "look", "misc": "", "start_char": 529, "text": "looking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 539, "feats": null, "head": 14, "id": 15, "lemma": "up", "misc": "", "start_char": 537, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 545, "feats": "PronType=Tot", "head": 21, "id": 16, "lemma": "every", "misc": "", "start_char": 540, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 552, "feats": "Degree=Pos", "head": 21, "id": 17, "lemma": "single", "misc": "", "start_char": 546, "text": "single", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 556, "feats": "Degree=Pos", "head": 21, "id": 18, "lemma": "new", "misc": "", "start_char": 553, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 559, "feats": null, "head": 20, "id": 19, "lemma": "or", "misc": "", "start_char": 557, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 568, "feats": "Degree=Pos", "head": 18, "id": 20, "lemma": "doubtful", "misc": "", "start_char": 560, "text": "doubtful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 573, "feats": "Number=Sing", "head": 14, "id": 21, "lemma": "word", "misc": "", "start_char": 569, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 575, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 574, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VP (VBZ is) (ADJP (JJ laborious))) (CC and) (VP (VBZ prevents) (NP (PRP you)) (PP (IN from) (S (VP (VBG practicing) (NP (NP (DT the) (NN skill)) (PP (IN of) (NP (NN prediction))))))))) (. .)))" }, "speaker": null, "text": "This is laborious and prevents you from practicing the skill of prediction.", "tokens": [ { "deprel": "nsubj", "end_char": 580, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "this", "misc": "", "start_char": 576, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 583, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 581, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 593, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "laborious", "misc": "", "start_char": 584, "text": "laborious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 597, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 594, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 606, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 5, "lemma": "prevent", "misc": "", "start_char": 598, "text": "prevents", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 610, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 5, "id": 6, "lemma": "you", "misc": "", "start_char": 607, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 615, "feats": null, "head": 8, "id": 7, "lemma": "from", "misc": "", "start_char": 611, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 626, "feats": "VerbForm=Ger", "head": 5, "id": 8, "lemma": "practice", "misc": "", "start_char": 616, "text": "practicing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 630, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 627, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 636, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "skill", "misc": "", "start_char": 631, "text": "skill", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 639, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 637, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 650, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "prediction", "misc": "", "start_char": 640, "text": "prediction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 652, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 651, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 654, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 653, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Sometimes)) (PP (IN in) (S (VP (VBG reading)))) (NP (PRP you)) (VP (VBP find) (NP (NP (DT a) (NN word)) (SBAR (S (NP (PRP you)) (VP (VBP know)))))) (CC but) (S (NP (DT the) (NN sense)) (VP (VBZ does) (RB n't) (VP (VB seem) (S (VP (TO to) (VP (VB fit) (PRT (RP in)))))))) (. .)))" }, "speaker": null, "text": "Sometimes in reading you find a word you know but the sense doesn't seem to fit in.", "tokens": [ { "deprel": "advmod", "end_char": 664, "feats": null, "head": 5, "id": 1, "lemma": "sometimes", "misc": "", "start_char": 655, "text": "Sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 667, "feats": null, "head": 3, "id": 2, "lemma": "in", "misc": "", "start_char": 665, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 675, "feats": "VerbForm=Ger", "head": 5, "id": 3, "lemma": "read", "misc": "", "start_char": 668, "text": "reading", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nsubj", "end_char": 679, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 4, "lemma": "you", "misc": "", "start_char": 676, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 684, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "find", "misc": "", "start_char": 680, "text": "find", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 686, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 685, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 691, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "word", "misc": "", "start_char": 687, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 695, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 9, "id": 8, "lemma": "you", "misc": "", "start_char": 692, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 700, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 7, "id": 9, "lemma": "know", "misc": "", "start_char": 696, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "cc", "end_char": 704, "feats": null, "head": 15, "id": 10, "lemma": "but", "misc": "", "start_char": 701, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 708, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 705, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 714, "feats": "Number=Sing", "head": 15, "id": 12, "lemma": "sense", "misc": "", "start_char": 709, "text": "sense", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 719, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 13, "lemma": "do", "misc": "", "start_char": 715, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 723, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 720, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 728, "feats": "VerbForm=Inf", "head": 5, "id": 15, "lemma": "seem", "misc": "", "start_char": 724, "text": "seem", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 731, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 729, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 735, "feats": "VerbForm=Inf", "head": 15, "id": 17, "lemma": "fit", "misc": "", "start_char": 732, "text": "fit", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 738, "feats": null, "head": 17, "id": 18, "lemma": "in", "misc": "", "start_char": 736, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 740, "feats": null, "head": 5, "id": 19, "lemma": ".", "misc": "", "start_char": 739, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (RB not) (ADJP (JJ surprising)) (SBAR (IN because) (S (NP (NNS words)) (VP (VBP have) (NP (NP (ADJP (RB so) (JJ many)) (NNS meanings) (CC and) (NNS degrees)) (PP (IN of) (NP (NN meaning)))))))) (. .)))" }, "speaker": null, "text": "This is not surprising because words have so many meanings and degrees of meaning.", "tokens": [ { "deprel": "nsubj", "end_char": 745, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "this", "misc": "", "start_char": 741, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 748, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 746, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 752, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 749, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 763, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "surprising", "misc": "", "start_char": 753, "text": "surprising", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 771, "feats": null, "head": 7, "id": 5, "lemma": "because", "misc": "", "start_char": 764, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 777, "feats": "Number=Plur", "head": 7, "id": 6, "lemma": "word", "misc": "", "start_char": 772, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 782, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 7, "lemma": "have", "misc": "", "start_char": 778, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 785, "feats": null, "head": 9, "id": 8, "lemma": "so", "misc": "", "start_char": 783, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 790, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "many", "misc": "", "start_char": 786, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 799, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "meaning", "misc": "", "start_char": 791, "text": "meanings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 803, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 800, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 811, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "degree", "misc": "", "start_char": 804, "text": "degrees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 814, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 812, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 822, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "meaning", "misc": "", "start_char": 815, "text": "meaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 824, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 823, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (SBAR (WHNP (WP What)) (S (VP (VBZ is) (ADJP (JJR more))))) (, ,) (NP (NP (NN part)) (PP (IN of) (NP (PRP$ their) (NN meaning)))) (VP (VBZ is) (VP (VBN shaped) (PP (IN by) (NP (NP (DT the) (NNS words)) (PP (IN around) (NP (PRP them))))))) (. .)))" }, "speaker": null, "text": "What is more, part of their meaning is shaped by the words around them.", "tokens": [ { "deprel": "nsubj", "end_char": 829, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "what", "misc": "", "start_char": 825, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 832, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 830, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 837, "feats": "Degree=Cmp", "head": 10, "id": 3, "lemma": "more", "misc": "", "start_char": 833, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 839, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 838, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 844, "feats": "Number=Sing", "head": 10, "id": 5, "lemma": "part", "misc": "", "start_char": 840, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 847, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 845, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 853, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "their", "misc": "", "start_char": 848, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 861, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "meaning", "misc": "", "start_char": 854, "text": "meaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 864, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 862, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 871, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "shape", "misc": "", "start_char": 865, "text": "shaped", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 874, "feats": null, "head": 13, "id": 11, "lemma": "by", "misc": "", "start_char": 872, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 878, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 875, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 884, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "word", "misc": "", "start_char": 879, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 891, "feats": null, "head": 15, "id": 14, "lemma": "around", "misc": "", "start_char": 885, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 896, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 15, "lemma": "they", "misc": "", "start_char": 892, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 898, "feats": null, "head": 10, "id": 16, "lemma": ".", "misc": "", "start_char": 897, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (VP (VB Keep) (VP (VP (VBG looking) (PP (IN at) (NP (DT the) (VBG surrounding) (NNS words)))) (CC and) (VP (VBG asking) (NP (PRP yourself)) (`` ``) (SBAR (WHNP (WHNP (WDT what) (NN sort)) (PP (IN of) (NP (NN meaning)))) (S (VP (MD would) (VP (VB make) (NP (NN sense)) (ADVP (RB here))))))))) (. ?) ('' '')))" }, "speaker": null, "text": "Keep looking at the surrounding words and asking yourself \"what sort of meaning would make sense here?\"", "tokens": [ { "deprel": "root", "end_char": 903, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "keep", "misc": "", "start_char": 899, "text": "Keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 911, "feats": "VerbForm=Ger", "head": 1, "id": 2, "lemma": "look", "misc": "", "start_char": 904, "text": "looking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 914, "feats": null, "head": 6, "id": 3, "lemma": "at", "misc": "", "start_char": 912, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 918, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 915, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 930, "feats": "VerbForm=Ger", "head": 6, "id": 5, "lemma": "surround", "misc": "", "start_char": 919, "text": "surrounding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obl", "end_char": 936, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "word", "misc": "", "start_char": 931, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 940, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 937, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 947, "feats": "VerbForm=Ger", "head": 2, "id": 8, "lemma": "ask", "misc": "", "start_char": 941, "text": "asking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "iobj", "end_char": 956, "feats": "Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes", "head": 8, "id": 9, "lemma": "yourself", "misc": "", "start_char": 948, "text": "yourself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 959, "feats": null, "head": 16, "id": 10, "lemma": "``", "misc": "", "start_char": 957, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 964, "feats": "PronType=Int", "head": 12, "id": 11, "lemma": "what", "misc": "", "start_char": 960, "text": "what", "upos": "DET", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 969, "feats": "Number=Sing", "head": 16, "id": 12, "lemma": "sort", "misc": "", "start_char": 965, "text": "sort", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 972, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 970, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 980, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "meaning", "misc": "", "start_char": 973, "text": "meaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 986, "feats": "VerbForm=Fin", "head": 16, "id": 15, "lemma": "would", "misc": "", "start_char": 981, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 991, "feats": "VerbForm=Inf", "head": 8, "id": 16, "lemma": "make", "misc": "", "start_char": 987, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 997, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "sense", "misc": "", "start_char": 992, "text": "sense", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1002, "feats": "PronType=Dem", "head": 16, "id": 18, "lemma": "here", "misc": "", "start_char": 998, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1004, "feats": null, "head": 1, "id": 19, "lemma": "?", "misc": "", "start_char": 1003, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1007, "feats": null, "head": 1, "id": 20, "lemma": "''", "misc": "", "start_char": 1005, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1009, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1008, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (ADVP (ADJP (DT The) (JJR more)) (SBAR (IN that) (S (NP (NNS people)) (VP (VBP study) (NP (DT the) (NN reading) (NN process)))))) (, ,) (ADJP (DT the) (JJR better)) (NP (PRP they)) (VP (MD can) (VP (VB pass) (PRT (RP on)) (PP (IN to) (NP (NN language) (NNS learners))) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (NP (NN advice)) (SBAR (S (VP (TO to) (VP (VB choose) (PP (IN from))))))))))) (. .)))" }, "speaker": null, "text": "The more that people study the reading process, the better they can pass on to language learners a range of advice to choose from.", "tokens": [ { "deprel": "det", "end_char": 1013, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1010, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1018, "feats": "Degree=Cmp", "head": 14, "id": 2, "lemma": "more", "misc": "", "start_char": 1014, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 1023, "feats": null, "head": 5, "id": 3, "lemma": "that", "misc": "", "start_char": 1019, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1030, "feats": "Number=Plur", "head": 5, "id": 4, "lemma": "person", "misc": "", "start_char": 1024, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1036, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "study", "misc": "", "start_char": 1031, "text": "study", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1040, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1037, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1048, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "reading", "misc": "", "start_char": 1041, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1056, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "process", "misc": "", "start_char": 1049, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1058, "feats": null, "head": 2, "id": 9, "lemma": ",", "misc": "", "start_char": 1057, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1062, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1059, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 1069, "feats": "Degree=Cmp", "head": 14, "id": 11, "lemma": "good", "misc": "", "start_char": 1063, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 1074, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 12, "lemma": "they", "misc": "", "start_char": 1070, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1078, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "can", "misc": "", "start_char": 1075, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1083, "feats": "VerbForm=Inf", "head": 0, "id": 14, "lemma": "pass", "misc": "", "start_char": 1079, "text": "pass", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1086, "feats": null, "head": 14, "id": 15, "lemma": "on", "misc": "", "start_char": 1084, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1089, "feats": null, "head": 18, "id": 16, "lemma": "to", "misc": "", "start_char": 1087, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1098, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "language", "misc": "", "start_char": 1090, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1107, "feats": "Number=Plur", "head": 14, "id": 18, "lemma": "learner", "misc": "", "start_char": 1099, "text": "learners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 1109, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 19, "lemma": "a", "misc": "", "start_char": 1108, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1115, "feats": "Number=Sing", "head": 14, "id": 20, "lemma": "range", "misc": "", "start_char": 1110, "text": "range", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1118, "feats": null, "head": 22, "id": 21, "lemma": "of", "misc": "", "start_char": 1116, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1125, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "advice", "misc": "", "start_char": 1119, "text": "advice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1128, "feats": null, "head": 24, "id": 23, "lemma": "to", "misc": "", "start_char": 1126, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1135, "feats": "VerbForm=Inf", "head": 22, "id": 24, "lemma": "choose", "misc": "", "start_char": 1129, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obl", "end_char": 1140, "feats": null, "head": 24, "id": 25, "lemma": "from", "misc": "", "start_char": 1136, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1142, "feats": null, "head": 14, "id": 26, "lemma": ".", "misc": "", "start_char": 1141, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (VBP have) (VP (VBN learned) (S (VP (TO to) (VP (VB read) (PP (IN in) (NP (NP (DT all) (NNS kinds)) (PP (IN of) (NP (NNS ways)))))))))) (. .)))" }, "speaker": null, "text": "People have learned to read in all kinds of ways.", "tokens": [ { "deprel": "nsubj", "end_char": 1149, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "person", "misc": "", "start_char": 1143, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1154, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "have", "misc": "", "start_char": 1150, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1162, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "learn", "misc": "", "start_char": 1155, "text": "learned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 1165, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1163, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1170, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "read", "misc": "", "start_char": 1166, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1173, "feats": null, "head": 8, "id": 6, "lemma": "in", "misc": "", "start_char": 1171, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1177, "feats": null, "head": 8, "id": 7, "lemma": "all", "misc": "", "start_char": 1174, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1183, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "kind", "misc": "", "start_char": 1178, "text": "kinds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1186, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 1184, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1191, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "way", "misc": "", "start_char": 1187, "text": "ways", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1193, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 1192, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Here)) (VP (VBZ is)) (NP (NP (DT some) (NN information)) (SBAR (WHNP (WDT that)) (S (VP (MD could) (VP (VB help) (S (NP (PRP you)) (VP (VB plan) (S (VP (TO to) (VP (VB be) (NP (NP (DT a) (JJR better) (NN reader)) (PP (IN in) (NP (NP (DT the) (JJ foreign) (NN language)) (SBAR (S (NP (PRP you)) (VP (VBP are) (VP (VBG studying)))))))))))))))))) (. .)))" }, "speaker": null, "text": "Here is some information that could help you plan to be a better reader in the foreign language you are studying.", "tokens": [ { "deprel": "expl", "end_char": 1198, "feats": "PronType=Dem", "head": 2, "id": 1, "lemma": "here", "misc": "", "start_char": 1194, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1201, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 1199, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1206, "feats": null, "head": 4, "id": 3, "lemma": "some", "misc": "", "start_char": 1202, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1218, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "information", "misc": "", "start_char": 1207, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1223, "feats": "PronType=Rel", "head": 7, "id": 5, "lemma": "that", "misc": "", "start_char": 1219, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 1229, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "could", "misc": "", "start_char": 1224, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1234, "feats": "VerbForm=Inf", "head": 4, "id": 7, "lemma": "help", "misc": "", "start_char": 1230, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1238, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 7, "id": 8, "lemma": "you", "misc": "", "start_char": 1235, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1243, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "plan", "misc": "", "start_char": 1239, "text": "plan", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1246, "feats": null, "head": 14, "id": 10, "lemma": "to", "misc": "", "start_char": 1244, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1249, "feats": "VerbForm=Inf", "head": 14, "id": 11, "lemma": "be", "misc": "", "start_char": 1247, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 1251, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 1250, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1258, "feats": "Degree=Cmp", "head": 14, "id": 13, "lemma": "good", "misc": "", "start_char": 1252, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "xcomp", "end_char": 1265, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "reader", "misc": "", "start_char": 1259, "text": "reader", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1268, "feats": null, "head": 18, "id": 15, "lemma": "in", "misc": "", "start_char": 1266, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1272, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 1269, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1280, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "foreign", "misc": "", "start_char": 1273, "text": "foreign", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1289, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "language", "misc": "", "start_char": 1281, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1293, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 21, "id": 19, "lemma": "you", "misc": "", "start_char": 1290, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1297, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 21, "id": 20, "lemma": "be", "misc": "", "start_char": 1294, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 1306, "feats": "Tense=Pres|VerbForm=Part", "head": 18, "id": 21, "lemma": "study", "misc": "", "start_char": 1298, "text": "studying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1308, "feats": null, "head": 2, "id": 22, "lemma": ".", "misc": "", "start_char": 1307, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1310, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1309, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (LST (LS 1)) (-RRB- -RRB-) (VP (VB Work) (PRT (RP out)) (NP (DT the) (JJ general) (NN meaning)) (ADVP (RB first)))))" }, "speaker": null, "text": "1) Work out the general meaning first", "tokens": [ { "deprel": "nummod", "end_char": 1312, "feats": null, "head": 3, "id": 1, "lemma": "1", "misc": "", "start_char": 1311, "text": "1", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 1314, "feats": null, "head": 1, "id": 2, "lemma": ")", "misc": "", "start_char": 1313, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "root", "end_char": 1319, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 3, "lemma": "work", "misc": "", "start_char": 1315, "text": "Work", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1323, "feats": null, "head": 3, "id": 4, "lemma": "out", "misc": "", "start_char": 1320, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1327, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1324, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1335, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "general", "misc": "", "start_char": 1328, "text": "general", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1343, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "meaning", "misc": "", "start_char": 1336, "text": "meaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1349, "feats": "NumType=Ord", "head": 3, "id": 8, "lemma": "first", "misc": "", "start_char": 1344, "text": "first", "upos": "ADV", "xpos": "RB" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1351, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1350, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (NNS people)) (VP (VBD read) (PP (IN in) (NP (DT a) (JJ new) (NN language)))))) (NP (PRP they)) (ADVP (RB often)) (VP (VBP feel) (SBAR (S (NP (PRP they)) (VP (MD must) (VP (VB take) (NP (DT a) (JJ detailed) (NN approach)) (, ,) (S (VP (VBG focusing) (PP (IN on) (NP (NP (DT every) (NN word)) (, ,) (NP (NP (ADVP (RB particularly)) (DT those)) (SBAR (S (NP (PRP they)) (VP (VBP do) (RB n't) (VP (VB know))))))))))))))) (. .)))" }, "speaker": null, "text": "When people read in a new language they often feel they must take a detailed approach, focusing on every word, particularly those they don't know.", "tokens": [ { "deprel": "advmod", "end_char": 1356, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 1352, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1363, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 1357, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 1368, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 3, "lemma": "read", "misc": "", "start_char": 1364, "text": "read", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1371, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 1369, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1373, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 1372, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1377, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "new", "misc": "", "start_char": 1374, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1386, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "language", "misc": "", "start_char": 1378, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1391, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "they", "misc": "", "start_char": 1387, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1397, "feats": null, "head": 10, "id": 9, "lemma": "often", "misc": "", "start_char": 1392, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1402, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 10, "lemma": "feel", "misc": "", "start_char": 1398, "text": "feel", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1407, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "they", "misc": "", "start_char": 1403, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1412, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "must", "misc": "", "start_char": 1408, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 1417, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "take", "misc": "", "start_char": 1413, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1419, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 14, "lemma": "a", "misc": "", "start_char": 1418, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1428, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "detailed", "misc": "", "start_char": 1420, "text": "detailed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1437, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "approach", "misc": "", "start_char": 1429, "text": "approach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1439, "feats": null, "head": 18, "id": 17, "lemma": ",", "misc": "", "start_char": 1438, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1448, "feats": "VerbForm=Ger", "head": 13, "id": 18, "lemma": "focus", "misc": "", "start_char": 1440, "text": "focusing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1451, "feats": null, "head": 21, "id": 19, "lemma": "on", "misc": "", "start_char": 1449, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1457, "feats": null, "head": 21, "id": 20, "lemma": "every", "misc": "", "start_char": 1452, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1462, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "word", "misc": "", "start_char": 1458, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1464, "feats": null, "head": 24, "id": 22, "lemma": ",", "misc": "", "start_char": 1463, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1477, "feats": null, "head": 24, "id": 23, "lemma": "particularly", "misc": "", "start_char": 1465, "text": "particularly", "upos": "ADV", "xpos": "RB" }, { "deprel": "appos", "end_char": 1483, "feats": "Number=Plur|PronType=Dem", "head": 21, "id": 24, "lemma": "that", "misc": "", "start_char": 1478, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1488, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 28, "id": 25, "lemma": "they", "misc": "", "start_char": 1484, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1491, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 28, "id": 26, "lemma": "do", "misc": "", "start_char": 1489, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1495, "feats": null, "head": 28, "id": 27, "lemma": "not", "misc": "", "start_char": 1492, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1500, "feats": "VerbForm=Inf", "head": 24, "id": 28, "lemma": "know", "misc": "", "start_char": 1496, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1502, "feats": null, "head": 10, "id": 29, "lemma": ".", "misc": "", "start_char": 1501, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBD read) (SBAR (IN as) (IN if) (S (NP (PRP they)) (VP (VBD were) (VP (VBG using) (NP (DT a) (NN microscope)) (, ,) (S (VP (VBG looking) (ADVP (RB carefully)) (PP (PP (IN at) (NP (NP (DT each)) (PP (IN of) (NP (NP (DT the) (JJ small) (NNS pieces)) (-LRB- -LRB-) (NP (DT the) (JJ individual) (NNS words)) (-RRB- -RRB-))))) (, ,) (CC but) (CONJP (RB not) (RB necessarily)) (VP (VBG seeing) (NP (DT the) (JJ whole) (NN picture)) (PP (IN at) (ADVP (RB first)))))))))))) (. .)))" }, "speaker": null, "text": "They read as if they were using a microscope, looking carefully at each of the small pieces (the individual words), but not necessarily seeing the whole picture at first.", "tokens": [ { "deprel": "nsubj", "end_char": 1507, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 1503, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1512, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "read", "misc": "", "start_char": 1508, "text": "read", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1515, "feats": null, "head": 7, "id": 3, "lemma": "as", "misc": "", "start_char": 1513, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 1518, "feats": null, "head": 7, "id": 4, "lemma": "if", "misc": "", "start_char": 1516, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1523, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "they", "misc": "", "start_char": 1519, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1528, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1524, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1534, "feats": "Tense=Pres|VerbForm=Part", "head": 2, "id": 7, "lemma": "use", "misc": "", "start_char": 1529, "text": "using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1536, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1535, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1547, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "microscope", "misc": "", "start_char": 1537, "text": "microscope", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1549, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 1548, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1557, "feats": "VerbForm=Ger", "head": 7, "id": 11, "lemma": "look", "misc": "", "start_char": 1550, "text": "looking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 1567, "feats": null, "head": 11, "id": 12, "lemma": "carefully", "misc": "", "start_char": 1558, "text": "carefully", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1570, "feats": null, "head": 14, "id": 13, "lemma": "at", "misc": "", "start_char": 1568, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1575, "feats": null, "head": 11, "id": 14, "lemma": "each", "misc": "", "start_char": 1571, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1578, "feats": null, "head": 18, "id": 15, "lemma": "of", "misc": "", "start_char": 1576, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1582, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 1579, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1588, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "small", "misc": "", "start_char": 1583, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1595, "feats": "Number=Plur", "head": 14, "id": 18, "lemma": "piece", "misc": "", "start_char": 1589, "text": "pieces", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1597, "feats": null, "head": 22, "id": 19, "lemma": "(", "misc": "", "start_char": 1596, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "det", "end_char": 1601, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 20, "lemma": "the", "misc": "", "start_char": 1598, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1612, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "individual", "misc": "", "start_char": 1602, "text": "individual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 1618, "feats": "Number=Plur", "head": 18, "id": 22, "lemma": "word", "misc": "", "start_char": 1613, "text": "words", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1620, "feats": null, "head": 22, "id": 23, "lemma": ")", "misc": "", "start_char": 1619, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 1622, "feats": null, "head": 28, "id": 24, "lemma": ",", "misc": "", "start_char": 1621, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1626, "feats": null, "head": 28, "id": 25, "lemma": "but", "misc": "", "start_char": 1623, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1630, "feats": null, "head": 28, "id": 26, "lemma": "not", "misc": "", "start_char": 1627, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1642, "feats": null, "head": 28, "id": 27, "lemma": "necessarily", "misc": "", "start_char": 1631, "text": "necessarily", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1649, "feats": "VerbForm=Ger", "head": 7, "id": 28, "lemma": "see", "misc": "", "start_char": 1643, "text": "seeing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1653, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 29, "lemma": "the", "misc": "", "start_char": 1650, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1659, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "whole", "misc": "", "start_char": 1654, "text": "whole", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1667, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "picture", "misc": "", "start_char": 1660, "text": "picture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1670, "feats": null, "head": 33, "id": 32, "lemma": "at", "misc": "", "start_char": 1668, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1676, "feats": "NumType=Ord", "head": 28, "id": 33, "lemma": "first", "misc": "", "start_char": 1671, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1678, "feats": null, "head": 2, "id": 34, "lemma": ".", "misc": "", "start_char": 1677, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (DT This)) (VP (VBZ is) (VP (VBN called) (S (NP (DT the) (`` ``) (NN bottom-up) ('' '') (NN approach))))) (. .)))" }, "speaker": null, "text": "This is called the \"bottom-up\" approach.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1683, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "this", "misc": "", "start_char": 1679, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux:pass", "end_char": 1686, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1684, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1693, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "call", "misc": "", "start_char": 1687, "text": "called", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1697, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 4, "lemma": "the", "misc": "", "start_char": 1694, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 1700, "feats": null, "head": 8, "id": 5, "lemma": "``", "misc": "", "start_char": 1698, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "compound", "end_char": 1710, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "bottom-up", "misc": "", "start_char": 1701, "text": "bottom-up", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1713, "feats": null, "head": 8, "id": 7, "lemma": "''", "misc": "", "start_char": 1711, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "obj", "end_char": 1722, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "approach", "misc": "", "start_char": 1714, "text": "approach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1724, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 1723, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (JJ Other) (NNS readers)) (VP (VBP try) (S (VP (TO to) (VP (VP (VB look) (ADVP (RB first)) (PP (IN at) (NP (NP (DT the) (JJ big) (NN picture)) (-LRB- -LRB-) (NP (DT the) (`` ``) (JJ top-down) ('' '') (NN approach)) (-RRB- -RRB-)))) (, ,) (VP (VBG attending) (PP (IN to) (NP (JJ individual) (NNS bricks))) (PP (ADVP (RB only)) (IN as) (ADJP (JJ necessary)))) (, ,) (NP (NP (DT a) (NN process)) (SBAR (WHNP (WDT that)) (S (VP (VBZ involves) (NP (DT some) (JJ intelligent) (NN guesswork)))))))))) (. .)))" }, "speaker": null, "text": "Other readers try to look first at the big picture (the \"top-down\" approach), attending to individual bricks only as necessary, a process that involves some intelligent guesswork.", "tokens": [ { "deprel": "amod", "end_char": 1730, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "other", "misc": "", "start_char": 1725, "text": "Other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1738, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "reader", "misc": "", "start_char": 1731, "text": "readers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1742, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "try", "misc": "", "start_char": 1739, "text": "try", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1745, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1743, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1750, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "look", "misc": "", "start_char": 1746, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1756, "feats": "NumType=Ord", "head": 5, "id": 6, "lemma": "first", "misc": "", "start_char": 1751, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1759, "feats": null, "head": 10, "id": 7, "lemma": "at", "misc": "", "start_char": 1757, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1763, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 1760, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1767, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "big", "misc": "", "start_char": 1764, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1775, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "picture", "misc": "", "start_char": 1768, "text": "picture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1777, "feats": null, "head": 16, "id": 11, "lemma": "(", "misc": "", "start_char": 1776, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "det", "end_char": 1781, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 12, "lemma": "the", "misc": "", "start_char": 1778, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 1784, "feats": null, "head": 16, "id": 13, "lemma": "``", "misc": "", "start_char": 1782, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 1793, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "top-down", "misc": "", "start_char": 1785, "text": "top-down", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1796, "feats": null, "head": 16, "id": 15, "lemma": "''", "misc": "", "start_char": 1794, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "appos", "end_char": 1805, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "approach", "misc": "", "start_char": 1797, "text": "approach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1807, "feats": null, "head": 16, "id": 17, "lemma": ")", "misc": "", "start_char": 1806, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 1809, "feats": null, "head": 19, "id": 18, "lemma": ",", "misc": "", "start_char": 1808, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 1819, "feats": "VerbForm=Ger", "head": 10, "id": 19, "lemma": "attend", "misc": "", "start_char": 1810, "text": "attending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1822, "feats": null, "head": 22, "id": 20, "lemma": "to", "misc": "", "start_char": 1820, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1833, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "individual", "misc": "", "start_char": 1823, "text": "individual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1840, "feats": "Number=Plur", "head": 19, "id": 22, "lemma": "brick", "misc": "", "start_char": 1834, "text": "bricks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1845, "feats": null, "head": 25, "id": 23, "lemma": "only", "misc": "", "start_char": 1841, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1848, "feats": null, "head": 25, "id": 24, "lemma": "as", "misc": "", "start_char": 1846, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1858, "feats": "Degree=Pos", "head": 22, "id": 25, "lemma": "necessary", "misc": "", "start_char": 1849, "text": "necessary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1860, "feats": null, "head": 28, "id": 26, "lemma": ",", "misc": "", "start_char": 1859, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1862, "feats": "Definite=Ind|PronType=Art", "head": 28, "id": 27, "lemma": "a", "misc": "", "start_char": 1861, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1870, "feats": "Number=Sing", "head": 10, "id": 28, "lemma": "process", "misc": "", "start_char": 1863, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1875, "feats": "PronType=Rel", "head": 30, "id": 29, "lemma": "that", "misc": "", "start_char": 1871, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1884, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 28, "id": 30, "lemma": "involve", "misc": "", "start_char": 1876, "text": "involves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1889, "feats": null, "head": 33, "id": 31, "lemma": "some", "misc": "", "start_char": 1885, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1901, "feats": "Degree=Pos", "head": 33, "id": 32, "lemma": "intelligent", "misc": "", "start_char": 1890, "text": "intelligent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1911, "feats": "Number=Sing", "head": 30, "id": 33, "lemma": "guesswork", "misc": "", "start_char": 1902, "text": "guesswork", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1913, "feats": null, "head": 3, "id": 34, "lemma": ".", "misc": "", "start_char": 1912, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Generally)) (NP (DT this) (JJ second) (NN approach)) (VP (VBZ is) (VP (VBN recommended) (PP (IN by) (NP (JJ successful) (NNS learners))))) (. .)))" }, "speaker": null, "text": "Generally this second approach is recommended by successful learners.", "tokens": [ { "deprel": "advmod", "end_char": 1923, "feats": null, "head": 6, "id": 1, "lemma": "generally", "misc": "", "start_char": 1914, "text": "Generally", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1928, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 2, "lemma": "this", "misc": "", "start_char": 1924, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1935, "feats": "Degree=Pos|NumType=Ord", "head": 4, "id": 3, "lemma": "second", "misc": "", "start_char": 1929, "text": "second", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 1944, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "approach", "misc": "", "start_char": 1936, "text": "approach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1947, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1945, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1959, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "recommend", "misc": "", "start_char": 1948, "text": "recommended", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1962, "feats": null, "head": 9, "id": 7, "lemma": "by", "misc": "", "start_char": 1960, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1973, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "successful", "misc": "", "start_char": 1963, "text": "successful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:agent", "end_char": 1982, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "learner", "misc": "", "start_char": 1974, "text": "learners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1984, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 1983, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1986, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1985, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (FRAG (INTJ (LS 2)) (-RRB- -RRB-) (NP (JJ Interactive) (NN reading))))" }, "speaker": null, "text": "2) Interactive reading", "tokens": [ { "deprel": "nummod", "end_char": 1988, "feats": null, "head": 4, "id": 1, "lemma": "2", "misc": "", "start_char": 1987, "text": "2", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 1990, "feats": null, "head": 1, "id": 2, "lemma": ")", "misc": "", "start_char": 1989, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "amod", "end_char": 2002, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "interactive", "misc": "", "start_char": 1991, "text": "Interactive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 2010, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "reading", "misc": "", "start_char": 2003, "text": "reading", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2012, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2011, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT Another) (NN way)) (PP (IN of) (S (VP (VBG thinking) (PP (IN about) (NP (NN reading))))))) (VP (VBZ is) (S (VP (TO to) (VP (VB describe) (NP (PRP it)) (PP (IN as) (NP (NP (DT an) (JJ interactive) (NN process)) (, ,) (SBAR (WHADVP (WRB where)) (S (S (NP (DT the) (NN text)) (VP (VBZ brings) (NP (NN something)) (PP (IN to) (NP (PRP you))))) (CC and) (S (NP (PRP you)) (VP (VBP bring) (NP (NN something)) (PP (IN to) (NP (DT the) (NN text))))))))))))) (. .)))" }, "speaker": null, "text": "Another way of thinking about reading is to describe it as an interactive process, where the text brings something to you and you bring something to the text.", "tokens": [ { "deprel": "det", "end_char": 2020, "feats": null, "head": 2, "id": 1, "lemma": "another", "misc": "", "start_char": 2013, "text": "Another", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:outer", "end_char": 2024, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "way", "misc": "", "start_char": 2021, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2027, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 2025, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 2036, "feats": "VerbForm=Ger", "head": 2, "id": 4, "lemma": "think", "misc": "", "start_char": 2028, "text": "thinking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 2042, "feats": null, "head": 6, "id": 5, "lemma": "about", "misc": "", "start_char": 2037, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2050, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "reading", "misc": "", "start_char": 2043, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 2053, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 2051, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 2056, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 2054, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "root", "end_char": 2065, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "describe", "misc": "", "start_char": 2057, "text": "describe", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2068, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 10, "lemma": "it", "misc": "", "start_char": 2066, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 2071, "feats": null, "head": 14, "id": 11, "lemma": "as", "misc": "", "start_char": 2069, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2074, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 2072, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 2086, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "interactive", "misc": "", "start_char": 2075, "text": "interactive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2094, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "process", "misc": "", "start_char": 2087, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2096, "feats": null, "head": 19, "id": 15, "lemma": ",", "misc": "", "start_char": 2095, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 2102, "feats": "PronType=Rel", "head": 19, "id": 16, "lemma": "where", "misc": "", "start_char": 2097, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 2106, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 2103, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 2111, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "text", "misc": "", "start_char": 2107, "text": "text", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 2118, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 19, "lemma": "bring", "misc": "", "start_char": 2112, "text": "brings", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 2128, "feats": "Number=Sing|PronType=Ind", "head": 19, "id": 20, "lemma": "something", "misc": "", "start_char": 2119, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 2131, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 2129, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2135, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 19, "id": 22, "lemma": "you", "misc": "", "start_char": 2132, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 2139, "feats": null, "head": 25, "id": 23, "lemma": "and", "misc": "", "start_char": 2136, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 2143, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 25, "id": 24, "lemma": "you", "misc": "", "start_char": 2140, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 2149, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 19, "id": 25, "lemma": "bring", "misc": "", "start_char": 2144, "text": "bring", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 2159, "feats": "Number=Sing|PronType=Ind", "head": 25, "id": 26, "lemma": "something", "misc": "", "start_char": 2150, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 2162, "feats": null, "head": 29, "id": 27, "lemma": "to", "misc": "", "start_char": 2160, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2166, "feats": "Definite=Def|PronType=Art", "head": 29, "id": 28, "lemma": "the", "misc": "", "start_char": 2163, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2171, "feats": "Number=Sing", "head": 25, "id": 29, "lemma": "text", "misc": "", "start_char": 2167, "text": "text", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2173, "feats": null, "head": 9, "id": 30, "lemma": ".", "misc": "", "start_char": 2172, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (NP (NNS Readers)) (VP (VBP bring) (ADVP (RB together)) (NP (NP (PDT all) (PRP$ their) (NN knowledge)) (PP (IN of) (NP (DT the) (NN world)))) (PP (IN with) (SBAR (WHNP (WP what)) (S (NP (PRP they)) (VP (VBP see) (PP (IN on) (NP (DT the) (NN page))) (PP (IN in) (NP (NP (NN front)) (PP (IN of) (NP (PRP them)))))))))) (. .)))" }, "speaker": null, "text": "Readers bring together all their knowledge of the world with what they see on the page in front of them.", "tokens": [ { "deprel": "nsubj", "end_char": 2181, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "reader", "misc": "", "start_char": 2174, "text": "Readers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 2187, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "bring", "misc": "", "start_char": 2182, "text": "bring", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 2196, "feats": null, "head": 2, "id": 3, "lemma": "together", "misc": "", "start_char": 2188, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "det:predet", "end_char": 2200, "feats": null, "head": 6, "id": 4, "lemma": "all", "misc": "", "start_char": 2197, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 2206, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "their", "misc": "", "start_char": 2201, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 2216, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "knowledge", "misc": "", "start_char": 2207, "text": "knowledge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2219, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 2217, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2223, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 2220, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 2229, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "world", "misc": "", "start_char": 2224, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2234, "feats": null, "head": 11, "id": 10, "lemma": "with", "misc": "", "start_char": 2230, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2239, "feats": "PronType=Rel", "head": 2, "id": 11, "lemma": "what", "misc": "", "start_char": 2235, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 2244, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 12, "lemma": "they", "misc": "", "start_char": 2240, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 2248, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 13, "lemma": "see", "misc": "", "start_char": 2245, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 2251, "feats": null, "head": 16, "id": 14, "lemma": "on", "misc": "", "start_char": 2249, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2255, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 2252, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2260, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "page", "misc": "", "start_char": 2256, "text": "page", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2263, "feats": null, "head": 18, "id": 17, "lemma": "in", "misc": "", "start_char": 2261, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 2269, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "front", "misc": "", "start_char": 2264, "text": "front", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2272, "feats": null, "head": 20, "id": 19, "lemma": "of", "misc": "", "start_char": 2270, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2277, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 20, "lemma": "they", "misc": "", "start_char": 2273, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 2279, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 2278, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (NP (DT That)) (VP (VBZ is) (SBAR (WHADVP (WRB why)) (, ,) (S (SBAR (WHADVP (WRB when)) (S (VP (VBG reading) (PP (IN in) (NP (PRP$ our) (JJ own) (NN language)))))) (, ,) (NP (PRP we)) (VP (VBP do) (RB n't) (VP (VB need) (S (VP (TO to) (VP (VB read) (NP (DT every) (NN word)))))))))) (. .)))" }, "speaker": null, "text": "That is why, when reading in our own language, we don't need to read every word.", "tokens": [ { "deprel": "nsubj", "end_char": 2284, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 1, "lemma": "that", "misc": "", "start_char": 2280, "text": "That", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 2287, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 2285, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 2291, "feats": "PronType=Int", "head": 0, "id": 3, "lemma": "why", "misc": "", "start_char": 2288, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "punct", "end_char": 2293, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 2292, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 2298, "feats": "PronType=Int", "head": 6, "id": 5, "lemma": "when", "misc": "", "start_char": 2294, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advcl", "end_char": 2306, "feats": "VerbForm=Ger", "head": 15, "id": 6, "lemma": "read", "misc": "", "start_char": 2299, "text": "reading", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 2309, "feats": null, "head": 10, "id": 7, "lemma": "in", "misc": "", "start_char": 2307, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2313, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "our", "misc": "", "start_char": 2310, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 2317, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "own", "misc": "", "start_char": 2314, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 2326, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "language", "misc": "", "start_char": 2318, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2328, "feats": null, "head": 6, "id": 11, "lemma": ",", "misc": "", "start_char": 2327, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 2331, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 15, "id": 12, "lemma": "we", "misc": "", "start_char": 2329, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2334, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 13, "lemma": "do", "misc": "", "start_char": 2332, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 2338, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 2335, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl:relcl", "end_char": 2343, "feats": "VerbForm=Inf", "head": 3, "id": 15, "lemma": "need", "misc": "", "start_char": 2339, "text": "need", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 2346, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 2344, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2351, "feats": "VerbForm=Inf", "head": 15, "id": 17, "lemma": "read", "misc": "", "start_char": 2347, "text": "read", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2357, "feats": null, "head": 19, "id": 18, "lemma": "every", "misc": "", "start_char": 2352, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2362, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "word", "misc": "", "start_char": 2358, "text": "word", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2364, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 2363, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP add) (NP (NP (NN meaning)) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (RB not) (ADVP (RB actually)) (VP (VBN stated))))))) (. .)))" }, "speaker": null, "text": "We add meaning which is not actually stated.", "tokens": [ { "deprel": "nsubj", "end_char": 2367, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 2365, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2371, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "add", "misc": "", "start_char": 2368, "text": "add", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 2379, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "meaning", "misc": "", "start_char": 2372, "text": "meaning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 2385, "feats": "PronType=Rel", "head": 8, "id": 4, "lemma": "which", "misc": "", "start_char": 2380, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux:pass", "end_char": 2388, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 2386, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2392, "feats": null, "head": 8, "id": 6, "lemma": "not", "misc": "", "start_char": 2389, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 2401, "feats": null, "head": 8, "id": 7, "lemma": "actually", "misc": "", "start_char": 2393, "text": "actually", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 2408, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 8, "lemma": "state", "misc": "", "start_char": 2402, "text": "stated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 2410, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 2409, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2412, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2411, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (LST (LS 3) (-RRB- -RRB-)) (PP (IN From) (NP (NP (VBN supported) (NN reading)) (PP (IN to) (NP (JJ independent) (NN reading)))))))" }, "speaker": null, "text": "3) From supported reading to independent reading", "tokens": [ { "deprel": "nummod", "end_char": 2414, "feats": null, "head": 5, "id": 1, "lemma": "3", "misc": "", "start_char": 2413, "text": "3", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 2416, "feats": null, "head": 1, "id": 2, "lemma": ")", "misc": "", "start_char": 2415, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "case", "end_char": 2421, "feats": null, "head": 5, "id": 3, "lemma": "from", "misc": "", "start_char": 2417, "text": "From", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2431, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 4, "lemma": "support", "misc": "", "start_char": 2422, "text": "supported", "upos": "VERB", "xpos": "VBN" }, { "deprel": "root", "end_char": 2439, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "reading", "misc": "", "start_char": 2432, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2442, "feats": null, "head": 8, "id": 6, "lemma": "to", "misc": "", "start_char": 2440, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2454, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "independent", "misc": "", "start_char": 2443, "text": "independent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 2462, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "reading", "misc": "", "start_char": 2455, "text": "reading", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2464, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2463, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (NP (NN Language) (NNS learners)) (VP (VBP start) (PP (IN by) (S (VP (VBG needing) (NP (JJ considerable) (NN support)) (SBAR (IN as) (S (NP (PRP they)) (VP (VBP read)))))))) (. .)))" }, "speaker": null, "text": "Language learners start by needing considerable support as they read.", "tokens": [ { "deprel": "compound", "end_char": 2473, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "language", "misc": "", "start_char": 2465, "text": "Language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2482, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "learner", "misc": "", "start_char": 2474, "text": "learners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 2488, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "start", "misc": "", "start_char": 2483, "text": "start", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 2491, "feats": null, "head": 5, "id": 4, "lemma": "by", "misc": "", "start_char": 2489, "text": "by", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 2499, "feats": "VerbForm=Ger", "head": 3, "id": 5, "lemma": "need", "misc": "", "start_char": 2492, "text": "needing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 2512, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "considerable", "misc": "", "start_char": 2500, "text": "considerable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 2520, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "support", "misc": "", "start_char": 2513, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2523, "feats": null, "head": 10, "id": 8, "lemma": "as", "misc": "", "start_char": 2521, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 2528, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "they", "misc": "", "start_char": 2524, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 2533, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 10, "lemma": "read", "misc": "", "start_char": 2529, "text": "read", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 2535, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 2534, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (S (NP (NNS Textbooks)) (VP (VBP supply) (NP (DT this) (NN support)) (PP (IN in) (NP (NP (DT the) (NN form)) (PP (IN of) (NP (NP (NNS introductions)) (SBAR (WHNP (WDT that)) (S (VP (VBZ summaries) (NP (NP (DT the) (NNS contents) (, ,) (NNS glossaries) (, ,) (NNS pictures) (, ,) (NNS explanations)) (PP (IN of) (NP (JJ new) (NN grammar) (NNS points)))))))))))) (. .)))" }, "speaker": null, "text": "Textbooks supply this support in the form of introductions that summaries the contents, glossaries, pictures, explanations of new grammar points.", "tokens": [ { "deprel": "nsubj", "end_char": 2545, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "textbook", "misc": "", "start_char": 2536, "text": "Textbooks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 2552, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "supply", "misc": "", "start_char": 2546, "text": "supply", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 2557, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 3, "lemma": "this", "misc": "", "start_char": 2553, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2565, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "support", "misc": "", "start_char": 2558, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2568, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 2566, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2572, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 2569, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2577, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "form", "misc": "", "start_char": 2573, "text": "form", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2580, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 2578, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 2594, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "introduction", "misc": "", "start_char": 2581, "text": "introductions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 2599, "feats": "PronType=Rel", "head": 11, "id": 10, "lemma": "that", "misc": "", "start_char": 2595, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 2609, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 11, "lemma": "summary", "misc": "", "start_char": 2600, "text": "summaries", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 2613, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 2610, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2622, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "content", "misc": "", "start_char": 2614, "text": "contents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2624, "feats": null, "head": 15, "id": 14, "lemma": ",", "misc": "", "start_char": 2623, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 2635, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "glossary", "misc": "", "start_char": 2625, "text": "glossaries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2637, "feats": null, "head": 17, "id": 16, "lemma": ",", "misc": "", "start_char": 2636, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 2646, "feats": "Number=Plur", "head": 13, "id": 17, "lemma": "picture", "misc": "", "start_char": 2638, "text": "pictures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2648, "feats": null, "head": 19, "id": 18, "lemma": ",", "misc": "", "start_char": 2647, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 2661, "feats": "Number=Plur", "head": 13, "id": 19, "lemma": "explanation", "misc": "", "start_char": 2649, "text": "explanations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 2664, "feats": null, "head": 23, "id": 20, "lemma": "of", "misc": "", "start_char": 2662, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2668, "feats": "Degree=Pos", "head": 23, "id": 21, "lemma": "new", "misc": "", "start_char": 2665, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 2676, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "grammar", "misc": "", "start_char": 2669, "text": "grammar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 2683, "feats": "Number=Plur", "head": 19, "id": 23, "lemma": "point", "misc": "", "start_char": 2677, "text": "points", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2685, "feats": null, "head": 2, "id": 24, "lemma": ".", "misc": "", "start_char": 2684, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 38, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (PRP$ your) (NN reading))) (NP (PRP you)) (VP (VBP need) (S (VP (TO to) (VP (VB move) (ADVP (RB gradually)) (PP (IN from) (NP (DT this) (NN support))) (PP (IN to) (S (VP (VBG reading) (ADVP (RBR more)) (NP (NP (DT the) (NN text)) (NP (PRP itself)))))))))) (. .)))" }, "speaker": null, "text": "In your reading you need to move gradually from this support to reading more the text itself.", "tokens": [ { "deprel": "case", "end_char": 2688, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 2686, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2693, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "your", "misc": "", "start_char": 2689, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 2701, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "reading", "misc": "", "start_char": 2694, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2705, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 5, "id": 4, "lemma": "you", "misc": "", "start_char": 2702, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2710, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "need", "misc": "", "start_char": 2706, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 2713, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 2711, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2718, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "move", "misc": "", "start_char": 2714, "text": "move", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 2728, "feats": null, "head": 7, "id": 8, "lemma": "gradually", "misc": "", "start_char": 2719, "text": "gradually", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 2733, "feats": null, "head": 11, "id": 9, "lemma": "from", "misc": "", "start_char": 2729, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 2738, "feats": "Number=Sing|PronType=Dem", "head": 11, "id": 10, "lemma": "this", "misc": "", "start_char": 2734, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 2746, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "support", "misc": "", "start_char": 2739, "text": "support", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 2749, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 2747, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 2757, "feats": "VerbForm=Ger", "head": 7, "id": 13, "lemma": "read", "misc": "", "start_char": 2750, "text": "reading", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 2762, "feats": "Degree=Cmp", "head": 16, "id": 14, "lemma": "more", "misc": "", "start_char": 2758, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "det", "end_char": 2766, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 2763, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2771, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "text", "misc": "", "start_char": 2767, "text": "text", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:npmod", "end_char": 2778, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Emp|Reflex=Yes", "head": 16, "id": 17, "lemma": "itself", "misc": "", "start_char": 2772, "text": "itself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 2780, "feats": null, "head": 5, "id": 18, "lemma": ".", "misc": "", "start_char": 2779, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Learners report two main difficulties in reading, which may be linked. There are too many unknown words and as a result reading is simply not a pleasure. For some students, even reading in their own language is a chore. Having a wide vocabulary is essential to making sense of written language. Of course, this is a circular argument, because the more you read the more vocabulary you learn and the more words you know the more easily you can read. Don't make the mistake of reading with your dictionary beside you, looking up every single new or doubtful word. This is laborious and prevents you from practicing the skill of prediction. Sometimes in reading you find a word you know but the sense doesn't seem to fit in. This is not surprising because words have so many meanings and degrees of meaning. What is more, part of their meaning is shaped by the words around them. Keep looking at the surrounding words and asking yourself "what sort of meaning would make sense here?" The more that people study the reading process, the better they can pass on to language learners a range of advice to choose from. People have learned to read in all kinds of ways. Here is some information that could help you plan to be a better reader in the foreign language you are studying. 1) Work out the general meaning first When people read in a new language they often feel they must take a detailed approach, focusing on every word, particularly those they don't know. They read as if they were using a microscope, looking carefully at each of the small pieces (the individual words), but not necessarily seeing the whole picture at first. This is called the "bottom-up" approach. Other readers try to look first at the big picture (the "top-down" approach), attending to individual bricks only as necessary, a process that involves some intelligent guesswork. Generally this second approach is recommended by successful learners. 2) Interactive reading Another way of thinking about reading is to describe it as an interactive process, where the text brings something to you and you bring something to the text. Readers bring together all their knowledge of the world with what they see on the page in front of them. That is why, when reading in our own language, we don't need to read every word. We add meaning which is not actually stated. 3) From supported reading to independent reading Language learners start by needing considerable support as they read. Textbooks supply this support in the form of introductions that summaries the contents, glossaries, pictures, explanations of new grammar points. In your reading you need to move gradually from this support to reading more the text itself.
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 6 ] ], [ [ 0, 6, 6 ], [ 1, 10, 10 ] ], [ [ 1, 8, 9 ] ], [ [ 1, 14, 15 ] ], [ [ 2, 1, 2 ], [ 2, 7, 7 ] ], [ [ 2, 5, 9 ], [ 2, 11, 12 ] ], [ [ 2, 7, 9 ] ], [ [ 4, 0, 3 ] ], [ [ 4, 1, 3 ] ], [ [ 4, 7, 11 ] ], [ [ 4, 10, 11 ] ], [ [ 5, 1, 1 ] ], [ [ 5, 3, 3 ] ], [ [ 5, 5, 7 ] ], [ [ 6, 8, 8 ], [ 6, 11, 11 ], [ 5, 12, 12 ], [ 5, 17, 17 ], [ 5, 23, 23 ], [ 5, 28, 28 ], [ 7, 5, 5 ], [ 9, 3, 3 ], [ 9, 7, 7 ], [ 16, 7, 7 ], [ 16, 18, 18 ], [ 28, 21, 21 ], [ 28, 23, 23 ], [ 37, 3, 3 ], [ 37, 1, 1 ], [ 12, 8, 8 ] ], [ [ 6, 8, 11 ] ], [ [ 6, 15, 20 ] ], [ [ 7, 0, 0 ] ], [ [ 7, 7, 11 ] ], [ [ 7, 11, 11 ] ], [ [ 7, 8, 11 ] ], [ [ 9, 10, 11 ] ], [ [ 10, 0, 0 ] ], [ [ 10, 5, 5 ], [ 11, 6, 6 ], [ 11, 14, 14 ] ], [ [ 10, 8, 9 ] ], [ [ 10, 11, 13 ] ], [ [ 11, 4, 7 ] ], [ [ 11, 6, 7 ], [ 10, 13, 13 ], [ 12, 13, 13 ] ], [ [ 11, 11, 14 ] ], [ [ 12, 1, 5 ] ], [ [ 12, 3, 5 ] ], [ [ 12, 11, 13 ] ], [ [ 12, 16, 16 ] ], [ [ 4, 8, 11 ] ], [ [ 14, 3, 3 ], [ 14, 11, 11 ], [ 15, 0, 0 ], [ 20, 1, 1 ], [ 20, 7, 7 ], [ 20, 10, 10 ], [ 20, 24, 24 ], [ 21, 0, 0 ], [ 21, 4, 4 ] ], [ [ 14, 5, 7 ] ], [ [ 14, 16, 17 ], [ 35, 0, 1 ], [ 35, 8, 8 ] ], [ [ 14, 18, 21 ] ], [ [ 14, 21, 21 ] ], [ [ 15, 6, 9 ] ], [ [ 15, 9, 9 ] ], [ [ 16, 2, 3 ] ], [ [ 16, 11, 20 ] ], [ [ 16, 15, 20 ] ], [ [ 18, 4, 6 ] ], [ [ 20, 4, 6 ] ], [ [ 20, 13, 15 ] ], [ [ 20, 19, 20 ] ], [ [ 20, 23, 27 ] ], [ [ 21, 7, 8 ] ], [ [ 21, 19, 21 ] ], [ [ 21, 15, 17 ] ], [ [ 21, 28, 30 ] ], [ [ 22, 0, 0 ], [ 22, 3, 7 ] ], [ [ 23, 0, 1 ] ], [ [ 23, 7, 9 ] ], [ [ 23, 11, 15 ], [ 24, 1, 3 ] ], [ [ 23, 20, 21 ] ], [ [ 23, 30, 32 ] ], [ [ 24, 7, 8 ] ], [ [ 26, 2, 3 ] ], [ [ 28, 0, 5 ] ], [ [ 28, 3, 5 ] ], [ [ 28, 5, 5 ] ], [ [ 28, 9, 9 ] ], [ [ 28, 11, 13 ] ], [ [ 28, 16, 17 ], [ 28, 27, 28 ] ], [ [ 28, 19, 19 ], [ 28, 25, 25 ] ], [ [ 29, 0, 0 ], [ 29, 4, 4 ], [ 29, 19, 19 ], [ 29, 11, 11 ] ], [ [ 29, 3, 8 ] ], [ [ 29, 7, 8 ] ], [ [ 29, 10, 19 ] ], [ [ 29, 14, 19 ] ], [ [ 29, 17, 19 ] ], [ [ 30, 0, 0 ] ], [ [ 30, 7, 9 ] ], [ [ 30, 7, 7 ], [ 30, 11, 11 ], [ 31, 0, 0 ] ], [ [ 30, 17, 18 ] ], [ [ 33, 3, 4 ] ], [ [ 33, 6, 7 ] ], [ [ 35, 0, 0 ], [ 14, 16, 16 ] ], [ [ 35, 4, 6 ] ], [ [ 35, 5, 6 ], [ 36, 2, 3 ], [ 37, 9, 10 ] ], [ [ 36, 0, 0 ] ], [ [ 36, 20, 22 ] ], [ [ 36, 21, 21 ] ], [ [ 37, 1, 2 ] ], [ [ 37, 14, 15 ], [ 37, 16, 16 ], [ 37, 14, 16 ] ], [ [ 1, 3, 5 ] ], [ [ 5, 16, 18 ] ], [ [ 5, 22, 24 ] ], [ [ 6, 3, 11 ] ], [ [ 6, 6, 11 ] ], [ [ 9, 5, 8 ] ], [ [ 10, 8, 13 ] ], [ [ 12, 7, 8 ] ], [ [ 12, 1, 8 ] ], [ [ 30, 5, 9 ] ], [ [ 21, 13, 17 ] ], [ [ 23, 26, 32 ] ], [ [ 31, 2, 7 ] ], [ [ 36, 5, 22 ] ], [ [ 36, 8, 22 ] ], [ [ 36, 11, 22 ] ], [ [ 37, 12, 16 ] ], [ [ 9, 2, 2 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36205
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Akuapem)) (VP (VBZ is) (PP (IN in) (NP (NP (DT the) (JJ eastern) (NN part)) (PP (IN of) (NP (NNP Ghana)))))) (. .)))" }, "speaker": null, "text": "Akuapem is in the eastern part of Ghana.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "Akuapem", "misc": "", "start_char": 0, "text": "Akuapem", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 8, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 13, "feats": null, "head": 6, "id": 3, "lemma": "in", "misc": "", "start_char": 11, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 17, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 14, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 25, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "eastern", "misc": "", "start_char": 18, "text": "eastern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 30, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "part", "misc": "", "start_char": 26, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 33, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 31, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 39, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Ghana", "misc": "", "start_char": 34, "text": "Ghana", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 41, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 40, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN sun)) (ADVP (RB there))) (VP (VBZ shines) (NP (PDT all) (DT the) (NN time))) (. .)))" }, "speaker": null, "text": "The sun there shines all the time.", "tokens": [ { "deprel": "det", "end_char": 45, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 42, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 49, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "sun", "misc": "", "start_char": 46, "text": "sun", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 55, "feats": "PronType=Dem", "head": 2, "id": 3, "lemma": "there", "misc": "", "start_char": 50, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 62, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "shine", "misc": "", "start_char": 56, "text": "shines", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det:predet", "end_char": 66, "feats": null, "head": 7, "id": 5, "lemma": "all", "misc": "", "start_char": 63, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 70, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 67, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 75, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "time", "misc": "", "start_char": 71, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 76, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ local) (NNS people)) (VP (VBP are) (ADJP (RB very) (JJ friendly) (CC and) (JJ hospitable))) (. .)))" }, "speaker": null, "text": "The local people are very friendly and hospitable.", "tokens": [ { "deprel": "det", "end_char": 81, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 78, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 87, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "local", "misc": "", "start_char": 82, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 94, "feats": "Number=Plur", "head": 6, "id": 3, "lemma": "person", "misc": "", "start_char": 88, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 98, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 95, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 103, "feats": null, "head": 6, "id": 5, "lemma": "very", "misc": "", "start_char": 99, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 112, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "friendly", "misc": "", "start_char": 104, "text": "friendly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 116, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 113, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 127, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "hospitable", "misc": "", "start_char": 117, "text": "hospitable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 129, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 128, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (VP (VB let) (S (NP (PRP 's)) (VP (VB have) (NP (NP (DT a) (NN look)) (PP (IN at) (SBAR (WHADVP (WRB how)) (S (NP (NNP Akuapem) (NNS people)) (VP (VBP receive) (NP (DT a) (NN visitor)))))))))) (. .)))" }, "speaker": null, "text": "Now let's have a look at how Akuapem people receive a visitor.", "tokens": [ { "deprel": "advmod", "end_char": 133, "feats": null, "head": 2, "id": 1, "lemma": "now", "misc": "", "start_char": 130, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 137, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 2, "lemma": "let", "misc": "", "start_char": 134, "text": "let", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 140, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "we", "misc": "", "start_char": 138, "text": "'s", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 145, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "have", "misc": "", "start_char": 141, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 147, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 146, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 152, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "look", "misc": "", "start_char": 148, "text": "look", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 155, "feats": null, "head": 8, "id": 7, "lemma": "at", "misc": "", "start_char": 153, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 159, "feats": "PronType=Int", "head": 6, "id": 8, "lemma": "how", "misc": "", "start_char": 156, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "compound", "end_char": 167, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Akuapem", "misc": "", "start_char": 160, "text": "Akuapem", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 174, "feats": "Number=Plur", "head": 11, "id": 10, "lemma": "person", "misc": "", "start_char": 168, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 182, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 11, "lemma": "receive", "misc": "", "start_char": 175, "text": "receive", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 184, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 183, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 192, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "visitor", "misc": "", "start_char": 185, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 194, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 193, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 196, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 195, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN visitor)) (VP (VBZ is) (ADVP (RB often)) (VP (VBN welcomed) (ADVP (RB warmly)) (PP (IN in) (NP (NP (DT a) (NN family)) (PP (IN of) (NP (NNP Akuapem))))))) (. .)))" }, "speaker": null, "text": "A visitor is often welcomed warmly in a family of Akuapem.", "tokens": [ { "deprel": "det", "end_char": 198, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 197, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 206, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "visitor", "misc": "", "start_char": 199, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 209, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 207, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 215, "feats": null, "head": 5, "id": 4, "lemma": "often", "misc": "", "start_char": 210, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 224, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "welcome", "misc": "", "start_char": 216, "text": "welcomed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 231, "feats": null, "head": 5, "id": 6, "lemma": "warmly", "misc": "", "start_char": 225, "text": "warmly", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 234, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 232, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 236, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 235, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 243, "feats": "Number=Sing", "head": 5, "id": 9, "lemma": "family", "misc": "", "start_char": 237, "text": "family", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 246, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 244, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 254, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Akuapem", "misc": "", "start_char": 247, "text": "Akuapem", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 256, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 255, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (SBAR (IN After) (S (NP (DT the) (NN visitor)) (VP (VBZ is) (VP (VBN welcomed) (PP (IN into) (NP (DT the) (NN house))))))) (, ,) (NP (PRP he)) (VP (VBZ is) (VP (VBN offered) (NP (DT a) (NN seat) (CC and) (NN water)) (PP (IN at) (NP (DT the) (JJ very) (NN beginning))) (, ,) (SBAR (IN because) (S (NP (DT the) (NN host)) (VP (VBZ assumes) (SBAR (IN that) (S (NP (DT the) (NN visitor)) (VP (MD must) (VP (VB have) (VP (VP (VBN come) (PP (IN from) (NP (DT a) (ADJP (RB very) (JJ long)) (NN journey)))) (CC and) (VP (VB need) (NP (NN water))))))))))))) (. .)))" }, "speaker": null, "text": "After the visitor is welcomed into the house, he is offered a seat and water at the very beginning, because the host assumes that the visitor must have come from a very long journey and need water.", "tokens": [ { "deprel": "mark", "end_char": 262, "feats": null, "head": 5, "id": 1, "lemma": "after", "misc": "", "start_char": 257, "text": "After", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 266, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 263, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 274, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "visitor", "misc": "", "start_char": 267, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 277, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 275, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 286, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 5, "lemma": "welcome", "misc": "", "start_char": 278, "text": "welcomed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 291, "feats": null, "head": 8, "id": 6, "lemma": "into", "misc": "", "start_char": 287, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 295, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 292, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 301, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "house", "misc": "", "start_char": 296, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 303, "feats": null, "head": 5, "id": 9, "lemma": ",", "misc": "", "start_char": 302, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 306, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "he", "misc": "", "start_char": 304, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 309, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 307, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 317, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "offer", "misc": "", "start_char": 310, "text": "offered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 319, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 318, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 324, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "seat", "misc": "", "start_char": 320, "text": "seat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 328, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 325, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 334, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "water", "misc": "", "start_char": 329, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 337, "feats": null, "head": 20, "id": 17, "lemma": "at", "misc": "", "start_char": 335, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 341, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 338, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 346, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "very", "misc": "", "start_char": 342, "text": "very", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 356, "feats": "Number=Sing", "head": 12, "id": 20, "lemma": "beginning", "misc": "", "start_char": 347, "text": "beginning", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 358, "feats": null, "head": 25, "id": 21, "lemma": ",", "misc": "", "start_char": 357, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 366, "feats": null, "head": 25, "id": 22, "lemma": "because", "misc": "", "start_char": 359, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 370, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 23, "lemma": "the", "misc": "", "start_char": 367, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 375, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "host", "misc": "", "start_char": 371, "text": "host", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 383, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 25, "lemma": "assume", "misc": "", "start_char": 376, "text": "assumes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 388, "feats": null, "head": 31, "id": 26, "lemma": "that", "misc": "", "start_char": 384, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 392, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 27, "lemma": "the", "misc": "", "start_char": 389, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 400, "feats": "Number=Sing", "head": 31, "id": 28, "lemma": "visitor", "misc": "", "start_char": 393, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 405, "feats": "VerbForm=Fin", "head": 31, "id": 29, "lemma": "must", "misc": "", "start_char": 401, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 410, "feats": "VerbForm=Inf", "head": 31, "id": 30, "lemma": "have", "misc": "", "start_char": 406, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 415, "feats": "Tense=Past|VerbForm=Part", "head": 25, "id": 31, "lemma": "come", "misc": "", "start_char": 411, "text": "come", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 420, "feats": null, "head": 36, "id": 32, "lemma": "from", "misc": "", "start_char": 416, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 422, "feats": "Definite=Ind|PronType=Art", "head": 36, "id": 33, "lemma": "a", "misc": "", "start_char": 421, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 427, "feats": null, "head": 35, "id": 34, "lemma": "very", "misc": "", "start_char": 423, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 432, "feats": "Degree=Pos", "head": 36, "id": 35, "lemma": "long", "misc": "", "start_char": 428, "text": "long", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 440, "feats": "Number=Sing", "head": 31, "id": 36, "lemma": "journey", "misc": "", "start_char": 433, "text": "journey", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 444, "feats": null, "head": 38, "id": 37, "lemma": "and", "misc": "", "start_char": 441, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 449, "feats": "VerbForm=Inf", "head": 31, "id": 38, "lemma": "need", "misc": "", "start_char": 445, "text": "need", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 455, "feats": "Number=Sing", "head": 38, "id": 39, "lemma": "water", "misc": "", "start_char": 450, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 457, "feats": null, "head": 12, "id": 40, "lemma": ".", "misc": "", "start_char": 456, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (EX there)) (VP (VBZ is) (NP (NP (DT a) (NN group)) (PP (IN of) (NP (NNS visitors))))))) (, ,) (NP (DT the) (NN host)) (VP (MD will) (VP (VB greet) (NP (DT the) (NNS visitors)) (PP (IN from) (NP (NP (NN right)) (PP (IN to) (NP (NN left))))))) (. .)))" }, "speaker": null, "text": "If there is a group of visitors, the host will greet the visitors from right to left.", "tokens": [ { "deprel": "mark", "end_char": 460, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 458, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "expl", "end_char": 466, "feats": null, "head": 3, "id": 2, "lemma": "there", "misc": "", "start_char": 461, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "advcl", "end_char": 469, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 3, "lemma": "be", "misc": "", "start_char": 467, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 471, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 470, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 477, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "group", "misc": "", "start_char": 472, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 480, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 478, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 489, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "visitor", "misc": "", "start_char": 481, "text": "visitors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 491, "feats": null, "head": 12, "id": 8, "lemma": ",", "misc": "", "start_char": 490, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 495, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 492, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 500, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "host", "misc": "", "start_char": 496, "text": "host", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 505, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "will", "misc": "", "start_char": 501, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 511, "feats": "VerbForm=Inf", "head": 0, "id": 12, "lemma": "greet", "misc": "", "start_char": 506, "text": "greet", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 515, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 512, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 524, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "visitor", "misc": "", "start_char": 516, "text": "visitors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 529, "feats": null, "head": 16, "id": 15, "lemma": "from", "misc": "", "start_char": 525, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 535, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "right", "misc": "", "start_char": 530, "text": "right", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 538, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 536, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 543, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "left", "misc": "", "start_char": 539, "text": "left", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 545, "feats": null, "head": 12, "id": 19, "lemma": ".", "misc": "", "start_char": 544, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (DT the) (NN host)) (VP (VBZ shakes) (PP (ADVP (RB only)) (IN with) (NP (PRP$ his) (JJ right) (NN hand))) (, ,) (SBAR (IN because) (S (NP (NNP Akuapem) (NNS people)) (VP (VBP think) (SBAR (S (NP (DT the) (JJ left) (NN hand)) (VP (VBZ is) (RB not) (ADJP (JJ clean))))))))) (. .)))" }, "speaker": null, "text": "And the host shakes only with his right hand, because Akuapem people think the left hand is not clean.", "tokens": [ { "deprel": "cc", "end_char": 549, "feats": null, "head": 4, "id": 1, "lemma": "and", "misc": "", "start_char": 546, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 553, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 550, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 558, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "host", "misc": "", "start_char": 554, "text": "host", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 565, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "shake", "misc": "", "start_char": 559, "text": "shakes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 570, "feats": null, "head": 9, "id": 5, "lemma": "only", "misc": "", "start_char": 566, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 575, "feats": null, "head": 9, "id": 6, "lemma": "with", "misc": "", "start_char": 571, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 579, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 7, "lemma": "his", "misc": "", "start_char": 576, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 585, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "right", "misc": "", "start_char": 580, "text": "right", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 590, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "hand", "misc": "", "start_char": 586, "text": "hand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 592, "feats": null, "head": 14, "id": 10, "lemma": ",", "misc": "", "start_char": 591, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 600, "feats": null, "head": 14, "id": 11, "lemma": "because", "misc": "", "start_char": 593, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "compound", "end_char": 608, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "Akuapem", "misc": "", "start_char": 601, "text": "Akuapem", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 615, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "person", "misc": "", "start_char": 609, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 621, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 14, "lemma": "think", "misc": "", "start_char": 616, "text": "think", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 625, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 622, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 630, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "left", "misc": "", "start_char": 626, "text": "left", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 635, "feats": "Number=Sing", "head": 20, "id": 17, "lemma": "hand", "misc": "", "start_char": 631, "text": "hand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 638, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 18, "lemma": "be", "misc": "", "start_char": 636, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 642, "feats": null, "head": 20, "id": 19, "lemma": "not", "misc": "", "start_char": 639, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 648, "feats": "Degree=Pos", "head": 14, "id": 20, "lemma": "clean", "misc": "", "start_char": 643, "text": "clean", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 650, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 649, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 652, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 651, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Next)) (, ,) (NP (DT the) (NN visitor)) (VP (VBZ is) (VP (VBN asked) (SBAR (SBAR (WHADVP (WRB how)) (S (NP (PRP$ his) (NN journey)) (VP (VBD was)))) (CC and) (SBAR (WHADVP (WRB why)) (S (NP (PRP he)) (VP (VBZ has) (VP (VBN come)))))))) (. .)))" }, "speaker": null, "text": "Next, the visitor is asked how his journey was and why he has come.", "tokens": [ { "deprel": "advmod", "end_char": 657, "feats": null, "head": 6, "id": 1, "lemma": "next", "misc": "", "start_char": 653, "text": "Next", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 659, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 658, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 663, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 660, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 671, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "visitor", "misc": "", "start_char": 664, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 674, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 672, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 680, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "ask", "misc": "", "start_char": 675, "text": "asked", "upos": "VERB", "xpos": "VBN" }, { "deprel": "ccomp", "end_char": 684, "feats": "PronType=Int", "head": 6, "id": 7, "lemma": "how", "misc": "", "start_char": 681, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 688, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "his", "misc": "", "start_char": 685, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 696, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "journey", "misc": "", "start_char": 689, "text": "journey", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 700, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 10, "lemma": "be", "misc": "", "start_char": 697, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "cc", "end_char": 704, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 701, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 708, "feats": "PronType=Rel", "head": 7, "id": 12, "lemma": "why", "misc": "", "start_char": 705, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 711, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "he", "misc": "", "start_char": 709, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 715, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "have", "misc": "", "start_char": 712, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl:relcl", "end_char": 720, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 15, "lemma": "come", "misc": "", "start_char": 716, "text": "come", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 722, "feats": null, "head": 6, "id": 16, "lemma": ".", "misc": "", "start_char": 721, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (NP (DT the) (NN conversation)) (VP (VBZ is) (VP (VBG going) (PRT (RP on)))))) (, ,) (NP (NP (DT the) (NN wife)) (CC and) (NP (NP (DT the) (NNS children)) (, ,) (NP (ADVP (RB especially)) (NNS girls)) (, ,))) (VP (VBP are) (VP (VBG preparing) (NP (NN food)) (PP (IN for) (NP (DT the) (NN visitor))))) (. .)))" }, "speaker": null, "text": "While the conversation is going on, the wife and the children, especially girls, are preparing food for the visitor.", "tokens": [ { "deprel": "mark", "end_char": 728, "feats": null, "head": 5, "id": 1, "lemma": "while", "misc": "", "start_char": 723, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 732, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 729, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 745, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "conversation", "misc": "", "start_char": 733, "text": "conversation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 748, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 746, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 754, "feats": "Tense=Pres|VerbForm=Part", "head": 18, "id": 5, "lemma": "go", "misc": "", "start_char": 749, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 757, "feats": null, "head": 5, "id": 6, "lemma": "on", "misc": "", "start_char": 755, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 759, "feats": null, "head": 18, "id": 7, "lemma": ",", "misc": "", "start_char": 758, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 763, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 760, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 768, "feats": "Number=Sing", "head": 18, "id": 9, "lemma": "wife", "misc": "", "start_char": 764, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 772, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 769, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 776, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 773, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 785, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "child", "misc": "", "start_char": 777, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 787, "feats": null, "head": 15, "id": 13, "lemma": ",", "misc": "", "start_char": 786, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 798, "feats": null, "head": 15, "id": 14, "lemma": "especially", "misc": "", "start_char": 788, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "deprel": "appos", "end_char": 804, "feats": "Number=Plur", "head": 9, "id": 15, "lemma": "girl", "misc": "", "start_char": 799, "text": "girls", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 806, "feats": null, "head": 9, "id": 16, "lemma": ",", "misc": "", "start_char": 805, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 810, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 807, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 820, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 18, "lemma": "prepare", "misc": "", "start_char": 811, "text": "preparing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 825, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "food", "misc": "", "start_char": 821, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 829, "feats": null, "head": 22, "id": 20, "lemma": "for", "misc": "", "start_char": 826, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 833, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 830, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 841, "feats": "Number=Sing", "head": 18, "id": 22, "lemma": "visitor", "misc": "", "start_char": 834, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 843, "feats": null, "head": 18, "id": 23, "lemma": ".", "misc": "", "start_char": 842, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN visitor)) (VP (MD can) (VP (VB choose) (NP (PRP$ his) (JJ favorite) (NN food)))) (. .)))" }, "speaker": null, "text": "The visitor can choose his favorite food.", "tokens": [ { "deprel": "det", "end_char": 847, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 844, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 855, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "visitor", "misc": "", "start_char": 848, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 859, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "can", "misc": "", "start_char": 856, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 866, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "choose", "misc": "", "start_char": 860, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 870, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 5, "lemma": "his", "misc": "", "start_char": 867, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 879, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "favorite", "misc": "", "start_char": 871, "text": "favorite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 884, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "food", "misc": "", "start_char": 880, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 886, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 885, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (SBAR (IN After) (S (NP (DT the) (NN visitor)) (VP (VBZ finishes) (S (VP (VBG eating)))))) (, ,) (NP (NP (DT the) (NN host)) (CC and) (NP (DT the) (NN visitor))) (VP (VBP go) (PRT (RP on)) (PP (IN with) (NP (PRP$ their) (NN conversation)))) (. .)))" }, "speaker": null, "text": "After the visitor finishes eating, the host and the visitor go on with their conversation.", "tokens": [ { "deprel": "mark", "end_char": 892, "feats": null, "head": 4, "id": 1, "lemma": "after", "misc": "", "start_char": 887, "text": "After", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 896, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 893, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 904, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "visitor", "misc": "", "start_char": 897, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 913, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 4, "lemma": "finish", "misc": "", "start_char": 905, "text": "finishes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 920, "feats": "VerbForm=Ger", "head": 4, "id": 5, "lemma": "eat", "misc": "", "start_char": 914, "text": "eating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 922, "feats": null, "head": 12, "id": 6, "lemma": ",", "misc": "", "start_char": 921, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 926, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 923, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 931, "feats": "Number=Sing", "head": 12, "id": 8, "lemma": "host", "misc": "", "start_char": 927, "text": "host", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 935, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 932, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 939, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 936, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 947, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "visitor", "misc": "", "start_char": 940, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 950, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 12, "lemma": "go", "misc": "", "start_char": 948, "text": "go", "upos": "VERB", "xpos": "VBP" }, { "deprel": "compound:prt", "end_char": 953, "feats": null, "head": 12, "id": 13, "lemma": "on", "misc": "", "start_char": 951, "text": "on", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 958, "feats": null, "head": 16, "id": 14, "lemma": "with", "misc": "", "start_char": 954, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 964, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "their", "misc": "", "start_char": 959, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 977, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "conversation", "misc": "", "start_char": 965, "text": "conversation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 979, "feats": null, "head": 12, "id": 17, "lemma": ".", "misc": "", "start_char": 978, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Usually)) (NP (DT this)) (VP (VBZ is) (NP (JJ short) (CD one)) (SBAR (IN because) (S (NP (DT the) (NN visitor)) (VP (VBZ is) (VP (VBG getting) (ADJP (JJ ready) (S (VP (TO to) (VP (VB say) (NP (NN goodbye))))))))))) (. .)))" }, "speaker": null, "text": "Usually this is short one because the visitor is getting ready to say goodbye.", "tokens": [ { "deprel": "advmod", "end_char": 987, "feats": null, "head": 4, "id": 1, "lemma": "usually", "misc": "", "start_char": 980, "text": "Usually", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 992, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 2, "lemma": "this", "misc": "", "start_char": 988, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 995, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 993, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1001, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "short", "misc": "", "start_char": 996, "text": "short", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "dep", "end_char": 1005, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 5, "lemma": "one", "misc": "", "start_char": 1002, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "mark", "end_char": 1013, "feats": null, "head": 10, "id": 6, "lemma": "because", "misc": "", "start_char": 1006, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1017, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1014, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1025, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "visitor", "misc": "", "start_char": 1018, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1028, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1026, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1036, "feats": "Tense=Pres|VerbForm=Part", "head": 4, "id": 10, "lemma": "get", "misc": "", "start_char": 1029, "text": "getting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "xcomp", "end_char": 1042, "feats": "Degree=Pos", "head": 10, "id": 11, "lemma": "ready", "misc": "", "start_char": 1037, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1045, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 1043, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1049, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "say", "misc": "", "start_char": 1046, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1057, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "goodbye", "misc": "", "start_char": 1050, "text": "goodbye", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1059, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 1058, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1061, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1060, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (DT the) (NN visitor)) (VP (VBZ is) (VP (VBG leaving))))) (, ,) (NP (PRP he)) (VP (VBZ is) (ADVP (RB often)) (VP (VBN given) (NP (DT some) (NN food)))) (. .)))" }, "speaker": null, "text": "When the visitor is leaving, he is often given some food.", "tokens": [ { "deprel": "advmod", "end_char": 1066, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "when", "misc": "", "start_char": 1062, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1070, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1067, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1078, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "visitor", "misc": "", "start_char": 1071, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1081, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1079, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 1089, "feats": "Tense=Pres|VerbForm=Part", "head": 10, "id": 5, "lemma": "leave", "misc": "", "start_char": 1082, "text": "leaving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 1091, "feats": null, "head": 10, "id": 6, "lemma": ",", "misc": "", "start_char": 1090, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 1094, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 7, "lemma": "he", "misc": "", "start_char": 1092, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1097, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 1095, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1103, "feats": null, "head": 10, "id": 9, "lemma": "often", "misc": "", "start_char": 1098, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1109, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 10, "lemma": "give", "misc": "", "start_char": 1104, "text": "given", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1114, "feats": null, "head": 12, "id": 11, "lemma": "some", "misc": "", "start_char": 1110, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1119, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "food", "misc": "", "start_char": 1115, "text": "food", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1121, "feats": null, "head": 10, "id": 13, "lemma": ".", "misc": "", "start_char": 1120, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ is) (ADVP (RB also)) (VP (VBN accompanied) (PP (IN by) (NP (NP (CD one)) (PP (IN of) (NP (DT the) (NNS children))))) (PP (IN to) (NP (DT the) (JJS nearest) (NN station))))) (. .)))" }, "speaker": null, "text": "He is also accompanied by one of the children to the nearest station.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1124, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "he", "misc": "", "start_char": 1122, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 1127, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1125, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1132, "feats": null, "head": 4, "id": 3, "lemma": "also", "misc": "", "start_char": 1128, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1144, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "accompany", "misc": "", "start_char": 1133, "text": "accompanied", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1147, "feats": null, "head": 6, "id": 5, "lemma": "by", "misc": "", "start_char": 1145, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl:agent", "end_char": 1151, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 6, "lemma": "one", "misc": "", "start_char": 1148, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1154, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 1152, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1158, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1155, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1167, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "child", "misc": "", "start_char": 1159, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1170, "feats": null, "head": 13, "id": 10, "lemma": "to", "misc": "", "start_char": 1168, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1174, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 1171, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1182, "feats": "Degree=Sup", "head": 13, "id": 12, "lemma": "near", "misc": "", "start_char": 1175, "text": "nearest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl", "end_char": 1190, "feats": "Number=Sing", "head": 4, "id": 13, "lemma": "station", "misc": "", "start_char": 1183, "text": "station", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1192, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 1191, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN child)) (SBAR (WHNP (WP who)) (S (VP (VBZ accompanies) (NP (DT the) (NN visitor)))))) (VP (MD will) (RB not) (VP (VB come) (ADVP (RB back)) (NP (RB home)) (SBAR (IN until) (S (NP (DT the) (NN visitor)) (VP (VBZ leaves) (ADVP (RB safely))))))) (. .)))" }, "speaker": null, "text": "The child who accompanies the visitor will not come back home until the visitor leaves safely.", "tokens": [ { "deprel": "det", "end_char": 1196, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1193, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1202, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "child", "misc": "", "start_char": 1197, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1206, "feats": "PronType=Rel", "head": 4, "id": 3, "lemma": "who", "misc": "", "start_char": 1203, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 1218, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 4, "lemma": "accompany", "misc": "", "start_char": 1207, "text": "accompanies", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1222, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1219, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1230, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "visitor", "misc": "", "start_char": 1223, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1235, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "will", "misc": "", "start_char": 1231, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1239, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 1236, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1244, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "come", "misc": "", "start_char": 1240, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 1249, "feats": null, "head": 11, "id": 10, "lemma": "back", "misc": "", "start_char": 1245, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1254, "feats": null, "head": 9, "id": 11, "lemma": "home", "misc": "", "start_char": 1250, "text": "home", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1260, "feats": null, "head": 15, "id": 12, "lemma": "until", "misc": "", "start_char": 1255, "text": "until", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1264, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1261, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1272, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "visitor", "misc": "", "start_char": 1265, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1279, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 15, "lemma": "leave", "misc": "", "start_char": 1273, "text": "leaves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1286, "feats": null, "head": 15, "id": 16, "lemma": "safely", "misc": "", "start_char": 1280, "text": "safely", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1288, "feats": null, "head": 9, "id": 17, "lemma": ".", "misc": "", "start_char": 1287, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1290, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1289, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (SBAR (IN Whether) (S (NP (PRP he)) (VP (VBZ is) (NP (NP (DT a) (JJ close) (NN friend)) (CC or) (NP (RB just) (DT a) (NN stranger)))))) (, ,) (NP (DT this)) (VP (VBZ is) (ADVP (RB always)) (SBAR (WHADVP (WRB how) (JJ friendly)) (S (NP (NNP Akuapem) (NNS people)) (VP (VBP receive) (NP (DT a) (NN visitor)))))) (. .)))" }, "speaker": null, "text": "Whether he is a close friend or just a stranger, this is always how friendly Akuapem people receive a visitor.", "tokens": [ { "deprel": "mark", "end_char": 1298, "feats": null, "head": 6, "id": 1, "lemma": "whether", "misc": "", "start_char": 1291, "text": "Whether", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1301, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 2, "lemma": "he", "misc": "", "start_char": 1299, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1304, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 1302, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1306, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1305, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1312, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "close", "misc": "", "start_char": 1307, "text": "close", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 1319, "feats": "Number=Sing", "head": 19, "id": 6, "lemma": "friend", "misc": "", "start_char": 1313, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1322, "feats": null, "head": 10, "id": 7, "lemma": "or", "misc": "", "start_char": 1320, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1327, "feats": null, "head": 10, "id": 8, "lemma": "just", "misc": "", "start_char": 1323, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1329, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 1328, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1338, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "stranger", "misc": "", "start_char": 1330, "text": "stranger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1340, "feats": null, "head": 6, "id": 11, "lemma": ",", "misc": "", "start_char": 1339, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:outer", "end_char": 1345, "feats": "Number=Sing|PronType=Dem", "head": 19, "id": 12, "lemma": "this", "misc": "", "start_char": 1341, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1348, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 13, "lemma": "be", "misc": "", "start_char": 1346, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1355, "feats": null, "head": 19, "id": 14, "lemma": "always", "misc": "", "start_char": 1349, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1359, "feats": "PronType=Int", "head": 16, "id": 15, "lemma": "how", "misc": "", "start_char": 1356, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "xcomp", "end_char": 1368, "feats": "Degree=Pos", "head": 19, "id": 16, "lemma": "friendly", "misc": "", "start_char": 1360, "text": "friendly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1376, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "Akuapem", "misc": "", "start_char": 1369, "text": "Akuapem", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1383, "feats": "Number=Plur", "head": 19, "id": 18, "lemma": "person", "misc": "", "start_char": 1377, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1391, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 19, "lemma": "receive", "misc": "", "start_char": 1384, "text": "receive", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1393, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 20, "lemma": "a", "misc": "", "start_char": 1392, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1401, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "visitor", "misc": "", "start_char": 1394, "text": "visitor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1403, "feats": null, "head": 19, "id": 22, "lemma": ".", "misc": "", "start_char": 1402, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Akuapem is in the eastern part of Ghana. The sun there shines all the time. The local people are very friendly and hospitable. Now let's have a look at how Akuapem people receive a visitor. A visitor is often welcomed warmly in a family of Akuapem. After the visitor is welcomed into the house, he is offered a seat and water at the very beginning, because the host assumes that the visitor must have come from a very long journey and need water. If there is a group of visitors, the host will greet the visitors from right to left. And the host shakes only with his right hand, because Akuapem people think the left hand is not clean. Next, the visitor is asked how his journey was and why he has come. While the conversation is going on, the wife and the children, especially girls, are preparing food for the visitor. The visitor can choose his favorite food. After the visitor finishes eating, the host and the visitor go on with their conversation. Usually this is short one because the visitor is getting ready to say goodbye. When the visitor is leaving, he is often given some food. He is also accompanied by one of the children to the nearest station. The child who accompanies the visitor will not come back home until the visitor leaves safely. Whether he is a close friend or just a stranger, this is always how friendly Akuapem people receive a visitor.
[ [ [ 0, 3, 7 ] ], [ [ 0, 7, 7 ] ], [ [ 2, 0, 2 ], [ 3, 8, 9 ], [ 8, 11, 12 ], [ 20, 16, 17 ] ], [ [ 3, 0, 0 ] ], [ [ 3, 4, 5 ] ], [ [ 5, 7, 10 ] ], [ [ 6, 6, 7 ] ], [ [ 6, 12, 15 ] ], [ [ 6, 12, 13 ] ], [ [ 6, 15, 15 ], [ 6, 38, 38 ] ], [ [ 6, 17, 19 ] ], [ [ 7, 3, 6 ] ], [ [ 8, 6, 8 ] ], [ [ 8, 14, 16 ] ], [ [ 10, 7, 8 ] ], [ [ 11, 1, 2 ] ], [ [ 11, 7, 11 ] ], [ [ 11, 7, 8 ] ], [ [ 11, 10, 11 ] ], [ [ 11, 14, 14 ] ], [ [ 12, 4, 6 ] ], [ [ 13, 4, 4 ] ], [ [ 13, 6, 10 ], [ 13, 14, 14 ] ], [ [ 13, 6, 7 ], [ 8, 6, 6 ], [ 8, 1, 2 ], [ 7, 8, 9 ], [ 6, 22, 23 ] ], [ [ 13, 14, 15 ], [ 14, 1, 1 ], [ 14, 3, 4 ] ], [ [ 16, 10, 11 ] ], [ [ 17, 5, 8 ], [ 18, 0, 5 ] ], [ [ 17, 7, 8 ] ], [ [ 17, 10, 12 ] ], [ [ 18, 10, 10 ] ], [ [ 20, 1, 1 ], [ 18, 12, 13 ], [ 17, 0, 0 ], [ 16, 1, 2 ], [ 14, 6, 7 ], [ 13, 1, 2 ], [ 13, 9, 10 ], [ 11, 20, 21 ], [ 10, 2, 3 ], [ 6, 9, 9 ], [ 6, 26, 27 ], [ 6, 1, 2 ], [ 3, 11, 12 ], [ 5, 0, 1 ], [ 10, 12, 12 ], [ 10, 7, 7 ], [ 12, 0, 1 ], [ 12, 4, 4 ], [ 16, 6, 6 ], [ 18, 4, 5 ], [ 20, 19, 20 ], [ 20, 3, 9 ] ], [ [ 20, 3, 5 ] ], [ [ 20, 8, 9 ] ], [ [ 20, 11, 11 ] ], [ [ 20, 16, 16 ], [ 8, 11, 11 ], [ 0, 0, 0 ], [ 3, 8, 8 ], [ 5, 10, 10 ] ], [ [ 1, 4, 6 ] ], [ [ 3, 2, 2 ] ], [ [ 3, 7, 12 ] ], [ [ 7, 15, 15 ] ], [ [ 7, 17, 17 ] ], [ [ 10, 6, 14 ] ], [ [ 10, 11, 14 ] ], [ [ 10, 6, 9 ] ], [ [ 11, 18, 18 ] ], [ [ 14, 13, 13 ] ], [ [ 20, 14, 20 ] ], [ [ 7, 6, 6 ], [ 7, 12, 13 ] ], [ [ 6, 32, 35 ] ], [ [ 1, 0, 2 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36206
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (NML (NNP Xi'an) (HYPH -) (DT A)) (NN fire)) (PP (IN at) (NP (NP (DT a) (JJ large) (NN shopping) (NN mall)) (PP (IN in) (NP (NP (DT the) (NN city)) (PP (IN of) (NP (NNP Baoji))) (PP (IN in) (NP (NNP Northwest) (NNP Shanxi) (NNP Province)))))))) (VP (VP (VBD killed) (NP (QP (ADVP (IN at) (JJS least)) (CD eight)) (NNS people))) (CC and) (VP (VBD injured) (NP (CD 23) (NNS others))))) (, ,) (NP (DT a) (JJ local) (NN official)) (VP (VBD said) (PP (IN on) (NP (NNP Saturday)))) (. .)))" }, "speaker": null, "text": "Xi'an - A fire at a large shopping mall in the city of Baoji in Northwest Shanxi Province killed at least eight people and injured 23 others, a local official said on Saturday.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 32, "id": 1, "lemma": "Xi'an", "misc": "", "start_char": 0, "text": "Xi'an", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 7, "feats": null, "head": 32, "id": 2, "lemma": "-", "misc": "", "start_char": 6, "text": "-", "upos": "PUNCT", "xpos": "HYPH" }, { "deprel": "det", "end_char": 9, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 8, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 14, "feats": "Number=Sing", "head": 19, "id": 4, "lemma": "fire", "misc": "", "start_char": 10, "text": "fire", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 17, "feats": null, "head": 9, "id": 5, "lemma": "at", "misc": "", "start_char": 15, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 19, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 6, "lemma": "a", "misc": "", "start_char": 18, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 25, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "large", "misc": "", "start_char": 20, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 34, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "shopping", "misc": "", "start_char": 26, "text": "shopping", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 39, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "mall", "misc": "", "start_char": 35, "text": "mall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 42, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 40, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 46, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 43, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 51, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "city", "misc": "", "start_char": 47, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 52, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 60, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "Baoji", "misc": "", "start_char": 55, "text": "Baoji", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 63, "feats": null, "head": 18, "id": 15, "lemma": "in", "misc": "", "start_char": 61, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 73, "feats": "Number=Sing", "head": 18, "id": 16, "lemma": "Northwest", "misc": "", "start_char": 64, "text": "Northwest", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 80, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "Shanxi", "misc": "", "start_char": 74, "text": "Shanxi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 89, "feats": "Number=Sing", "head": 12, "id": 18, "lemma": "Province", "misc": "", "start_char": 81, "text": "Province", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "ccomp", "end_char": 96, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 32, "id": 19, "lemma": "kill", "misc": "", "start_char": 90, "text": "killed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 99, "feats": null, "head": 21, "id": 20, "lemma": "at", "misc": "", "start_char": 97, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 105, "feats": "Degree=Sup", "head": 22, "id": 21, "lemma": "least", "misc": "", "start_char": 100, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nummod", "end_char": 111, "feats": "NumForm=Word|NumType=Card", "head": 23, "id": 22, "lemma": "eight", "misc": "", "start_char": 106, "text": "eight", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 118, "feats": "Number=Plur", "head": 19, "id": 23, "lemma": "person", "misc": "", "start_char": 112, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 122, "feats": null, "head": 25, "id": 24, "lemma": "and", "misc": "", "start_char": 119, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 130, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 25, "lemma": "injure", "misc": "", "start_char": 123, "text": "injured", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 133, "feats": "NumForm=Digit|NumType=Card", "head": 27, "id": 26, "lemma": "23", "misc": "", "start_char": 131, "text": "23", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 140, "feats": "Number=Plur", "head": 25, "id": 27, "lemma": "other", "misc": "", "start_char": 134, "text": "others", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 142, "feats": null, "head": 32, "id": 28, "lemma": ",", "misc": "", "start_char": 141, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 144, "feats": "Definite=Ind|PronType=Art", "head": 31, "id": 29, "lemma": "a", "misc": "", "start_char": 143, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 150, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "local", "misc": "", "start_char": 145, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 159, "feats": "Number=Sing", "head": 32, "id": 31, "lemma": "official", "misc": "", "start_char": 151, "text": "official", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 164, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 32, "lemma": "say", "misc": "", "start_char": 160, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 167, "feats": null, "head": 34, "id": 33, "lemma": "on", "misc": "", "start_char": 165, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 176, "feats": "Number=Sing", "head": 32, "id": 34, "lemma": "Saturday", "misc": "", "start_char": 168, "text": "Saturday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 178, "feats": null, "head": 32, "id": 35, "lemma": ".", "misc": "", "start_char": 177, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (NN fire)) (VP (VBD broke) (PRT (RP out)) (PP (IN at) (NP (NP (NP (CD 8)) (: :) (CD 30) (NN p.m.)) (PP (IN on) (NP (NNP Saturday))) (PP (IN on) (NP (NP (DT the) (JJ third) (NN floor)) (PP (IN of) (NP (DT the) (JJ six-story) (NNP Renmin) (NNP Shopping) (NNP Mall))))))))) (, ,) (NP (DT the) (NN official)) (VP (VBD said)) (. .)))" }, "speaker": null, "text": "The fire broke out at 8: 30 p.m. on Saturday on the third floor of the six-story Renmin Shopping Mall, the official said.", "tokens": [ { "deprel": "det", "end_char": 182, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 179, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 187, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "fire", "misc": "", "start_char": 183, "text": "fire", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 193, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 25, "id": 3, "lemma": "break", "misc": "", "start_char": 188, "text": "broke", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 197, "feats": null, "head": 3, "id": 4, "lemma": "out", "misc": "", "start_char": 194, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 200, "feats": null, "head": 6, "id": 5, "lemma": "at", "misc": "", "start_char": 198, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 202, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 6, "lemma": "8", "misc": "", "start_char": 201, "text": "8", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 204, "feats": null, "head": 8, "id": 7, "lemma": ":", "misc": "", "start_char": 203, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "nmod", "end_char": 207, "feats": "NumForm=Digit|NumType=Card", "head": 6, "id": 8, "lemma": "30", "misc": "", "start_char": 205, "text": "30", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:tmod", "end_char": 212, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "p.m.", "misc": "", "start_char": 208, "text": "p.m.", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 215, "feats": null, "head": 11, "id": 10, "lemma": "on", "misc": "", "start_char": 213, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 224, "feats": "Number=Sing", "head": 3, "id": 11, "lemma": "Saturday", "misc": "", "start_char": 216, "text": "Saturday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 227, "feats": null, "head": 15, "id": 12, "lemma": "on", "misc": "", "start_char": 225, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 231, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 228, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 237, "feats": "Degree=Pos|NumType=Ord", "head": 15, "id": 14, "lemma": "third", "misc": "", "start_char": 232, "text": "third", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 243, "feats": "Number=Sing", "head": 3, "id": 15, "lemma": "floor", "misc": "", "start_char": 238, "text": "floor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 246, "feats": null, "head": 21, "id": 16, "lemma": "of", "misc": "", "start_char": 244, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 250, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 17, "lemma": "the", "misc": "", "start_char": 247, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 260, "feats": "Degree=Pos", "head": 21, "id": 18, "lemma": "six-story", "misc": "", "start_char": 251, "text": "six-story", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 267, "feats": "Number=Sing", "head": 21, "id": 19, "lemma": "Renmin", "misc": "", "start_char": 261, "text": "Renmin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 276, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "Shopping", "misc": "", "start_char": 268, "text": "Shopping", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 281, "feats": "Number=Sing", "head": 15, "id": 21, "lemma": "Mall", "misc": "", "start_char": 277, "text": "Mall", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 283, "feats": null, "head": 25, "id": 22, "lemma": ",", "misc": "", "start_char": 282, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 287, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 23, "lemma": "the", "misc": "", "start_char": 284, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 296, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "official", "misc": "", "start_char": 288, "text": "official", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 301, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 25, "lemma": "say", "misc": "", "start_char": 297, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 303, "feats": null, "head": 25, "id": 26, "lemma": ".", "misc": "", "start_char": 302, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NP (CD Eight) (NNS victims)) (, ,) (PP (VBG including) (NP (CD one) (NN woman))) (, ,)) (VP (VBD died) (SBAR (IN while) (S (VP (VBG trying) (S (VP (TO to) (VP (VB escape) (NP (DT the) (NN blaze))))))))) (. .)))" }, "speaker": null, "text": "Eight victims, including one woman, died while trying to escape the blaze.", "tokens": [ { "deprel": "nummod", "end_char": 309, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "eight", "misc": "", "start_char": 304, "text": "Eight", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 317, "feats": "Number=Plur", "head": 8, "id": 2, "lemma": "victim", "misc": "", "start_char": 310, "text": "victims", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 319, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 318, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 329, "feats": "VerbForm=Ger", "head": 6, "id": 4, "lemma": "include", "misc": "", "start_char": 320, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nummod", "end_char": 333, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "one", "misc": "", "start_char": 330, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 339, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "woman", "misc": "", "start_char": 334, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 341, "feats": null, "head": 2, "id": 7, "lemma": ",", "misc": "", "start_char": 340, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 346, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "die", "misc": "", "start_char": 342, "text": "died", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 352, "feats": null, "head": 10, "id": 9, "lemma": "while", "misc": "", "start_char": 347, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 359, "feats": "VerbForm=Ger", "head": 8, "id": 10, "lemma": "try", "misc": "", "start_char": 353, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 362, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 360, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 369, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "escape", "misc": "", "start_char": 363, "text": "escape", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 373, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 370, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 379, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "blaze", "misc": "", "start_char": 374, "text": "blaze", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 381, "feats": null, "head": 8, "id": 15, "lemma": ".", "misc": "", "start_char": 380, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (S (NP (CD Six)) (VP (VBD suffocated))) (, ,) (CC and) (S (NP (CD two)) (VP (VBD fell) (PP (IN to) (NP (PRP$ their) (NNS deaths))))) (. .)))" }, "speaker": null, "text": "Six suffocated, and two fell to their deaths.", "tokens": [ { "deprel": "nsubj", "end_char": 385, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "six", "misc": "", "start_char": 382, "text": "Six", "upos": "NUM", "xpos": "CD" }, { "deprel": "root", "end_char": 396, "feats": "Mood=Ind|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "suffocate", "misc": "", "start_char": 386, "text": "suffocated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 398, "feats": null, "head": 6, "id": 3, "lemma": ",", "misc": "", "start_char": 397, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 402, "feats": null, "head": 6, "id": 4, "lemma": "and", "misc": "", "start_char": 399, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 406, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "two", "misc": "", "start_char": 403, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "conj", "end_char": 411, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "fall", "misc": "", "start_char": 407, "text": "fell", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 414, "feats": null, "head": 9, "id": 7, "lemma": "to", "misc": "", "start_char": 412, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 420, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "their", "misc": "", "start_char": 415, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 427, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "death", "misc": "", "start_char": 421, "text": "deaths", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 429, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 428, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Xi'an - A fire at a large shopping mall in the city of Baoji in Northwest Shanxi Province killed at least eight people and injured 23 others, a local official said on Saturday. The fire broke out at 8: 30 p.m. on Saturday on the third floor of the six-story Renmin Shopping Mall, the official said. Eight victims, including one woman, died while trying to escape the blaze. Six suffocated, and two fell to their deaths.
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 17 ], [ 1, 0, 1 ] ], [ [ 3, 0, 0 ] ], [ [ 3, 4, 4 ], [ 3, 7, 7 ] ], [ [ 3, 7, 8 ] ], [ [ 2, 0, 5 ] ], [ [ 2, 4, 5 ] ], [ [ 2, 9, 13 ] ], [ [ 2, 12, 13 ] ], [ [ 1, 5, 8 ] ], [ [ 1, 12, 20 ] ], [ [ 1, 16, 20 ] ], [ [ 0, 33, 33 ], [ 1, 10, 10 ] ], [ [ 0, 28, 30 ], [ 1, 22, 23 ] ], [ [ 0, 25, 26 ] ], [ [ 0, 19, 22 ] ], [ [ 0, 5, 17 ] ], [ [ 0, 15, 17 ] ], [ [ 0, 13, 13 ] ], [ [ 0, 10, 17 ] ], [ [ 0, 16, 17 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36207
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (VBG following) (CD five) (NN destination)) (VP (MD shall) (ADVP (RB never)) (VP (VB be) (VP (VBN missed))))))" }, "speaker": null, "text": "The following five destination shall never be missed", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 1, "lemma": "the", "misc": "", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 13, "feats": "VerbForm=Ger", "head": 4, "id": 2, "lemma": "follow", "misc": "", "start_char": 4, "text": "following", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nummod", "end_char": 18, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "five", "misc": "", "start_char": 14, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj:pass", "end_char": 30, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "destination", "misc": "", "start_char": 19, "text": "destination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 36, "feats": "VerbForm=Fin", "head": 8, "id": 5, "lemma": "shall", "misc": "", "start_char": 31, "text": "shall", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 42, "feats": null, "head": 8, "id": 6, "lemma": "never", "misc": "", "start_char": 37, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 45, "feats": "VerbForm=Inf", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 43, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 52, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 8, "lemma": "miss", "misc": "", "start_char": 46, "text": "missed", "upos": "VERB", "xpos": "VBN" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 54, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 53, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NP (NNP *Blue) (NNP Lagoon) (: :)))" }, "speaker": null, "text": "*Blue Lagoon:", "tokens": [ { "deprel": "compound", "end_char": 60, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "*Blue", "misc": "", "start_char": 55, "text": "*Blue", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 67, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "Lagoon", "misc": "", "start_char": 61, "text": "Lagoon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 2, "id": 3, "lemma": ":", "misc": "", "start_char": 68, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 71, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 70, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NML (NNP Blue) (NNP Lagoon)) (JJ geothermal) (NN spa)) (VP (VBZ is) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (ADJP (RBS most) (VBN visited)) (NNS attractions)) (PP (IN in) (NP (NNP Iceland))))))) (. .)))" }, "speaker": null, "text": "Blue Lagoon geothermal spa is one of the most visited attractions in Iceland.", "tokens": [ { "deprel": "amod", "end_char": 76, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "Blue", "misc": "", "start_char": 72, "text": "Blue", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 83, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Lagoon", "misc": "", "start_char": 77, "text": "Lagoon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 94, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "geothermal", "misc": "", "start_char": 84, "text": "geothermal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 98, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "spa", "misc": "", "start_char": 95, "text": "spa", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 101, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 99, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 105, "feats": "NumForm=Word|NumType=Card", "head": 0, "id": 6, "lemma": "one", "misc": "", "start_char": 102, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 108, "feats": null, "head": 11, "id": 7, "lemma": "of", "misc": "", "start_char": 106, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 112, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 8, "lemma": "the", "misc": "", "start_char": 109, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 117, "feats": "Degree=Sup", "head": 10, "id": 9, "lemma": "most", "misc": "", "start_char": 113, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 125, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 10, "lemma": "visit", "misc": "", "start_char": 118, "text": "visited", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod", "end_char": 137, "feats": "Number=Plur", "head": 6, "id": 11, "lemma": "attraction", "misc": "", "start_char": 126, "text": "attractions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 140, "feats": null, "head": 13, "id": 12, "lemma": "in", "misc": "", "start_char": 138, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 148, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "Iceland", "misc": "", "start_char": 141, "text": "Iceland", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 150, "feats": null, "head": 6, "id": 14, "lemma": ".", "misc": "", "start_char": 149, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ warm) (NNS waters)) (VP (VBP are) (ADJP (JJ rich)) (PP (IN in) (NP (NNS minerals) (CC and) (NN bathing))) (PP (IN in) (NP (DT the) (NNP Blue) (NNP Lagoon)))) (VP (VBZ is) (VP (VBN reputed) (S (VP (TO to) (VP (VB help) (NP (NP (DT some) (NNS people)) (VP (VBG suffering) (PP (IN from) (NP (NN skin) (NNS diseases)))))))))) (. .)))" }, "speaker": null, "text": "The warm waters are rich in minerals and bathing in the Blue Lagoon is reputed to help some people suffering from skin diseases.", "tokens": [ { "deprel": "det", "end_char": 154, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 151, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 159, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "warm", "misc": "", "start_char": 155, "text": "warm", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 166, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "water", "misc": "", "start_char": 160, "text": "waters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 170, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 167, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 175, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "rich", "misc": "", "start_char": 171, "text": "rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 178, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 176, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 187, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "mineral", "misc": "", "start_char": 179, "text": "minerals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 191, "feats": null, "head": 15, "id": 8, "lemma": "and", "misc": "", "start_char": 188, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 199, "feats": "Number=Sing", "head": 15, "id": 9, "lemma": "bathing", "misc": "", "start_char": 192, "text": "bathing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 202, "feats": null, "head": 13, "id": 10, "lemma": "in", "misc": "", "start_char": 200, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 206, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 203, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 211, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "Blue", "misc": "", "start_char": 207, "text": "Blue", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 218, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "Lagoon", "misc": "", "start_char": 212, "text": "Lagoon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 221, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 219, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 229, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 15, "lemma": "reput", "misc": "", "start_char": 222, "text": "reputed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 232, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 230, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 237, "feats": "VerbForm=Inf", "head": 15, "id": 17, "lemma": "help", "misc": "", "start_char": 233, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 242, "feats": null, "head": 19, "id": 18, "lemma": "some", "misc": "", "start_char": 238, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 249, "feats": "Number=Plur", "head": 17, "id": 19, "lemma": "person", "misc": "", "start_char": 243, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 259, "feats": "VerbForm=Ger", "head": 19, "id": 20, "lemma": "suffer", "misc": "", "start_char": 250, "text": "suffering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 264, "feats": null, "head": 23, "id": 21, "lemma": "from", "misc": "", "start_char": 260, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 269, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "skin", "misc": "", "start_char": 265, "text": "skin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 278, "feats": "Number=Plur", "head": 20, "id": 23, "lemma": "disease", "misc": "", "start_char": 270, "text": "diseases", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 280, "feats": null, "head": 5, "id": 24, "lemma": ".", "misc": "", "start_char": 279, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN water) (NN temperature)) (PP (IN in) (NP (NP (DT the) (NML (NN bathing) (CC and) (NN swimming)) (NN area)) (PP (IN of) (NP (DT the) (NNP Lagoon)))))) (VP (VBZ averages) (NP (NP (NN 37degC) (HYPH -) (NN 39degC)) (NP (-LRB- -LRB-) (CD 99F) (NNS -102F) (-RRB- -RRB-)))) (. .)))" }, "speaker": null, "text": "The water temperature in the bathing and swimming area of the Lagoon averages 37degC - 39degC (99F -102F).", "tokens": [ { "deprel": "det", "end_char": 284, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 281, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 290, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "water", "misc": "", "start_char": 285, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 302, "feats": "Number=Sing", "head": 13, "id": 3, "lemma": "temperature", "misc": "", "start_char": 291, "text": "temperature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 305, "feats": null, "head": 9, "id": 4, "lemma": "in", "misc": "", "start_char": 303, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 309, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 5, "lemma": "the", "misc": "", "start_char": 306, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 317, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "bathing", "misc": "", "start_char": 310, "text": "bathing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 321, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 318, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 330, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "swim", "misc": "", "start_char": 322, "text": "swimming", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 335, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "area", "misc": "", "start_char": 331, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 338, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 336, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 342, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 339, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 349, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "Lagoon", "misc": "", "start_char": 343, "text": "Lagoon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 358, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 13, "lemma": "average", "misc": "", "start_char": 350, "text": "averages", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 365, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "37degc", "misc": "", "start_char": 359, "text": "37degC", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 367, "feats": null, "head": 16, "id": 15, "lemma": "-", "misc": "", "start_char": 366, "text": "-", "upos": "PUNCT", "xpos": "HYPH" }, { "deprel": "flat", "end_char": 374, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "39degc", "misc": "", "start_char": 368, "text": "39degC", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 376, "feats": null, "head": 19, "id": 17, "lemma": "(", "misc": "", "start_char": 375, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "nummod", "end_char": 380, "feats": "NumForm=Digit|NumType=Card", "head": 19, "id": 18, "lemma": "99F", "misc": "", "start_char": 377, "text": "99F", "upos": "NUM", "xpos": "CD" }, { "deprel": "appos", "end_char": 386, "feats": "Number=Plur", "head": 14, "id": 19, "lemma": "-102F", "misc": "", "start_char": 381, "text": "-102F", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 388, "feats": null, "head": 19, "id": 20, "lemma": ")", "misc": "", "start_char": 387, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 390, "feats": null, "head": 13, "id": 21, "lemma": ".", "misc": "", "start_char": 389, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Blue) (NNP Lagoon)) (ADVP (RB also)) (VP (VBZ operates) (NP (NP (DT a) (NML (NN research) (CC and) (NN development)) (NN facility)) (SBAR (S (VP (TO to) (VP (VB help) (S (VP (VB find) (NP (NP (NNS cures)) (PP (IN for) (NP (NP (NN skin) (NNS diseases)) (VP (VBG using) (NP (DT the) (JJ mineral-rich) (NN water)))))))))))))) (. .)))" }, "speaker": null, "text": "The Blue Lagoon also operates a research and development facility to help find cures for skin diseases using the mineral-rich water.", "tokens": [ { "deprel": "det", "end_char": 394, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 391, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 399, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "Blue", "misc": "", "start_char": 395, "text": "Blue", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 406, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Lagoon", "misc": "", "start_char": 400, "text": "Lagoon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 411, "feats": null, "head": 5, "id": 4, "lemma": "also", "misc": "", "start_char": 407, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 420, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "operate", "misc": "", "start_char": 412, "text": "operates", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 422, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 6, "lemma": "a", "misc": "", "start_char": 421, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 431, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "research", "misc": "", "start_char": 423, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 435, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 432, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 447, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "development", "misc": "", "start_char": 436, "text": "development", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 456, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "facility", "misc": "", "start_char": 448, "text": "facility", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 459, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 457, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 464, "feats": "VerbForm=Inf", "head": 5, "id": 12, "lemma": "help", "misc": "", "start_char": 460, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 469, "feats": "VerbForm=Inf", "head": 12, "id": 13, "lemma": "find", "misc": "", "start_char": 465, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 475, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "cure", "misc": "", "start_char": 470, "text": "cures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 479, "feats": null, "head": 17, "id": 15, "lemma": "for", "misc": "", "start_char": 476, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 484, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "skin", "misc": "", "start_char": 480, "text": "skin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 493, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "disease", "misc": "", "start_char": 485, "text": "diseases", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 499, "feats": "VerbForm=Ger", "head": 17, "id": 18, "lemma": "use", "misc": "", "start_char": 494, "text": "using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 503, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 500, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 516, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "mineral-rich", "misc": "", "start_char": 504, "text": "mineral-rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 522, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "water", "misc": "", "start_char": 517, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 524, "feats": null, "head": 5, "id": 22, "lemma": ".", "misc": "", "start_char": 523, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 526, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 525, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NP (NNP *Budapest) (: :)))" }, "speaker": null, "text": "*Budapest:", "tokens": [ { "deprel": "root", "end_char": 536, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "*Budapest", "misc": "", "start_char": 527, "text": "*Budapest", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 538, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 537, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 540, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 539, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (NNP Budapest)) (VP (VBZ holds) (NP (DT the) (NN title) (`` ``) (NML (NML (NNP City)) (PP (IN of) (NP (NNP Spas)))) ('' '')) (PP (IN since) (NP (DT the) (NN year) (CD 1934))) (, ,) (SBAR (IN as) (S (NP (PRP it)) (VP (VBZ has) (NP (NP (ADJP (RBR more) (ADJP (JJ hot) (CC and) (JJ medicinal)) (NN water)) (NNS springs)) (PP (IN than) (NP (NP (DT any) (JJ other) (NN capital) (NN city)) (PP (IN in) (NP (DT the) (NN world)))))))))) (. .)))" }, "speaker": null, "text": "Budapest holds the title \"City of Spas\" since the year 1934, as it has more hot and medicinal water springs than any other capital city in the world.", "tokens": [ { "deprel": "nsubj", "end_char": 549, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Budapest", "misc": "", "start_char": 541, "text": "Budapest", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 555, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "hold", "misc": "", "start_char": 550, "text": "holds", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 559, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 3, "lemma": "the", "misc": "", "start_char": 556, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 565, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "title", "misc": "", "start_char": 560, "text": "title", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 568, "feats": null, "head": 6, "id": 5, "lemma": "``", "misc": "", "start_char": 566, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 573, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "City", "misc": "", "start_char": 569, "text": "City", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 576, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 574, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 581, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Spa", "misc": "", "start_char": 577, "text": "Spas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 584, "feats": null, "head": 6, "id": 9, "lemma": "''", "misc": "", "start_char": 582, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "case", "end_char": 590, "feats": null, "head": 12, "id": 10, "lemma": "since", "misc": "", "start_char": 585, "text": "since", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 594, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 591, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 599, "feats": "Number=Sing", "head": 2, "id": 12, "lemma": "year", "misc": "", "start_char": 595, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:tmod", "end_char": 604, "feats": "NumForm=Digit|NumType=Card", "head": 12, "id": 13, "lemma": "1934", "misc": "", "start_char": 600, "text": "1934", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 606, "feats": null, "head": 17, "id": 14, "lemma": ",", "misc": "", "start_char": 605, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 609, "feats": null, "head": 17, "id": 15, "lemma": "as", "misc": "", "start_char": 607, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 612, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "it", "misc": "", "start_char": 610, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 616, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 17, "lemma": "have", "misc": "", "start_char": 613, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 621, "feats": "Degree=Cmp", "head": 19, "id": 18, "lemma": "more", "misc": "", "start_char": 617, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 625, "feats": "Degree=Pos", "head": 23, "id": 19, "lemma": "hot", "misc": "", "start_char": 622, "text": "hot", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 629, "feats": null, "head": 21, "id": 20, "lemma": "and", "misc": "", "start_char": 626, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 639, "feats": "Degree=Pos", "head": 19, "id": 21, "lemma": "medicinal", "misc": "", "start_char": 630, "text": "medicinal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 645, "feats": "Number=Sing", "head": 23, "id": 22, "lemma": "water", "misc": "", "start_char": 640, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 653, "feats": "Number=Plur", "head": 17, "id": 23, "lemma": "spring", "misc": "", "start_char": 646, "text": "springs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 658, "feats": null, "head": 28, "id": 24, "lemma": "than", "misc": "", "start_char": 654, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 662, "feats": null, "head": 28, "id": 25, "lemma": "any", "misc": "", "start_char": 659, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 668, "feats": "Degree=Pos", "head": 28, "id": 26, "lemma": "other", "misc": "", "start_char": 663, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 676, "feats": "Number=Sing", "head": 28, "id": 27, "lemma": "capital", "misc": "", "start_char": 669, "text": "capital", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 681, "feats": "Number=Sing", "head": 17, "id": 28, "lemma": "city", "misc": "", "start_char": 677, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 684, "feats": null, "head": 31, "id": 29, "lemma": "in", "misc": "", "start_char": 682, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 688, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 30, "lemma": "the", "misc": "", "start_char": 685, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 694, "feats": "Number=Sing", "head": 28, "id": 31, "lemma": "world", "misc": "", "start_char": 689, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 696, "feats": null, "head": 2, "id": 32, "lemma": ".", "misc": "", "start_char": 695, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (CD 118) (NNS springs)) (PP (IN in) (NP (NNP Budapest)))) (, ,) (S (VP (VBG providing) (NP (NP (QP (RB over) (CD 70) (CD million)) (NNS liters)) (PP (IN of) (NP (JJ hot) (NN water))) (NP (DT a) (NN day)))))) (. .)))" }, "speaker": null, "text": "There are 118 springs in Budapest, providing over 70 million liters of hot water a day.", "tokens": [ { "deprel": "expl", "end_char": 702, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 697, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 706, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 703, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nummod", "end_char": 710, "feats": "NumForm=Digit|NumType=Card", "head": 4, "id": 3, "lemma": "118", "misc": "", "start_char": 707, "text": "118", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 718, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "spring", "misc": "", "start_char": 711, "text": "springs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 721, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 719, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 730, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Budapest", "misc": "", "start_char": 722, "text": "Budapest", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 732, "feats": null, "head": 2, "id": 7, "lemma": ",", "misc": "", "start_char": 731, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 742, "feats": "VerbForm=Ger", "head": 2, "id": 8, "lemma": "provide", "misc": "", "start_char": 733, "text": "providing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 747, "feats": null, "head": 11, "id": 9, "lemma": "over", "misc": "", "start_char": 743, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 750, "feats": "NumForm=Digit|NumType=Card", "head": 11, "id": 10, "lemma": "70", "misc": "", "start_char": 748, "text": "70", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 758, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "million", "misc": "", "start_char": 751, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 765, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "liter", "misc": "", "start_char": 759, "text": "liters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 768, "feats": null, "head": 15, "id": 13, "lemma": "of", "misc": "", "start_char": 766, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 772, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "hot", "misc": "", "start_char": 769, "text": "hot", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 778, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "water", "misc": "", "start_char": 773, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 780, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 779, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 784, "feats": "Number=Sing", "head": 8, "id": 17, "lemma": "day", "misc": "", "start_char": 781, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 786, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 785, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN temperature)) (PP (IN of) (NP (DT the) (NNS waters)))) (VP (VBZ is) (PP (IN between) (NP (NNP 22degC) (CC and) (NNP 40degC)))) (. .)))" }, "speaker": null, "text": "The temperature of the waters is between 22degC and 40degC.", "tokens": [ { "deprel": "det", "end_char": 790, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 787, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 802, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "temperature", "misc": "", "start_char": 791, "text": "temperature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 805, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 803, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 809, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 806, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 816, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "water", "misc": "", "start_char": 810, "text": "waters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 819, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 817, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 827, "feats": null, "head": 8, "id": 7, "lemma": "between", "misc": "", "start_char": 820, "text": "between", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 834, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "22degC", "misc": "", "start_char": 828, "text": "22degC", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 838, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 835, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 845, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "40degC", "misc": "", "start_char": 839, "text": "40degC", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 847, "feats": null, "head": 8, "id": 11, "lemma": ".", "misc": "", "start_char": 846, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 849, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 848, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NP (NNP *El) (NNP Tatio) (: :)))" }, "speaker": null, "text": "*El Tatio:", "tokens": [ { "deprel": "root", "end_char": 853, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "*El", "misc": "", "start_char": 850, "text": "*El", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 859, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Tatio", "misc": "", "start_char": 854, "text": "Tatio", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 861, "feats": null, "head": 1, "id": 3, "lemma": ":", "misc": "", "start_char": 860, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 863, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 862, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (NNP El) (NNP Tatio)) (VP (VBZ is) (NP (NP (DT a) (NN geyser) (NN field)) (VP (VBN located) (PP (IN within) (NP (NP (DT the) (NNP Andes) (NNPS Mountains)) (PP (IN of) (NP (JJ northern) (NNP Chile))))) (PP (IN at) (PP (NP (CD 4,320) (NNS meters)) (IN above) (NP (NN sea) (NN level))))))) (. .)))" }, "speaker": null, "text": "El Tatio is a geyser field located within the Andes Mountains of northern Chile at 4,320 meters above sea level.", "tokens": [ { "deprel": "nsubj", "end_char": 866, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "El", "misc": "", "start_char": 864, "text": "El", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 872, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Tatio", "misc": "", "start_char": 867, "text": "Tatio", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 875, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 873, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 877, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 876, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 884, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "geyser", "misc": "", "start_char": 878, "text": "geyser", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 890, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "field", "misc": "", "start_char": 885, "text": "field", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 898, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 7, "lemma": "locate", "misc": "", "start_char": 891, "text": "located", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 905, "feats": null, "head": 11, "id": 8, "lemma": "within", "misc": "", "start_char": 899, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 909, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 906, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 915, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "Andes", "misc": "", "start_char": 910, "text": "Andes", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 925, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "Mountain", "misc": "", "start_char": 916, "text": "Mountains", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 928, "feats": null, "head": 14, "id": 12, "lemma": "of", "misc": "", "start_char": 926, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 937, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "northern", "misc": "", "start_char": 929, "text": "northern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 943, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "Chile", "misc": "", "start_char": 938, "text": "Chile", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 946, "feats": null, "head": 17, "id": 15, "lemma": "at", "misc": "", "start_char": 944, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 952, "feats": "NumForm=Digit|NumType=Card", "head": 17, "id": 16, "lemma": "4320", "misc": "", "start_char": 947, "text": "4,320", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 959, "feats": "Number=Plur", "head": 7, "id": 17, "lemma": "meter", "misc": "", "start_char": 953, "text": "meters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 965, "feats": null, "head": 20, "id": 18, "lemma": "above", "misc": "", "start_char": 960, "text": "above", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 969, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "sea", "misc": "", "start_char": 966, "text": "sea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 975, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "level", "misc": "", "start_char": 970, "text": "level", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 977, "feats": null, "head": 6, "id": 21, "lemma": ".", "misc": "", "start_char": 976, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (PP (IN With) (NP (QP (RB over) (CD 80)) (JJ active) (NNS geysers))) (, ,) (NP (DT the) (NN site)) (VP (VBZ is) (NP (NP (NP (DT the) (JJS largest) (NN geyser) (NN field)) (PP (IN in) (NP (DT the) (JJ southern) (NN hemisphere)))) (CC and) (NP (NP (DT the) (JJ third) (JJS largest)) (PP (IN in) (NP (DT the) (NN world)))))) (. .)))" }, "speaker": null, "text": "With over 80 active geysers, the site is the largest geyser field in the southern hemisphere and the third largest in the world.", "tokens": [ { "deprel": "case", "end_char": 982, "feats": null, "head": 5, "id": 1, "lemma": "with", "misc": "", "start_char": 978, "text": "With", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 987, "feats": null, "head": 3, "id": 2, "lemma": "over", "misc": "", "start_char": 983, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 990, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 3, "lemma": "80", "misc": "", "start_char": 988, "text": "80", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 997, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "active", "misc": "", "start_char": 991, "text": "active", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1005, "feats": "Number=Plur", "head": 13, "id": 5, "lemma": "geyser", "misc": "", "start_char": 998, "text": "geysers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1007, "feats": null, "head": 13, "id": 6, "lemma": ",", "misc": "", "start_char": 1006, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1011, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1008, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1016, "feats": "Number=Sing", "head": 13, "id": 8, "lemma": "site", "misc": "", "start_char": 1012, "text": "site", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1019, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 9, "lemma": "be", "misc": "", "start_char": 1017, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1023, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 10, "lemma": "the", "misc": "", "start_char": 1020, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1031, "feats": "Degree=Sup", "head": 13, "id": 11, "lemma": "large", "misc": "", "start_char": 1024, "text": "largest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "compound", "end_char": 1038, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "geyser", "misc": "", "start_char": 1032, "text": "geyser", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1044, "feats": "Number=Sing", "head": 0, "id": 13, "lemma": "field", "misc": "", "start_char": 1039, "text": "field", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1047, "feats": null, "head": 17, "id": 14, "lemma": "in", "misc": "", "start_char": 1045, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1051, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 1048, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1060, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "southern", "misc": "", "start_char": 1052, "text": "southern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1071, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "hemisphere", "misc": "", "start_char": 1061, "text": "hemisphere", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1075, "feats": null, "head": 21, "id": 18, "lemma": "and", "misc": "", "start_char": 1072, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1079, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 1076, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1085, "feats": "Degree=Pos|NumType=Ord", "head": 21, "id": 20, "lemma": "third", "misc": "", "start_char": 1080, "text": "third", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1093, "feats": "Degree=Sup", "head": 13, "id": 21, "lemma": "large", "misc": "", "start_char": 1086, "text": "largest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 1096, "feats": null, "head": 24, "id": 22, "lemma": "in", "misc": "", "start_char": 1094, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1100, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 23, "lemma": "the", "misc": "", "start_char": 1097, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1106, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "world", "misc": "", "start_char": 1101, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1108, "feats": null, "head": 13, "id": 25, "lemma": ".", "misc": "", "start_char": 1107, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VP (VBZ is) (NP (DT a) (JJ major) (NN tourist) (NN attraction)) (PP (IN in) (NP (NNP Chile)))) (CC and) (VP (VBZ is) (PP (IN among) (NP (NP (DT the) (JJS highest-elevation) (NN geyser) (NNS fields)) (PP (IN in) (NP (DT the) (NN world))))))) (. .)))" }, "speaker": null, "text": "It is a major tourist attraction in Chile and is among the highest-elevation geyser fields in the world.", "tokens": [ { "deprel": "nsubj", "end_char": 1111, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 1109, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1114, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 1112, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1116, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 1115, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1122, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "major", "misc": "", "start_char": 1117, "text": "major", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1130, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "tourist", "misc": "", "start_char": 1123, "text": "tourist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1141, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "attraction", "misc": "", "start_char": 1131, "text": "attraction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1144, "feats": null, "head": 8, "id": 7, "lemma": "in", "misc": "", "start_char": 1142, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1150, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Chile", "misc": "", "start_char": 1145, "text": "Chile", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1154, "feats": null, "head": 15, "id": 9, "lemma": "and", "misc": "", "start_char": 1151, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "cop", "end_char": 1157, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 10, "lemma": "be", "misc": "", "start_char": 1155, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1163, "feats": null, "head": 15, "id": 11, "lemma": "among", "misc": "", "start_char": 1158, "text": "among", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1167, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 12, "lemma": "the", "misc": "", "start_char": 1164, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1185, "feats": "Degree=Sup", "head": 15, "id": 13, "lemma": "highest-elevation", "misc": "", "start_char": 1168, "text": "highest-elevation", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "compound", "end_char": 1192, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "geyser", "misc": "", "start_char": 1186, "text": "geyser", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1199, "feats": "Number=Plur", "head": 6, "id": 15, "lemma": "field", "misc": "", "start_char": 1193, "text": "fields", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1202, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 1200, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1206, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 17, "lemma": "the", "misc": "", "start_char": 1203, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1212, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "world", "misc": "", "start_char": 1207, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1214, "feats": null, "head": 6, "id": 19, "lemma": ".", "misc": "", "start_char": 1213, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN temperature)) (PP (IN of) (NP (DT the) (NNS waters)))) (VP (VBZ goes) (PP (IN between) (NP (NN 70degC) (CC and) (NN 85degC)))) (. .)))" }, "speaker": null, "text": "The temperature of the waters goes between 70degC and 85degC.", "tokens": [ { "deprel": "det", "end_char": 1218, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1215, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1230, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "temperature", "misc": "", "start_char": 1219, "text": "temperature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1233, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 1231, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1237, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1234, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1244, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "water", "misc": "", "start_char": 1238, "text": "waters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1249, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 6, "lemma": "go", "misc": "", "start_char": 1245, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1257, "feats": null, "head": 8, "id": 7, "lemma": "between", "misc": "", "start_char": 1250, "text": "between", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1264, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "70degC", "misc": "", "start_char": 1258, "text": "70degC", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1268, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 1265, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1275, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "85degc", "misc": "", "start_char": 1269, "text": "85degC", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1277, "feats": null, "head": 6, "id": 11, "lemma": ".", "misc": "", "start_char": 1276, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1279, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1278, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NP (NNP *Hokkaido) (: :)))" }, "speaker": null, "text": "*Hokkaido:", "tokens": [ { "deprel": "root", "end_char": 1289, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "*Hokkaido", "misc": "", "start_char": 1280, "text": "*Hokkaido", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1291, "feats": null, "head": 1, "id": 2, "lemma": ":", "misc": "", "start_char": 1290, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1293, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1292, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Visitors)) (PP (IN to) (NP (NP (DT the) (JJ Japanese) (NN island)) (PP (IN of) (NP (NNP Hokkaido)))))) (VP (VBP have) (NP (NP (NN plenty)) (PP (IN of) (NP (NNS options))))) (. .)))" }, "speaker": null, "text": "Visitors to the Japanese island of Hokkaido have plenty of options.", "tokens": [ { "deprel": "nsubj", "end_char": 1302, "feats": "Number=Plur", "head": 8, "id": 1, "lemma": "Visitor", "misc": "", "start_char": 1294, "text": "Visitors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1305, "feats": null, "head": 5, "id": 2, "lemma": "to", "misc": "", "start_char": 1303, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1309, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 3, "lemma": "the", "misc": "", "start_char": 1306, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1318, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "Japanese", "misc": "", "start_char": 1310, "text": "Japanese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1325, "feats": "Number=Sing", "head": 1, "id": 5, "lemma": "island", "misc": "", "start_char": 1319, "text": "island", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1328, "feats": null, "head": 7, "id": 6, "lemma": "of", "misc": "", "start_char": 1326, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1337, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Hokkaido", "misc": "", "start_char": 1329, "text": "Hokkaido", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1342, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 8, "lemma": "have", "misc": "", "start_char": 1338, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1349, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "plenty", "misc": "", "start_char": 1343, "text": "plenty", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1352, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 1350, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1360, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "option", "misc": "", "start_char": 1353, "text": "options", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1362, "feats": null, "head": 8, "id": 12, "lemma": ".", "misc": "", "start_char": 1361, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (DT These)) (VP (VBP range) (PP (IN from) (NP (JJ top) (NNS resorts))) (PP (PP (IN with) (NP (NP (JJ thermal) (NNS baths)) (PP (IN like) (NP (DT the) (NML (NNP Spa) (NNP Resort)) (NNPS Hawaiians))))) (PP (IN to) (NP (NP (JJ small) (JJ traditional) (NNS inns)) (SBAR (WHNP (WDT that)) (S (VP (VBP have) (S (NP (NP (PRP$ their) (JJ own) (JJ small) (JJ hot) (NNS pools)) (PP (IN with) (NP (NN water) (NN temperature)))) (ADJP (JJ comfortable) (PP (IN to) (NP (NN skin)))))))))))) (. .)))" }, "speaker": null, "text": "These range from top resorts with thermal baths like the Spa Resort Hawaiians to small traditional inns that have their own small hot pools with water temperature comfortable to skin.", "tokens": [ { "deprel": "nsubj", "end_char": 1368, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 1363, "text": "These", "upos": "PRON", "xpos": "DT" }, { "deprel": "root", "end_char": 1374, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "range", "misc": "", "start_char": 1369, "text": "range", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1379, "feats": null, "head": 5, "id": 3, "lemma": "from", "misc": "", "start_char": 1375, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1383, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "top", "misc": "", "start_char": 1380, "text": "top", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1391, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "resort", "misc": "", "start_char": 1384, "text": "resorts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1396, "feats": null, "head": 8, "id": 6, "lemma": "with", "misc": "", "start_char": 1392, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1404, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "thermal", "misc": "", "start_char": 1397, "text": "thermal", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1410, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "bath", "misc": "", "start_char": 1405, "text": "baths", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1415, "feats": null, "head": 13, "id": 9, "lemma": "like", "misc": "", "start_char": 1411, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1419, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 10, "lemma": "the", "misc": "", "start_char": 1416, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1423, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Spa", "misc": "", "start_char": 1420, "text": "Spa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1430, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "Resort", "misc": "", "start_char": 1424, "text": "Resort", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1440, "feats": "Number=Plur", "head": 8, "id": 13, "lemma": "Hawaiian", "misc": "", "start_char": 1431, "text": "Hawaiians", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 1443, "feats": null, "head": 17, "id": 14, "lemma": "to", "misc": "", "start_char": 1441, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1449, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "small", "misc": "", "start_char": 1444, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1461, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "traditional", "misc": "", "start_char": 1450, "text": "traditional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1466, "feats": "Number=Plur", "head": 2, "id": 17, "lemma": "inn", "misc": "", "start_char": 1462, "text": "inns", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1471, "feats": "PronType=Rel", "head": 19, "id": 18, "lemma": "that", "misc": "", "start_char": 1467, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1476, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 19, "lemma": "have", "misc": "", "start_char": 1472, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1482, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 24, "id": 20, "lemma": "their", "misc": "", "start_char": 1477, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1486, "feats": "Degree=Pos", "head": 24, "id": 21, "lemma": "own", "misc": "", "start_char": 1483, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1492, "feats": "Degree=Pos", "head": 24, "id": 22, "lemma": "small", "misc": "", "start_char": 1487, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1496, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "hot", "misc": "", "start_char": 1493, "text": "hot", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1502, "feats": "Number=Plur", "head": 19, "id": 24, "lemma": "pool", "misc": "", "start_char": 1497, "text": "pools", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1507, "feats": null, "head": 27, "id": 25, "lemma": "with", "misc": "", "start_char": 1503, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1513, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "water", "misc": "", "start_char": 1508, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1525, "feats": "Number=Sing", "head": 24, "id": 27, "lemma": "temperature", "misc": "", "start_char": 1514, "text": "temperature", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 1537, "feats": "Degree=Pos", "head": 24, "id": 28, "lemma": "comfortable", "misc": "", "start_char": 1526, "text": "comfortable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1540, "feats": null, "head": 30, "id": 29, "lemma": "to", "misc": "", "start_char": 1538, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1545, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "skin", "misc": "", "start_char": 1541, "text": "skin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1547, "feats": null, "head": 2, "id": 31, "lemma": ".", "misc": "", "start_char": 1546, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (DT Some) (NN bathing) (NNS spots)) (VP (VP (VBP are) (ADJP (RB outdoors))) (CC and) (VP (VBP are) (RB not) (VP (VBN associated) (PP (IN with) (NP (DT any) (NN spa) (CC or) (NN inn)))))) (. .)))" }, "speaker": null, "text": "Some bathing spots are outdoors and are not associated with any spa or inn.", "tokens": [ { "deprel": "det", "end_char": 1552, "feats": null, "head": 3, "id": 1, "lemma": "some", "misc": "", "start_char": 1548, "text": "Some", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1560, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bathing", "misc": "", "start_char": 1553, "text": "bathing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1566, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "spot", "misc": "", "start_char": 1561, "text": "spots", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1570, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 1567, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1579, "feats": null, "head": 0, "id": 5, "lemma": "outdoors", "misc": "", "start_char": 1571, "text": "outdoors", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1583, "feats": null, "head": 9, "id": 6, "lemma": "and", "misc": "", "start_char": 1580, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux:pass", "end_char": 1587, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 1584, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1591, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 1588, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 1602, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 9, "lemma": "associate", "misc": "", "start_char": 1592, "text": "associated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1607, "feats": null, "head": 12, "id": 10, "lemma": "with", "misc": "", "start_char": 1603, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1611, "feats": null, "head": 12, "id": 11, "lemma": "any", "misc": "", "start_char": 1608, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1615, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "spa", "misc": "", "start_char": 1612, "text": "spa", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1618, "feats": null, "head": 14, "id": 13, "lemma": "or", "misc": "", "start_char": 1616, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1622, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "inn", "misc": "", "start_char": 1619, "text": "inn", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1624, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 1623, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (JJ classic) (NML (NN forest) (CC and) (NN mountain)) (NNS landscapes)) (PP (IN of) (NP (DT this) (JJ nature-rich) (NN island)))) (VP (VBP make) (S (NP (PRP it)) (NP (DT a) (JJ great) (NN choice))) (PP (IN for) (NP (NP (DT those)) (VP (VBG seeking) (NP (NP (DT a) (NN science) (NN setting)) (PP (IN for) (NP (PRP$ their) (NNS baths)))))))) (. .)))" }, "speaker": null, "text": "The classic forest and mountain landscapes of this nature-rich island make it a great choice for those seeking a science setting for their baths.", "tokens": [ { "deprel": "det", "end_char": 1628, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 1, "lemma": "the", "misc": "", "start_char": 1625, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1636, "feats": "Degree=Pos", "head": 6, "id": 2, "lemma": "classic", "misc": "", "start_char": 1629, "text": "classic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1643, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "forest", "misc": "", "start_char": 1637, "text": "forest", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1647, "feats": null, "head": 5, "id": 4, "lemma": "and", "misc": "", "start_char": 1644, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1656, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "mountain", "misc": "", "start_char": 1648, "text": "mountain", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1667, "feats": "Number=Plur", "head": 11, "id": 6, "lemma": "landscape", "misc": "", "start_char": 1657, "text": "landscapes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1670, "feats": null, "head": 10, "id": 7, "lemma": "of", "misc": "", "start_char": 1668, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1675, "feats": "Number=Sing|PronType=Dem", "head": 10, "id": 8, "lemma": "this", "misc": "", "start_char": 1671, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1687, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "nature-rich", "misc": "", "start_char": 1676, "text": "nature-rich", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1694, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "island", "misc": "", "start_char": 1688, "text": "island", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1699, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "make", "misc": "", "start_char": 1695, "text": "make", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1702, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "it", "misc": "", "start_char": 1700, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 1704, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 1703, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1710, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "great", "misc": "", "start_char": 1705, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 1717, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "choice", "misc": "", "start_char": 1711, "text": "choice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1721, "feats": null, "head": 17, "id": 16, "lemma": "for", "misc": "", "start_char": 1718, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1727, "feats": "Number=Plur|PronType=Dem", "head": 15, "id": 17, "lemma": "that", "misc": "", "start_char": 1722, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "acl", "end_char": 1735, "feats": "VerbForm=Ger", "head": 17, "id": 18, "lemma": "seek", "misc": "", "start_char": 1728, "text": "seeking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1737, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 1736, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1745, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "science", "misc": "", "start_char": 1738, "text": "science", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1753, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "setting", "misc": "", "start_char": 1746, "text": "setting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1757, "feats": null, "head": 24, "id": 22, "lemma": "for", "misc": "", "start_char": 1754, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1763, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 24, "id": 23, "lemma": "their", "misc": "", "start_char": 1758, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1769, "feats": "Number=Plur", "head": 21, "id": 24, "lemma": "bath", "misc": "", "start_char": 1764, "text": "baths", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1771, "feats": null, "head": 11, "id": 25, "lemma": ".", "misc": "", "start_char": 1770, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
The following five destination shall never be missed *Blue Lagoon: Blue Lagoon geothermal spa is one of the most visited attractions in Iceland. The warm waters are rich in minerals and bathing in the Blue Lagoon is reputed to help some people suffering from skin diseases. The water temperature in the bathing and swimming area of the Lagoon averages 37degC - 39degC (99F -102F). The Blue Lagoon also operates a research and development facility to help find cures for skin diseases using the mineral-rich water. *Budapest: Budapest holds the title "City of Spas" since the year 1934, as it has more hot and medicinal water springs than any other capital city in the world. There are 118 springs in Budapest, providing over 70 million liters of hot water a day. The temperature of the waters is between 22degC and 40degC. *El Tatio: El Tatio is a geyser field located within the Andes Mountains of northern Chile at 4,320 meters above sea level. With over 80 active geysers, the site is the largest geyser field in the southern hemisphere and the third largest in the world. It is a major tourist attraction in Chile and is among the highest-elevation geyser fields in the world. The temperature of the waters goes between 70degC and 85degC. *Hokkaido: Visitors to the Japanese island of Hokkaido have plenty of options. These range from top resorts with thermal baths like the Spa Resort Hawaiians to small traditional inns that have their own small hot pools with water temperature comfortable to skin. Some bathing spots are outdoors and are not associated with any spa or inn. The classic forest and mountain landscapes of this nature-rich island make it a great choice for those seeking a science setting for their baths.
[ [ [ 0, 0, 3 ] ], [ [ 4, 0, 1 ], [ 2, 0, 1 ], [ 5, 10, 12 ], [ 7, 0, 2 ] ], [ [ 5, 21, 22 ], [ 7, 15, 16 ] ], [ [ 4, 7, 12 ] ], [ [ 5, 6, 6 ] ], [ [ 5, 17, 22 ] ], [ [ 7, 5, 6 ] ], [ [ 7, 8, 9 ] ], [ [ 7, 8, 8 ] ], [ [ 7, 13, 16 ] ], [ [ 7, 18, 20 ] ], [ [ 9, 0, 0 ], [ 11, 0, 0 ], [ 11, 15, 15 ], [ 12, 5, 5 ] ], [ [ 11, 24, 30 ] ], [ [ 11, 26, 26 ] ], [ [ 12, 2, 5 ] ], [ [ 12, 9, 14 ] ], [ [ 12, 15, 16 ] ], [ [ 12, 13, 14 ], [ 25, 25, 25 ], [ 20, 3, 4 ], [ 11, 21, 21 ], [ 13, 3, 4 ] ], [ [ 13, 0, 4 ], [ 20, 0, 4 ] ], [ [ 13, 7, 9 ] ], [ [ 13, 7, 7 ] ], [ [ 13, 9, 9 ] ], [ [ 17, 8, 19 ] ], [ [ 17, 12, 19 ] ], [ [ 17, 15, 19 ] ], [ [ 17, 18, 19 ] ], [ [ 17, 18, 18 ] ], [ [ 18, 2, 4 ] ], [ [ 18, 6, 7 ], [ 18, 9, 16 ], [ 18, 18, 23 ], [ 18, 9, 23 ], [ 15, 0, 1 ], [ 17, 0, 1 ], [ 17, 3, 19 ], [ 19, 0, 0 ], [ 19, 2, 7 ] ], [ [ 18, 14, 16 ] ], [ [ 19, 7, 7 ] ], [ [ 19, 4, 4 ] ], [ [ 19, 11, 17 ] ], [ [ 19, 16, 17 ], [ 18, 22, 23 ], [ 11, 29, 30 ] ], [ [ 20, 7, 7 ] ], [ [ 20, 9, 9 ] ], [ [ 20, 7, 9 ] ], [ [ 22, 0, 0 ], [ 24, 6, 6 ], [ 27, 7, 9 ], [ 27, 11, 11 ], [ 27, 12, 23 ] ], [ [ 24, 2, 6 ] ], [ [ 24, 8, 10 ] ], [ [ 24, 10, 10 ] ], [ [ 25, 14, 29 ], [ 25, 19, 19 ] ], [ [ 25, 19, 29 ] ], [ [ 25, 25, 29 ] ], [ [ 25, 29, 29 ], [ 5, 21, 21 ], [ 7, 15, 15 ] ], [ [ 26, 0, 2 ] ], [ [ 26, 10, 13 ] ], [ [ 27, 0, 9 ] ], [ [ 27, 18, 23 ] ], [ [ 27, 22, 23 ] ], [ [ 27, 22, 22 ], [ 27, 16, 23 ], [ 24, 0, 6 ] ], [ [ 6, 1, 1 ], [ 5, 0, 2 ] ], [ [ 6, 13, 13 ] ], [ [ 6, 15, 15 ] ], [ [ 6, 17, 17 ] ], [ [ 6, 18, 18 ] ], [ [ 11, 10, 11 ] ], [ [ 11, 12, 12 ] ], [ [ 11, 10, 12 ] ], [ [ 25, 9, 11 ], [ 25, 12, 12 ], [ 25, 9, 12 ] ], [ [ 27, 4, 4 ] ], [ [ 27, 2, 2 ] ], [ [ 4, 12, 12 ] ], [ [ 5, 8, 8 ] ], [ [ 5, 6, 8 ] ], [ [ 4, 5, 12 ], [ 4, 0, 3 ] ], [ [ 6, 0, 19 ] ], [ [ 6, 4, 19 ] ], [ [ 6, 10, 19 ] ], [ [ 7, 17, 20 ] ], [ [ 11, 2, 3 ], [ 11, 4, 8 ], [ 11, 2, 8 ] ], [ [ 11, 18, 22 ] ], [ [ 18, 11, 11 ], [ 19, 13, 13 ] ], [ [ 25, 0, 0 ] ], [ [ 25, 3, 12 ] ], [ [ 25, 6, 7 ] ], [ [ 26, 13, 13 ] ], [ [ 27, 19, 19 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36208
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (JJ American) (NNS doctors)) (VP (VBP say) (SBAR (IN that) (S (NP (NP (NNS mothers)) (SBAR (WHNP (WP who)) (S (VP (VBP smoke) (NP (NNS cigarettes)) (SBAR (IN before) (S (NP (PRP$ their) (NNS babies)) (VP (VBP are) (VP (VBN born))))))))) (VP (MD may) (VP (VB slow) (NP (NP (DT the) (NN growth)) (PP (IN of) (NP (NP (PRP$ their) (NNS babies) (POS ')) (NNS lungs))))))))) (. .)))" }, "speaker": null, "text": "American doctors say that mothers who smoke cigarettes before their babies are born may slow the growth of their babies' lungs.", "tokens": [ { "deprel": "amod", "end_char": 8, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "American", "misc": "", "start_char": 0, "text": "American", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 16, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "doctor", "misc": "", "start_char": 9, "text": "doctors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 20, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 17, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 25, "feats": null, "head": 15, "id": 4, "lemma": "that", "misc": "", "start_char": 21, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 33, "feats": "Number=Plur", "head": 15, "id": 5, "lemma": "mother", "misc": "", "start_char": 26, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 37, "feats": "PronType=Rel", "head": 7, "id": 6, "lemma": "who", "misc": "", "start_char": 34, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 43, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 7, "lemma": "smoke", "misc": "", "start_char": 38, "text": "smoke", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 54, "feats": "Number=Plur", "head": 7, "id": 8, "lemma": "cigarette", "misc": "", "start_char": 44, "text": "cigarettes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 61, "feats": null, "head": 13, "id": 9, "lemma": "before", "misc": "", "start_char": 55, "text": "before", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 67, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "their", "misc": "", "start_char": 62, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj:pass", "end_char": 74, "feats": "Number=Plur", "head": 13, "id": 11, "lemma": "baby", "misc": "", "start_char": 68, "text": "babies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 78, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 75, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 83, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 7, "id": 13, "lemma": "bear", "misc": "", "start_char": 79, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "aux", "end_char": 87, "feats": "VerbForm=Fin", "head": 15, "id": 14, "lemma": "may", "misc": "", "start_char": 84, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 92, "feats": "VerbForm=Inf", "head": 3, "id": 15, "lemma": "slow", "misc": "", "start_char": 88, "text": "slow", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 96, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 93, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 103, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "growth", "misc": "", "start_char": 97, "text": "growth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 106, "feats": null, "head": 22, "id": 18, "lemma": "of", "misc": "", "start_char": 104, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 112, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "their", "misc": "", "start_char": 107, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 119, "feats": "Number=Plur", "head": 22, "id": 20, "lemma": "baby", "misc": "", "start_char": 113, "text": "babies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 121, "feats": null, "head": 20, "id": 21, "lemma": "'s", "misc": "", "start_char": 120, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 127, "feats": "Number=Plur", "head": 17, "id": 22, "lemma": "lung", "misc": "", "start_char": 122, "text": "lungs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 129, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 128, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP say) (SBAR (S (NP (VBN reduced) (NN lung) (NN growth)) (VP (MD could) (VP (VB cause) (S (NP (DT the) (NNS babies)) (VP (TO to) (VP (VB suffer) (NP (NP (NN breathing) (NNS problems)) (CC and) (NP (NN lung) (NNS diseases))) (ADVP (ADVP (RBR later)) (PP (IN in) (NP (NN life)))))))))))) (. .)))" }, "speaker": null, "text": "They say reduced lung growth could cause the babies to suffer breathing problems and lung diseases later in life.", "tokens": [ { "deprel": "nsubj", "end_char": 134, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 130, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 138, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 135, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 146, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 3, "lemma": "reduce", "misc": "", "start_char": 139, "text": "reduced", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound", "end_char": 151, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "lung", "misc": "", "start_char": 147, "text": "lung", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 158, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "growth", "misc": "", "start_char": 152, "text": "growth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 164, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "could", "misc": "", "start_char": 159, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 170, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "cause", "misc": "", "start_char": 165, "text": "cause", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 174, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 171, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 181, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "baby", "misc": "", "start_char": 175, "text": "babies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 184, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 182, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 191, "feats": "VerbForm=Inf", "head": 7, "id": 11, "lemma": "suffer", "misc": "", "start_char": 185, "text": "suffer", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 201, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "breathing", "misc": "", "start_char": 192, "text": "breathing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 210, "feats": "Number=Plur", "head": 11, "id": 13, "lemma": "problem", "misc": "", "start_char": 202, "text": "problems", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 214, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 211, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 219, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "lung", "misc": "", "start_char": 215, "text": "lung", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 228, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "disease", "misc": "", "start_char": 220, "text": "diseases", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 234, "feats": "Degree=Cmp", "head": 11, "id": 17, "lemma": "late", "misc": "", "start_char": 229, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "case", "end_char": 237, "feats": null, "head": 19, "id": 18, "lemma": "in", "misc": "", "start_char": 235, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 242, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "life", "misc": "", "start_char": 238, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 244, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 243, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Doctors)) (PP (IN in) (NP (NP (NNP Boston)) (, ,) (NP (NNP Massachusetts))))) (VP (VBD studied) (NP (CD 1,000) (NNS children))) (. .)))" }, "speaker": null, "text": "Doctors in Boston, Massachusetts studied 1,000 children.", "tokens": [ { "deprel": "nsubj", "end_char": 252, "feats": "Number=Plur", "head": 6, "id": 1, "lemma": "doctor", "misc": "", "start_char": 245, "text": "Doctors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 255, "feats": null, "head": 3, "id": 2, "lemma": "in", "misc": "", "start_char": 253, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 262, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Boston", "misc": "", "start_char": 256, "text": "Boston", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 264, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 263, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 278, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Massachusetts", "misc": "", "start_char": 265, "text": "Massachusetts", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 286, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "study", "misc": "", "start_char": 279, "text": "studied", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 292, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "1000", "misc": "", "start_char": 287, "text": "1,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 301, "feats": "Number=Plur", "head": 6, "id": 8, "lemma": "child", "misc": "", "start_char": 293, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 303, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 302, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS mothers)) (PP (IN of) (NP (NP (DT some)) (PP (IN of) (NP (DT the) (NNS children)))))) (VP (VBD smoked) (, ,) (SBAR (IN while) (S (NP (DT the) (JJ other) (NNS mothers)) (VP (VBD did) (RB not))))) (. .)))" }, "speaker": null, "text": "The mothers of some of the children smoked, while the other mothers did not.", "tokens": [ { "deprel": "det", "end_char": 307, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 304, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 315, "feats": "Number=Plur", "head": 8, "id": 2, "lemma": "mother", "misc": "", "start_char": 308, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 318, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 316, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 323, "feats": null, "head": 2, "id": 4, "lemma": "some", "misc": "", "start_char": 319, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 326, "feats": null, "head": 7, "id": 5, "lemma": "of", "misc": "", "start_char": 324, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 330, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 327, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 339, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "child", "misc": "", "start_char": 331, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 346, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "smoke", "misc": "", "start_char": 340, "text": "smoked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 348, "feats": null, "head": 8, "id": 9, "lemma": ",", "misc": "", "start_char": 347, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 354, "feats": null, "head": 14, "id": 10, "lemma": "while", "misc": "", "start_char": 349, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 358, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 355, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 364, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "other", "misc": "", "start_char": 359, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 372, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "mother", "misc": "", "start_char": 365, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 376, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 14, "lemma": "do", "misc": "", "start_char": 373, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 380, "feats": null, "head": 14, "id": 15, "lemma": "not", "misc": "", "start_char": 377, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "punct", "end_char": 382, "feats": null, "head": 8, "id": 16, "lemma": ".", "misc": "", "start_char": 381, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NNS Doctors)) (VP (VBD found) (SBAR (SBAR (IN that) (S (NP (NP (DT the) (NNS lungs)) (PP (IN of) (NP (NP (DT the) (NNS children)) (SBAR (WHNP (WP$ whose) (NNS mothers)) (S (VP (VBD smoked))))))) (VP (VBD were) (ADJP (ADJP (NP (CD 8) (NN %)) (RBR less) (VBN developed)) (PP (IN than) (NP (NP (DT the) (NNS lungs)) (PP (IN of) (NP (NP (DT the) (NNS children)) (SBAR (WHNP (WP$ whose) (NNS mothers)) (S (VP (VBD did) (RB not) (VP (VB smoke))))))))))))) (, ,) (CC and) (SBAR (IN that) (S (NP (NP (DT the) (NNS children)) (SBAR (WHNP (WP$ whose) (NNS mothers)) (S (VP (VBD smoked))))) (VP (VBD had) (NP (NP (ADJP (NP (CD 25) (NN %)) (RBR more)) (ADJP (JJ cold) (CC and) (NN breathing)) (NNS diseases)) (PP (IN than) (NP (JJ other) (NNS children)))) (PP (ADVP (RBR later)) (PP (IN in) (NP (NN life))))))))) (. .)))" }, "speaker": null, "text": "Doctors found that the lungs of the children whose mothers smoked were 8% less developed than the lungs of the children whose mothers did not smoke, and that the children whose mothers smoked had 25% more cold and breathing diseases than other children later in life.", "tokens": [ { "deprel": "nsubj", "end_char": 390, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "doctor", "misc": "", "start_char": 383, "text": "Doctors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 396, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "find", "misc": "", "start_char": 391, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 401, "feats": null, "head": 16, "id": 3, "lemma": "that", "misc": "", "start_char": 397, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 405, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 402, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 411, "feats": "Number=Plur", "head": 16, "id": 5, "lemma": "lung", "misc": "", "start_char": 406, "text": "lungs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 414, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 412, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 418, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 415, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 427, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "child", "misc": "", "start_char": 419, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod:poss", "end_char": 433, "feats": "Poss=Yes|PronType=Rel", "head": 10, "id": 9, "lemma": "whose", "misc": "", "start_char": 428, "text": "whose", "upos": "PRON", "xpos": "WP$" }, { "deprel": "nsubj", "end_char": 441, "feats": "Number=Plur", "head": 11, "id": 10, "lemma": "mother", "misc": "", "start_char": 434, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 448, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 11, "lemma": "smoke", "misc": "", "start_char": 442, "text": "smoked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cop", "end_char": 453, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 12, "lemma": "be", "misc": "", "start_char": 449, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 455, "feats": "NumForm=Digit|NumType=Card", "head": 14, "id": 13, "lemma": "8", "misc": "", "start_char": 454, "text": "8", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 457, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "%", "misc": "", "start_char": 456, "text": "%", "upos": "SYM", "xpos": "NN" }, { "deprel": "advmod", "end_char": 462, "feats": "Degree=Cmp", "head": 16, "id": 15, "lemma": "less", "misc": "", "start_char": 458, "text": "less", "upos": "ADV", "xpos": "RBR" }, { "deprel": "ccomp", "end_char": 472, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 16, "lemma": "develop", "misc": "", "start_char": 463, "text": "developed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 477, "feats": null, "head": 19, "id": 17, "lemma": "than", "misc": "", "start_char": 473, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 481, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 478, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 487, "feats": "Number=Plur", "head": 16, "id": 19, "lemma": "lung", "misc": "", "start_char": 482, "text": "lungs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 490, "feats": null, "head": 22, "id": 20, "lemma": "of", "misc": "", "start_char": 488, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 494, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 491, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 503, "feats": "Number=Plur", "head": 19, "id": 22, "lemma": "child", "misc": "", "start_char": 495, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod:poss", "end_char": 509, "feats": "Poss=Yes|PronType=Rel", "head": 24, "id": 23, "lemma": "whose", "misc": "", "start_char": 504, "text": "whose", "upos": "PRON", "xpos": "WP$" }, { "deprel": "nsubj", "end_char": 517, "feats": "Number=Plur", "head": 27, "id": 24, "lemma": "mother", "misc": "", "start_char": 510, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 521, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 27, "id": 25, "lemma": "do", "misc": "", "start_char": 518, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 525, "feats": null, "head": 27, "id": 26, "lemma": "not", "misc": "", "start_char": 522, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 531, "feats": "VerbForm=Inf", "head": 22, "id": 27, "lemma": "smoke", "misc": "", "start_char": 526, "text": "smoke", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 533, "feats": null, "head": 36, "id": 28, "lemma": ",", "misc": "", "start_char": 532, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 537, "feats": null, "head": 36, "id": 29, "lemma": "and", "misc": "", "start_char": 534, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 542, "feats": null, "head": 36, "id": 30, "lemma": "that", "misc": "", "start_char": 538, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 546, "feats": "Definite=Def|PronType=Art", "head": 32, "id": 31, "lemma": "the", "misc": "", "start_char": 543, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 555, "feats": "Number=Plur", "head": 36, "id": 32, "lemma": "child", "misc": "", "start_char": 547, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nmod:poss", "end_char": 561, "feats": "Poss=Yes|PronType=Rel", "head": 34, "id": 33, "lemma": "whose", "misc": "", "start_char": 556, "text": "whose", "upos": "PRON", "xpos": "WP$" }, { "deprel": "nsubj", "end_char": 569, "feats": "Number=Plur", "head": 35, "id": 34, "lemma": "mother", "misc": "", "start_char": 562, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl:relcl", "end_char": 576, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 32, "id": 35, "lemma": "smoke", "misc": "", "start_char": 570, "text": "smoked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "conj", "end_char": 580, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 36, "lemma": "have", "misc": "", "start_char": 577, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 583, "feats": "NumForm=Digit|NumType=Card", "head": 38, "id": 37, "lemma": "25", "misc": "", "start_char": 581, "text": "25", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 585, "feats": "Number=Sing", "head": 39, "id": 38, "lemma": "%", "misc": "", "start_char": 584, "text": "%", "upos": "SYM", "xpos": "NN" }, { "deprel": "advmod", "end_char": 590, "feats": "Degree=Cmp", "head": 40, "id": 39, "lemma": "more", "misc": "", "start_char": 586, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "amod", "end_char": 595, "feats": "Degree=Pos", "head": 43, "id": 40, "lemma": "cold", "misc": "", "start_char": 591, "text": "cold", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 599, "feats": null, "head": 42, "id": 41, "lemma": "and", "misc": "", "start_char": 596, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 609, "feats": "Number=Sing", "head": 40, "id": 42, "lemma": "breathing", "misc": "", "start_char": 600, "text": "breathing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 618, "feats": "Number=Plur", "head": 36, "id": 43, "lemma": "disease", "misc": "", "start_char": 610, "text": "diseases", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 623, "feats": null, "head": 46, "id": 44, "lemma": "than", "misc": "", "start_char": 619, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 629, "feats": "Degree=Pos", "head": 46, "id": 45, "lemma": "other", "misc": "", "start_char": 624, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 638, "feats": "Number=Plur", "head": 36, "id": 46, "lemma": "child", "misc": "", "start_char": 630, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 644, "feats": "Degree=Cmp", "head": 46, "id": 47, "lemma": "late", "misc": "", "start_char": 639, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "case", "end_char": 647, "feats": null, "head": 49, "id": 48, "lemma": "in", "misc": "", "start_char": 645, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 652, "feats": "Number=Sing", "head": 47, "id": 49, "lemma": "life", "misc": "", "start_char": 648, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 654, "feats": null, "head": 2, "id": 50, "lemma": ".", "misc": "", "start_char": 653, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 656, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 655, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (DT Another) (JJ recent) (NN study)) (VP (VBD found) (SBAR (IN that) (S (NP (NNS children)) (VP (VBD had) (NP (NP (DT a) (JJR greater) (NN chance)) (PP (IN of) (S (VP (VBG having) (NP (NN lung) (NN cancer)) (SBAR (IN if) (S (NP (PRP$ their) (NNS mothers)) (VP (VBD smoked)))))))))))) (. .)))" }, "speaker": null, "text": "Another recent study found that children had a greater chance of having lung cancer if their mothers smoked.", "tokens": [ { "deprel": "det", "end_char": 664, "feats": null, "head": 3, "id": 1, "lemma": "another", "misc": "", "start_char": 657, "text": "Another", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 671, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "recent", "misc": "", "start_char": 665, "text": "recent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 677, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "study", "misc": "", "start_char": 672, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 683, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "find", "misc": "", "start_char": 678, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 688, "feats": null, "head": 7, "id": 5, "lemma": "that", "misc": "", "start_char": 684, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 697, "feats": "Number=Plur", "head": 7, "id": 6, "lemma": "child", "misc": "", "start_char": 689, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 701, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 7, "lemma": "have", "misc": "", "start_char": 698, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 703, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 702, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 711, "feats": "Degree=Cmp", "head": 10, "id": 9, "lemma": "great", "misc": "", "start_char": 704, "text": "greater", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 718, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "chance", "misc": "", "start_char": 712, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 721, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 719, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 728, "feats": "VerbForm=Ger", "head": 10, "id": 12, "lemma": "have", "misc": "", "start_char": 722, "text": "having", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 733, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "lung", "misc": "", "start_char": 729, "text": "lung", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 740, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "cancer", "misc": "", "start_char": 734, "text": "cancer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 743, "feats": null, "head": 18, "id": 15, "lemma": "if", "misc": "", "start_char": 741, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 749, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "their", "misc": "", "start_char": 744, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 757, "feats": "Number=Plur", "head": 18, "id": 17, "lemma": "mother", "misc": "", "start_char": 750, "text": "mothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 764, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 18, "lemma": "smoke", "misc": "", "start_char": 758, "text": "smoked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 766, "feats": null, "head": 4, "id": 19, "lemma": ".", "misc": "", "start_char": 765, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN study)) (ADVP (RB also)) (VP (VBD showed) (SBAR (SBAR (IN that) (S (NP (NP (DT the) (NN danger)) (PP (IN of) (NP (NN cancer)))) (VP (VBD increased) (PP (PP (ADVP (RB only)) (IN for) (NP (NNS sons))) (CC and) (RB not) (PP (IN for) (NP (NNS daughters))))))) (, ,) (CC and) (SBAR (IN that) (S (NP (NP (DT the) (NN father) (POS 's)) (NN smoking)) (VP (VBD did) (RB not) (VP (VB affect) (NP (NP (NP (DT a) (NN child) (POS 's)) (NN chance)) (PP (IN of) (S (VP (VBG suffering) (PP (IN from) (NP (NN lung) (NN cancer))))))))))))) (. .)))" }, "speaker": null, "text": "The study also showed that the danger of cancer increased only for sons and not for daughters, and that the father's smoking did not affect a child's chance of suffering from lung cancer.", "tokens": [ { "deprel": "det", "end_char": 770, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 767, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 776, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "study", "misc": "", "start_char": 771, "text": "study", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 781, "feats": null, "head": 4, "id": 3, "lemma": "also", "misc": "", "start_char": 777, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 788, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "show", "misc": "", "start_char": 782, "text": "showed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 793, "feats": null, "head": 10, "id": 5, "lemma": "that", "misc": "", "start_char": 789, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 797, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 794, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 804, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "danger", "misc": "", "start_char": 798, "text": "danger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 807, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 805, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 814, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "cancer", "misc": "", "start_char": 808, "text": "cancer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "ccomp", "end_char": 824, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 10, "lemma": "increase", "misc": "", "start_char": 815, "text": "increased", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 829, "feats": null, "head": 13, "id": 11, "lemma": "only", "misc": "", "start_char": 825, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 833, "feats": null, "head": 13, "id": 12, "lemma": "for", "misc": "", "start_char": 830, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 838, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "son", "misc": "", "start_char": 834, "text": "sons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 842, "feats": null, "head": 17, "id": 14, "lemma": "and", "misc": "", "start_char": 839, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 846, "feats": null, "head": 17, "id": 15, "lemma": "not", "misc": "", "start_char": 843, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "case", "end_char": 850, "feats": null, "head": 17, "id": 16, "lemma": "for", "misc": "", "start_char": 847, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "conj", "end_char": 860, "feats": "Number=Plur", "head": 13, "id": 17, "lemma": "daughter", "misc": "", "start_char": 851, "text": "daughters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 862, "feats": null, "head": 27, "id": 18, "lemma": ",", "misc": "", "start_char": 861, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 866, "feats": null, "head": 27, "id": 19, "lemma": "and", "misc": "", "start_char": 863, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 871, "feats": null, "head": 27, "id": 20, "lemma": "that", "misc": "", "start_char": 867, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 875, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 21, "lemma": "the", "misc": "", "start_char": 872, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 882, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "father", "misc": "", "start_char": 876, "text": "father", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 885, "feats": null, "head": 22, "id": 23, "lemma": "'s", "misc": "", "start_char": 883, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 893, "feats": "Number=Sing", "head": 27, "id": 24, "lemma": "smoking", "misc": "", "start_char": 886, "text": "smoking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 897, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 27, "id": 25, "lemma": "do", "misc": "", "start_char": 894, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 901, "feats": null, "head": 27, "id": 26, "lemma": "not", "misc": "", "start_char": 898, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 908, "feats": "VerbForm=Inf", "head": 10, "id": 27, "lemma": "affect", "misc": "", "start_char": 902, "text": "affect", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 910, "feats": "Definite=Ind|PronType=Art", "head": 29, "id": 28, "lemma": "a", "misc": "", "start_char": 909, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 916, "feats": "Number=Sing", "head": 31, "id": 29, "lemma": "child", "misc": "", "start_char": 911, "text": "child", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 919, "feats": null, "head": 29, "id": 30, "lemma": "'s", "misc": "", "start_char": 917, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 926, "feats": "Number=Sing", "head": 27, "id": 31, "lemma": "chance", "misc": "", "start_char": 920, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 929, "feats": null, "head": 33, "id": 32, "lemma": "of", "misc": "", "start_char": 927, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 939, "feats": "VerbForm=Ger", "head": 31, "id": 33, "lemma": "suffer", "misc": "", "start_char": 930, "text": "suffering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 944, "feats": null, "head": 36, "id": 34, "lemma": "from", "misc": "", "start_char": 940, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 949, "feats": "Number=Sing", "head": 36, "id": 35, "lemma": "lung", "misc": "", "start_char": 945, "text": "lung", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 956, "feats": "Number=Sing", "head": 33, "id": 36, "lemma": "cancer", "misc": "", "start_char": 950, "text": "cancer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 958, "feats": null, "head": 4, "id": 37, "lemma": ".", "misc": "", "start_char": 957, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
American doctors say that mothers who smoke cigarettes before their babies are born may slow the growth of their babies' lungs. They say reduced lung growth could cause the babies to suffer breathing problems and lung diseases later in life. Doctors in Boston, Massachusetts studied 1,000 children. The mothers of some of the children smoked, while the other mothers did not. Doctors found that the lungs of the children whose mothers smoked were 8% less developed than the lungs of the children whose mothers did not smoke, and that the children whose mothers smoked had 25% more cold and breathing diseases than other children later in life. Another recent study found that children had a greater chance of having lung cancer if their mothers smoked. The study also showed that the danger of cancer increased only for sons and not for daughters, and that the father's smoking did not affect a child's chance of suffering from lung cancer.
[ [ [ 0, 0, 1 ], [ 1, 0, 0 ] ], [ [ 0, 7, 7 ] ], [ [ 0, 15, 21 ] ], [ [ 0, 18, 21 ] ], [ [ 1, 3, 3 ], [ 1, 14, 14 ], [ 6, 12, 12 ], [ 7, 34, 34 ] ], [ [ 1, 11, 12 ] ], [ [ 1, 14, 15 ] ], [ [ 1, 18, 18 ], [ 4, 48, 48 ] ], [ [ 2, 2, 2 ], [ 2, 2, 4 ] ], [ [ 2, 4, 4 ] ], [ [ 2, 6, 7 ], [ 3, 5, 6 ] ], [ [ 3, 0, 6 ] ], [ [ 3, 3, 6 ] ], [ [ 3, 10, 12 ] ], [ [ 4, 3, 10 ] ], [ [ 4, 6, 10 ], [ 4, 30, 34 ] ], [ [ 4, 17, 26 ] ], [ [ 4, 20, 26 ] ], [ [ 4, 33, 33 ], [ 4, 9, 9 ], [ 4, 23, 23 ] ], [ [ 4, 44, 45 ] ], [ [ 6, 0, 2 ], [ 7, 0, 1 ] ], [ [ 6, 7, 13 ] ], [ [ 6, 11, 13 ] ], [ [ 6, 12, 13 ], [ 7, 34, 35 ] ], [ [ 6, 15, 16 ] ], [ [ 6, 15, 15 ], [ 6, 5, 5 ] ], [ [ 7, 5, 8 ] ], [ [ 7, 8, 8 ] ], [ [ 7, 12, 12 ] ], [ [ 7, 16, 16 ] ], [ [ 7, 20, 23 ] ], [ [ 7, 20, 22 ] ], [ [ 7, 27, 35 ] ], [ [ 7, 27, 29 ] ], [ [ 7, 32, 35 ] ], [ [ 2, 0, 0 ], [ 4, 0, 0 ] ], [ [ 4, 12, 15 ] ], [ [ 4, 36, 42 ] ], [ [ 0, 4, 12 ], [ 0, 18, 18 ], [ 0, 9, 9 ] ], [ [ 0, 9, 10 ], [ 0, 18, 20 ], [ 1, 7, 8 ] ], [ [ 1, 3, 4 ] ], [ [ 1, 11, 15 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36209
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SBARQ (`` ``) (WHNP (WP Who)) (SQ (VP (VBZ is) (NP (DT that)))) (. ?) ('' '')))" }, "speaker": null, "text": "\"Who is that?\"", "tokens": [ { "deprel": "punct", "end_char": 2, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 0, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 6, "feats": "PronType=Int", "head": 4, "id": 2, "lemma": "who", "misc": "", "start_char": 3, "text": "Who", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 7, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 14, "feats": "Number=Sing|PronType=Dem", "head": 0, "id": 4, "lemma": "that", "misc": "", "start_char": 10, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 16, "feats": null, "head": 4, "id": 5, "lemma": "?", "misc": "", "start_char": 15, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 19, "feats": null, "head": 4, "id": 6, "lemma": "''", "misc": "", "start_char": 17, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (VP (VBG watching) (NP (NP (DT the) (NN movie)) (, ,) (NP (NML (NNP Silver) (NNPS Linings)) (NNP Playbook)) (, ,)) (PP (IN at) (NP (DT the) (NNP Toronto) (NNP International) (NNP Film) (NNP Festival))) (PP (IN in) (NP (JJ early) (NNP September)))))) (, ,) (NP (NP (DT the) (NN woman)) (VP (VBG sitting) (ADVP (RB next)))) (VP (VBD asked) (NP (PRP me))) (. .)))" }, "speaker": null, "text": "When watching the movie, Silver Linings Playbook, at the Toronto International Film Festival in early September, the woman sitting next asked me.", "tokens": [ { "deprel": "advmod", "end_char": 24, "feats": "PronType=Int", "head": 2, "id": 1, "lemma": "when", "misc": "", "start_char": 20, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "advcl", "end_char": 33, "feats": "VerbForm=Ger", "head": 24, "id": 2, "lemma": "watch", "misc": "", "start_char": 25, "text": "watching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 37, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 34, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 43, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "movie", "misc": "", "start_char": 38, "text": "movie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 45, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 44, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 52, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "Silver", "misc": "", "start_char": 46, "text": "Silver", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 60, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "Linings", "misc": "", "start_char": 53, "text": "Linings", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "appos", "end_char": 69, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "Playbook", "misc": "", "start_char": 61, "text": "Playbook", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 71, "feats": null, "head": 2, "id": 9, "lemma": ",", "misc": "", "start_char": 70, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 74, "feats": null, "head": 15, "id": 10, "lemma": "at", "misc": "", "start_char": 72, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 78, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 11, "lemma": "the", "misc": "", "start_char": 75, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 86, "feats": "Number=Sing", "head": 15, "id": 12, "lemma": "Toronto", "misc": "", "start_char": 79, "text": "Toronto", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 100, "feats": "Degree=Pos|Number=Sing", "head": 15, "id": 13, "lemma": "International", "misc": "", "start_char": 87, "text": "International", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 105, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Film", "misc": "", "start_char": 101, "text": "Film", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 114, "feats": "Number=Sing", "head": 2, "id": 15, "lemma": "Festival", "misc": "", "start_char": 106, "text": "Festival", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 117, "feats": null, "head": 18, "id": 16, "lemma": "in", "misc": "", "start_char": 115, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 123, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "early", "misc": "", "start_char": 118, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 133, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "September", "misc": "", "start_char": 124, "text": "September", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 135, "feats": null, "head": 2, "id": 19, "lemma": ",", "misc": "", "start_char": 134, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 139, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 136, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 145, "feats": "Number=Sing", "head": 24, "id": 21, "lemma": "woman", "misc": "", "start_char": 140, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 153, "feats": "VerbForm=Ger", "head": 21, "id": 22, "lemma": "sit", "misc": "", "start_char": 146, "text": "sitting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 158, "feats": null, "head": 22, "id": 23, "lemma": "next", "misc": "", "start_char": 154, "text": "next", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 164, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 24, "lemma": "ask", "misc": "", "start_char": 159, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 167, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 24, "id": 25, "lemma": "I", "misc": "", "start_char": 165, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 169, "feats": null, "head": 24, "id": 26, "lemma": ".", "misc": "", "start_char": 168, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 171, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 170, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD seemed) (S (VP (TO to) (VP (VB be) (NP (DT a) (JJ strange) (NN question)))))) (. .)))" }, "speaker": null, "text": "It seemed to be a strange question.", "tokens": [ { "deprel": "nsubj", "end_char": 174, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 172, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 181, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "seem", "misc": "", "start_char": 175, "text": "seemed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 184, "feats": null, "head": 7, "id": 3, "lemma": "to", "misc": "", "start_char": 182, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 187, "feats": "VerbForm=Inf", "head": 7, "id": 4, "lemma": "be", "misc": "", "start_char": 185, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 189, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 188, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 197, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "strange", "misc": "", "start_char": 190, "text": "strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 206, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "question", "misc": "", "start_char": 198, "text": "question", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 208, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 207, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD wanted) (S (VP (TO to) (VP (VB ask) (SBAR (IN if) (S (NP (PRP she)) (ADVP (RB ever)) (VP (VBD saw) (NP (NP (NP (DT a) (JJ little) (NN movie)) (VP (VBN called) (S (NP (DT The) (NNP Hunger) (NNPS Games))))) (, ,) (CC or) (NP (NP (DT the) (JJ Oscar-nominated) (NN movie)) (NP (NP (NNP Winter) (POS 's)) (NNP Bone))))))))))) (. .)))" }, "speaker": null, "text": "I wanted to ask if she ever saw a little movie called The Hunger Games, or the Oscar-nominated movie Winter's Bone.", "tokens": [ { "deprel": "nsubj", "end_char": 210, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 209, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 217, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "want", "misc": "", "start_char": 211, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 220, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 218, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 224, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "ask", "misc": "", "start_char": 221, "text": "ask", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 227, "feats": null, "head": 8, "id": 5, "lemma": "if", "misc": "", "start_char": 225, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 231, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "she", "misc": "", "start_char": 228, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 236, "feats": null, "head": 8, "id": 7, "lemma": "ever", "misc": "", "start_char": 232, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 240, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 8, "lemma": "see", "misc": "", "start_char": 237, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 242, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 241, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 249, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "little", "misc": "", "start_char": 243, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 255, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "movie", "misc": "", "start_char": 250, "text": "movie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 262, "feats": "Tense=Past|VerbForm=Part", "head": 11, "id": 12, "lemma": "call", "misc": "", "start_char": 256, "text": "called", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 266, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 263, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 273, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Hunger", "misc": "", "start_char": 267, "text": "Hunger", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 279, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "Game", "misc": "", "start_char": 274, "text": "Games", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "punct", "end_char": 281, "feats": null, "head": 23, "id": 16, "lemma": ",", "misc": "", "start_char": 280, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 284, "feats": null, "head": 23, "id": 17, "lemma": "or", "misc": "", "start_char": 282, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 288, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 18, "lemma": "the", "misc": "", "start_char": 285, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 304, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "oscar-nominated", "misc": "", "start_char": 289, "text": "Oscar-nominated", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 310, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "movie", "misc": "", "start_char": 305, "text": "movie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod:poss", "end_char": 317, "feats": "Number=Sing", "head": 23, "id": 21, "lemma": "Winter", "misc": "", "start_char": 311, "text": "Winter", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 320, "feats": null, "head": 21, "id": 22, "lemma": "'s", "misc": "", "start_char": 318, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "conj", "end_char": 325, "feats": "Number=Sing", "head": 11, "id": 23, "lemma": "Bone", "misc": "", "start_char": 321, "text": "Bone", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 327, "feats": null, "head": 2, "id": 24, "lemma": ".", "misc": "", "start_char": 326, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Instead)) (, ,) (NP (PRP I)) (ADVP (RB just)) (VP (VBD answered) (, ,) (`` ``) (NP (NNP Jennifer) (NNP Lawrence))) (. .) ('' '')))" }, "speaker": null, "text": "Instead, I just answered, \"Jennifer Lawrence.\"", "tokens": [ { "deprel": "advmod", "end_char": 335, "feats": null, "head": 5, "id": 1, "lemma": "instead", "misc": "", "start_char": 328, "text": "Instead", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 337, "feats": null, "head": 5, "id": 2, "lemma": ",", "misc": "", "start_char": 336, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 339, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 3, "lemma": "I", "misc": "", "start_char": 338, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 344, "feats": null, "head": 5, "id": 4, "lemma": "just", "misc": "", "start_char": 340, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 353, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "answer", "misc": "", "start_char": 345, "text": "answered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 355, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 354, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 358, "feats": null, "head": 8, "id": 7, "lemma": "``", "misc": "", "start_char": 356, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 367, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "Jennifer", "misc": "", "start_char": 359, "text": "Jennifer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 376, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "Lawrence", "misc": "", "start_char": 368, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 378, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 377, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 381, "feats": null, "head": 5, "id": 11, "lemma": "''", "misc": "", "start_char": 379, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP I)) (VP (VBD wondered) (SBAR (WHADVP (WRB how)) (S (NP (DT a) (NN moviegoer)) (VP (VBZ does) (RB not) (VP (VB recognize) (NP (NNP Lawrence))))))) (. !)))" }, "speaker": null, "text": "But I wondered how a moviegoer does not recognize Lawrence!", "tokens": [ { "deprel": "cc", "end_char": 385, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 382, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 387, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 386, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 396, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "wonder", "misc": "", "start_char": 388, "text": "wondered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 400, "feats": "PronType=Int", "head": 9, "id": 4, "lemma": "how", "misc": "", "start_char": 397, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 402, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 401, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 412, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "moviegoer", "misc": "", "start_char": 403, "text": "moviegoer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 417, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "do", "misc": "", "start_char": 413, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 421, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 418, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 431, "feats": "VerbForm=Inf", "head": 3, "id": 9, "lemma": "recognize", "misc": "", "start_char": 422, "text": "recognize", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 440, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "Lawrence", "misc": "", "start_char": 432, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 442, "feats": null, "head": 3, "id": 11, "lemma": "!", "misc": "", "start_char": 441, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (S (SBAR (IN As) (S (S (NP (NML (NNP Silver) (NNPS Linings)) (NNP Playbook)) (VP (VBD continued) (S (VP (TO to) (VP (VB unfold)))))) (CC and) (S (NP (NNP Lawrence)) (VP (VBD revealed) (NP (PRP herself)) (PP (IN as) (NP (DT a) (JJ wonderful) (JJ comic) (NN actress))))))) (, ,) (NP (PRP it)) (VP (VBD hit) (NP (PRP me)))) (: :) (S (NP (DT this) (NN woman)) (ADVP (RB probably)) (VP (VBZ has) (ADVP (RB never)) (VP (VBN seen) (S (NP (NNP Jennifer) (NNP Lawrence)) (VP (VB smile) (ADVP (RB before))))))) (. .)))" }, "speaker": null, "text": "As Silver Linings Playbook continued to unfold and Lawrence revealed herself as a wonderful comic actress, it hit me: this woman probably has never seen Jennifer Lawrence smile before.", "tokens": [ { "deprel": "mark", "end_char": 445, "feats": null, "head": 5, "id": 1, "lemma": "as", "misc": "", "start_char": 443, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 452, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "Silver", "misc": "", "start_char": 446, "text": "Silver", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 460, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "Linings", "misc": "", "start_char": 453, "text": "Linings", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "nsubj", "end_char": 469, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Playbook", "misc": "", "start_char": 461, "text": "Playbook", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 479, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 5, "lemma": "continue", "misc": "", "start_char": 470, "text": "continued", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 482, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 480, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 489, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "unfold", "misc": "", "start_char": 483, "text": "unfold", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 493, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 490, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 502, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Lawrence", "misc": "", "start_char": 494, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 511, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 10, "lemma": "reveal", "misc": "", "start_char": 503, "text": "revealed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 519, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 10, "id": 11, "lemma": "herself", "misc": "", "start_char": 512, "text": "herself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 522, "feats": null, "head": 16, "id": 12, "lemma": "as", "misc": "", "start_char": 520, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 524, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 13, "lemma": "a", "misc": "", "start_char": 523, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 534, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "wonderful", "misc": "", "start_char": 525, "text": "wonderful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 540, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "comic", "misc": "", "start_char": 535, "text": "comic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 548, "feats": "Number=Sing", "head": 10, "id": 16, "lemma": "actress", "misc": "", "start_char": 541, "text": "actress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 550, "feats": null, "head": 5, "id": 17, "lemma": ",", "misc": "", "start_char": 549, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 553, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 18, "lemma": "it", "misc": "", "start_char": 551, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 557, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 19, "lemma": "hit", "misc": "", "start_char": 554, "text": "hit", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 560, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 19, "id": 20, "lemma": "I", "misc": "", "start_char": 558, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 562, "feats": null, "head": 19, "id": 21, "lemma": ":", "misc": "", "start_char": 561, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 567, "feats": "Number=Sing|PronType=Dem", "head": 23, "id": 22, "lemma": "this", "misc": "", "start_char": 563, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 573, "feats": "Number=Sing", "head": 27, "id": 23, "lemma": "woman", "misc": "", "start_char": 568, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 582, "feats": null, "head": 27, "id": 24, "lemma": "probably", "misc": "", "start_char": 574, "text": "probably", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux", "end_char": 586, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 27, "id": 25, "lemma": "have", "misc": "", "start_char": 583, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 592, "feats": null, "head": 27, "id": 26, "lemma": "never", "misc": "", "start_char": 587, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 597, "feats": "Tense=Past|VerbForm=Part", "head": 19, "id": 27, "lemma": "see", "misc": "", "start_char": 593, "text": "seen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 606, "feats": "Number=Sing", "head": 27, "id": 28, "lemma": "Jennifer", "misc": "", "start_char": 598, "text": "Jennifer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 615, "feats": "Number=Sing", "head": 28, "id": 29, "lemma": "Lawrence", "misc": "", "start_char": 607, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 621, "feats": "VerbForm=Inf", "head": 27, "id": 30, "lemma": "smile", "misc": "", "start_char": 616, "text": "smile", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 628, "feats": null, "head": 30, "id": 31, "lemma": "before", "misc": "", "start_char": 622, "text": "before", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 630, "feats": null, "head": 19, "id": 32, "lemma": ".", "misc": "", "start_char": 629, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT That)) (VP (VBZ is) (NP (NP (DT the) (NN thing)) (VP (VBG throwing) (NP (PRP her))))) (. .)))" }, "speaker": null, "text": "That is the thing throwing her.", "tokens": [ { "deprel": "nsubj", "end_char": 635, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 1, "lemma": "that", "misc": "", "start_char": 631, "text": "That", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 638, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 636, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 642, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 639, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 648, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "thing", "misc": "", "start_char": 643, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 657, "feats": "VerbForm=Ger", "head": 4, "id": 5, "lemma": "throw", "misc": "", "start_char": 649, "text": "throwing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 661, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 6, "lemma": "her", "misc": "", "start_char": 658, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 663, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 662, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 665, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 664, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NNS Audiences)) (VP (MD will) (VP (VB have) (NP (DT the) (NN opportunity) (S (VP (TO to) (VP (VB watch) (NP (NP (NP (NNP Lawrence) (POS 's)) (NN performance)) (PP (IN in) (NP (NML (NNP Silver) (NNPS Linings)) (NNP Playbook)))) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NN film)) (VP (VBZ opens) (PP (IN in) (NP (JJ limited) (NN release))) (PP (IN before) (NP (DT a) (NML (NNP Thanksgiving) (NN weekend)) (NN blowout) (NN expansion)))))))))))) (. .)))" }, "speaker": null, "text": "Audiences will have the opportunity to watch Lawrence's performance in Silver Linings Playbook when the film opens in limited release before a Thanksgiving weekend blowout expansion.", "tokens": [ { "deprel": "nsubj", "end_char": 675, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "audience", "misc": "", "start_char": 666, "text": "Audiences", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 680, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 676, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 685, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 681, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 689, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 686, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 701, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "opportunity", "misc": "", "start_char": 690, "text": "opportunity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 704, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 702, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 710, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "watch", "misc": "", "start_char": 705, "text": "watch", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 719, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "Lawrence", "misc": "", "start_char": 711, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 722, "feats": null, "head": 8, "id": 9, "lemma": "'s", "misc": "", "start_char": 720, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 734, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "performance", "misc": "", "start_char": 723, "text": "performance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 737, "feats": null, "head": 14, "id": 11, "lemma": "in", "misc": "", "start_char": 735, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 744, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "Silver", "misc": "", "start_char": 738, "text": "Silver", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 752, "feats": "Number=Plur", "head": 14, "id": 13, "lemma": "Linings", "misc": "", "start_char": 745, "text": "Linings", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "nmod", "end_char": 761, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "Playbook", "misc": "", "start_char": 753, "text": "Playbook", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 766, "feats": "PronType=Int", "head": 18, "id": 15, "lemma": "when", "misc": "", "start_char": 762, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 770, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 767, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 775, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "film", "misc": "", "start_char": 771, "text": "film", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 781, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 18, "lemma": "open", "misc": "", "start_char": 776, "text": "opens", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 784, "feats": null, "head": 21, "id": 19, "lemma": "in", "misc": "", "start_char": 782, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 792, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "limited", "misc": "", "start_char": 785, "text": "limited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 800, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "release", "misc": "", "start_char": 793, "text": "release", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 807, "feats": null, "head": 27, "id": 22, "lemma": "before", "misc": "", "start_char": 801, "text": "before", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 809, "feats": "Definite=Ind|PronType=Art", "head": 27, "id": 23, "lemma": "a", "misc": "", "start_char": 808, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 822, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "Thanksgiving", "misc": "", "start_char": 810, "text": "Thanksgiving", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 830, "feats": "Number=Sing", "head": 27, "id": 25, "lemma": "weekend", "misc": "", "start_char": 823, "text": "weekend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 838, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "blowout", "misc": "", "start_char": 831, "text": "blowout", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 848, "feats": "Number=Sing", "head": 18, "id": 27, "lemma": "expansion", "misc": "", "start_char": 839, "text": "expansion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 850, "feats": null, "head": 3, "id": 28, "lemma": ".", "misc": "", "start_char": 849, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ 22-year-old) (NN actress)) (VP (VBZ heads) (NP (NP (NP (DT this) (NN year) (POS 's)) (NML (JJ lead) (NN actress)) (NNP Oscar) (NN race)) (PP (IN by) (NP (DT a) (NN country) (NN mile))))) (. .)))" }, "speaker": null, "text": "The 22-year-old actress heads this year's lead actress Oscar race by a country mile.", "tokens": [ { "deprel": "det", "end_char": 854, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 851, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 866, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "22-year-old", "misc": "", "start_char": 855, "text": "22-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 874, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "actress", "misc": "", "start_char": 867, "text": "actress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 880, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "head", "misc": "", "start_char": 875, "text": "heads", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 885, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 5, "lemma": "this", "misc": "", "start_char": 881, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 890, "feats": "Number=Sing", "head": 11, "id": 6, "lemma": "year", "misc": "", "start_char": 886, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 893, "feats": null, "head": 6, "id": 7, "lemma": "'s", "misc": "", "start_char": 891, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 898, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "lead", "misc": "", "start_char": 894, "text": "lead", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 906, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "actress", "misc": "", "start_char": 899, "text": "actress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 912, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "Oscar", "misc": "", "start_char": 907, "text": "Oscar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 917, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "race", "misc": "", "start_char": 913, "text": "race", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 920, "feats": null, "head": 15, "id": 12, "lemma": "by", "misc": "", "start_char": 918, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 922, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 13, "lemma": "a", "misc": "", "start_char": 921, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 930, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "country", "misc": "", "start_char": 923, "text": "country", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 935, "feats": "Number=Sing", "head": 4, "id": 15, "lemma": "mile", "misc": "", "start_char": 931, "text": "mile", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 937, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 936, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Here)) (VP (VBZ 's)) (NP (NP (DT an) (JJ early) (JJ main) (NN list)) (PP (IN of) (NP (NP (DT some) (NNS competitors)) (PP (IN in) (NP (DT this) (NN category)))))) (. .)))" }, "speaker": null, "text": "Here's an early main list of some competitors in this category.", "tokens": [ { "deprel": "root", "end_char": 942, "feats": "PronType=Dem", "head": 0, "id": 1, "lemma": "here", "misc": "", "start_char": 938, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 945, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 943, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 948, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 946, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 954, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "early", "misc": "", "start_char": 949, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 959, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "main", "misc": "", "start_char": 955, "text": "main", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 964, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "list", "misc": "", "start_char": 960, "text": "list", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 967, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 965, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 972, "feats": null, "head": 9, "id": 8, "lemma": "some", "misc": "", "start_char": 968, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 984, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "competitor", "misc": "", "start_char": 973, "text": "competitors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 987, "feats": null, "head": 12, "id": 10, "lemma": "in", "misc": "", "start_char": 985, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 992, "feats": "Number=Sing|PronType=Dem", "head": 12, "id": 11, "lemma": "this", "misc": "", "start_char": 988, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1001, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "category", "misc": "", "start_char": 993, "text": "category", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1003, "feats": null, "head": 1, "id": 13, "lemma": ".", "misc": "", "start_char": 1002, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1005, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1004, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NP (LS 1) (. .)))" }, "speaker": null, "text": "1.", "tokens": [ { "deprel": "root", "end_char": 1007, "feats": null, "head": 0, "id": 1, "lemma": "1", "misc": "", "start_char": 1006, "text": "1", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 1009, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 1008, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Jennifer) (NNP Lawrence)) (PP (IN in) (NP (NNP Silver) (NNP Linings) (NNP Playbook)))))" }, "speaker": null, "text": "Jennifer Lawrence in Silver Linings Playbook", "tokens": [ { "deprel": "root", "end_char": 1018, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Jennifer", "misc": "", "start_char": 1010, "text": "Jennifer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1027, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Lawrence", "misc": "", "start_char": 1019, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1030, "feats": null, "head": 6, "id": 3, "lemma": "in", "misc": "", "start_char": 1028, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1037, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "Silver", "misc": "", "start_char": 1031, "text": "Silver", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1045, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Linings", "misc": "", "start_char": 1038, "text": "Linings", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1054, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "Playbook", "misc": "", "start_char": 1046, "text": "Playbook", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1056, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1055, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NP (LS 2) (. .)))" }, "speaker": null, "text": "2.", "tokens": [ { "deprel": "root", "end_char": 1058, "feats": null, "head": 0, "id": 1, "lemma": "2", "misc": "", "start_char": 1057, "text": "2", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 1060, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 1059, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Quvenzhane) (NNP Wallis)) (PP (IN in) (NP (NP (NNPS Beasts)) (PP (IN of) (NP (DT the) (NNP Southern) (NNP Wild)))))))" }, "speaker": null, "text": "Quvenzhane Wallis in Beasts of the Southern Wild", "tokens": [ { "deprel": "root", "end_char": 1071, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Quvenzhane", "misc": "", "start_char": 1061, "text": "Quvenzhane", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1078, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Wallis", "misc": "", "start_char": 1072, "text": "Wallis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1081, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 1079, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1088, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "Beast", "misc": "", "start_char": 1082, "text": "Beasts", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 1091, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 1089, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1095, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1092, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1104, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "Southern", "misc": "", "start_char": 1096, "text": "Southern", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1109, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "Wild", "misc": "", "start_char": 1105, "text": "Wild", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1111, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1110, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NP (LS 3) (. .)))" }, "speaker": null, "text": "3.", "tokens": [ { "deprel": "root", "end_char": 1113, "feats": null, "head": 0, "id": 1, "lemma": "3", "misc": "", "start_char": 1112, "text": "3", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 1115, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 1114, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Marion) (NNP Cotillard)) (PP (IN in) (NP (NNP Rust) (CC and) (NNP Bone)))))" }, "speaker": null, "text": "Marion Cotillard in Rust and Bone", "tokens": [ { "deprel": "root", "end_char": 1122, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Marion", "misc": "", "start_char": 1116, "text": "Marion", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1132, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Cotillard", "misc": "", "start_char": 1123, "text": "Cotillard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1135, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 1133, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1140, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "Rust", "misc": "", "start_char": 1136, "text": "Rust", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1144, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1141, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1149, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Bone", "misc": "", "start_char": 1145, "text": "Bone", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1151, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1150, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NP (LS 3) (. .)))" }, "speaker": null, "text": "3.", "tokens": [ { "deprel": "root", "end_char": 1153, "feats": null, "head": 0, "id": 1, "lemma": "3", "misc": "", "start_char": 1152, "text": "3", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 1155, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 1154, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Helen) (NNP Mirren)) (PP (IN in) (NP (NNP Hitchcock)))))" }, "speaker": null, "text": "Helen Mirren in Hitchcock", "tokens": [ { "deprel": "root", "end_char": 1161, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Helen", "misc": "", "start_char": 1156, "text": "Helen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1168, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Mirren", "misc": "", "start_char": 1162, "text": "Mirren", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1171, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 1169, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1181, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "Hitchcock", "misc": "", "start_char": 1172, "text": "Hitchcock", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1183, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1182, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (NP (LS 5) (. .)))" }, "speaker": null, "text": "5.", "tokens": [ { "deprel": "root", "end_char": 1185, "feats": null, "head": 0, "id": 1, "lemma": "5", "misc": "", "start_char": 1184, "text": "5", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 1187, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 1186, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Emmanuelle) (NNP Riva)) (PP (IN in) (NP (NNP Amour)))))" }, "speaker": null, "text": "Emmanuelle Riva in Amour", "tokens": [ { "deprel": "root", "end_char": 1198, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Emmanuelle", "misc": "", "start_char": 1188, "text": "Emmanuelle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1203, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Riva", "misc": "", "start_char": 1199, "text": "Riva", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1206, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 1204, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1212, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "Amour", "misc": "", "start_char": 1207, "text": "Amour", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1214, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1213, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (NP (LS 6) (. .)))" }, "speaker": null, "text": "6.", "tokens": [ { "deprel": "root", "end_char": 1216, "feats": null, "head": 0, "id": 1, "lemma": "6", "misc": "", "start_char": 1215, "text": "6", "upos": "NUM", "xpos": "LS" }, { "deprel": "punct", "end_char": 1218, "feats": null, "head": 1, "id": 2, "lemma": ".", "misc": "", "start_char": 1217, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (NP (NP (NP (NNP Jessica) (NNP Chastain)) (PP (IN in) (NP (NNP Zero) (NNP Dark)))) (NP (CD Thirty))))" }, "speaker": null, "text": "Jessica Chastain in Zero Dark Thirty", "tokens": [ { "deprel": "root", "end_char": 1226, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Jessica", "misc": "", "start_char": 1219, "text": "Jessica", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1235, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Chastain", "misc": "", "start_char": 1227, "text": "Chastain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1238, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 1236, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1243, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "Zero", "misc": "", "start_char": 1239, "text": "Zero", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 1248, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "Dark", "misc": "", "start_char": 1244, "text": "Dark", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 1255, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 6, "lemma": "thirty", "misc": "", "start_char": 1249, "text": "Thirty", "upos": "NUM", "xpos": "CD" } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1257, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1256, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (NP (NNP Chastain)) (, ,) (S (VP (VBG playing) (NP (NP (DT a) (NNP CIA) (NN agent)) (PP (IN in) (NP (NP (NNP Kathryn) (NNP Bigelow) (POS 's)) (NNP Zero) (NNP Dark) (NNP Thirty)))))) (, ,) (VP (VBZ is) (NP (NP (DT the) (JJ wild) (NN card)) (UCP (ADVP (RB here)) (CC and) (, ,) (ADVP (RB quite) (RB possibly)) (, ,) (NP (NP (DT the) (JJ only) (NN candidate)) (ADJP (JJ capable) (PP (IN of) (S (VP (VBG replacing) (NP (NNP Lawrence)) (PP (IN from) (NP (DT the) (JJ top) (NN spot))))))))))) (. .)))" }, "speaker": null, "text": "Chastain, playing a CIA agent in Kathryn Bigelow's Zero Dark Thirty, is the wild card here and, quite possibly, the only candidate capable of replacing Lawrence from the top spot.", "tokens": [ { "deprel": "nsubj", "end_char": 1266, "feats": "Number=Sing", "head": 18, "id": 1, "lemma": "Chastain", "misc": "", "start_char": 1258, "text": "Chastain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1268, "feats": null, "head": 1, "id": 2, "lemma": ",", "misc": "", "start_char": 1267, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 1276, "feats": "VerbForm=Ger", "head": 1, "id": 3, "lemma": "play", "misc": "", "start_char": 1269, "text": "playing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1278, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1277, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1282, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "CIA", "misc": "", "start_char": 1279, "text": "CIA", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 1288, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "agent", "misc": "", "start_char": 1283, "text": "agent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1291, "feats": null, "head": 11, "id": 7, "lemma": "in", "misc": "", "start_char": 1289, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1299, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "Kathryn", "misc": "", "start_char": 1292, "text": "Kathryn", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1307, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "Bigelow", "misc": "", "start_char": 1300, "text": "Bigelow", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1310, "feats": null, "head": 8, "id": 10, "lemma": "'s", "misc": "", "start_char": 1308, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 1315, "feats": "Number=Sing", "head": 3, "id": 11, "lemma": "Zero", "misc": "", "start_char": 1311, "text": "Zero", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 1320, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "Dark", "misc": "", "start_char": 1316, "text": "Dark", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "appos", "end_char": 1327, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "thirty", "misc": "", "start_char": 1321, "text": "Thirty", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1329, "feats": null, "head": 1, "id": 14, "lemma": ",", "misc": "", "start_char": 1328, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 1332, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 15, "lemma": "be", "misc": "", "start_char": 1330, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1336, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 1333, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1341, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "wild", "misc": "", "start_char": 1337, "text": "wild", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1346, "feats": "Number=Sing", "head": 0, "id": 18, "lemma": "card", "misc": "", "start_char": 1342, "text": "card", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1351, "feats": "PronType=Dem", "head": 18, "id": 19, "lemma": "here", "misc": "", "start_char": 1347, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1355, "feats": null, "head": 27, "id": 20, "lemma": "and", "misc": "", "start_char": 1352, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 1357, "feats": null, "head": 20, "id": 21, "lemma": ",", "misc": "", "start_char": 1356, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1363, "feats": null, "head": 23, "id": 22, "lemma": "quite", "misc": "", "start_char": 1358, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1372, "feats": null, "head": 27, "id": 23, "lemma": "possibly", "misc": "", "start_char": 1364, "text": "possibly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1374, "feats": null, "head": 27, "id": 24, "lemma": ",", "misc": "", "start_char": 1373, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1378, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 25, "lemma": "the", "misc": "", "start_char": 1375, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1383, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "only", "misc": "", "start_char": 1379, "text": "only", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1393, "feats": "Number=Sing", "head": 18, "id": 27, "lemma": "candidate", "misc": "", "start_char": 1384, "text": "candidate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 1401, "feats": "Degree=Pos", "head": 27, "id": 28, "lemma": "capable", "misc": "", "start_char": 1394, "text": "capable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1404, "feats": null, "head": 30, "id": 29, "lemma": "of", "misc": "", "start_char": 1402, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1414, "feats": "VerbForm=Ger", "head": 28, "id": 30, "lemma": "replace", "misc": "", "start_char": 1405, "text": "replacing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1423, "feats": "Number=Sing", "head": 30, "id": 31, "lemma": "Lawrence", "misc": "", "start_char": 1415, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1428, "feats": null, "head": 35, "id": 32, "lemma": "from", "misc": "", "start_char": 1424, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1432, "feats": "Definite=Def|PronType=Art", "head": 35, "id": 33, "lemma": "the", "misc": "", "start_char": 1429, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1436, "feats": "Degree=Pos", "head": 35, "id": 34, "lemma": "top", "misc": "", "start_char": 1433, "text": "top", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1441, "feats": "Number=Sing", "head": 30, "id": 35, "lemma": "spot", "misc": "", "start_char": 1437, "text": "spot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1443, "feats": null, "head": 18, "id": 36, "lemma": ".", "misc": "", "start_char": 1442, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN cruelty)) (PP (IN in) (NP (NNP Rust) (CC and) (NNP Bone)))) (VP (MD will) (VP (VB put) (PRT (RP off)) (NP (JJ sensitive) (NN academy) (NNS members)) (, ,) (S (VP (VBG making) (S (NP (NNP Cotillard)) (VP (VB lose) (NP (NP (NNS chances)) (PP (IN for) (NP (DT a) (JJ second) (NNP Oscar)))))))))) (. .)))" }, "speaker": null, "text": "The cruelty in Rust and Bone will put off sensitive academy members, making Cotillard lose chances for a second Oscar.", "tokens": [ { "deprel": "det", "end_char": 1447, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1444, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1455, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "cruelty", "misc": "", "start_char": 1448, "text": "cruelty", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1458, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 1456, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1463, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Rust", "misc": "", "start_char": 1459, "text": "Rust", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1467, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 1464, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1472, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Bone", "misc": "", "start_char": 1468, "text": "Bone", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1477, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "will", "misc": "", "start_char": 1473, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1481, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "put", "misc": "", "start_char": 1478, "text": "put", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1485, "feats": null, "head": 8, "id": 9, "lemma": "off", "misc": "", "start_char": 1482, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "amod", "end_char": 1495, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "sensitive", "misc": "", "start_char": 1486, "text": "sensitive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1503, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "academy", "misc": "", "start_char": 1496, "text": "academy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1511, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "member", "misc": "", "start_char": 1504, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1513, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 1512, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1520, "feats": "VerbForm=Ger", "head": 8, "id": 14, "lemma": "make", "misc": "", "start_char": 1514, "text": "making", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1530, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Cotillard", "misc": "", "start_char": 1521, "text": "Cotillard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 1535, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "lose", "misc": "", "start_char": 1531, "text": "lose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1543, "feats": "Number=Plur", "head": 16, "id": 17, "lemma": "chance", "misc": "", "start_char": 1536, "text": "chances", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1547, "feats": null, "head": 21, "id": 18, "lemma": "for", "misc": "", "start_char": 1544, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1549, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 1548, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1556, "feats": "Degree=Pos|NumType=Ord", "head": 21, "id": 20, "lemma": "second", "misc": "", "start_char": 1550, "text": "second", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1562, "feats": "Number=Sing", "head": 16, "id": 21, "lemma": "Oscar", "misc": "", "start_char": 1557, "text": "Oscar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1564, "feats": null, "head": 8, "id": 22, "lemma": ".", "misc": "", "start_char": 1563, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Wallis)) (VP (VBZ makes) (PP (IN for) (NP (DT a) (JJ wonderful) (NN story))))) (, ,) (CC but) (S (NP (PRP it)) (VP (VBZ is) (ADJP (RB too) (JJ early) (SBAR (IN for) (S (NP (PRP her)) (VP (TO to) (VP (VB be) (VP (VBN awarded) (NP (DT a) (NN lead) (NN actress)))))))))) (. .)))" }, "speaker": null, "text": "Wallis makes for a wonderful story, but it is too early for her to be awarded a lead actress.", "tokens": [ { "deprel": "nsubj", "end_char": 1571, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Wallis", "misc": "", "start_char": 1565, "text": "Wallis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1577, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "make", "misc": "", "start_char": 1572, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 1581, "feats": null, "head": 6, "id": 3, "lemma": "for", "misc": "", "start_char": 1578, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1583, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1582, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1593, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "wonderful", "misc": "", "start_char": 1584, "text": "wonderful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1599, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "story", "misc": "", "start_char": 1594, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1601, "feats": null, "head": 12, "id": 7, "lemma": ",", "misc": "", "start_char": 1600, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1605, "feats": null, "head": 12, "id": 8, "lemma": "but", "misc": "", "start_char": 1602, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 1608, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "it", "misc": "", "start_char": 1606, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1611, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 1609, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1615, "feats": null, "head": 12, "id": 11, "lemma": "too", "misc": "", "start_char": 1612, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1621, "feats": "Degree=Pos", "head": 2, "id": 12, "lemma": "early", "misc": "", "start_char": 1616, "text": "early", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1625, "feats": null, "head": 17, "id": 13, "lemma": "for", "misc": "", "start_char": 1622, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 1629, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 14, "lemma": "her", "misc": "", "start_char": 1626, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1632, "feats": null, "head": 17, "id": 15, "lemma": "to", "misc": "", "start_char": 1630, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 1635, "feats": "VerbForm=Inf", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 1633, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "csubj", "end_char": 1643, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 17, "lemma": "award", "misc": "", "start_char": 1636, "text": "awarded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1645, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 1644, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1650, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "lead", "misc": "", "start_char": 1646, "text": "lead", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1658, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "actress", "misc": "", "start_char": 1651, "text": "actress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1660, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 1659, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (NP (NNP Riva)) (VP (MD will) (VP (VB need) (NP (DT a) (NN push) (S (VP (TO to) (VP (VB win) (NP (NP (DT the) (NN nomination)) (PP (IN of) (NP (JJ lead) (NN actress)))))))))) (. .)))" }, "speaker": null, "text": "Riva will need a push to win the nomination of lead actress.", "tokens": [ { "deprel": "nsubj", "end_char": 1665, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Riva", "misc": "", "start_char": 1661, "text": "Riva", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1670, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "will", "misc": "", "start_char": 1666, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1675, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "need", "misc": "", "start_char": 1671, "text": "need", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1677, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1676, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1682, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "push", "misc": "", "start_char": 1678, "text": "push", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1685, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 1683, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1689, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "win", "misc": "", "start_char": 1686, "text": "win", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1693, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1690, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1704, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "nomination", "misc": "", "start_char": 1694, "text": "nomination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1707, "feats": null, "head": 12, "id": 10, "lemma": "of", "misc": "", "start_char": 1705, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1712, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "lead", "misc": "", "start_char": 1708, "text": "lead", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1720, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "actress", "misc": "", "start_char": 1713, "text": "actress", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1722, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 1721, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1724, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1723, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 38, "misc": { "parse_tree": "(ROOT (S (NP (NNP Mirren)) (, ,) (SBAR (IN as) (S (NP (NP (NP (DT the) (NNP Alfred) (NNP Hitchcock) (POS 's)) (NML (NML (NN wife)) (CC and) (NML (JJ unsung) (NN partner)))) (, ,) (NP (NNP Alma) (NNP Reville)) (, ,)) (VP (MD might) (VP (VB pose) (NP (NP (DT the) (JJS biggest) (NN threat)) (PP (IN to) (NP (NNP Lawrence)))))))) (. .)))" }, "speaker": null, "text": "Mirren, as the Alfred Hitchcock's wife and unsung partner, Alma Reville, might pose the biggest threat to Lawrence.", "tokens": [ { "deprel": "nsubj", "end_char": 1731, "feats": "Number=Sing", "head": 17, "id": 1, "lemma": "Mirren", "misc": "", "start_char": 1725, "text": "Mirren", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1733, "feats": null, "head": 17, "id": 2, "lemma": ",", "misc": "", "start_char": 1732, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1736, "feats": null, "head": 17, "id": 3, "lemma": "as", "misc": "", "start_char": 1734, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1740, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1737, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 1747, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "Alfred", "misc": "", "start_char": 1741, "text": "Alfred", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1757, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Hitchcock", "misc": "", "start_char": 1748, "text": "Hitchcock", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1760, "feats": null, "head": 5, "id": 7, "lemma": "'s", "misc": "", "start_char": 1758, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 1765, "feats": "Number=Sing", "head": 17, "id": 8, "lemma": "wife", "misc": "", "start_char": 1761, "text": "wife", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1769, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 1766, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1776, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "unsung", "misc": "", "start_char": 1770, "text": "unsung", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1784, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "partner", "misc": "", "start_char": 1777, "text": "partner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1786, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 1785, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1791, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "almamartinez@enron", "misc": "", "start_char": 1787, "text": "Alma", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1799, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "Reville", "misc": "", "start_char": 1792, "text": "Reville", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1801, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 1800, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "aux", "end_char": 1807, "feats": "VerbForm=Fin", "head": 17, "id": 16, "lemma": "might", "misc": "", "start_char": 1802, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1812, "feats": "VerbForm=Inf", "head": 0, "id": 17, "lemma": "pose", "misc": "", "start_char": 1808, "text": "pose", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1816, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 1813, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1824, "feats": "Degree=Sup", "head": 20, "id": 19, "lemma": "big", "misc": "", "start_char": 1817, "text": "biggest", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 1831, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "threat", "misc": "", "start_char": 1825, "text": "threat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1834, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 1832, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1843, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "Lawrence", "misc": "", "start_char": 1835, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1845, "feats": null, "head": 17, "id": 23, "lemma": ".", "misc": "", "start_char": 1844, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 39, "misc": { "parse_tree": "(ROOT (S (S (NP (JJR Older) (NN academy) (NNS members)) (VP (MD will) (VP (VB love) (NP (NP (DT the) (JJ historical) (NNP Hollywood)) (VP (VBN seen) (PP (IN in) (NP (NNP Hitchcock)))))))) (, ,) (CC and) (S (NP (NP (NP (NNP Mirren) (POS 's)) (NN role)) (PP (IN as) (NP (NP (DT the) (JJ unsung) (NN wind)) (PP (IN beneath) (NP (NP (NNP Hitch) (POS 's)) (NNS wings)))))) (VP (MD should) (VP (VB find) (NP (NP (NN appreciation)) (PP (IN within) (NP (JJ creative) (NNS circles))))))) (. .)))" }, "speaker": null, "text": "Older academy members will love the historical Hollywood seen in Hitchcock, and Mirren's role as the unsung wind beneath Hitch's wings should find appreciation within creative circles.", "tokens": [ { "deprel": "amod", "end_char": 1851, "feats": "Degree=Cmp", "head": 3, "id": 1, "lemma": "old", "misc": "", "start_char": 1846, "text": "Older", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "compound", "end_char": 1859, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "academy", "misc": "", "start_char": 1852, "text": "academy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1867, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "member", "misc": "", "start_char": 1860, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1872, "feats": "VerbForm=Fin", "head": 5, "id": 4, "lemma": "will", "misc": "", "start_char": 1868, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1877, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "love", "misc": "", "start_char": 1873, "text": "love", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1881, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1878, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1892, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "historical", "misc": "", "start_char": 1882, "text": "historical", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1902, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "Hollywood", "misc": "", "start_char": 1893, "text": "Hollywood", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl", "end_char": 1907, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 9, "lemma": "see", "misc": "", "start_char": 1903, "text": "seen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1910, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 1908, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1920, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Hitchcock", "misc": "", "start_char": 1911, "text": "Hitchcock", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1922, "feats": null, "head": 26, "id": 12, "lemma": ",", "misc": "", "start_char": 1921, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1926, "feats": null, "head": 26, "id": 13, "lemma": "and", "misc": "", "start_char": 1923, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1933, "feats": "Number=Sing", "head": 16, "id": 14, "lemma": "Mirren", "misc": "", "start_char": 1927, "text": "Mirren", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1936, "feats": null, "head": 14, "id": 15, "lemma": "'s", "misc": "", "start_char": 1934, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 1941, "feats": "Number=Sing", "head": 26, "id": 16, "lemma": "role", "misc": "", "start_char": 1937, "text": "role", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1944, "feats": null, "head": 20, "id": 17, "lemma": "as", "misc": "", "start_char": 1942, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1948, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 1945, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1955, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "unsung", "misc": "", "start_char": 1949, "text": "unsung", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1960, "feats": "Number=Sing", "head": 16, "id": 20, "lemma": "wind", "misc": "", "start_char": 1956, "text": "wind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1968, "feats": null, "head": 24, "id": 21, "lemma": "beneath", "misc": "", "start_char": 1961, "text": "beneath", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1974, "feats": "Number=Sing", "head": 24, "id": 22, "lemma": "Hitch", "misc": "", "start_char": 1969, "text": "Hitch", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1977, "feats": null, "head": 22, "id": 23, "lemma": "'s", "misc": "", "start_char": 1975, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nmod", "end_char": 1983, "feats": "Number=Plur", "head": 20, "id": 24, "lemma": "wing", "misc": "", "start_char": 1978, "text": "wings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1990, "feats": "VerbForm=Fin", "head": 26, "id": 25, "lemma": "should", "misc": "", "start_char": 1984, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 1995, "feats": "VerbForm=Inf", "head": 5, "id": 26, "lemma": "find", "misc": "", "start_char": 1991, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2008, "feats": "Number=Sing", "head": 26, "id": 27, "lemma": "appreciation", "misc": "", "start_char": 1996, "text": "appreciation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 2015, "feats": null, "head": 30, "id": 28, "lemma": "within", "misc": "", "start_char": 2009, "text": "within", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 2024, "feats": "Degree=Pos", "head": 30, "id": 29, "lemma": "creative", "misc": "", "start_char": 2016, "text": "creative", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 2032, "feats": "Number=Plur", "head": 27, "id": 30, "lemma": "circle", "misc": "", "start_char": 2025, "text": "circles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 2034, "feats": null, "head": 5, "id": 31, "lemma": ".", "misc": "", "start_char": 2033, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 40, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ 's) (RB not) (NP (`` ``) (DT The) (NNP Queen) ('' ''))) (. .)))" }, "speaker": null, "text": "It's not \"The Queen\".", "tokens": [ { "deprel": "nsubj", "end_char": 2037, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 1, "lemma": "it", "misc": "", "start_char": 2035, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 2040, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 2038, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 2044, "feats": null, "head": 6, "id": 3, "lemma": "not", "misc": "", "start_char": 2041, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "punct", "end_char": 2047, "feats": null, "head": 6, "id": 4, "lemma": "``", "misc": "", "start_char": 2045, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 2051, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 2048, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 2057, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "Queen", "misc": "", "start_char": 2052, "text": "Queen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2060, "feats": null, "head": 6, "id": 7, "lemma": "''", "misc": "", "start_char": 2058, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 2062, "feats": null, "head": 6, "id": 8, "lemma": ".", "misc": "", "start_char": 2061, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 41, "misc": { "parse_tree": "(ROOT (S (CC but) (NP (DT this) (NN year)) (, ,) (NP (PRP it)) (VP (MD might) (VP (VB be) (NP (JJ enough)))) (. .)))" }, "speaker": null, "text": "but this year, it might be enough.", "tokens": [ { "deprel": "cc", "end_char": 2066, "feats": null, "head": 8, "id": 1, "lemma": "but", "misc": "", "start_char": 2063, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 2071, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "this", "misc": "", "start_char": 2067, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 2076, "feats": "Number=Sing", "head": 8, "id": 3, "lemma": "year", "misc": "", "start_char": 2072, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2078, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 2077, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 2081, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 5, "lemma": "it", "misc": "", "start_char": 2079, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 2087, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "might", "misc": "", "start_char": 2082, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 2090, "feats": "VerbForm=Inf", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 2088, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 2097, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "enough", "misc": "", "start_char": 2091, "text": "enough", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 2099, "feats": null, "head": 8, "id": 9, "lemma": ".", "misc": "", "start_char": 2098, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
"Who is that?" When watching the movie, Silver Linings Playbook, at the Toronto International Film Festival in early September, the woman sitting next asked me. It seemed to be a strange question. I wanted to ask if she ever saw a little movie called The Hunger Games, or the Oscar-nominated movie Winter's Bone. Instead, I just answered, "Jennifer Lawrence." But I wondered how a moviegoer does not recognize Lawrence! As Silver Linings Playbook continued to unfold and Lawrence revealed herself as a wonderful comic actress, it hit me: this woman probably has never seen Jennifer Lawrence smile before. That is the thing throwing her. Audiences will have the opportunity to watch Lawrence's performance in Silver Linings Playbook when the film opens in limited release before a Thanksgiving weekend blowout expansion. The 22-year-old actress heads this year's lead actress Oscar race by a country mile. Here's an early main list of some competitors in this category. 1. Jennifer Lawrence in Silver Linings Playbook 2. Quvenzhane Wallis in Beasts of the Southern Wild 3. Marion Cotillard in Rust and Bone 3. Helen Mirren in Hitchcock 5. Emmanuelle Riva in Amour 6. Jessica Chastain in Zero Dark Thirty Chastain, playing a CIA agent in Kathryn Bigelow's Zero Dark Thirty, is the wild card here and, quite possibly, the only candidate capable of replacing Lawrence from the top spot. The cruelty in Rust and Bone will put off sensitive academy members, making Cotillard lose chances for a second Oscar. Wallis makes for a wonderful story, but it is too early for her to be awarded a lead actress. Riva will need a push to win the nomination of lead actress. Mirren, as the Alfred Hitchcock's wife and unsung partner, Alma Reville, might pose the biggest threat to Lawrence. Older academy members will love the historical Hollywood seen in Hitchcock, and Mirren's role as the unsung wind beneath Hitch's wings should find appreciation within creative circles. It's not "The Queen". but this year, it might be enough.
[ [ [ 1, 10, 14 ] ], [ [ 1, 16, 17 ] ], [ [ 1, 24, 24 ], [ 4, 0, 0 ], [ 5, 2, 2 ], [ 6, 1, 1 ], [ 7, 19, 19 ] ], [ [ 3, 4, 6 ] ], [ [ 4, 5, 5 ], [ 7, 21, 22 ], [ 8, 5, 5 ] ], [ [ 4, 8, 22 ] ], [ [ 4, 17, 19 ], [ 4, 20, 22 ], [ 4, 17, 22 ] ], [ [ 6, 4, 5 ] ], [ [ 7, 12, 15 ] ], [ [ 8, 0, 0 ] ], [ [ 8, 2, 5 ] ], [ [ 10, 0, 0 ] ], [ [ 10, 3, 4 ] ], [ [ 10, 7, 9 ] ], [ [ 10, 19, 20 ] ], [ [ 10, 22, 24 ] ], [ [ 10, 26, 26 ] ], [ [ 11, 4, 6 ] ], [ [ 11, 4, 10 ] ], [ [ 11, 12, 14 ] ], [ [ 11, 13, 13 ] ], [ [ 12, 2, 11 ] ], [ [ 12, 7, 11 ] ], [ [ 12, 10, 11 ] ], [ [ 15, 3, 5 ], [ 10, 11, 13 ], [ 10, 15, 16 ], [ 7, 1, 3 ], [ 1, 2, 3 ], [ 1, 2, 7 ], [ 1, 5, 7 ] ], [ [ 18, 0, 7 ] ], [ [ 18, 3, 7 ] ], [ [ 21, 0, 5 ] ], [ [ 24, 0, 3 ] ], [ [ 24, 3, 3 ] ], [ [ 27, 0, 3 ] ], [ [ 27, 3, 3 ] ], [ [ 30, 0, 5 ] ], [ [ 30, 3, 5 ] ], [ [ 32, 3, 5 ] ], [ [ 32, 4, 4 ] ], [ [ 32, 7, 12 ] ], [ [ 32, 7, 9 ] ], [ [ 32, 15, 17 ] ], [ [ 32, 24, 34 ] ], [ [ 32, 32, 34 ] ], [ [ 33, 0, 5 ] ], [ [ 33, 3, 5 ], [ 21, 3, 5 ] ], [ [ 33, 9, 11 ] ], [ [ 38, 1, 1 ], [ 33, 10, 10 ] ], [ [ 33, 14, 14 ] ], [ [ 33, 16, 16 ] ], [ [ 33, 18, 20 ] ], [ [ 34, 3, 5 ] ], [ [ 34, 13, 13 ], [ 34, 0, 0 ] ], [ [ 34, 17, 19 ] ], [ [ 35, 0, 0 ] ], [ [ 35, 3, 4 ] ], [ [ 35, 7, 11 ] ], [ [ 35, 10, 11 ] ], [ [ 37, 3, 10 ], [ 38, 13, 14 ], [ 37, 0, 0 ] ], [ [ 37, 3, 6 ], [ 38, 21, 22 ], [ 38, 10, 10 ] ], [ [ 37, 12, 13 ] ], [ [ 37, 17, 19 ] ], [ [ 37, 21, 21 ], [ 32, 30, 30 ], [ 10, 7, 8 ], [ 7, 27, 28 ], [ 7, 10, 10 ], [ 7, 8, 8 ], [ 5, 7, 8 ], [ 6, 9, 9 ] ], [ [ 38, 0, 2 ] ], [ [ 38, 5, 7 ] ], [ [ 38, 13, 15 ] ], [ [ 38, 17, 23 ] ], [ [ 38, 21, 23 ] ], [ [ 38, 26, 26 ] ], [ [ 38, 28, 29 ] ], [ [ 39, 3, 6 ] ], [ [ 40, 1, 2 ] ], [ [ 4, 8, 14 ], [ 4, 12, 14 ] ], [ [ 6, 3, 9 ] ], [ [ 18, 5, 7 ] ], [ [ 32, 29, 34 ] ], [ [ 0, 3, 3 ] ], [ [ 1, 19, 22 ] ], [ [ 11, 0, 2 ] ], [ [ 15, 0, 5 ] ], [ [ 32, 0, 0 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36210
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (NN Construction) (NNS workers)) (PP (IN in) (NP (NNP Southern) (NNP California)))) (VP (VBP have) (VP (VBN made) (NP (DT a) (JJ wild) (NN discovery)))) (. .)))" }, "speaker": null, "text": "Construction workers in Southern California have made a wild discovery.", "tokens": [ { "deprel": "compound", "end_char": 12, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "construction", "misc": "", "start_char": 0, "text": "Construction", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 20, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "worker", "misc": "", "start_char": 13, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 23, "feats": null, "head": 5, "id": 3, "lemma": "in", "misc": "", "start_char": 21, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 32, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "Southern", "misc": "", "start_char": 24, "text": "Southern", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 43, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "California", "misc": "", "start_char": 33, "text": "California", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 48, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "have", "misc": "", "start_char": 44, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 53, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 7, "lemma": "make", "misc": "", "start_char": 49, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 55, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 54, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 60, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "wild", "misc": "", "start_char": 56, "text": "wild", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 70, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "discovery", "misc": "", "start_char": 61, "text": "discovery", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 72, "feats": null, "head": 7, "id": 11, "lemma": ".", "misc": "", "start_char": 71, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBD were) (VP (VBG digging) (PP (IN at) (NP (NP (DT a) (NN building) (NN site)) (PP (IN in) (NP (NNP San) (NNP Timoteo) (NNP Canyon))))) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBD unearthed) (NP (NP (NNS hundreds)) (PP (IN of) (NP (JJ ancient) (NN animal) (NNS fossils))))))))) (. .)))" }, "speaker": null, "text": "They were digging at a building site in San Timoteo Canyon when they unearthed hundreds of ancient animal fossils.", "tokens": [ { "deprel": "nsubj", "end_char": 77, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 73, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 82, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 78, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 90, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "dig", "misc": "", "start_char": 83, "text": "digging", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 93, "feats": null, "head": 7, "id": 4, "lemma": "at", "misc": "", "start_char": 91, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 95, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 94, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 104, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "building", "misc": "", "start_char": 96, "text": "building", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 109, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "site", "misc": "", "start_char": 105, "text": "site", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 112, "feats": null, "head": 11, "id": 8, "lemma": "in", "misc": "", "start_char": 110, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 116, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "San", "misc": "", "start_char": 113, "text": "San", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 124, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "Timoteo", "misc": "", "start_char": 117, "text": "Timoteo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 131, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "Canyon", "misc": "", "start_char": 125, "text": "Canyon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 136, "feats": "PronType=Int", "head": 14, "id": 12, "lemma": "when", "misc": "", "start_char": 132, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 141, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "they", "misc": "", "start_char": 137, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 151, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 14, "lemma": "unearth", "misc": "", "start_char": 142, "text": "unearthed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 160, "feats": "Number=Plur", "head": 14, "id": 15, "lemma": "hundred", "misc": "", "start_char": 152, "text": "hundreds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 163, "feats": null, "head": 19, "id": 16, "lemma": "of", "misc": "", "start_char": 161, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 171, "feats": "Degree=Pos", "head": 19, "id": 17, "lemma": "ancient", "misc": "", "start_char": 164, "text": "ancient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 178, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "animal", "misc": "", "start_char": 172, "text": "animal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 186, "feats": "Number=Plur", "head": 15, "id": 19, "lemma": "fossil", "misc": "", "start_char": 179, "text": "fossils", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 188, "feats": null, "head": 3, "id": 20, "lemma": ".", "misc": "", "start_char": 187, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (NNS Researchers)) (VP (VBP say) (SBAR (S (NP (DT the) (NNS bones)) (VP (VBP hold) (NP (NP (JJ important) (NNS clues)) (PP (IN about) (NP (NP (DT the) (NN history)) (PP (IN of) (NP (DT the) (NN region)))))))))) (. .)))" }, "speaker": null, "text": "Researchers say the bones hold important clues about the history of the region.", "tokens": [ { "deprel": "nsubj", "end_char": 200, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "researcher", "misc": "", "start_char": 189, "text": "Researchers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 204, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 201, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 208, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 205, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 214, "feats": "Number=Plur", "head": 5, "id": 4, "lemma": "bone", "misc": "", "start_char": 209, "text": "bones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 219, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 5, "lemma": "hold", "misc": "", "start_char": 215, "text": "hold", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 229, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "important", "misc": "", "start_char": 220, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 235, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "clue", "misc": "", "start_char": 230, "text": "clues", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 241, "feats": null, "head": 10, "id": 8, "lemma": "about", "misc": "", "start_char": 236, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 245, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 242, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 253, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "history", "misc": "", "start_char": 246, "text": "history", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 256, "feats": null, "head": 13, "id": 11, "lemma": "of", "misc": "", "start_char": 254, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 260, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 257, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 267, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "region", "misc": "", "start_char": 261, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 269, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 268, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 271, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 270, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (QP (RB Nearly) (CD 1))) (, ,) (NP (CD 500) (NNS fossils)) (VP (VBD were) (VP (VBN recovered) (PP (IN from) (NP (DT the) (JJ dusty) (NN canyon))))) (. .)))" }, "speaker": null, "text": "Nearly 1, 500 fossils were recovered from the dusty canyon.", "tokens": [ { "deprel": "advmod", "end_char": 278, "feats": null, "head": 2, "id": 1, "lemma": "nearly", "misc": "", "start_char": 272, "text": "Nearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 280, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 2, "lemma": "1", "misc": "", "start_char": 279, "text": "1", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 282, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 281, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 286, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 4, "lemma": "500", "misc": "", "start_char": 283, "text": "500", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj:pass", "end_char": 294, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "fossil", "misc": "", "start_char": 287, "text": "fossils", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 299, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 295, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 309, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "recover", "misc": "", "start_char": 300, "text": "recovered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 314, "feats": null, "head": 11, "id": 8, "lemma": "from", "misc": "", "start_char": 310, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 318, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 315, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 324, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "dusty", "misc": "", "start_char": 319, "text": "dusty", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 331, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "canyon", "misc": "", "start_char": 325, "text": "canyon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 333, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 332, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS remains)) (VP (VBP are) (ADJP (NP (QP (RB about) (CD 1.4) (CD million)) (NNS years)) (JJ old))) (. .)))" }, "speaker": null, "text": "The remains are about 1.4 million years old.", "tokens": [ { "deprel": "det", "end_char": 337, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 334, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 345, "feats": "Number=Plur", "head": 8, "id": 2, "lemma": "remains", "misc": "", "start_char": 338, "text": "remains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 349, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 3, "lemma": "be", "misc": "", "start_char": 346, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 355, "feats": null, "head": 6, "id": 4, "lemma": "about", "misc": "", "start_char": 350, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 359, "feats": "NumForm=Digit|NumType=Frac", "head": 6, "id": 5, "lemma": "1.4", "misc": "", "start_char": 356, "text": "1.4", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 367, "feats": "NumForm=Word|NumType=Card", "head": 7, "id": 6, "lemma": "million", "misc": "", "start_char": 360, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 373, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "year", "misc": "", "start_char": 368, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 377, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "old", "misc": "", "start_char": 374, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 379, "feats": null, "head": 8, "id": 9, "lemma": ".", "misc": "", "start_char": 378, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBP include) (NP (NP (DT the) (NNS bones)) (PP (IN of) (NP (NP (NP (DT a) (JJ new) (NNS species)) (PP (IN of) (NP (NN deer)))) (, ,) (NP (JJ several) (JJ small) (NNS rodents) (CC and) (JJR more)))))) (. .)))" }, "speaker": null, "text": "They include the bones of a new species of deer, several small rodents and more.", "tokens": [ { "deprel": "nsubj", "end_char": 384, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 380, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 392, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "include", "misc": "", "start_char": 385, "text": "include", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 396, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 393, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 402, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "bone", "misc": "", "start_char": 397, "text": "bones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 405, "feats": null, "head": 8, "id": 5, "lemma": "of", "misc": "", "start_char": 403, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 407, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 406, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 411, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "new", "misc": "", "start_char": 408, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 419, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "species", "misc": "", "start_char": 412, "text": "species", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 422, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 420, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 427, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "deer", "misc": "", "start_char": 423, "text": "deer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 429, "feats": null, "head": 14, "id": 11, "lemma": ",", "misc": "", "start_char": 428, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 437, "feats": "Degree=Pos", "head": 14, "id": 12, "lemma": "several", "misc": "", "start_char": 430, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 443, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "small", "misc": "", "start_char": 438, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 451, "feats": "Number=Plur", "head": 8, "id": 14, "lemma": "rodent", "misc": "", "start_char": 444, "text": "rodents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 455, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 452, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 460, "feats": "Degree=Cmp", "head": 8, "id": 16, "lemma": "more", "misc": "", "start_char": 456, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 462, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 461, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (JJ giant) (NN cat) (NN fossil)) (VP (VBD was) (ADVP (RB also)) (VP (VBN found))) (. .)))" }, "speaker": null, "text": "A giant cat fossil was also found.", "tokens": [ { "deprel": "det", "end_char": 464, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 1, "lemma": "a", "misc": "", "start_char": 463, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 470, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "giant", "misc": "", "start_char": 465, "text": "giant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 474, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "cat", "misc": "", "start_char": 471, "text": "cat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 481, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "fossil", "misc": "", "start_char": 475, "text": "fossil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 485, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 482, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 490, "feats": null, "head": 7, "id": 6, "lemma": "also", "misc": "", "start_char": 486, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 496, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "find", "misc": "", "start_char": 491, "text": "found", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 498, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 497, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NNS Scientists)) (VP (VBP believe) (SBAR (S (NP (DT the) (NN animal)) (VP (VBD was) (NP (NP (DT an) (NN ancestor)) (PP (IN of) (NP (DT the) (ADJP (RB saber-) (JJ toothed)) (NN tiger)))))))) (. .)))" }, "speaker": null, "text": "Scientists believe the animal was an ancestor of the saber- toothed tiger.", "tokens": [ { "deprel": "nsubj", "end_char": 509, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "scientist", "misc": "", "start_char": 499, "text": "Scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 517, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "believe", "misc": "", "start_char": 510, "text": "believe", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 521, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 518, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 528, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "animal", "misc": "", "start_char": 522, "text": "animal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 532, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 529, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 535, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 533, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 544, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "ancestor", "misc": "", "start_char": 536, "text": "ancestor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 547, "feats": null, "head": 12, "id": 8, "lemma": "of", "misc": "", "start_char": 545, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 551, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 9, "lemma": "the", "misc": "", "start_char": 548, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 558, "feats": null, "head": 11, "id": 10, "lemma": "saber-", "misc": "", "start_char": 552, "text": "saber-", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 566, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "toothed", "misc": "", "start_char": 559, "text": "toothed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 572, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "tiger", "misc": "", "start_char": 567, "text": "tiger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 574, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 573, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Signs)) (PP (IN of) (NP (NN plant) (NN life)))) (VP (VBD were) (VP (VBN uncovered) (ADVP (RB as) (RB well)))) (. .)))" }, "speaker": null, "text": "Signs of plant life were uncovered as well.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 580, "feats": "Number=Plur", "head": 6, "id": 1, "lemma": "sign", "misc": "", "start_char": 575, "text": "Signs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 583, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 581, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 589, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "plant", "misc": "", "start_char": 584, "text": "plant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 594, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "life", "misc": "", "start_char": 590, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 599, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 595, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 609, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "uncover", "misc": "", "start_char": 600, "text": "uncovered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 612, "feats": null, "head": 6, "id": 7, "lemma": "as", "misc": "", "start_char": 610, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 617, "feats": "Degree=Pos", "head": 7, "id": 8, "lemma": "well", "misc": "", "start_char": 613, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 619, "feats": null, "head": 6, "id": 9, "lemma": ".", "misc": "", "start_char": 618, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 621, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 620, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (NP (DT This)) (VP (VBZ is) (NP (DT a) (JJ huge) (NN find)))) (, ,) ('' '') (VP (VBZ says)) (NP (NP (NNP Rick) (NNP Greenwood)) (, ,) (NP (NP (DT a) (NN scientist)) (VP (VBG studying) (NP (DT the) (NN site))))) (. .)))" }, "speaker": null, "text": "\"This is a huge find,\" says Rick Greenwood, a scientist studying the site.", "tokens": [ { "deprel": "punct", "end_char": 624, "feats": null, "head": 9, "id": 1, "lemma": "``", "misc": "", "start_char": 622, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 629, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 2, "lemma": "this", "misc": "", "start_char": 625, "text": "This", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 632, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 630, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 634, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 633, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 639, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "huge", "misc": "", "start_char": 635, "text": "huge", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 644, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "find", "misc": "", "start_char": 640, "text": "find", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 646, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 645, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 649, "feats": null, "head": 9, "id": 8, "lemma": "''", "misc": "", "start_char": 647, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 654, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 9, "lemma": "say", "misc": "", "start_char": 650, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 659, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "Rick", "misc": "", "start_char": 655, "text": "Rick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 669, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Greenwood", "misc": "", "start_char": 660, "text": "Greenwood", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 671, "feats": null, "head": 10, "id": 12, "lemma": ",", "misc": "", "start_char": 670, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 673, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 672, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 683, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "scientist", "misc": "", "start_char": 674, "text": "scientist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 692, "feats": "VerbForm=Ger", "head": 14, "id": 15, "lemma": "study", "misc": "", "start_char": 684, "text": "studying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 696, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 693, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 701, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "site", "misc": "", "start_char": 697, "text": "site", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 703, "feats": null, "head": 9, "id": 18, "lemma": ".", "misc": "", "start_char": 702, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB think) (SBAR (S (NP (JJS most) (NNS people)) (VP (VBD had) (NP (DT any) (NN idea) (SBAR (IN that) (S (NP (NP (DT those) (NNS types)) (PP (IN of) (NP (NNS animals)))) (VP (VBD were) (VP (VBG wandering) (PP (RB around) (ADVP (RB here))) (ADVP (NP (QP (RBR more) (IN than) (DT a) (CD million)) (NNS years)) (RB ago)))))))))))) (. .) ('' '')))" }, "speaker": null, "text": "\"I don't think most people had any idea that those types of animals were wandering around here more than a million years ago.\"", "tokens": [ { "deprel": "punct", "end_char": 706, "feats": null, "head": 5, "id": 1, "lemma": "``", "misc": "", "start_char": 704, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 708, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 2, "lemma": "I", "misc": "", "start_char": 707, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 711, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 709, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 715, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 712, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 721, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "think", "misc": "", "start_char": 716, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 726, "feats": "Degree=Sup", "head": 7, "id": 6, "lemma": "most", "misc": "", "start_char": 722, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 733, "feats": "Number=Plur", "head": 8, "id": 7, "lemma": "person", "misc": "", "start_char": 727, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 737, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 8, "lemma": "have", "misc": "", "start_char": 734, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 741, "feats": null, "head": 10, "id": 9, "lemma": "any", "misc": "", "start_char": 738, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 746, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "idea", "misc": "", "start_char": 742, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 751, "feats": null, "head": 17, "id": 11, "lemma": "that", "misc": "", "start_char": 747, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 757, "feats": "Number=Plur|PronType=Dem", "head": 13, "id": 12, "lemma": "that", "misc": "", "start_char": 752, "text": "those", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 763, "feats": "Number=Plur", "head": 17, "id": 13, "lemma": "type", "misc": "", "start_char": 758, "text": "types", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 766, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 764, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 774, "feats": "Number=Plur", "head": 13, "id": 15, "lemma": "animal", "misc": "", "start_char": 767, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 779, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 775, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl", "end_char": 789, "feats": "Tense=Pres|VerbForm=Part", "head": 10, "id": 17, "lemma": "wonder", "misc": "", "start_char": 780, "text": "wandering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 796, "feats": null, "head": 17, "id": 18, "lemma": "around", "misc": "", "start_char": 790, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 801, "feats": "PronType=Dem", "head": 17, "id": 19, "lemma": "here", "misc": "", "start_char": 797, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 806, "feats": "Degree=Cmp", "head": 23, "id": 20, "lemma": "more", "misc": "", "start_char": 802, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "fixed", "end_char": 811, "feats": null, "head": 20, "id": 21, "lemma": "than", "misc": "", "start_char": 807, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 813, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 22, "lemma": "a", "misc": "", "start_char": 812, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 821, "feats": "NumForm=Word|NumType=Card", "head": 24, "id": 23, "lemma": "million", "misc": "", "start_char": 814, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 827, "feats": "Number=Plur", "head": 25, "id": 24, "lemma": "year", "misc": "", "start_char": 822, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 831, "feats": null, "head": 17, "id": 25, "lemma": "ago", "misc": "", "start_char": 828, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 833, "feats": null, "head": 5, "id": 26, "lemma": ".", "misc": "", "start_char": 832, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 836, "feats": null, "head": 5, "id": 27, "lemma": "''", "misc": "", "start_char": 834, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 838, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 837, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (NML (NNP San) (NNP Timoteo)) (NNP Canyon)) (VP (VBZ is) (VP (VBN located) (PP (NP (QP (RB about) (CD 85)) (NNS miles)) (IN from) (NP (NNP Los) (NNP Angeles))))) (. .)))" }, "speaker": null, "text": "San Timoteo Canyon is located about 85 miles from Los Angeles.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 842, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "San", "misc": "", "start_char": 839, "text": "San", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 850, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Timoteo", "misc": "", "start_char": 843, "text": "Timoteo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 857, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Canyon", "misc": "", "start_char": 851, "text": "Canyon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 860, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 858, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 868, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "locate", "misc": "", "start_char": 861, "text": "located", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 874, "feats": null, "head": 7, "id": 6, "lemma": "about", "misc": "", "start_char": 869, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 877, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "85", "misc": "", "start_char": 875, "text": "85", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:npmod", "end_char": 883, "feats": "Number=Plur", "head": 11, "id": 8, "lemma": "mile", "misc": "", "start_char": 878, "text": "miles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 888, "feats": null, "head": 11, "id": 9, "lemma": "from", "misc": "", "start_char": 884, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 892, "feats": "Number=Sing", "head": 5, "id": 10, "lemma": "Los", "misc": "", "start_char": 889, "text": "Los", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 900, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Angeles", "misc": "", "start_char": 893, "text": "Angeles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 902, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 901, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN area)) (PP (IN of) (NP (NP (DT the) (NN canyon)) (SBAR (WHADVP (WRB where)) (S (NP (DT the) (NNS fossils)) (VP (VBD were) (VP (VBN found)))))))) (VP (VBD was) (ADVP (RB once)) (NP (NP (NN part)) (PP (IN of) (NP (DT a) (JJ green) (NN river) (NN valley))))) (. .)))" }, "speaker": null, "text": "The area of the canyon where the fossils were found was once part of a green river valley.", "tokens": [ { "deprel": "det", "end_char": 906, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 903, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 911, "feats": "Number=Sing", "head": 13, "id": 2, "lemma": "area", "misc": "", "start_char": 907, "text": "area", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 914, "feats": null, "head": 5, "id": 3, "lemma": "of", "misc": "", "start_char": 912, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 918, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 915, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 925, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "canyon", "misc": "", "start_char": 919, "text": "canyon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 931, "feats": "PronType=Rel", "head": 10, "id": 6, "lemma": "where", "misc": "", "start_char": 926, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 935, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 932, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 943, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "fossil", "misc": "", "start_char": 936, "text": "fossils", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 948, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 944, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 954, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 10, "lemma": "find", "misc": "", "start_char": 949, "text": "found", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cop", "end_char": 958, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 955, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 963, "feats": "NumType=Mult", "head": 13, "id": 12, "lemma": "once", "misc": "", "start_char": 959, "text": "once", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 968, "feats": "Number=Sing", "head": 0, "id": 13, "lemma": "part", "misc": "", "start_char": 964, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 971, "feats": null, "head": 18, "id": 14, "lemma": "of", "misc": "", "start_char": 969, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 973, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 15, "lemma": "a", "misc": "", "start_char": 972, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 979, "feats": "Degree=Pos", "head": 18, "id": 16, "lemma": "green", "misc": "", "start_char": 974, "text": "green", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 985, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "river", "misc": "", "start_char": 980, "text": "river", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 992, "feats": "Number=Sing", "head": 13, "id": 18, "lemma": "valley", "misc": "", "start_char": 986, "text": "valley", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 994, "feats": null, "head": 13, "id": 19, "lemma": ".", "misc": "", "start_char": 993, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (NP (NN Today)) (, ,) (S (NP (DT the) (NN region)) (VP (VBZ is) (ADJP (JJ dry)))) (CC and) (S (NP (NN plant) (NN life)) (VP (VBZ is) (ADJP (JJ rare)))) (. .)))" }, "speaker": null, "text": "Today, the region is dry and plant life is rare.", "tokens": [ { "deprel": "obl:tmod", "end_char": 1000, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "today", "misc": "", "start_char": 995, "text": "Today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1002, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 1001, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1006, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1003, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1013, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "region", "misc": "", "start_char": 1007, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1016, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1014, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1020, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "dry", "misc": "", "start_char": 1017, "text": "dry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1024, "feats": null, "head": 11, "id": 7, "lemma": "and", "misc": "", "start_char": 1021, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1030, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "plant", "misc": "", "start_char": 1025, "text": "plant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1035, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "life", "misc": "", "start_char": 1031, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1038, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 1036, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 1043, "feats": "Degree=Pos", "head": 6, "id": 11, "lemma": "rare", "misc": "", "start_char": 1039, "text": "rare", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1045, "feats": null, "head": 6, "id": 12, "lemma": ".", "misc": "", "start_char": 1044, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1047, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1046, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (JJS Most)) (PP (IN of) (NP (DT the) (NNS fossils)))) (VP (VBP are) (ADJP (RB well) (VBN preserved))) (. .)))" }, "speaker": null, "text": "Most of the fossils are well preserved.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 1052, "feats": "Degree=Sup", "head": 7, "id": 1, "lemma": "most", "misc": "", "start_char": 1048, "text": "Most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 1055, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 1053, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1059, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1056, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1067, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "fossil", "misc": "", "start_char": 1060, "text": "fossils", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1071, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 1068, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1076, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "well", "misc": "", "start_char": 1072, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1086, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "preserve", "misc": "", "start_char": 1077, "text": "preserved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 1088, "feats": null, "head": 7, "id": 8, "lemma": ".", "misc": "", "start_char": 1087, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (NNS Experts)) (VP (VBP say) (SBAR (S (NP (DT a) (JJ muddy) (NN lake) (NN bed)) (VP (MD may) (VP (VB have) (VP (VBN trapped) (NP (NP (CD thirty) (NNS animals)) (SBAR (WHNP (WDT that)) (S (VP (VBD wandered) (ADVP (RB over)) (PP (IN for) (NP (DT a) (NN drink))))))))))))) (. .)))" }, "speaker": null, "text": "Experts say a muddy lake bed may have trapped thirty animals that wandered over for a drink.", "tokens": [ { "deprel": "nsubj", "end_char": 1096, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "expert", "misc": "", "start_char": 1089, "text": "Experts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1100, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 1097, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1102, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 3, "lemma": "a", "misc": "", "start_char": 1101, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1108, "feats": "Degree=Pos", "head": 6, "id": 4, "lemma": "muddy", "misc": "", "start_char": 1103, "text": "muddy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1113, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "lake", "misc": "", "start_char": 1109, "text": "lake", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1117, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "bed", "misc": "", "start_char": 1114, "text": "bed", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1121, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "may", "misc": "", "start_char": 1118, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 1126, "feats": "VerbForm=Inf", "head": 9, "id": 8, "lemma": "have", "misc": "", "start_char": 1122, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 1134, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 9, "lemma": "trap", "misc": "", "start_char": 1127, "text": "trapped", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nummod", "end_char": 1141, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 10, "lemma": "thirty", "misc": "", "start_char": 1135, "text": "thirty", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1149, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "animal", "misc": "", "start_char": 1142, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1154, "feats": "PronType=Rel", "head": 13, "id": 12, "lemma": "that", "misc": "", "start_char": 1150, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1163, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 13, "lemma": "wander", "misc": "", "start_char": 1155, "text": "wandered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1168, "feats": null, "head": 13, "id": 14, "lemma": "over", "misc": "", "start_char": 1164, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1172, "feats": null, "head": 17, "id": 15, "lemma": "for", "misc": "", "start_char": 1169, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1174, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 1173, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1180, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "drink", "misc": "", "start_char": 1175, "text": "drink", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1182, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 1181, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN mud)) (VP (VBD helped) (S (VP (TO to) (VP (VB protect) (NP (DT the) (NN animal) (NNS fossils)))))) (. .)))" }, "speaker": null, "text": "The mud helped to protect the animal fossils.", "tokens": [ { "deprel": "det", "end_char": 1186, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1183, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1190, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "mud", "misc": "", "start_char": 1187, "text": "mud", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1197, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "help", "misc": "", "start_char": 1191, "text": "helped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1200, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1198, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1208, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "protect", "misc": "", "start_char": 1201, "text": "protect", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1212, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 1209, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1219, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "animal", "misc": "", "start_char": 1213, "text": "animal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1227, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "fossil", "misc": "", "start_char": 1220, "text": "fossils", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1229, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 1228, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1231, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1230, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNS remains)) (VP (VBP are) (ADJP (ADJP (NP (DT a) (CD million) (NNS years)) (JJR older)) (PP (IN than) (NP (NP (DT those)) (VP (VBN discovered) (PP (IN at) (NP (NP (DT the) (JJ famous) (NML (NNP La) (NNP Brea)) (NNP Tar) (NNPS Pits)) (PP (IN in) (NP (NNP Los) (NNP Angeles)))))))))) (. .)))" }, "speaker": null, "text": "The remains are a million years older than those discovered at the famous La Brea Tar Pits in Los Angeles.", "tokens": [ { "deprel": "det", "end_char": 1235, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1232, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1243, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "remains", "misc": "", "start_char": 1236, "text": "remains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1247, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 1244, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 1249, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1248, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 1257, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "million", "misc": "", "start_char": 1250, "text": "million", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 1263, "feats": "Number=Plur", "head": 7, "id": 6, "lemma": "year", "misc": "", "start_char": 1258, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1269, "feats": "Degree=Cmp", "head": 0, "id": 7, "lemma": "old", "misc": "", "start_char": 1264, "text": "older", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 1274, "feats": null, "head": 9, "id": 8, "lemma": "than", "misc": "", "start_char": 1270, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1280, "feats": "Number=Plur|PronType=Dem", "head": 7, "id": 9, "lemma": "that", "misc": "", "start_char": 1275, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "acl", "end_char": 1291, "feats": "Tense=Past|VerbForm=Part", "head": 9, "id": 10, "lemma": "discover", "misc": "", "start_char": 1281, "text": "discovered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1294, "feats": null, "head": 17, "id": 11, "lemma": "at", "misc": "", "start_char": 1292, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1298, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 12, "lemma": "the", "misc": "", "start_char": 1295, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1305, "feats": "Degree=Pos", "head": 17, "id": 13, "lemma": "famous", "misc": "", "start_char": 1299, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1308, "feats": "Number=Sing", "head": 17, "id": 14, "lemma": "La", "misc": "", "start_char": 1306, "text": "La", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1313, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Brea", "misc": "", "start_char": 1309, "text": "Brea", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1317, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "Tar", "misc": "", "start_char": 1314, "text": "Tar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 1322, "feats": "Number=Plur", "head": 10, "id": 17, "lemma": "Pit", "misc": "", "start_char": 1318, "text": "Pits", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "case", "end_char": 1325, "feats": null, "head": 19, "id": 18, "lemma": "in", "misc": "", "start_char": 1323, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1329, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "Los", "misc": "", "start_char": 1326, "text": "Los", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1337, "feats": "Number=Sing", "head": 19, "id": 20, "lemma": "Angeles", "misc": "", "start_char": 1330, "text": "Angeles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1339, "feats": null, "head": 7, "id": 21, "lemma": ".", "misc": "", "start_char": 1338, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (NP (NP (NNS Scientists)) (VP (VBG studying) (NP (DT the) (NNS bones)))) (VP (MD will) (VP (VB be) (ADJP (JJ able) (S (VP (TO to) (VP (VB learn) (NP (ADVP (JJR more)) (PP (IN about) (SBAR (WHADVP (WRB how)) (S (NP (DT the) (NNS animals)) (VP (VBD adapted) (PP (IN to) (NP (NP (NNS changes)) (PP (IN in) (NP (DT the) (NN environment)))))))))))))))) (. .)))" }, "speaker": null, "text": "Scientists studying the bones will be able to learn more about how the animals adapted to changes in the environment.", "tokens": [ { "deprel": "nsubj", "end_char": 1350, "feats": "Number=Plur", "head": 7, "id": 1, "lemma": "scientist", "misc": "", "start_char": 1340, "text": "Scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1359, "feats": "VerbForm=Ger", "head": 1, "id": 2, "lemma": "study", "misc": "", "start_char": 1351, "text": "studying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1363, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1360, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1369, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "bone", "misc": "", "start_char": 1364, "text": "bones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1374, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "will", "misc": "", "start_char": 1370, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1377, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1375, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 1382, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "able", "misc": "", "start_char": 1378, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1385, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1383, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1391, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "learn", "misc": "", "start_char": 1386, "text": "learn", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1396, "feats": "Degree=Cmp", "head": 9, "id": 10, "lemma": "more", "misc": "", "start_char": 1392, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 1402, "feats": null, "head": 12, "id": 11, "lemma": "about", "misc": "", "start_char": 1397, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1406, "feats": "PronType=Int", "head": 10, "id": 12, "lemma": "how", "misc": "", "start_char": 1403, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 1410, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 1407, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1418, "feats": "Number=Plur", "head": 15, "id": 14, "lemma": "animal", "misc": "", "start_char": 1411, "text": "animals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl:relcl", "end_char": 1426, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 15, "lemma": "adapt", "misc": "", "start_char": 1419, "text": "adapted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1429, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 1427, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1437, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "change", "misc": "", "start_char": 1430, "text": "changes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1440, "feats": null, "head": 20, "id": 18, "lemma": "in", "misc": "", "start_char": 1438, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1444, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 1441, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1456, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "environment", "misc": "", "start_char": 1445, "text": "environment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1458, "feats": null, "head": 7, "id": 21, "lemma": ".", "misc": "", "start_char": 1457, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1460, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1459, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (SINV (`` ``) (S (NP (PRP We)) (VP (VBP have) (NP (NP (DT a) (JJ confused) (NN view)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (DT this) (NN time) (NN period)) (VP (VBD was) (ADJP (UH like))))))))) (, ,) ('' '') (VP (VBZ says)) (NP (DT another) (NN scientist)) (. .)))" }, "speaker": null, "text": "\"We have a confused view of what this time period was like,\" says another scientist.", "tokens": [ { "deprel": "punct", "end_char": 1463, "feats": null, "head": 16, "id": 1, "lemma": "``", "misc": "", "start_char": 1461, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1466, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 1464, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1471, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 16, "id": 3, "lemma": "have", "misc": "", "start_char": 1467, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1473, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1472, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1482, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "confused", "misc": "", "start_char": 1474, "text": "confused", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1487, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "view", "misc": "", "start_char": 1483, "text": "view", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1490, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 1488, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "acl", "end_char": 1495, "feats": "PronType=Rel", "head": 6, "id": 8, "lemma": "what", "misc": "", "start_char": 1491, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "det", "end_char": 1500, "feats": "Number=Sing|PronType=Dem", "head": 11, "id": 9, "lemma": "this", "misc": "", "start_char": 1496, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1505, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "time", "misc": "", "start_char": 1501, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1512, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "period", "misc": "", "start_char": 1506, "text": "period", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1516, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 1513, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 1521, "feats": null, "head": 8, "id": 13, "lemma": "like", "misc": "", "start_char": 1517, "text": "like", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 1523, "feats": null, "head": 16, "id": 14, "lemma": ",", "misc": "", "start_char": 1522, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1526, "feats": null, "head": 16, "id": 15, "lemma": "''", "misc": "", "start_char": 1524, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "root", "end_char": 1531, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 16, "lemma": "say", "misc": "", "start_char": 1527, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1539, "feats": null, "head": 18, "id": 17, "lemma": "another", "misc": "", "start_char": 1532, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1549, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "scientist", "misc": "", "start_char": 1540, "text": "scientist", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1551, "feats": null, "head": 16, "id": 19, "lemma": ".", "misc": "", "start_char": 1550, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NP (DT A) (NN discovery)) (PP (IN like) (NP (DT this)))) (VP (MD could) (ADVP (RB really)) (VP (VB be) (NP (DT an) (JJ important) (NN contribution)))) (. .) ('' '')))" }, "speaker": null, "text": "\"A discovery like this could really be an important contribution.\"", "tokens": [ { "deprel": "punct", "end_char": 1554, "feats": null, "head": 11, "id": 1, "lemma": "``", "misc": "", "start_char": 1552, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "det", "end_char": 1556, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 2, "lemma": "a", "misc": "", "start_char": 1555, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1566, "feats": "Number=Sing", "head": 11, "id": 3, "lemma": "discovery", "misc": "", "start_char": 1557, "text": "discovery", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1571, "feats": null, "head": 5, "id": 4, "lemma": "like", "misc": "", "start_char": 1567, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1576, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 5, "lemma": "this", "misc": "", "start_char": 1572, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 1582, "feats": "VerbForm=Fin", "head": 11, "id": 6, "lemma": "could", "misc": "", "start_char": 1577, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 1589, "feats": null, "head": 11, "id": 7, "lemma": "really", "misc": "", "start_char": 1583, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 1592, "feats": "VerbForm=Inf", "head": 11, "id": 8, "lemma": "be", "misc": "", "start_char": 1590, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 1595, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 1593, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1605, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "important", "misc": "", "start_char": 1596, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1618, "feats": "Number=Sing", "head": 0, "id": 11, "lemma": "contribution", "misc": "", "start_char": 1606, "text": "contribution", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1620, "feats": null, "head": 11, "id": 12, "lemma": ".", "misc": "", "start_char": 1619, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1623, "feats": null, "head": 11, "id": 13, "lemma": "''", "misc": "", "start_char": 1621, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1625, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1624, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (QP (RB About) (CD 35)) (JJ different) (NN animal) (NNS species)) (VP (VBP are) (VP (VBN represented) (PP (IN in) (NP (DT the) (NN fossil) (NN collection))))) (. .)))" }, "speaker": null, "text": "About 35 different animal species are represented in the fossil collection.", "tokens": [ { "deprel": "advmod", "end_char": 1631, "feats": null, "head": 2, "id": 1, "lemma": "about", "misc": "", "start_char": 1626, "text": "About", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1634, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 2, "lemma": "35", "misc": "", "start_char": 1632, "text": "35", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1644, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "different", "misc": "", "start_char": 1635, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1651, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "animal", "misc": "", "start_char": 1645, "text": "animal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj:pass", "end_char": 1659, "feats": "Number=Plur", "head": 7, "id": 5, "lemma": "species", "misc": "", "start_char": 1652, "text": "species", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 1663, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1660, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1675, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 7, "lemma": "represent", "misc": "", "start_char": 1664, "text": "represented", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1678, "feats": null, "head": 11, "id": 8, "lemma": "in", "misc": "", "start_char": 1676, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1682, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 9, "lemma": "the", "misc": "", "start_char": 1679, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1689, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "fossil", "misc": "", "start_char": 1683, "text": "fossil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1700, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "collection", "misc": "", "start_char": 1690, "text": "collection", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1702, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 1701, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (NP (NNS Scientists)) (VP (VBD began) (S (VP (VBG removing) (NP (NNS bones)) (PP (IN from) (NP (DT the) (NN site))) (NP (JJ last) (NN fall))))) (. .)))" }, "speaker": null, "text": "Scientists began removing bones from the site last fall.", "tokens": [ { "deprel": "nsubj", "end_char": 1713, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "scientist", "misc": "", "start_char": 1703, "text": "Scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1719, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "begin", "misc": "", "start_char": 1714, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1728, "feats": "VerbForm=Ger", "head": 2, "id": 3, "lemma": "remove", "misc": "", "start_char": 1720, "text": "removing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1734, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "bone", "misc": "", "start_char": 1729, "text": "bones", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1739, "feats": null, "head": 7, "id": 5, "lemma": "from", "misc": "", "start_char": 1735, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1743, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1740, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1748, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "site", "misc": "", "start_char": 1744, "text": "site", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 1753, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "last", "misc": "", "start_char": 1749, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 1758, "feats": "Number=Sing", "head": 3, "id": 9, "lemma": "fall", "misc": "", "start_char": 1754, "text": "fall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1760, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 1759, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN project)) (VP (VBD was) (VP (VBN completed) (NP (DT this) (NN summer)))) (. .)))" }, "speaker": null, "text": "The project was completed this summer.", "tokens": [ { "deprel": "det", "end_char": 1764, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1761, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1772, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "project", "misc": "", "start_char": 1765, "text": "project", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1776, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1773, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1786, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "complete", "misc": "", "start_char": 1777, "text": "completed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1791, "feats": "Number=Sing|PronType=Dem", "head": 6, "id": 5, "lemma": "this", "misc": "", "start_char": 1787, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 1798, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "summer", "misc": "", "start_char": 1792, "text": "summer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1800, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 1799, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Starting) (NP (JJ next) (NN year)))) (, ,) (NP (DT the) (NNS fossils)) (VP (MD will) (VP (VB be) (PP (IN on) (NP (NN display))) (PP (IN at) (NP (NP (DT the) (NNP Western) (NNP Science) (NNP Center)) (PP (IN in) (NP (NP (DT the) (JJ nearby) (NN city)) (PP (IN of) (NP (NP (NNP Hemet)) (, ,) (NP (NNP California)))))))))) (. .)))" }, "speaker": null, "text": "Starting next year, the fossils will be on display at the Western Science Center in the nearby city of Hemet, California.", "tokens": [ { "deprel": "advcl", "end_char": 1809, "feats": "VerbForm=Ger", "head": 10, "id": 1, "lemma": "starting", "misc": "", "start_char": 1801, "text": "Starting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1814, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "next", "misc": "", "start_char": 1810, "text": "next", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 1819, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "year", "misc": "", "start_char": 1815, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1821, "feats": null, "head": 10, "id": 4, "lemma": ",", "misc": "", "start_char": 1820, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1825, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1822, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1833, "feats": "Number=Plur", "head": 10, "id": 6, "lemma": "fossil", "misc": "", "start_char": 1826, "text": "fossils", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1838, "feats": "VerbForm=Fin", "head": 10, "id": 7, "lemma": "will", "misc": "", "start_char": 1834, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1841, "feats": "VerbForm=Inf", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 1839, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "case", "end_char": 1844, "feats": null, "head": 10, "id": 9, "lemma": "on", "misc": "", "start_char": 1842, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 1852, "feats": "Number=Sing", "head": 0, "id": 10, "lemma": "display", "misc": "", "start_char": 1845, "text": "display", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1855, "feats": null, "head": 15, "id": 11, "lemma": "at", "misc": "", "start_char": 1853, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1859, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 12, "lemma": "the", "misc": "", "start_char": 1856, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1867, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "western", "misc": "", "start_char": 1860, "text": "Western", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1875, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "Science", "misc": "", "start_char": 1868, "text": "Science", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 1882, "feats": "Number=Sing", "head": 10, "id": 15, "lemma": "Center", "misc": "", "start_char": 1876, "text": "Center", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1885, "feats": null, "head": 19, "id": 16, "lemma": "in", "misc": "", "start_char": 1883, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1889, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 17, "lemma": "the", "misc": "", "start_char": 1886, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1896, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "nearby", "misc": "", "start_char": 1890, "text": "nearby", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1901, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "city", "misc": "", "start_char": 1897, "text": "city", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1904, "feats": null, "head": 21, "id": 20, "lemma": "of", "misc": "", "start_char": 1902, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1910, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "Hemet", "misc": "", "start_char": 1905, "text": "Hemet", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1912, "feats": null, "head": 21, "id": 22, "lemma": ",", "misc": "", "start_char": 1911, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1923, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "California", "misc": "", "start_char": 1913, "text": "California", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1925, "feats": null, "head": 10, "id": 24, "lemma": ".", "misc": "", "start_char": 1924, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Construction workers in Southern California have made a wild discovery. They were digging at a building site in San Timoteo Canyon when they unearthed hundreds of ancient animal fossils. Researchers say the bones hold important clues about the history of the region. Nearly 1, 500 fossils were recovered from the dusty canyon. The remains are about 1.4 million years old. They include the bones of a new species of deer, several small rodents and more. A giant cat fossil was also found. Scientists believe the animal was an ancestor of the saber- toothed tiger. Signs of plant life were uncovered as well. "This is a huge find," says Rick Greenwood, a scientist studying the site. "I don't think most people had any idea that those types of animals were wandering around here more than a million years ago." San Timoteo Canyon is located about 85 miles from Los Angeles. The area of the canyon where the fossils were found was once part of a green river valley. Today, the region is dry and plant life is rare. Most of the fossils are well preserved. Experts say a muddy lake bed may have trapped thirty animals that wandered over for a drink. The mud helped to protect the animal fossils. The remains are a million years older than those discovered at the famous La Brea Tar Pits in Los Angeles. Scientists studying the bones will be able to learn more about how the animals adapted to changes in the environment. "We have a confused view of what this time period was like," says another scientist. "A discovery like this could really be an important contribution." About 35 different animal species are represented in the fossil collection. Scientists began removing bones from the site last fall. The project was completed this summer. Starting next year, the fossils will be on display at the Western Science Center in the nearby city of Hemet, California.
[ [ [ 0, 3, 4 ] ], [ [ 11, 1, 1 ], [ 11, 3, 5 ] ], [ [ 0, 0, 0 ] ], [ [ 11, 15, 16 ], [ 29, 5, 6 ] ], [ [ 1, 5, 5 ] ], [ [ 1, 8, 10 ], [ 14, 0, 2 ], [ 15, 3, 4 ], [ 2, 11, 12 ], [ 4, 8, 10 ] ], [ [ 1, 16, 18 ] ], [ [ 2, 0, 0 ] ], [ [ 2, 8, 12 ] ], [ [ 5, 3, 7 ] ], [ [ 5, 4, 6 ] ], [ [ 6, 5, 9 ] ], [ [ 6, 9, 9 ] ], [ [ 6, 2, 15 ] ], [ [ 6, 11, 13 ] ], [ [ 6, 15, 15 ] ], [ [ 6, 5, 15 ] ], [ [ 7, 2, 2 ] ], [ [ 8, 0, 0 ], [ 23, 0, 3 ], [ 29, 0, 0 ] ], [ [ 8, 8, 11 ] ], [ [ 9, 0, 3 ] ], [ [ 9, 2, 3 ], [ 16, 7, 8 ] ], [ [ 9, 2, 2 ], [ 16, 7, 7 ] ], [ [ 11, 9, 10 ], [ 11, 12, 16 ], [ 11, 9, 16 ], [ 12, 1, 1 ] ], [ [ 12, 5, 6 ] ], [ [ 12, 11, 14 ] ], [ [ 23, 12, 13 ], [ 12, 14, 14 ], [ 8, 2, 3 ], [ 1, 17, 17 ], [ 20, 6, 6 ], [ 28, 3, 3 ], [ 7, 0, 3 ], [ 8, 5, 11 ] ], [ [ 12, 19, 24 ] ], [ [ 14, 9, 10 ], [ 22, 18, 19 ] ], [ [ 14, 5, 10 ] ], [ [ 15, 14, 17 ] ], [ [ 15, 16, 16 ] ], [ [ 16, 0, 0 ] ], [ [ 18, 0, 3 ] ], [ [ 19, 0, 0 ] ], [ [ 19, 2, 5 ] ], [ [ 19, 4, 4 ] ], [ [ 20, 5, 7 ] ], [ [ 19, 15, 16 ] ], [ [ 20, 0, 1 ] ], [ [ 22, 3, 5 ] ], [ [ 23, 18, 19 ] ], [ [ 25, 1, 1 ] ], [ [ 25, 3, 12 ] ], [ [ 25, 7, 12 ] ], [ [ 25, 8, 10 ] ], [ [ 25, 9, 9 ] ], [ [ 25, 16, 17 ] ], [ [ 26, 1, 4 ] ], [ [ 26, 8, 10 ] ], [ [ 28, 0, 4 ] ], [ [ 28, 8, 10 ] ], [ [ 28, 9, 9 ], [ 1, 14, 18 ], [ 4, 1, 4 ], [ 5, 0, 1 ], [ 2, 2, 3 ], [ 6, 0, 0 ], [ 15, 6, 7 ], [ 18, 2, 3 ], [ 31, 4, 5 ] ], [ [ 29, 7, 8 ] ], [ [ 30, 0, 1 ] ], [ [ 30, 4, 5 ] ], [ [ 31, 1, 2 ] ], [ [ 31, 9, 9 ] ], [ [ 31, 11, 14 ] ], [ [ 31, 13, 13 ] ], [ [ 31, 20, 20 ], [ 31, 20, 22 ] ], [ [ 31, 22, 22 ] ], [ [ 0, 0, 4 ], [ 1, 0, 0 ], [ 1, 12, 12 ] ], [ [ 1, 4, 10 ] ], [ [ 2, 5, 12 ] ], [ [ 12, 8, 24 ] ], [ [ 14, 6, 7 ] ], [ [ 22, 0, 1 ] ], [ [ 23, 2, 3 ] ], [ [ 19, 9, 16 ] ], [ [ 22, 8, 19 ] ], [ [ 22, 11, 19 ] ], [ [ 23, 16, 16 ] ], [ [ 31, 16, 22 ] ], [ [ 0, 7, 9 ] ], [ [ 26, 4, 4 ] ], [ [ 15, 0, 9 ], [ 15, 12, 17 ], [ 16, 2, 3 ] ], [ [ 29, 3, 3 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36211
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Sometimes)) (NP (NNS people)) (VP (VBP say) (SBAR (IN that) (S (NP (PRP they)) (VP (VBP see) (NP (NP (JJ strange) (NN flying) (NNS objects)) (ADVP (RB high) (RB up) (PP (IN in) (NP (DT the) (NN sky))))))))) (. .)))" }, "speaker": null, "text": "Sometimes people say that they see strange flying objects high up in the sky.", "tokens": [ { "deprel": "advmod", "end_char": 9, "feats": null, "head": 3, "id": 1, "lemma": "sometimes", "misc": "", "start_char": 0, "text": "Sometimes", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 16, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "person", "misc": "", "start_char": 10, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 20, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "say", "misc": "", "start_char": 17, "text": "say", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 25, "feats": null, "head": 6, "id": 4, "lemma": "that", "misc": "", "start_char": 21, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 30, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "they", "misc": "", "start_char": 26, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 34, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 6, "lemma": "see", "misc": "", "start_char": 31, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 42, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "strange", "misc": "", "start_char": 35, "text": "strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 49, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "fly", "misc": "", "start_char": 43, "text": "flying", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 57, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "object", "misc": "", "start_char": 50, "text": "objects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 62, "feats": "Degree=Pos", "head": 6, "id": 10, "lemma": "high", "misc": "", "start_char": 58, "text": "high", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 65, "feats": null, "head": 10, "id": 11, "lemma": "up", "misc": "", "start_char": 63, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 68, "feats": null, "head": 14, "id": 12, "lemma": "in", "misc": "", "start_char": 66, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 72, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 69, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 76, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "sky", "misc": "", "start_char": 73, "text": "sky", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 78, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 77, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NNS People)) (VP (VBP call) (NP (NP (DT these) (JJ strange) (NNS objects)) (`` ``) (NP (NP (JJ Unidentified) (VBG Flying) (NNS Objects)) (-LRB- -LRB-) (NP (NNS UFOs)) (-RRB- -RRB-)) ('' ''))) (. .)))" }, "speaker": null, "text": "People call these strange objects \"Unidentified Flying Objects (UFOs)\".", "tokens": [ { "deprel": "nsubj", "end_char": 85, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "person", "misc": "", "start_char": 79, "text": "People", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 90, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "call", "misc": "", "start_char": 86, "text": "call", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 96, "feats": "Number=Plur|PronType=Dem", "head": 5, "id": 3, "lemma": "this", "misc": "", "start_char": 91, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 104, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "strange", "misc": "", "start_char": 97, "text": "strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 112, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "object", "misc": "", "start_char": 105, "text": "objects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 115, "feats": null, "head": 9, "id": 6, "lemma": "``", "misc": "", "start_char": 113, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 128, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "Unidentified", "misc": "", "start_char": 116, "text": "Unidentified", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 135, "feats": "VerbForm=Ger", "head": 9, "id": 8, "lemma": "Fly", "misc": "", "start_char": 129, "text": "Flying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 143, "feats": "Number=Plur", "head": 2, "id": 9, "lemma": "object", "misc": "", "start_char": 136, "text": "Objects", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 145, "feats": null, "head": 11, "id": 10, "lemma": "(", "misc": "", "start_char": 144, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 150, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "ufo", "misc": "", "start_char": 146, "text": "UFOs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 152, "feats": null, "head": 11, "id": 12, "lemma": ")", "misc": "", "start_char": 151, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "punct", "end_char": 155, "feats": null, "head": 9, "id": 13, "lemma": "''", "misc": "", "start_char": 153, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 157, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 156, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 159, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 158, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NNP Dennis) (NNP Bardens)) (VP (VBD wrote) (NP (DT an) (NN article))) (. .)))" }, "speaker": null, "text": "Dennis Bardens wrote an article.", "tokens": [ { "deprel": "nsubj", "end_char": 166, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Dennis", "misc": "", "start_char": 160, "text": "Dennis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 174, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Bardens", "misc": "", "start_char": 167, "text": "Bardens", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 180, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "write", "misc": "", "start_char": 175, "text": "wrote", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 183, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 181, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 191, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "article", "misc": "", "start_char": 184, "text": "article", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 193, "feats": null, "head": 3, "id": 6, "lemma": ".", "misc": "", "start_char": 192, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (PRP it))) (, ,) (NP (PRP he)) (VP (VBD told) (NP (PRP us)) (SBAR (IN that) (S (NP (PRP he)) (ADVP (RB once)) (VP (VBD saw) (NP (DT a) (NNP UFO)) (NP (PRP himself)))))) (. .)))" }, "speaker": null, "text": "In it, he told us that he once saw a UFO himself.", "tokens": [ { "deprel": "case", "end_char": 196, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 194, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 199, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "it", "misc": "", "start_char": 197, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 201, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 200, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 204, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "he", "misc": "", "start_char": 202, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 209, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "tell", "misc": "", "start_char": 205, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 212, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 6, "lemma": "we", "misc": "", "start_char": 210, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 217, "feats": null, "head": 10, "id": 7, "lemma": "that", "misc": "", "start_char": 213, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 220, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "he", "misc": "", "start_char": 218, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 225, "feats": "NumType=Mult", "head": 10, "id": 9, "lemma": "once", "misc": "", "start_char": 221, "text": "once", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 229, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 10, "lemma": "see", "misc": "", "start_char": 226, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 231, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 230, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 235, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "UFO", "misc": "", "start_char": 232, "text": "UFO", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl:npmod", "end_char": 243, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 10, "id": 13, "lemma": "himself", "misc": "", "start_char": 236, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 245, "feats": null, "head": 5, "id": 14, "lemma": ".", "misc": "", "start_char": 244, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD had) (VP (NN dinner) (NP (CD one) (NN night)) (PP (IN with) (NP (NP (DT a) (NN friend)) (PP (IN near) (NP (NP (NNP Tripoli)) (, ,) (NP (NNP Libya)))))))) (. .)))" }, "speaker": null, "text": "He had dinner one night with a friend near Tripoli, Libya.", "tokens": [ { "deprel": "nsubj", "end_char": 248, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 246, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 252, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "have", "misc": "", "start_char": 249, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 259, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "dinner", "misc": "", "start_char": 253, "text": "dinner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nummod", "end_char": 263, "feats": "NumForm=Word|NumType=Card", "head": 5, "id": 4, "lemma": "one", "misc": "", "start_char": 260, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:tmod", "end_char": 269, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "night", "misc": "", "start_char": 264, "text": "night", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 274, "feats": null, "head": 8, "id": 6, "lemma": "with", "misc": "", "start_char": 270, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 276, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 275, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 283, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "friend", "misc": "", "start_char": 277, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 288, "feats": null, "head": 10, "id": 9, "lemma": "near", "misc": "", "start_char": 284, "text": "near", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 296, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Tripoli", "misc": "", "start_char": 289, "text": "Tripoli", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 298, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 297, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 304, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Libya", "misc": "", "start_char": 299, "text": "Libya", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 306, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 305, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (S (VP (NN dinner) (NP (NNP Dennis)) (PP (IN with) (NP (PRP$ his) (NN friend)))))) (VP (VBD walked) (PP (IN across) (NP (DT a) (NN yard))) (PP (IN to) (NP (PRP$ his) (NN room)))) (. .)))" }, "speaker": null, "text": "After dinner Dennis with his friend walked across a yard to his room.", "tokens": [ { "deprel": "case", "end_char": 312, "feats": null, "head": 2, "id": 1, "lemma": "after", "misc": "", "start_char": 307, "text": "After", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 319, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "dinner", "misc": "", "start_char": 313, "text": "dinner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 326, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "Dennis", "misc": "", "start_char": 320, "text": "Dennis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 331, "feats": null, "head": 6, "id": 4, "lemma": "with", "misc": "", "start_char": 327, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 335, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "his", "misc": "", "start_char": 332, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 342, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "friend", "misc": "", "start_char": 336, "text": "friend", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 349, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "walk", "misc": "", "start_char": 343, "text": "walked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 356, "feats": null, "head": 10, "id": 8, "lemma": "across", "misc": "", "start_char": 350, "text": "across", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 358, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 357, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 363, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "yard", "misc": "", "start_char": 359, "text": "yard", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 366, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 364, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 370, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "his", "misc": "", "start_char": 367, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 375, "feats": "Number=Sing", "head": 7, "id": 13, "lemma": "room", "misc": "", "start_char": 371, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 377, "feats": null, "head": 7, "id": 14, "lemma": ".", "misc": "", "start_char": 376, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD noticed) (SBAR (IN that) (S (NP (DT the) (`` ``) (NN moon) ('' '')) (VP (VBD looked) (ADJP (JJ strange)) (NP (DT that) (NN night)))))) (. .)))" }, "speaker": null, "text": "He noticed that the \"moon\" looked strange that night.", "tokens": [ { "deprel": "nsubj", "end_char": 380, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 378, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 388, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "notice", "misc": "", "start_char": 381, "text": "noticed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 393, "feats": null, "head": 8, "id": 3, "lemma": "that", "misc": "", "start_char": 389, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 397, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 394, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 400, "feats": null, "head": 6, "id": 5, "lemma": "``", "misc": "", "start_char": 398, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 405, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "moon", "misc": "", "start_char": 401, "text": "moon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 408, "feats": null, "head": 6, "id": 7, "lemma": "''", "misc": "", "start_char": 406, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "ccomp", "end_char": 415, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 8, "lemma": "look", "misc": "", "start_char": 409, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 423, "feats": "Degree=Pos", "head": 8, "id": 9, "lemma": "strange", "misc": "", "start_char": 416, "text": "strange", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "det", "end_char": 428, "feats": "Number=Sing|PronType=Dem", "head": 11, "id": 10, "lemma": "that", "misc": "", "start_char": 424, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 434, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "night", "misc": "", "start_char": 429, "text": "night", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 436, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 435, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP it)) (VP (VBD was) (RB n't) (NP (DT the) (NN moon))) (. .)))" }, "speaker": null, "text": "But it wasn't the moon.", "tokens": [ { "deprel": "cc", "end_char": 440, "feats": null, "head": 6, "id": 1, "lemma": "but", "misc": "", "start_char": 437, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 443, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 2, "lemma": "it", "misc": "", "start_char": 441, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 447, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 444, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 451, "feats": null, "head": 6, "id": 4, "lemma": "not", "misc": "", "start_char": 448, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 455, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 452, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 460, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "moon", "misc": "", "start_char": 456, "text": "moon", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 462, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 461, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD saw) (SBAR (S (NP (NP (DT the) (NN object) (POS 's)) (NN light)) (VP (VBD was) (VP (VBG moving)))))) (. .)))" }, "speaker": null, "text": "He saw the object's light was moving.", "tokens": [ { "deprel": "nsubj", "end_char": 465, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 463, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 469, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "see", "misc": "", "start_char": 466, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 473, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 470, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 480, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "object", "misc": "", "start_char": 474, "text": "object", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 483, "feats": null, "head": 4, "id": 5, "lemma": "'s", "misc": "", "start_char": 481, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "nsubj", "end_char": 489, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "light", "misc": "", "start_char": 484, "text": "light", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 493, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 490, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 500, "feats": "Tense=Pres|VerbForm=Part", "head": 2, "id": 8, "lemma": "move", "misc": "", "start_char": 494, "text": "moving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 502, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 501, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBD seemed) (S (VP (TO to) (VP (VB be) (NP (NP (DT an) (NN object)) (PP (IN like) (NP (DT a) (JJ big) (NN plate)))))))) (. .)))" }, "speaker": null, "text": "It seemed to be an object like a big plate.", "tokens": [ { "deprel": "nsubj", "end_char": 505, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 503, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 512, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "seem", "misc": "", "start_char": 506, "text": "seemed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 515, "feats": null, "head": 6, "id": 3, "lemma": "to", "misc": "", "start_char": 513, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 518, "feats": "VerbForm=Inf", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 516, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 521, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 519, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 528, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "object", "misc": "", "start_char": 522, "text": "object", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 533, "feats": null, "head": 10, "id": 7, "lemma": "like", "misc": "", "start_char": 529, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 535, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 534, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 539, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "big", "misc": "", "start_char": 536, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 545, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "plate", "misc": "", "start_char": 540, "text": "plate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 547, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 546, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT some) (NNS ways))) (NP (PRP it)) (VP (VBD looked) (PP (IN like) (NP (NP (NN smoke)) (PP (IN with) (NP (NN light))) (PP (IN on) (NP (PRP it)))))) (. .)))" }, "speaker": null, "text": "In some ways it looked like smoke with light on it.", "tokens": [ { "deprel": "case", "end_char": 550, "feats": null, "head": 3, "id": 1, "lemma": "in", "misc": "", "start_char": 548, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 555, "feats": null, "head": 3, "id": 2, "lemma": "some", "misc": "", "start_char": 551, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 560, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "way", "misc": "", "start_char": 556, "text": "ways", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 563, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "it", "misc": "", "start_char": 561, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 570, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "look", "misc": "", "start_char": 564, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 575, "feats": null, "head": 7, "id": 6, "lemma": "like", "misc": "", "start_char": 571, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 581, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "smoke", "misc": "", "start_char": 576, "text": "smoke", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 586, "feats": null, "head": 9, "id": 8, "lemma": "with", "misc": "", "start_char": 582, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 592, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "light", "misc": "", "start_char": 587, "text": "light", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 595, "feats": null, "head": 11, "id": 10, "lemma": "on", "misc": "", "start_char": 593, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "advcl", "end_char": 598, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 11, "lemma": "it", "misc": "", "start_char": 596, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 600, "feats": null, "head": 5, "id": 12, "lemma": ".", "misc": "", "start_char": 599, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP it)) (VP (VBD was) (RB n't) (NP (NN smoke)) (SBAR (IN because) (S (NP (PRP it)) (VP (VBD did) (RB n't) (VP (VB change) (NP (PRP$ its) (NN shape))))))) (. .)))" }, "speaker": null, "text": "But it wasn't smoke because it didn't change its shape.", "tokens": [ { "deprel": "cc", "end_char": 604, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 601, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 607, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 2, "lemma": "it", "misc": "", "start_char": 605, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 611, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 608, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 615, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 612, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 621, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "smoke", "misc": "", "start_char": 616, "text": "smoke", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 629, "feats": null, "head": 10, "id": 6, "lemma": "because", "misc": "", "start_char": 622, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 632, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 7, "lemma": "it", "misc": "", "start_char": 630, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 636, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 8, "lemma": "do", "misc": "", "start_char": 633, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 640, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 637, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 647, "feats": "VerbForm=Inf", "head": 5, "id": 10, "lemma": "change", "misc": "", "start_char": 641, "text": "change", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 651, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "its", "misc": "", "start_char": 648, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 657, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "shape", "misc": "", "start_char": 652, "text": "shape", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 659, "feats": null, "head": 5, "id": 13, "lemma": ".", "misc": "", "start_char": 658, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (DT the) (NN object)) (VP (VBD was) (ADJP (JJR nearer))))) (, ,) (NP (PRP he)) (VP (VBD noticed) (SBAR (IN that) (S (NP (PRP$ its) (JJ bottom) (NN part)) (VP (VBD was) (ADJP (ADJP (JJR brighter)) (PP (IN than) (NP (DT the) (NN top)))))))) (. .)))" }, "speaker": null, "text": "When the object was nearer, he noticed that its bottom part was brighter than the top.", "tokens": [ { "deprel": "advmod", "end_char": 664, "feats": "PronType=Int", "head": 5, "id": 1, "lemma": "when", "misc": "", "start_char": 660, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 668, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 665, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 675, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "object", "misc": "", "start_char": 669, "text": "object", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 679, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 676, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 686, "feats": "Degree=Cmp", "head": 8, "id": 5, "lemma": "neat", "misc": "", "start_char": 680, "text": "nearer", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 688, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 687, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 691, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "he", "misc": "", "start_char": 689, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 699, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "notice", "misc": "", "start_char": 692, "text": "noticed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 704, "feats": null, "head": 14, "id": 9, "lemma": "that", "misc": "", "start_char": 700, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 708, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 10, "lemma": "its", "misc": "", "start_char": 705, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 715, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "bottom", "misc": "", "start_char": 709, "text": "bottom", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 720, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "part", "misc": "", "start_char": 716, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 724, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 721, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 733, "feats": "Degree=Cmp", "head": 8, "id": 14, "lemma": "bright", "misc": "", "start_char": 725, "text": "brighter", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 738, "feats": null, "head": 17, "id": 15, "lemma": "than", "misc": "", "start_char": 734, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 742, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 739, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 746, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "top", "misc": "", "start_char": 743, "text": "top", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 748, "feats": null, "head": 8, "id": 18, "lemma": ".", "misc": "", "start_char": 747, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (S (NP (DT The) (JJ bottom) (NN part)) (VP (VBD was) (ADJP (JJ yellow)))) (CC and) (S (NP (DT the) (NN top)) (VP (VBD was) (ADJP (JJ red)))) (. .)))" }, "speaker": null, "text": "The bottom part was yellow and the top was red.", "tokens": [ { "deprel": "det", "end_char": 752, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 749, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 759, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "bottom", "misc": "", "start_char": 753, "text": "bottom", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 764, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "part", "misc": "", "start_char": 760, "text": "part", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 768, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 765, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 775, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "yellow", "misc": "", "start_char": 769, "text": "yellow", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 779, "feats": null, "head": 10, "id": 6, "lemma": "and", "misc": "", "start_char": 776, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 783, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 780, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 787, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "top", "misc": "", "start_char": 784, "text": "top", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 791, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 788, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 795, "feats": "Degree=Pos", "head": 5, "id": 10, "lemma": "red", "misc": "", "start_char": 792, "text": "red", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 797, "feats": null, "head": 5, "id": 11, "lemma": ".", "misc": "", "start_char": 796, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (RB Then) (NP (DT the) (NN object)) (ADVP (RB suddenly)) (VP (VP (VBD turned) (ADVP (RB away))) (CC and) (VP (VBD left)) (, ,) (S (VP (VBG moving) (ADVP (RB very) (RB fast))))) (. .)))" }, "speaker": null, "text": "Then the object suddenly turned away and left, moving very fast.", "tokens": [ { "deprel": "advmod", "end_char": 802, "feats": "PronType=Dem", "head": 5, "id": 1, "lemma": "then", "misc": "", "start_char": 798, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 806, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 803, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 813, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "object", "misc": "", "start_char": 807, "text": "object", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 822, "feats": null, "head": 5, "id": 4, "lemma": "suddenly", "misc": "", "start_char": 814, "text": "suddenly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 829, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "turn", "misc": "", "start_char": 823, "text": "turned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 834, "feats": null, "head": 5, "id": 6, "lemma": "away", "misc": "", "start_char": 830, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 838, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 835, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 843, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 8, "lemma": "leave", "misc": "", "start_char": 839, "text": "left", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 845, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 844, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 852, "feats": "VerbForm=Ger", "head": 5, "id": 10, "lemma": "move", "misc": "", "start_char": 846, "text": "moving", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 857, "feats": null, "head": 12, "id": 11, "lemma": "very", "misc": "", "start_char": 853, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 862, "feats": "Degree=Pos", "head": 10, "id": 12, "lemma": "fast", "misc": "", "start_char": 858, "text": "fast", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 864, "feats": null, "head": 5, "id": 13, "lemma": ".", "misc": "", "start_char": 863, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 866, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 865, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (PP (IN On) (NP (DT a) (JJR later) (NN day))) (, ,) (S (NP (NNP Dennis)) (VP (VBD talked) (PP (IN to) (NP (JJ other) (NNS people))) (PP (IN about) (NP (PRP it))))) (, ,) (CC and) (S (NP (PRP he)) (VP (VBD found) (SBAR (S (NP (DT some) (NNS people)) (ADVP (RB also)) (VP (VBD saw) (NP (PRP it))))))) (. .)))" }, "speaker": null, "text": "On a later day, Dennis talked to other people about it, and he found some people also saw it.", "tokens": [ { "deprel": "case", "end_char": 869, "feats": null, "head": 4, "id": 1, "lemma": "on", "misc": "", "start_char": 867, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 871, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 2, "lemma": "a", "misc": "", "start_char": 870, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 877, "feats": "Degree=Cmp", "head": 4, "id": 3, "lemma": "late", "misc": "", "start_char": 872, "text": "later", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 881, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "day", "misc": "", "start_char": 878, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 883, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 882, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 890, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Dennis", "misc": "", "start_char": 884, "text": "Dennis", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 897, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "talk", "misc": "", "start_char": 891, "text": "talked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 900, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 898, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 906, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "other", "misc": "", "start_char": 901, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 913, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "person", "misc": "", "start_char": 907, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 919, "feats": null, "head": 12, "id": 11, "lemma": "about", "misc": "", "start_char": 914, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 922, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 12, "lemma": "it", "misc": "", "start_char": 920, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 924, "feats": null, "head": 16, "id": 13, "lemma": ",", "misc": "", "start_char": 923, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 928, "feats": null, "head": 16, "id": 14, "lemma": "and", "misc": "", "start_char": 925, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 931, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 15, "lemma": "he", "misc": "", "start_char": 929, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 937, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 16, "lemma": "find", "misc": "", "start_char": 932, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 942, "feats": null, "head": 18, "id": 17, "lemma": "some", "misc": "", "start_char": 938, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 949, "feats": "Number=Plur", "head": 20, "id": 18, "lemma": "person", "misc": "", "start_char": 943, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 954, "feats": null, "head": 20, "id": 19, "lemma": "also", "misc": "", "start_char": 950, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 958, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 20, "lemma": "see", "misc": "", "start_char": 955, "text": "saw", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 961, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 21, "lemma": "it", "misc": "", "start_char": 959, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 963, "feats": null, "head": 7, "id": 22, "lemma": ".", "misc": "", "start_char": 962, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (PRP They)) (NP (DT all))) (VP (VBD described) (NP (PRP it)) (PP (IN in) (NP (DT the) (JJ same) (NN way)))) (. .)))" }, "speaker": null, "text": "They all described it in the same way.", "tokens": [ { "deprel": "nsubj", "end_char": 968, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "they", "misc": "", "start_char": 964, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 972, "feats": null, "head": 1, "id": 2, "lemma": "all", "misc": "", "start_char": 969, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 982, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "describe", "misc": "", "start_char": 973, "text": "described", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 985, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 4, "lemma": "it", "misc": "", "start_char": 983, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 988, "feats": null, "head": 8, "id": 5, "lemma": "in", "misc": "", "start_char": 986, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 992, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 989, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 997, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "same", "misc": "", "start_char": 993, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1001, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "way", "misc": "", "start_char": 998, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1003, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 1002, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Sometimes people say that they see strange flying objects high up in the sky. People call these strange objects "Unidentified Flying Objects (UFOs)". Dennis Bardens wrote an article. In it, he told us that he once saw a UFO himself. He had dinner one night with a friend near Tripoli, Libya. After dinner Dennis with his friend walked across a yard to his room. He noticed that the "moon" looked strange that night. But it wasn't the moon. He saw the object's light was moving. It seemed to be an object like a big plate. In some ways it looked like smoke with light on it. But it wasn't smoke because it didn't change its shape. When the object was nearer, he noticed that its bottom part was brighter than the top. The bottom part was yellow and the top was red. Then the object suddenly turned away and left, moving very fast. On a later day, Dennis talked to other people about it, and he found some people also saw it. They all described it in the same way.
[ [ [ 0, 0, 0 ] ], [ [ 0, 1, 1 ], [ 1, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 12, 13 ] ], [ [ 4, 1, 1 ], [ 3, 3, 4 ] ], [ [ 4, 5, 5 ] ], [ [ 5, 3, 4 ] ], [ [ 5, 9, 9 ] ], [ [ 5, 11, 11 ] ], [ [ 6, 1, 1 ], [ 5, 2, 2 ] ], [ [ 6, 4, 5 ], [ 5, 6, 7 ] ], [ [ 6, 8, 9 ] ], [ [ 6, 11, 12 ] ], [ [ 7, 3, 6 ] ], [ [ 8, 4, 5 ] ], [ [ 9, 2, 5 ] ], [ [ 10, 7, 9 ] ], [ [ 11, 1, 2 ] ], [ [ 11, 8, 8 ] ], [ [ 12, 10, 11 ] ], [ [ 14, 0, 2 ], [ 13, 9, 11 ] ], [ [ 15, 0, 0 ] ], [ [ 17, 1, 3 ] ], [ [ 17, 5, 5 ], [ 17, 14, 14 ], [ 3, 0, 1 ], [ 4, 3, 3 ], [ 4, 7, 7 ], [ 5, 0, 0 ], [ 6, 2, 2 ], [ 6, 11, 11 ], [ 6, 4, 4 ], [ 7, 0, 0 ], [ 9, 0, 0 ], [ 4, 12, 12 ], [ 13, 6, 6 ] ], [ [ 17, 8, 9 ] ], [ [ 17, 16, 17 ], [ 18, 0, 0 ] ], [ [ 18, 3, 3 ], [ 12, 6, 6 ], [ 12, 1, 1 ], [ 9, 2, 4 ], [ 11, 10, 10 ], [ 8, 1, 1 ], [ 11, 3, 3 ], [ 12, 10, 10 ], [ 15, 1, 2 ], [ 13, 1, 2 ], [ 13, 9, 9 ], [ 17, 20, 20 ], [ 17, 11, 11 ], [ 4, 10, 11 ], [ 10, 0, 0 ] ], [ [ 18, 5, 7 ] ], [ [ 0, 6, 8 ], [ 1, 2, 4 ], [ 1, 5, 12 ], [ 1, 10, 10 ] ], [ [ 7, 9, 10 ] ], [ [ 10, 4, 9 ] ], [ [ 13, 15, 16 ], [ 14, 6, 7 ] ], [ [ 12, 4, 4 ], [ 11, 6, 6 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36212
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD found) (NP (NP (DT the) (NN imagination)) (PP (IN of) (S (VP (VBG becoming) (NP (NP (DT a) (NN grandmother)) (VP (ADVP (RB somewhat)) (VBG discouraging)))))))) (. .)))" }, "speaker": null, "text": "I found the imagination of becoming a grandmother somewhat discouraging.", "tokens": [ { "deprel": "nsubj", "end_char": 1, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 0, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 7, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "find", "misc": "", "start_char": 2, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 11, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 8, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 23, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "imagination", "misc": "", "start_char": 12, "text": "imagination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 26, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 24, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 35, "feats": "VerbForm=Ger", "head": 4, "id": 6, "lemma": "become", "misc": "", "start_char": 27, "text": "becoming", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 37, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 36, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 49, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "grandmother", "misc": "", "start_char": 38, "text": "grandmother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 58, "feats": null, "head": 10, "id": 9, "lemma": "somewhat", "misc": "", "start_char": 50, "text": "somewhat", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 71, "feats": "VerbForm=Ger", "head": 6, "id": 10, "lemma": "discourage", "misc": "", "start_char": 59, "text": "discouraging", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 73, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 72, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD was) (ADJP (ADJP (JJR younger)) (SBAR (IN than) (S (NP (PRP I)) (VP (VBD thought) (SBAR (S (NP (DT a) (NN grandmother)) (VP (MD should) (VP (VB be))))) (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (VP (VBD got) (NP (DT the) (NN news) (SBAR (IN that) (S (NP (PRP I)) (VP (VBD was) (VP (VBG going) (S (VP (TO to) (VP (VB become) (NP (CD one) (PRP myself)))))))))))))))))) (. .)))" }, "speaker": null, "text": "I was younger than I thought a grandmother should be when I got the news that I was going to become one myself.", "tokens": [ { "deprel": "nsubj", "end_char": 75, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 74, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 79, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 76, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 87, "feats": "Degree=Cmp", "head": 0, "id": 3, "lemma": "young", "misc": "", "start_char": 80, "text": "younger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 92, "feats": null, "head": 6, "id": 4, "lemma": "than", "misc": "", "start_char": 88, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 94, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 93, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 102, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 6, "lemma": "think", "misc": "", "start_char": 95, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 104, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 103, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 116, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "grandmother", "misc": "", "start_char": 105, "text": "grandmother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 123, "feats": "VerbForm=Fin", "head": 10, "id": 9, "lemma": "should", "misc": "", "start_char": 117, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 126, "feats": "VerbForm=Inf", "head": 6, "id": 10, "lemma": "be", "misc": "", "start_char": 124, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 131, "feats": "PronType=Int", "head": 13, "id": 11, "lemma": "when", "misc": "", "start_char": 127, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 133, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "I", "misc": "", "start_char": 132, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 137, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 10, "id": 13, "lemma": "get", "misc": "", "start_char": 134, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 141, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 138, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 146, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "news", "misc": "", "start_char": 142, "text": "news", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 151, "feats": null, "head": 19, "id": 16, "lemma": "that", "misc": "", "start_char": 147, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 153, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 19, "id": 17, "lemma": "I", "misc": "", "start_char": 152, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 157, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 154, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl", "end_char": 163, "feats": "Tense=Pres|VerbForm=Part", "head": 15, "id": 19, "lemma": "go", "misc": "", "start_char": 158, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 166, "feats": null, "head": 21, "id": 20, "lemma": "to", "misc": "", "start_char": 164, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 173, "feats": "VerbForm=Inf", "head": 19, "id": 21, "lemma": "become", "misc": "", "start_char": 167, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 177, "feats": "NumForm=Word|NumType=Card", "head": 21, "id": 22, "lemma": "one", "misc": "", "start_char": 174, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod:npmod", "end_char": 184, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes", "head": 22, "id": 23, "lemma": "myself", "misc": "", "start_char": 178, "text": "myself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 186, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 185, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP admit) (, ,) (SBAR (S (NP (PRP it)) (VP (VBD was) (RB not) (NP (DT a) (NN role)) (SBAR (IN that) (S (NP (PRP I)) (VP (VBD was) (ADJP (RB emotionally) (JJ ready) (S (VP (TO to) (VP (VB accept)))))))))))) (. .)))" }, "speaker": null, "text": "I admit, it was not a role that I was emotionally ready to accept.", "tokens": [ { "deprel": "nsubj", "end_char": 188, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 187, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 194, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "admit", "misc": "", "start_char": 189, "text": "admit", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 196, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 195, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 199, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 4, "lemma": "it", "misc": "", "start_char": 197, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 203, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 5, "lemma": "be", "misc": "", "start_char": 200, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 207, "feats": null, "head": 8, "id": 6, "lemma": "not", "misc": "", "start_char": 204, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 209, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 208, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "ccomp", "end_char": 214, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "role", "misc": "", "start_char": 210, "text": "role", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 219, "feats": null, "head": 15, "id": 9, "lemma": "that", "misc": "", "start_char": 215, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 221, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 10, "lemma": "I", "misc": "", "start_char": 220, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 225, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 222, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 237, "feats": null, "head": 13, "id": 12, "lemma": "emotionally", "misc": "", "start_char": 226, "text": "emotionally", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 243, "feats": "Degree=Pos", "head": 8, "id": 13, "lemma": "ready", "misc": "", "start_char": 238, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 246, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 244, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 253, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "accept", "misc": "", "start_char": 247, "text": "accept", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 255, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 254, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD had) (VP (VBN been) (NP (DT a) (JJ young) (NN mother)))) (, ,) (CC and) (VP (VBD had) (ADVP (RB certainly)) (VP (VBN hoped) (SBAR (S (NP (PRP$ my) (NN daughter)) (VP (MD would) (RB not) (VP (VB face) (NP (DT that) (JJ same) (NN challenge))))))))) (. .)))" }, "speaker": null, "text": "I had been a young mother, and had certainly hoped my daughter would not face that same challenge.", "tokens": [ { "deprel": "nsubj", "end_char": 257, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 1, "lemma": "I", "misc": "", "start_char": 256, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 261, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 6, "id": 2, "lemma": "have", "misc": "", "start_char": 258, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "cop", "end_char": 266, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 262, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "det", "end_char": 268, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 267, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 274, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "young", "misc": "", "start_char": 269, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 281, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "mother", "misc": "", "start_char": 275, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 283, "feats": null, "head": 11, "id": 7, "lemma": ",", "misc": "", "start_char": 282, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 287, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 284, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 291, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "have", "misc": "", "start_char": 288, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 301, "feats": null, "head": 11, "id": 10, "lemma": "certainly", "misc": "", "start_char": 292, "text": "certainly", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 307, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 11, "lemma": "hope", "misc": "", "start_char": 302, "text": "hoped", "upos": "VERB", "xpos": "VBN" }, { "deprel": "nmod:poss", "end_char": 310, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "my", "misc": "", "start_char": 308, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 319, "feats": "Number=Sing", "head": 16, "id": 13, "lemma": "daughter", "misc": "", "start_char": 311, "text": "daughter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 325, "feats": "VerbForm=Fin", "head": 16, "id": 14, "lemma": "would", "misc": "", "start_char": 320, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 329, "feats": null, "head": 16, "id": 15, "lemma": "not", "misc": "", "start_char": 326, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 334, "feats": "VerbForm=Inf", "head": 11, "id": 16, "lemma": "face", "misc": "", "start_char": 330, "text": "face", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 339, "feats": "Number=Sing|PronType=Dem", "head": 19, "id": 17, "lemma": "that", "misc": "", "start_char": 335, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 344, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "same", "misc": "", "start_char": 340, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 354, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "challenge", "misc": "", "start_char": 345, "text": "challenge", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 356, "feats": null, "head": 6, "id": 20, "lemma": ".", "misc": "", "start_char": 355, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD remarried) (SBAR (WHADVP (WRB when)) (S (NP (PRP she)) (VP (VP (VBD was) (NP (DT a) (NN teenager))) (, ,) (CC and) (ADVP (RB then)) (VP (VBD had) (NP (CD two) (JJR more) (NNS children))))))) (. .)))" }, "speaker": null, "text": "I remarried when she was a teenager, and then had two more children.", "tokens": [ { "deprel": "nsubj", "end_char": 358, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 357, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 368, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "remarry", "misc": "", "start_char": 359, "text": "remarried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 373, "feats": "PronType=Int", "head": 7, "id": 3, "lemma": "when", "misc": "", "start_char": 369, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 377, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 4, "lemma": "she", "misc": "", "start_char": 374, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 381, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 378, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 383, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 382, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 392, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "teenager", "misc": "", "start_char": 384, "text": "teenager", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 394, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 393, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 398, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 395, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 403, "feats": "PronType=Dem", "head": 11, "id": 10, "lemma": "then", "misc": "", "start_char": 399, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 407, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 11, "lemma": "have", "misc": "", "start_char": 404, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 411, "feats": "NumForm=Word|NumType=Card", "head": 14, "id": 12, "lemma": "two", "misc": "", "start_char": 408, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 416, "feats": "Degree=Cmp", "head": 14, "id": 13, "lemma": "more", "misc": "", "start_char": 412, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 425, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "child", "misc": "", "start_char": 417, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 427, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 426, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (PP (IN On) (S (VP (VBG getting) (NP (NP (DT the) (NN news)) (SBAR (IN that) (S (NP (PRP she)) (VP (VBD was) (VP (VBG expecting))))))))) (, ,) (NP (PRP I)) (VP (VBP remember) (S (VP (VBG thinking) (`` ``) (SBARQ (WHNP (WP What)) (SQ (VBP do) (NP (PRP I)) (VP (VB know) (PP (IN about) (S (VP (VBG being) (NP (DT a) (NN grandmother))))))))))) (. ?)))" }, "speaker": null, "text": "On getting the news that she was expecting, I remember thinking \"What do I know about being a grandmother?", "tokens": [ { "deprel": "mark", "end_char": 430, "feats": null, "head": 2, "id": 1, "lemma": "on", "misc": "", "start_char": 428, "text": "On", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 438, "feats": "VerbForm=Ger", "head": 11, "id": 2, "lemma": "get", "misc": "", "start_char": 431, "text": "getting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 442, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 439, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 447, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "news", "misc": "", "start_char": 443, "text": "news", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 452, "feats": null, "head": 8, "id": 5, "lemma": "that", "misc": "", "start_char": 448, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 456, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "lemma": "she", "misc": "", "start_char": 453, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 460, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 457, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 470, "feats": "Tense=Pres|VerbForm=Part", "head": 4, "id": 8, "lemma": "expect", "misc": "", "start_char": 461, "text": "expecting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 472, "feats": null, "head": 2, "id": 9, "lemma": ",", "misc": "", "start_char": 471, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 474, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 10, "lemma": "I", "misc": "", "start_char": 473, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 483, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 11, "lemma": "remember", "misc": "", "start_char": 475, "text": "remember", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 492, "feats": "VerbForm=Ger", "head": 11, "id": 12, "lemma": "think", "misc": "", "start_char": 484, "text": "thinking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 495, "feats": null, "head": 12, "id": 13, "lemma": "``", "misc": "", "start_char": 493, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 500, "feats": "PronType=Int", "head": 17, "id": 14, "lemma": "what", "misc": "", "start_char": 496, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 503, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 17, "id": 15, "lemma": "do", "misc": "", "start_char": 501, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 505, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 17, "id": 16, "lemma": "I", "misc": "", "start_char": 504, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 510, "feats": "VerbForm=Inf", "head": 12, "id": 17, "lemma": "know", "misc": "", "start_char": 506, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 516, "feats": null, "head": 21, "id": 18, "lemma": "about", "misc": "", "start_char": 511, "text": "about", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "cop", "end_char": 522, "feats": "VerbForm=Ger", "head": 21, "id": 19, "lemma": "be", "misc": "", "start_char": 517, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "det", "end_char": 524, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 20, "lemma": "a", "misc": "", "start_char": 523, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 536, "feats": "Number=Sing", "head": 17, "id": 21, "lemma": "grandmother", "misc": "", "start_char": 525, "text": "grandmother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 538, "feats": null, "head": 11, "id": 22, "lemma": "?", "misc": "", "start_char": 537, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NFP --) (NP (PRP I)) (VP (VBP have) (RB n't) (ADVP (RB even)) (VP (VBN finished) (S (VP (VBG raising) (NP (PRP$ my) (JJ own) (NNS kids)) (ADVP (RB yet)))))) (. !) ('' '')))" }, "speaker": null, "text": "-- I haven't even finished raising my own kids yet!\"", "tokens": [ { "deprel": "punct", "end_char": 541, "feats": null, "head": 6, "id": 1, "lemma": "--", "misc": "", "start_char": 539, "text": "--", "upos": "PUNCT", "xpos": "NFP" }, { "deprel": "nsubj", "end_char": 543, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 2, "lemma": "I", "misc": "", "start_char": 542, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 548, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "have", "misc": "", "start_char": 544, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 552, "feats": null, "head": 6, "id": 4, "lemma": "not", "misc": "", "start_char": 549, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 557, "feats": null, "head": 6, "id": 5, "lemma": "even", "misc": "", "start_char": 553, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 566, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 6, "lemma": "finish", "misc": "", "start_char": 558, "text": "finished", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 574, "feats": "VerbForm=Ger", "head": 6, "id": 7, "lemma": "raise", "misc": "", "start_char": 567, "text": "raising", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 577, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "my", "misc": "", "start_char": 575, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 581, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "own", "misc": "", "start_char": 578, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 586, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "kid", "misc": "", "start_char": 582, "text": "kids", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 590, "feats": null, "head": 6, "id": 11, "lemma": "yet", "misc": "", "start_char": 587, "text": "yet", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 592, "feats": null, "head": 6, "id": 12, "lemma": "!", "misc": "", "start_char": 591, "text": "!", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 595, "feats": null, "head": 6, "id": 13, "lemma": "''", "misc": "", "start_char": 593, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB like) (S (VP (TO to) (VP (VB be) (ADJP (JJ unprepared)))))))) (, ,) (RB so) (S (NP (PRP I)) (VP (VBD read) (NP (NP (DT a) (JJ few) (NNS books)) (PP (IN about) (NP (NN grandparenting)))))) (. .)))" }, "speaker": null, "text": "I don't like to be unprepared, so I read a few books about grandparenting.", "tokens": [ { "deprel": "nsubj", "end_char": 597, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 596, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 600, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 598, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 604, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 601, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 609, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "like", "misc": "", "start_char": 605, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 612, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 610, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 615, "feats": "VerbForm=Inf", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 613, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 626, "feats": "Degree=Pos", "head": 4, "id": 7, "lemma": "unprepared", "misc": "", "start_char": 616, "text": "unprepared", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 628, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 627, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 631, "feats": null, "head": 11, "id": 9, "lemma": "so", "misc": "", "start_char": 629, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 633, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 10, "lemma": "I", "misc": "", "start_char": 632, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 638, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 11, "lemma": "read", "misc": "", "start_char": 634, "text": "read", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 640, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "misc": "", "start_char": 639, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 644, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "few", "misc": "", "start_char": 641, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 650, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "book", "misc": "", "start_char": 645, "text": "books", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 656, "feats": null, "head": 16, "id": 15, "lemma": "about", "misc": "", "start_char": 651, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 671, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "grandparenting", "misc": "", "start_char": 657, "text": "grandparenting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 673, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 672, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (DT That)) (VP (VBD gave) (NP (PRP me)) (NP (DT a) (JJ little) (NN help)))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBD was) (ADVP (RB still)) (ADJP (JJ uncertain)))) (. .)))" }, "speaker": null, "text": "That gave me a little help, but I was still uncertain.", "tokens": [ { "deprel": "nsubj", "end_char": 678, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 1, "lemma": "that", "misc": "", "start_char": 674, "text": "That", "upos": "PRON", "xpos": "DT" }, { "deprel": "root", "end_char": 683, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "give", "misc": "", "start_char": 679, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 686, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "I", "misc": "", "start_char": 684, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 688, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 687, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 695, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "little", "misc": "", "start_char": 689, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 700, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "help", "misc": "", "start_char": 696, "text": "help", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 702, "feats": null, "head": 12, "id": 7, "lemma": ",", "misc": "", "start_char": 701, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 706, "feats": null, "head": 12, "id": 8, "lemma": "but", "misc": "", "start_char": 703, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 708, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 12, "id": 9, "lemma": "I", "misc": "", "start_char": 707, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 712, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 709, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 718, "feats": null, "head": 12, "id": 11, "lemma": "still", "misc": "", "start_char": 713, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 728, "feats": "Degree=Pos", "head": 2, "id": 12, "lemma": "uncertain", "misc": "", "start_char": 719, "text": "uncertain", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 730, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 729, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD thought) (PP (IN about) (NP (NP (JJ other) (NNS grandmothers)) (SBAR (S (NP (PRP I)) (VP (VBD knew))))))) (, ,) (CC and) (VP (VBD got) (NP (NP (NP (DT a) (JJ few) (NNS ideas)) (SBAR (S (NP (PRP I)) (VP (VBD liked))))) (CC and) (NP (QP (DT a) (JJ few) (JJR more)) (SBAR (WHNP (WDT that)) (S (NP (PRP I)) (VP (VBD did) (RB n't)))))))) (. .)))" }, "speaker": null, "text": "I thought about other grandmothers I knew, and got a few ideas I liked and a few more that I didn't.", "tokens": [ { "deprel": "nsubj", "end_char": 732, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 731, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 740, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "think", "misc": "", "start_char": 733, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 746, "feats": null, "head": 5, "id": 3, "lemma": "about", "misc": "", "start_char": 741, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 752, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "other", "misc": "", "start_char": 747, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 765, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "grandmother", "misc": "", "start_char": 753, "text": "grandmothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 767, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 766, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 772, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 7, "lemma": "know", "misc": "", "start_char": 768, "text": "knew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 774, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 773, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 778, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 775, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 782, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 10, "lemma": "get", "misc": "", "start_char": 779, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 784, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 783, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 788, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "few", "misc": "", "start_char": 785, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 794, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "idea", "misc": "", "start_char": 789, "text": "ideas", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 796, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 15, "id": 14, "lemma": "I", "misc": "", "start_char": 795, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 802, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 13, "id": 15, "lemma": "like", "misc": "", "start_char": 797, "text": "liked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 806, "feats": null, "head": 19, "id": 16, "lemma": "and", "misc": "", "start_char": 803, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 808, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 17, "lemma": "a", "misc": "", "start_char": 807, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 812, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "few", "misc": "", "start_char": 809, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 817, "feats": "Degree=Cmp", "head": 13, "id": 19, "lemma": "more", "misc": "", "start_char": 813, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 822, "feats": "PronType=Rel", "head": 22, "id": 20, "lemma": "that", "misc": "", "start_char": 818, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 824, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 22, "id": 21, "lemma": "I", "misc": "", "start_char": 823, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl:relcl", "end_char": 828, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 19, "id": 22, "lemma": "do", "misc": "", "start_char": 825, "text": "did", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 832, "feats": null, "head": 22, "id": 23, "lemma": "not", "misc": "", "start_char": 829, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "punct", "end_char": 834, "feats": null, "head": 2, "id": 24, "lemma": ".", "misc": "", "start_char": 833, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP I)) (VP (MD could) (RB n't) (ADVP (RB quite)) (VP (VB figure) (PRT (RP out)) (SBAR (WHNP (WHNP (WDT what) (NN kind)) (PP (IN of) (NP (NN grandmother)))) (S (NP (PRP I)) (VP (VBD wanted) (S (VP (TO to) (VP (VB be))))))))) (. .)))" }, "speaker": null, "text": "But I couldn't quite figure out what kind of grandmother I wanted to be.", "tokens": [ { "deprel": "cc", "end_char": 838, "feats": null, "head": 6, "id": 1, "lemma": "but", "misc": "", "start_char": 835, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 840, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 2, "lemma": "I", "misc": "", "start_char": 839, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 846, "feats": "VerbForm=Fin", "head": 6, "id": 3, "lemma": "could", "misc": "", "start_char": 841, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 850, "feats": null, "head": 6, "id": 4, "lemma": "not", "misc": "", "start_char": 847, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 856, "feats": null, "head": 6, "id": 5, "lemma": "quite", "misc": "", "start_char": 851, "text": "quite", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 863, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "figure", "misc": "", "start_char": 857, "text": "figure", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 867, "feats": null, "head": 6, "id": 7, "lemma": "out", "misc": "", "start_char": 864, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 872, "feats": "PronType=Int", "head": 9, "id": 8, "lemma": "what", "misc": "", "start_char": 868, "text": "what", "upos": "DET", "xpos": "WDT" }, { "deprel": "obj", "end_char": 877, "feats": "Number=Sing", "head": 13, "id": 9, "lemma": "kind", "misc": "", "start_char": 873, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 880, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 878, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 892, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "grandmother", "misc": "", "start_char": 881, "text": "grandmother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 894, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "I", "misc": "", "start_char": 893, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 901, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 6, "id": 13, "lemma": "want", "misc": "", "start_char": 895, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 904, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 902, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 907, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "be", "misc": "", "start_char": 905, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "punct", "end_char": 909, "feats": null, "head": 6, "id": 16, "lemma": ".", "misc": "", "start_char": 908, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (S (RB Then) (NP (PRP I)) (VP (VBD thought) (PP (IN about) (NP (NP (PRP$ my) (JJ own) (NN grandmother)) (, ,) (NP (NNP Granny)) (, ,))) (SBAR (IN as) (S (NP (PRP she)) (VP (VBZ 's) (VP (VBN known) (PP (IN by) (NP (JJS most) (NNS people))))))))) (, ,) (CC and) (S (NP (PRP I)) (VP (VBD knew) (SBAR (S (NP (PRP I)) (VP (VBD had) (NP (DT the) (NN answer))))))) (. .)))" }, "speaker": null, "text": "Then I thought about my own grandmother, Granny, as she's known by most people, and I knew I had the answer.", "tokens": [ { "deprel": "advmod", "end_char": 914, "feats": "PronType=Dem", "head": 3, "id": 1, "lemma": "then", "misc": "", "start_char": 910, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 916, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 915, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 924, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "think", "misc": "", "start_char": 917, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 930, "feats": null, "head": 7, "id": 4, "lemma": "about", "misc": "", "start_char": 925, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 933, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 5, "lemma": "my", "misc": "", "start_char": 931, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 937, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "own", "misc": "", "start_char": 934, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 949, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "grandmother", "misc": "", "start_char": 938, "text": "grandmother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 951, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 950, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 958, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Granny", "misc": "", "start_char": 952, "text": "Granny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 960, "feats": null, "head": 14, "id": 10, "lemma": ",", "misc": "", "start_char": 959, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 963, "feats": null, "head": 14, "id": 11, "lemma": "as", "misc": "", "start_char": 961, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 967, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 12, "lemma": "she", "misc": "", "start_char": 964, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 970, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 968, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 976, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 14, "lemma": "know", "misc": "", "start_char": 971, "text": "known", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 979, "feats": null, "head": 17, "id": 15, "lemma": "by", "misc": "", "start_char": 977, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 984, "feats": "Degree=Sup", "head": 17, "id": 16, "lemma": "most", "misc": "", "start_char": 980, "text": "most", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obl:agent", "end_char": 991, "feats": "Number=Plur", "head": 14, "id": 17, "lemma": "person", "misc": "", "start_char": 985, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 993, "feats": null, "head": 21, "id": 18, "lemma": ",", "misc": "", "start_char": 992, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 997, "feats": null, "head": 21, "id": 19, "lemma": "and", "misc": "", "start_char": 994, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 999, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 21, "id": 20, "lemma": "I", "misc": "", "start_char": 998, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1004, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 21, "lemma": "know", "misc": "", "start_char": 1000, "text": "knew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 1006, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 23, "id": 22, "lemma": "I", "misc": "", "start_char": 1005, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1010, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 21, "id": 23, "lemma": "have", "misc": "", "start_char": 1007, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1014, "feats": "Definite=Def|PronType=Art", "head": 25, "id": 24, "lemma": "the", "misc": "", "start_char": 1011, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1021, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "answer", "misc": "", "start_char": 1015, "text": "answer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1023, "feats": null, "head": 3, "id": 26, "lemma": ".", "misc": "", "start_char": 1022, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1025, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1024, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBD did) (RB n't) (VP (VB realize) (NP (PRP it)) (PP (IN until) (NP (DT that) (NN moment)))))) (, ,) (CC but) (S (NP (PRP$ my) (JJ own) (NN grandmother)) (VP (VBD was) (NP (NP (DT the) (NN example)) (PP (IN for) (NP (NP (NP (DT the) (NN kind)) (PP (IN of) (NP (NN grandmother)))) (SBAR (S (NP (PRP I)) (VP (VBD wanted) (S (VP (TO to) (VP (VB be)))))))))))) (. .)))" }, "speaker": null, "text": "I didn't realize it until that moment, but my own grandmother was the example for the kind of grandmother I wanted to be.", "tokens": [ { "deprel": "nsubj", "end_char": 1027, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 1026, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1031, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 1028, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1035, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 1032, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 1043, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "realize", "misc": "", "start_char": 1036, "text": "realize", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1046, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 5, "lemma": "it", "misc": "", "start_char": 1044, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1052, "feats": null, "head": 8, "id": 6, "lemma": "until", "misc": "", "start_char": 1047, "text": "until", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1057, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 7, "lemma": "that", "misc": "", "start_char": 1053, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1064, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "moment", "misc": "", "start_char": 1058, "text": "moment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1066, "feats": null, "head": 16, "id": 9, "lemma": ",", "misc": "", "start_char": 1065, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1070, "feats": null, "head": 16, "id": 10, "lemma": "but", "misc": "", "start_char": 1067, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 1073, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 13, "id": 11, "lemma": "my", "misc": "", "start_char": 1071, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1077, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "own", "misc": "", "start_char": 1074, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1089, "feats": "Number=Sing", "head": 16, "id": 13, "lemma": "grandmother", "misc": "", "start_char": 1078, "text": "grandmother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1093, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 14, "lemma": "be", "misc": "", "start_char": 1090, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1097, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 1094, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1105, "feats": "Number=Sing", "head": 4, "id": 16, "lemma": "example", "misc": "", "start_char": 1098, "text": "example", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1109, "feats": null, "head": 19, "id": 17, "lemma": "for", "misc": "", "start_char": 1106, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1113, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 1110, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1118, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "kind", "misc": "", "start_char": 1114, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1121, "feats": null, "head": 21, "id": 20, "lemma": "of", "misc": "", "start_char": 1119, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1133, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "grandmother", "misc": "", "start_char": 1122, "text": "grandmother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1135, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 23, "id": 22, "lemma": "I", "misc": "", "start_char": 1134, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1142, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 21, "id": 23, "lemma": "want", "misc": "", "start_char": 1136, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1145, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 1143, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1148, "feats": "VerbForm=Inf", "head": 23, "id": 25, "lemma": "be", "misc": "", "start_char": 1146, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "punct", "end_char": 1150, "feats": null, "head": 4, "id": 26, "lemma": ".", "misc": "", "start_char": 1149, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP am) (ADJP (JJ fortunate) (SBAR (IN that) (S (NP (PRP I)) (VP (VBD got) (S (VP (TO to) (VP (VB spend) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NN time)))) (PP (IN with) (NP (PRP$ my) (NNS grandparents))) (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (VP (VBD was) (NP (DT a) (JJ little) (NN kid))))))))))))) (. .)))" }, "speaker": null, "text": "I am fortunate that I got to spend a lot of time with my grandparents when I was a little kid.", "tokens": [ { "deprel": "nsubj", "end_char": 1152, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 1151, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1155, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1153, "text": "am", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1165, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "fortunate", "misc": "", "start_char": 1156, "text": "fortunate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1170, "feats": null, "head": 6, "id": 4, "lemma": "that", "misc": "", "start_char": 1166, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1172, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 1171, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1176, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 6, "lemma": "get", "misc": "", "start_char": 1173, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 1179, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1177, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1185, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "spend", "misc": "", "start_char": 1180, "text": "spend", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1187, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 1186, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1191, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "lot", "misc": "", "start_char": 1188, "text": "lot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1194, "feats": null, "head": 12, "id": 11, "lemma": "of", "misc": "", "start_char": 1192, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1199, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "time", "misc": "", "start_char": 1195, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1204, "feats": null, "head": 15, "id": 13, "lemma": "with", "misc": "", "start_char": 1200, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1207, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 15, "id": 14, "lemma": "my", "misc": "", "start_char": 1205, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1220, "feats": "Number=Plur", "head": 8, "id": 15, "lemma": "grandparent", "misc": "", "start_char": 1208, "text": "grandparents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1225, "feats": "PronType=Int", "head": 21, "id": 16, "lemma": "when", "misc": "", "start_char": 1221, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1227, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 21, "id": 17, "lemma": "I", "misc": "", "start_char": 1226, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1231, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 18, "lemma": "be", "misc": "", "start_char": 1228, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1233, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 1232, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1240, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "little", "misc": "", "start_char": 1234, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 1244, "feats": "Number=Sing", "head": 8, "id": 21, "lemma": "kid", "misc": "", "start_char": 1241, "text": "kid", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1246, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 1245, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Here)) (VP (VBZ is)) (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBD learned) (PP (IN from) (NP (PRP$ my) (NNP Granny)))))) (: :)))" }, "speaker": null, "text": "Here is what I learned from my Granny:", "tokens": [ { "deprel": "root", "end_char": 1251, "feats": "PronType=Dem", "head": 0, "id": 1, "lemma": "here", "misc": "", "start_char": 1247, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 1254, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 1252, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 1259, "feats": "PronType=Rel", "head": 1, "id": 3, "lemma": "what", "misc": "", "start_char": 1255, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1261, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "I", "misc": "", "start_char": 1260, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1269, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 5, "lemma": "learn", "misc": "", "start_char": 1262, "text": "learned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1274, "feats": null, "head": 8, "id": 6, "lemma": "from", "misc": "", "start_char": 1270, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1277, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "my", "misc": "", "start_char": 1275, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1284, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "Granny", "misc": "", "start_char": 1278, "text": "Granny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1286, "feats": null, "head": 1, "id": 9, "lemma": ":", "misc": "", "start_char": 1285, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1288, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1287, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (NNS Grandmothers)) (ADVP (RB always)) (VP (VBP have) (NP (DT a) (NN cookie) (NN jar))) (. .)))" }, "speaker": null, "text": "Grandmothers always have a cookie jar.", "tokens": [ { "deprel": "nsubj", "end_char": 1301, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "grandmother", "misc": "", "start_char": 1289, "text": "Grandmothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1308, "feats": null, "head": 3, "id": 2, "lemma": "always", "misc": "", "start_char": 1302, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1313, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 1309, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1315, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1314, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1322, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "cookie", "misc": "", "start_char": 1316, "text": "cookie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1326, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "jar", "misc": "", "start_char": 1323, "text": "jar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1328, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 1327, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (PRP$ my) (JJ whole) (NN life))) (, ,) (NP (NNP Granny)) (ADVP (RB always)) (VP (VBD had) (NP (NP (DT a) (NN cookie) (NN jar)) (ADJP (JJ full) (PP (IN of) (NP (NNS cookies)))))) (. .)))" }, "speaker": null, "text": "For my whole life, Granny always had a cookie jar full of cookies.", "tokens": [ { "deprel": "case", "end_char": 1332, "feats": null, "head": 4, "id": 1, "lemma": "for", "misc": "", "start_char": 1329, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1335, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 2, "lemma": "my", "misc": "", "start_char": 1333, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1341, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "whole", "misc": "", "start_char": 1336, "text": "whole", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1346, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "life", "misc": "", "start_char": 1342, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1348, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 1347, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1355, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "Granny", "misc": "", "start_char": 1349, "text": "Granny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 1362, "feats": null, "head": 8, "id": 7, "lemma": "always", "misc": "", "start_char": 1356, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1366, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "have", "misc": "", "start_char": 1363, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1368, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 1367, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1375, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "cookie", "misc": "", "start_char": 1369, "text": "cookie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1379, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "jar", "misc": "", "start_char": 1376, "text": "jar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 1384, "feats": "Degree=Pos", "head": 11, "id": 12, "lemma": "full", "misc": "", "start_char": 1380, "text": "full", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1387, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 1385, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1395, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "cookie", "misc": "", "start_char": 1388, "text": "cookies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1397, "feats": null, "head": 8, "id": 15, "lemma": ".", "misc": "", "start_char": 1396, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBD was) (NP (DT a) (JJ little) (JJ tiny) (NN girl)) (, ,) (PP (ADVP (RB just)) (IN at) (NP (NP (NN eye) (NN level)) (PP (IN with) (NP (DT the) (NN counter)))))))) (, ,) (NP (NNP Granny)) (VP (MD would) (VP (VB get) (NP (DT the) (NN cookie) (NN jar)) (ADVP (RB down)) (PP (IN for) (NP (PRP me))))) (. .)))" }, "speaker": null, "text": "When I was a little tiny girl, just at eye level with the counter, Granny would get the cookie jar down for me.", "tokens": [ { "deprel": "advmod", "end_char": 1402, "feats": "PronType=Int", "head": 7, "id": 1, "lemma": "when", "misc": "", "start_char": 1398, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1404, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 2, "lemma": "I", "misc": "", "start_char": 1403, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1408, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 1405, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1410, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 4, "lemma": "a", "misc": "", "start_char": 1409, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1417, "feats": "Degree=Pos", "head": 7, "id": 5, "lemma": "little", "misc": "", "start_char": 1411, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1422, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "tiny", "misc": "", "start_char": 1418, "text": "tiny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 1427, "feats": "Number=Sing", "head": 19, "id": 7, "lemma": "girl", "misc": "", "start_char": 1423, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1429, "feats": null, "head": 7, "id": 8, "lemma": ",", "misc": "", "start_char": 1428, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1434, "feats": null, "head": 12, "id": 9, "lemma": "just", "misc": "", "start_char": 1430, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1437, "feats": null, "head": 12, "id": 10, "lemma": "at", "misc": "", "start_char": 1435, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 1441, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "eye", "misc": "", "start_char": 1438, "text": "eye", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1447, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "level", "misc": "", "start_char": 1442, "text": "level", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1452, "feats": null, "head": 15, "id": 13, "lemma": "with", "misc": "", "start_char": 1448, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1456, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 1453, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1464, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "counter", "misc": "", "start_char": 1457, "text": "counter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1466, "feats": null, "head": 19, "id": 16, "lemma": ",", "misc": "", "start_char": 1465, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1473, "feats": "Number=Sing", "head": 19, "id": 17, "lemma": "Granny", "misc": "", "start_char": 1467, "text": "Granny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 1479, "feats": "VerbForm=Fin", "head": 19, "id": 18, "lemma": "would", "misc": "", "start_char": 1474, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1483, "feats": "VerbForm=Inf", "head": 0, "id": 19, "lemma": "get", "misc": "", "start_char": 1480, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1487, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 20, "lemma": "the", "misc": "", "start_char": 1484, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1494, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "cookie", "misc": "", "start_char": 1488, "text": "cookie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1498, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "jar", "misc": "", "start_char": 1495, "text": "jar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1503, "feats": null, "head": 19, "id": 23, "lemma": "down", "misc": "", "start_char": 1499, "text": "down", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1507, "feats": null, "head": 25, "id": 24, "lemma": "for", "misc": "", "start_char": 1504, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1510, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 19, "id": 25, "lemma": "I", "misc": "", "start_char": 1508, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1512, "feats": null, "head": 19, "id": 26, "lemma": ".", "misc": "", "start_char": 1511, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP I)) (VP (VBD was) (ADJP (NP (DT a) (JJ little)) (JJR older))))) (NP (PRP I)) (VP (VBD learned) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB pull) (NP (DT the) (NN chair)) (PRT (RB over)))))) (SBAR (RB so) (S (NP (PRP I)) (VP (MD could) (VP (VB reach)))))) (. .)))" }, "speaker": null, "text": "When I was a little older I learned how to pull the chair over so I could reach.", "tokens": [ { "deprel": "advmod", "end_char": 1517, "feats": "PronType=Int", "head": 6, "id": 1, "lemma": "when", "misc": "", "start_char": 1513, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1519, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 2, "lemma": "I", "misc": "", "start_char": 1518, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1523, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 1520, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1525, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 1524, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 1532, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "little", "misc": "", "start_char": 1526, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 1538, "feats": "Degree=Cmp", "head": 8, "id": 6, "lemma": "old", "misc": "", "start_char": 1533, "text": "older", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "nsubj", "end_char": 1540, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 7, "lemma": "I", "misc": "", "start_char": 1539, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1548, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "learn", "misc": "", "start_char": 1541, "text": "learned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1552, "feats": "PronType=Int", "head": 8, "id": 9, "lemma": "how", "misc": "", "start_char": 1549, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 1555, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1553, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 1560, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "pull", "misc": "", "start_char": 1556, "text": "pull", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1564, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1561, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1570, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "chair", "misc": "", "start_char": 1565, "text": "chair", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound:prt", "end_char": 1575, "feats": null, "head": 11, "id": 14, "lemma": "over", "misc": "", "start_char": 1571, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1578, "feats": null, "head": 18, "id": 15, "lemma": "so", "misc": "", "start_char": 1576, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1580, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 18, "id": 16, "lemma": "I", "misc": "", "start_char": 1579, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1586, "feats": "VerbForm=Fin", "head": 18, "id": 17, "lemma": "could", "misc": "", "start_char": 1581, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 1592, "feats": "VerbForm=Inf", "head": 11, "id": 18, "lemma": "reach", "misc": "", "start_char": 1587, "text": "reach", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1594, "feats": null, "head": 8, "id": 19, "lemma": ".", "misc": "", "start_char": 1593, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (PRP I)) (VP (VBD got) (ADJP (JJR taller))))) (, ,) (SBAR (IN if) (S (NP (PRP I)) (ADVP (RB really)) (VP (VBD stretched)))) (, ,) (NP (PRP I)) (VP (MD could) (VP (VP (VB reach) (NP (DT the) (NN cookie) (NN jar)) (PP (IN with) (NP (PRP$ my) (NN finger) (NNS tips)))) (CC and) (VP (VB move) (NP (PRP it)) (ADJP (RB close) (RB enough) (S (VP (TO to) (VP (VB get) (NP (PRP it)) (ADVP (RP down) (PP (IN off) (NP (DT the) (NN counter)))) (S (VP (TO to) (VP (VB find) (PRT (RP out)) (SBAR (WHNP (WHNP (WDT what) (NN kind)) (PP (IN of) (NP (NN treat)))) (S (VP (VBD was) (ADVP (RB inside))))))))))))))) (. .)))" }, "speaker": null, "text": "As I got taller, if I really stretched, I could reach the cookie jar with my finger tips and move it close enough to get it down off the counter to find out what kind of treat was inside.", "tokens": [ { "deprel": "mark", "end_char": 1597, "feats": null, "head": 3, "id": 1, "lemma": "as", "misc": "", "start_char": 1595, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1599, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "I", "misc": "", "start_char": 1598, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1603, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 13, "id": 3, "lemma": "get", "misc": "", "start_char": 1600, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 1610, "feats": "Degree=Cmp", "head": 3, "id": 4, "lemma": "tall", "misc": "", "start_char": 1604, "text": "taller", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 1612, "feats": null, "head": 13, "id": 5, "lemma": ",", "misc": "", "start_char": 1611, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1615, "feats": null, "head": 9, "id": 6, "lemma": "if", "misc": "", "start_char": 1613, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1617, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 7, "lemma": "I", "misc": "", "start_char": 1616, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1624, "feats": null, "head": 9, "id": 8, "lemma": "really", "misc": "", "start_char": 1618, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 1634, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 13, "id": 9, "lemma": "stretch", "misc": "", "start_char": 1625, "text": "stretched", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1636, "feats": null, "head": 9, "id": 10, "lemma": ",", "misc": "", "start_char": 1635, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1638, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 11, "lemma": "I", "misc": "", "start_char": 1637, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1644, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "could", "misc": "", "start_char": 1639, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1650, "feats": "VerbForm=Inf", "head": 0, "id": 13, "lemma": "reach", "misc": "", "start_char": 1645, "text": "reach", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1654, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 1651, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1661, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "cookie", "misc": "", "start_char": 1655, "text": "cookie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1665, "feats": "Number=Sing", "head": 13, "id": 16, "lemma": "jar", "misc": "", "start_char": 1662, "text": "jar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1670, "feats": null, "head": 20, "id": 17, "lemma": "with", "misc": "", "start_char": 1666, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1673, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 20, "id": 18, "lemma": "my", "misc": "", "start_char": 1671, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 1680, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "finger", "misc": "", "start_char": 1674, "text": "finger", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1685, "feats": "Number=Plur", "head": 13, "id": 20, "lemma": "tip", "misc": "", "start_char": 1681, "text": "tips", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1689, "feats": null, "head": 22, "id": 21, "lemma": "and", "misc": "", "start_char": 1686, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1694, "feats": "VerbForm=Inf", "head": 13, "id": 22, "lemma": "move", "misc": "", "start_char": 1690, "text": "move", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1697, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 23, "lemma": "it", "misc": "", "start_char": 1695, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1703, "feats": "Degree=Pos", "head": 22, "id": 24, "lemma": "close", "misc": "", "start_char": 1698, "text": "close", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1710, "feats": null, "head": 24, "id": 25, "lemma": "enough", "misc": "", "start_char": 1704, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 1713, "feats": null, "head": 27, "id": 26, "lemma": "to", "misc": "", "start_char": 1711, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1717, "feats": "VerbForm=Inf", "head": 22, "id": 27, "lemma": "get", "misc": "", "start_char": 1714, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1720, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 27, "id": 28, "lemma": "it", "misc": "", "start_char": 1718, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 1725, "feats": null, "head": 27, "id": 29, "lemma": "down", "misc": "", "start_char": 1721, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1729, "feats": null, "head": 32, "id": 30, "lemma": "off", "misc": "", "start_char": 1726, "text": "off", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1733, "feats": "Definite=Def|PronType=Art", "head": 32, "id": 31, "lemma": "the", "misc": "", "start_char": 1730, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1741, "feats": "Number=Sing", "head": 27, "id": 32, "lemma": "counter", "misc": "", "start_char": 1734, "text": "counter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1744, "feats": null, "head": 34, "id": 33, "lemma": "to", "misc": "", "start_char": 1742, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1749, "feats": "VerbForm=Inf", "head": 27, "id": 34, "lemma": "find", "misc": "", "start_char": 1745, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1753, "feats": null, "head": 34, "id": 35, "lemma": "out", "misc": "", "start_char": 1750, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1758, "feats": "PronType=Int", "head": 37, "id": 36, "lemma": "what", "misc": "", "start_char": 1754, "text": "what", "upos": "DET", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 1763, "feats": "Number=Sing", "head": 41, "id": 37, "lemma": "kind", "misc": "", "start_char": 1759, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1766, "feats": null, "head": 39, "id": 38, "lemma": "of", "misc": "", "start_char": 1764, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1772, "feats": "Number=Sing", "head": 37, "id": 39, "lemma": "treat", "misc": "", "start_char": 1767, "text": "treat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1776, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 41, "id": 40, "lemma": "be", "misc": "", "start_char": 1773, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 1783, "feats": null, "head": 34, "id": 41, "lemma": "inside", "misc": "", "start_char": 1777, "text": "inside", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1785, "feats": null, "head": 13, "id": 42, "lemma": ".", "misc": "", "start_char": 1784, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Always)) (NP (NP (DT the) (JJ first) (NN thing)) (SBAR (S (NP (PRP I)) (VP (VBD did) (SBAR (WHADVP (WRB when)) (S (NP (PRP I)) (VP (VBD went) (PP (IN to) (NP (NP (NNP Granny) (POS 's)) (NN house)))))))))) (VP (VBD was) (VP (VB check) (NP (DT the) (NN cookie) (NN jar))))) (, ,) (CC and) (S (NP (EX there)) (VP (VBD were) (ADVP (RB always)) (NP (NNS cookies)) (PP (IN in) (NP (PRP it))))) (. .)))" }, "speaker": null, "text": "Always the first thing I did when I went to Granny's house was check the cookie jar, and there were always cookies in it.", "tokens": [ { "deprel": "advmod", "end_char": 1792, "feats": null, "head": 15, "id": 1, "lemma": "Always", "misc": "", "start_char": 1786, "text": "Always", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1796, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 1793, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1802, "feats": "Degree=Pos|NumType=Ord", "head": 4, "id": 3, "lemma": "first", "misc": "", "start_char": 1797, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:outer", "end_char": 1808, "feats": "Number=Sing", "head": 15, "id": 4, "lemma": "thing", "misc": "", "start_char": 1803, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1810, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 6, "id": 5, "lemma": "I", "misc": "", "start_char": 1809, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 1814, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 4, "id": 6, "lemma": "do", "misc": "", "start_char": 1811, "text": "did", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1819, "feats": "PronType=Int", "head": 9, "id": 7, "lemma": "when", "misc": "", "start_char": 1815, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1821, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 1820, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1826, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 6, "id": 9, "lemma": "go", "misc": "", "start_char": 1822, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1829, "feats": null, "head": 13, "id": 10, "lemma": "to", "misc": "", "start_char": 1827, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1836, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "Granny", "misc": "", "start_char": 1830, "text": "Granny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1839, "feats": null, "head": 11, "id": 12, "lemma": "'s", "misc": "", "start_char": 1837, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 1845, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "house", "misc": "", "start_char": 1840, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1849, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 1846, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1855, "feats": "VerbForm=Inf", "head": 0, "id": 15, "lemma": "check", "misc": "", "start_char": 1850, "text": "check", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1859, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 1856, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1866, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "cookie", "misc": "", "start_char": 1860, "text": "cookie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1870, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "jar", "misc": "", "start_char": 1867, "text": "jar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1872, "feats": null, "head": 22, "id": 19, "lemma": ",", "misc": "", "start_char": 1871, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1876, "feats": null, "head": 22, "id": 20, "lemma": "and", "misc": "", "start_char": 1873, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 1882, "feats": null, "head": 22, "id": 21, "lemma": "there", "misc": "", "start_char": 1877, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "conj", "end_char": 1887, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 22, "lemma": "be", "misc": "", "start_char": 1883, "text": "were", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1894, "feats": null, "head": 22, "id": 23, "lemma": "always", "misc": "", "start_char": 1888, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1902, "feats": "Number=Plur", "head": 22, "id": 24, "lemma": "cookie", "misc": "", "start_char": 1895, "text": "cookies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1905, "feats": null, "head": 26, "id": 25, "lemma": "in", "misc": "", "start_char": 1903, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1908, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 22, "id": 26, "lemma": "it", "misc": "", "start_char": 1906, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1910, "feats": null, "head": 15, "id": 27, "lemma": ".", "misc": "", "start_char": 1909, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (ADVP (NP (JJ Many) (NNS years)) (RBR later)) (, ,) (NP (PRP I)) (VP (MD 'll) (VP (VB drive) (NP (PRP$ my) (JJ own) (NNS children)) (PP (IN to) (NP (NP (NNP Granny) (POS 's)) (NN house))))) (CC and) (S (NP (NP (DT the) (JJ first) (NN thing)) (SBAR (S (VP (TO to) (VP (VB do)))))) (VP (VBZ is) (VP (VB get) (NP (NP (PRP us)) (NP (PDT all) (DT a) (NN cookie)))))) (. .)))" }, "speaker": null, "text": "Many years later, I'll drive my own children to Granny's house and the first thing to do is get us all a cookie.", "tokens": [ { "deprel": "amod", "end_char": 1915, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "many", "misc": "", "start_char": 1911, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:npmod", "end_char": 1921, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "year", "misc": "", "start_char": 1916, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1927, "feats": "Degree=Cmp", "head": 7, "id": 3, "lemma": "late", "misc": "", "start_char": 1922, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "punct", "end_char": 1929, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 1928, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1931, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 5, "lemma": "I", "misc": "", "start_char": 1930, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1935, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "will", "misc": "", "start_char": 1932, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1941, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "drive", "misc": "", "start_char": 1936, "text": "drive", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1944, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 8, "lemma": "my", "misc": "", "start_char": 1942, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1948, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "own", "misc": "", "start_char": 1945, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1957, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "child", "misc": "", "start_char": 1949, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1960, "feats": null, "head": 14, "id": 11, "lemma": "to", "misc": "", "start_char": 1958, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1967, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "Granny", "misc": "", "start_char": 1961, "text": "Granny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1970, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 1968, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 1976, "feats": "Number=Sing", "head": 7, "id": 14, "lemma": "house", "misc": "", "start_char": 1971, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1980, "feats": null, "head": 22, "id": 15, "lemma": "and", "misc": "", "start_char": 1977, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1984, "feats": "Definite=Def|PronType=Art", "head": 18, "id": 16, "lemma": "the", "misc": "", "start_char": 1981, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1990, "feats": "Degree=Pos|NumType=Ord", "head": 18, "id": 17, "lemma": "first", "misc": "", "start_char": 1985, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:outer", "end_char": 1996, "feats": "Number=Sing", "head": 22, "id": 18, "lemma": "thing", "misc": "", "start_char": 1991, "text": "thing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1999, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1997, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 2002, "feats": "VerbForm=Inf", "head": 18, "id": 20, "lemma": "do", "misc": "", "start_char": 2000, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 2005, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 2003, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 2009, "feats": "VerbForm=Inf", "head": 7, "id": 22, "lemma": "get", "misc": "", "start_char": 2006, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2012, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 22, "id": 23, "lemma": "we", "misc": "", "start_char": 2010, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det:predet", "end_char": 2016, "feats": null, "head": 26, "id": 24, "lemma": "all", "misc": "", "start_char": 2013, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 2018, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 25, "lemma": "a", "misc": "", "start_char": 2017, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "xcomp", "end_char": 2025, "feats": "Number=Sing", "head": 22, "id": 26, "lemma": "cookie", "misc": "", "start_char": 2019, "text": "cookie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2027, "feats": null, "head": 7, "id": 27, "lemma": ".", "misc": "", "start_char": 2026, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 2029, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 2028, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (S (RB So) (NP (NNS grandmothers)) (VP (MD must) (VP (VB have) (NP (NP (DT a) (NN cookie) (NN jar)) (, ,) (CC and) (PP (IN on) (NP (NP (PRP$ my) (NN granddaughter) ('' ')) (NP (POS s) (JJ first) (NNP Christmas)))))))) (, ,) (S (NP (PRP$ my) (NN daughter)) (VP (VBD bought) (NP (PRP me)) (NP (PRP$ my) (JJ own) (NN cookie) (NN jar)))) (. .)))" }, "speaker": null, "text": "So grandmothers must have a cookie jar, and on my granddaughter' s first Christmas, my daughter bought me my own cookie jar.", "tokens": [ { "deprel": "advmod", "end_char": 2032, "feats": null, "head": 4, "id": 1, "lemma": "so", "misc": "", "start_char": 2030, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 2045, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "grandmother", "misc": "", "start_char": 2033, "text": "grandmothers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 2050, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "must", "misc": "", "start_char": 2046, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 2055, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 2051, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2057, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 2056, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 2064, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "cookie", "misc": "", "start_char": 2058, "text": "cookie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 2068, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "jar", "misc": "", "start_char": 2065, "text": "jar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2070, "feats": null, "head": 9, "id": 8, "lemma": ",", "misc": "", "start_char": 2069, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 2074, "feats": null, "head": 16, "id": 9, "lemma": "and", "misc": "", "start_char": 2071, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 2077, "feats": null, "head": 16, "id": 10, "lemma": "on", "misc": "", "start_char": 2075, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 2080, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "my", "misc": "", "start_char": 2078, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:poss", "end_char": 2094, "feats": "Number=Sing", "head": 16, "id": 12, "lemma": "granddaughter", "misc": "", "start_char": 2081, "text": "granddaughter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2096, "feats": null, "head": 12, "id": 13, "lemma": "'", "misc": "", "start_char": 2095, "text": "'", "upos": "PUNCT", "xpos": "''" }, { "deprel": "case", "end_char": 2098, "feats": "Typo=Yes", "head": 12, "id": 14, "lemma": "'s", "misc": "", "start_char": 2097, "text": "s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 2104, "feats": "Degree=Pos|NumType=Ord", "head": 16, "id": 15, "lemma": "first", "misc": "", "start_char": 2099, "text": "first", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 2114, "feats": "Number=Sing", "head": 7, "id": 16, "lemma": "Christmas", "misc": "", "start_char": 2105, "text": "Christmas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 2116, "feats": null, "head": 20, "id": 17, "lemma": ",", "misc": "", "start_char": 2115, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 2119, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 19, "id": 18, "lemma": "my", "misc": "", "start_char": 2117, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 2128, "feats": "Number=Sing", "head": 20, "id": 19, "lemma": "daughter", "misc": "", "start_char": 2120, "text": "daughter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 2135, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 20, "lemma": "buy", "misc": "", "start_char": 2129, "text": "bought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 2138, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 20, "id": 21, "lemma": "I", "misc": "", "start_char": 2136, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nmod:poss", "end_char": 2141, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 25, "id": 22, "lemma": "my", "misc": "", "start_char": 2139, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 2145, "feats": "Degree=Pos", "head": 25, "id": 23, "lemma": "own", "misc": "", "start_char": 2142, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 2152, "feats": "Number=Sing", "head": 25, "id": 24, "lemma": "cookie", "misc": "", "start_char": 2146, "text": "cookie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 2156, "feats": "Number=Sing", "head": 20, "id": 25, "lemma": "jar", "misc": "", "start_char": 2153, "text": "jar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 2158, "feats": null, "head": 4, "id": 26, "lemma": ".", "misc": "", "start_char": 2157, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD said) (SBAR (S (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBD came) (S (VP (TO to) (VP (VB see) (NP (PRP me)))))))) (, ,) (S (NP (PRP$ her) (NN daughter)) (VP (MD would) (VP (VB find) (NP (DT the) (NN treat)) (NP (NP (DT the) (NN way)) (SBAR (S (NP (PRP she)) (VP (VBD did)))))))) (CC and) (S (NP (PRP I)) (VP (VBD did)))))) (. .)))" }, "speaker": null, "text": "She said when they came to see me, her daughter would find the treat the way she did and I did.", "tokens": [ { "deprel": "nsubj", "end_char": 2162, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 2159, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 2167, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "say", "misc": "", "start_char": 2163, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 2172, "feats": "PronType=Int", "head": 5, "id": 3, "lemma": "when", "misc": "", "start_char": 2168, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 2177, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "they", "misc": "", "start_char": 2173, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 2182, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 5, "lemma": "come", "misc": "", "start_char": 2178, "text": "came", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 2185, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 2183, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 2189, "feats": "VerbForm=Inf", "head": 5, "id": 7, "lemma": "see", "misc": "", "start_char": 2186, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 2192, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 8, "lemma": "I", "misc": "", "start_char": 2190, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 2194, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 2193, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 2198, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "her", "misc": "", "start_char": 2195, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 2207, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "daughter", "misc": "", "start_char": 2199, "text": "daughter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 2213, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "would", "misc": "", "start_char": 2208, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 2218, "feats": "VerbForm=Inf", "head": 2, "id": 13, "lemma": "find", "misc": "", "start_char": 2214, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 2222, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 2219, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 2228, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "treat", "misc": "", "start_char": 2223, "text": "treat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 2232, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 2229, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 2236, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "way", "misc": "", "start_char": 2233, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 2240, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 18, "lemma": "she", "misc": "", "start_char": 2237, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 2244, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 19, "lemma": "do", "misc": "", "start_char": 2241, "text": "did", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 2248, "feats": null, "head": 22, "id": 20, "lemma": "and", "misc": "", "start_char": 2245, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 2250, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 22, "id": 21, "lemma": "I", "misc": "", "start_char": 2249, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 2254, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 13, "id": 22, "lemma": "do", "misc": "", "start_char": 2251, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "punct", "end_char": 2256, "feats": null, "head": 2, "id": 23, "lemma": ".", "misc": "", "start_char": 2255, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
I found the imagination of becoming a grandmother somewhat discouraging. I was younger than I thought a grandmother should be when I got the news that I was going to become one myself. I admit, it was not a role that I was emotionally ready to accept. I had been a young mother, and had certainly hoped my daughter would not face that same challenge. I remarried when she was a teenager, and then had two more children. On getting the news that she was expecting, I remember thinking "What do I know about being a grandmother? -- I haven't even finished raising my own kids yet!" I don't like to be unprepared, so I read a few books about grandparenting. That gave me a little help, but I was still uncertain. I thought about other grandmothers I knew, and got a few ideas I liked and a few more that I didn't. But I couldn't quite figure out what kind of grandmother I wanted to be. Then I thought about my own grandmother, Granny, as she's known by most people, and I knew I had the answer. I didn't realize it until that moment, but my own grandmother was the example for the kind of grandmother I wanted to be. I am fortunate that I got to spend a lot of time with my grandparents when I was a little kid. Here is what I learned from my Granny: Grandmothers always have a cookie jar. For my whole life, Granny always had a cookie jar full of cookies. When I was a little tiny girl, just at eye level with the counter, Granny would get the cookie jar down for me. When I was a little older I learned how to pull the chair over so I could reach. As I got taller, if I really stretched, I could reach the cookie jar with my finger tips and move it close enough to get it down off the counter to find out what kind of treat was inside. Always the first thing I did when I went to Granny's house was check the cookie jar, and there were always cookies in it. Many years later, I'll drive my own children to Granny's house and the first thing to do is get us all a cookie. So grandmothers must have a cookie jar, and on my granddaughter' s first Christmas, my daughter bought me my own cookie jar. She said when they came to see me, her daughter would find the treat the way she did and I did.
[ [ [ 0, 5, 7 ] ], [ [ 0, 2, 7 ] ], [ [ 1, 4, 9 ] ], [ [ 1, 13, 22 ] ], [ [ 3, 3, 5 ] ], [ [ 4, 9, 9 ] ], [ [ 4, 11, 13 ] ], [ [ 5, 1, 7 ] ], [ [ 5, 18, 20 ] ], [ [ 6, 7, 9 ] ], [ [ 7, 11, 15 ], [ 8, 0, 0 ] ], [ [ 7, 15, 15 ] ], [ [ 8, 3, 5 ] ], [ [ 9, 3, 6 ] ], [ [ 9, 10, 14 ] ], [ [ 9, 16, 22 ] ], [ [ 9, 10, 22 ] ], [ [ 10, 7, 14 ] ], [ [ 10, 8, 10 ], [ 13, 17, 24 ] ], [ [ 11, 0, 0 ] ], [ [ 11, 15, 16 ] ], [ [ 11, 23, 24 ] ], [ [ 13, 6, 7 ] ], [ [ 14, 11, 11 ] ], [ [ 14, 8, 11 ] ], [ [ 15, 2, 7 ] ], [ [ 18, 1, 3 ] ], [ [ 18, 13, 13 ] ], [ [ 19, 10, 14 ] ], [ [ 20, 8, 17 ] ], [ [ 20, 11, 12 ] ], [ [ 21, 18, 18 ] ], [ [ 21, 17, 19 ] ], [ [ 21, 30, 31 ], [ 19, 13, 14 ] ], [ [ 21, 35, 40 ] ], [ [ 21, 38, 38 ] ], [ [ 21, 36, 38 ] ], [ [ 22, 10, 12 ], [ 23, 11, 13 ] ], [ [ 22, 15, 17 ], [ 21, 13, 15 ], [ 21, 22, 22 ], [ 21, 27, 27 ], [ 19, 19, 21 ], [ 18, 8, 13 ], [ 22, 25, 25 ], [ 25, 4, 6 ], [ 17, 3, 5 ] ], [ [ 23, 0, 1 ] ], [ [ 23, 0, 2 ] ], [ [ 23, 7, 9 ] ], [ [ 23, 11, 12 ], [ 22, 10, 11 ], [ 19, 16, 16 ], [ 18, 5, 5 ], [ 15, 6, 7 ], [ 13, 10, 12 ], [ 11, 11, 11 ], [ 11, 4, 6 ], [ 11, 8, 8 ], [ 11, 4, 8 ], [ 13, 14, 24 ], [ 14, 13, 14 ], [ 25, 10, 13 ] ], [ [ 23, 15, 19 ] ], [ [ 23, 24, 25 ], [ 22, 16, 16 ], [ 21, 14, 14 ], [ 17, 4, 4 ], [ 18, 9, 9 ], [ 19, 20, 20 ], [ 22, 23, 23 ], [ 25, 5, 5 ] ], [ [ 25, 1, 1 ], [ 17, 0, 0 ], [ 10, 10, 10 ], [ 0, 6, 7 ], [ 2, 3, 3 ], [ 1, 6, 7 ], [ 1, 21, 21 ], [ 2, 6, 14 ], [ 5, 19, 20 ] ], [ [ 25, 10, 15 ] ], [ [ 25, 21, 24 ] ], [ [ 25, 23, 23 ] ], [ [ 26, 13, 14 ] ], [ [ 26, 15, 21 ] ], [ [ 26, 17, 17 ], [ 26, 9, 9 ], [ 26, 0, 0 ], [ 25, 17, 18 ], [ 5, 5, 5 ], [ 4, 3, 3 ], [ 3, 11, 12 ], [ 4, 5, 6 ] ], [ [ 26, 20, 20 ], [ 25, 10, 10 ], [ 26, 7, 7 ], [ 25, 21, 21 ], [ 23, 7, 7 ], [ 25, 20, 20 ], [ 25, 17, 17 ], [ 23, 4, 4 ], [ 22, 4, 4 ], [ 22, 7, 7 ], [ 21, 1, 1 ], [ 21, 6, 6 ], [ 21, 10, 10 ], [ 21, 17, 17 ], [ 19, 1, 1 ], [ 20, 1, 1 ], [ 20, 6, 6 ], [ 19, 24, 24 ], [ 20, 15, 15 ], [ 18, 1, 1 ], [ 15, 6, 6 ], [ 13, 0, 0 ], [ 13, 10, 10 ], [ 13, 21, 21 ], [ 14, 4, 4 ], [ 14, 0, 0 ], [ 15, 3, 3 ], [ 14, 13, 13 ], [ 14, 16, 16 ], [ 11, 19, 19 ], [ 11, 21, 21 ], [ 11, 1, 1 ], [ 11, 4, 4 ], [ 10, 11, 11 ], [ 10, 1, 1 ], [ 9, 13, 13 ], [ 9, 20, 20 ], [ 8, 8, 8 ], [ 8, 2, 2 ], [ 6, 1, 1 ], [ 6, 7, 7 ], [ 5, 9, 9 ], [ 5, 15, 15 ], [ 4, 0, 0 ], [ 3, 11, 11 ], [ 3, 0, 0 ], [ 2, 0, 0 ], [ 2, 9, 9 ], [ 1, 22, 22 ], [ 0, 0, 0 ], [ 1, 0, 0 ], [ 1, 4, 4 ], [ 1, 11, 11 ], [ 1, 16, 16 ], [ 7, 0, 0 ], [ 7, 9, 9 ], [ 9, 0, 0 ], [ 9, 5, 5 ], [ 19, 3, 6 ], [ 14, 18, 20 ] ], [ [ 3, 16, 18 ] ], [ [ 5, 2, 7 ] ], [ [ 6, 6, 10 ] ], [ [ 26, 3, 3 ] ], [ [ 26, 9, 10 ] ], [ [ 22, 1, 5 ] ], [ [ 23, 22, 23 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36213
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (NP (DT some) (NNS vegetables)) (PP (IN in) (NP (DT the) (NN garden)))) (CC and) (NP (NP (DT a) (JJ big) (NN tree)) (PP (IN near) (NP (DT the) (NNS vegetables)))))) (. .)))" }, "speaker": null, "text": "There are some vegetables in the garden and a big tree near the vegetables.", "tokens": [ { "deprel": "expl", "end_char": 5, "feats": null, "head": 2, "id": 1, "lemma": "there", "misc": "", "start_char": 0, "text": "There", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 9, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "be", "misc": "", "start_char": 6, "text": "are", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 14, "feats": null, "head": 4, "id": 3, "lemma": "some", "misc": "", "start_char": 10, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 25, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "vegetable", "misc": "", "start_char": 15, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 7, "id": 5, "lemma": "in", "misc": "", "start_char": 26, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 32, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 29, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 39, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "garden", "misc": "", "start_char": 33, "text": "garden", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 43, "feats": null, "head": 11, "id": 8, "lemma": "and", "misc": "", "start_char": 40, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 45, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 44, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 49, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "big", "misc": "", "start_char": 46, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 54, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "tree", "misc": "", "start_char": 50, "text": "tree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 59, "feats": null, "head": 14, "id": 12, "lemma": "near", "misc": "", "start_char": 55, "text": "near", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 63, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 60, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 74, "feats": "Number=Plur", "head": 11, "id": 14, "lemma": "vegetable", "misc": "", "start_char": 64, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 76, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 75, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP They)) (VP (VBP do) (RB n't) (VP (VB like) (NP (DT each) (JJ other)) (, ,) (SBAR (IN because) (S (NP (NNS vegetables)) (VP (VBP drink) (NP (JJ much) (NN water)))))))) (, ,) (CC and) (S (NP (DT the) (NN tree)) (VP (MD ca) (RB n't) (VP (VB have) (NP (NP (JJ enough) (NN water)) (SBAR (S (VP (TO to) (VP (VB live))))))))) (. .)))" }, "speaker": null, "text": "They don't like each other, because vegetables drink much water, and the tree can't have enough water to live.", "tokens": [ { "deprel": "nsubj", "end_char": 81, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "they", "misc": "", "start_char": 77, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 84, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 82, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 88, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 85, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 93, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "like", "misc": "", "start_char": 89, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 98, "feats": "ExtPos=PRON|PronType=Rcp", "head": 4, "id": 5, "lemma": "each", "misc": "", "start_char": 94, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "fixed", "end_char": 104, "feats": "Degree=Pos", "head": 5, "id": 6, "lemma": "other", "misc": "", "start_char": 99, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 106, "feats": null, "head": 4, "id": 7, "lemma": ",", "misc": "", "start_char": 105, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 114, "feats": null, "head": 10, "id": 8, "lemma": "because", "misc": "", "start_char": 107, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 125, "feats": "Number=Plur", "head": 10, "id": 9, "lemma": "vegetable", "misc": "", "start_char": 115, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 131, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 10, "lemma": "drink", "misc": "", "start_char": 126, "text": "drink", "upos": "VERB", "xpos": "VBP" }, { "deprel": "amod", "end_char": 136, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "much", "misc": "", "start_char": 132, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 142, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "water", "misc": "", "start_char": 137, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 144, "feats": null, "head": 19, "id": 13, "lemma": ",", "misc": "", "start_char": 143, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 148, "feats": null, "head": 19, "id": 14, "lemma": "and", "misc": "", "start_char": 145, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 152, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 149, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 157, "feats": "Number=Sing", "head": 19, "id": 16, "lemma": "tree", "misc": "", "start_char": 153, "text": "tree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 160, "feats": "VerbForm=Fin", "head": 19, "id": 17, "lemma": "can", "misc": "", "start_char": 158, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 164, "feats": null, "head": 19, "id": 18, "lemma": "not", "misc": "", "start_char": 161, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 169, "feats": "VerbForm=Inf", "head": 4, "id": 19, "lemma": "have", "misc": "", "start_char": 165, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 176, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "enough", "misc": "", "start_char": 170, "text": "enough", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 182, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "water", "misc": "", "start_char": 177, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 185, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 183, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 190, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "live", "misc": "", "start_char": 186, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 192, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 191, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ is) (ADJP (RB very) (JJ angry) (PP (IN about) (NP (DT that))))) (. .)))" }, "speaker": null, "text": "He is very angry about that.", "tokens": [ { "deprel": "nsubj", "end_char": 195, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "he", "misc": "", "start_char": 193, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 198, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 196, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 203, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 199, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 209, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "angry", "misc": "", "start_char": 204, "text": "angry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 215, "feats": null, "head": 6, "id": 5, "lemma": "about", "misc": "", "start_char": 210, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 220, "feats": "Number=Sing|PronType=Dem", "head": 4, "id": 6, "lemma": "that", "misc": "", "start_char": 216, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 222, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 221, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (RB So) (NP (PRP he)) (VP (VBZ wants) (S (VP (TO to) (VP (VB teach) (NP (NNS vegetables)) (NP (DT a) (NN lesson)))))) (. .)))" }, "speaker": null, "text": "So he wants to teach vegetables a lesson.", "tokens": [ { "deprel": "advmod", "end_char": 225, "feats": null, "head": 3, "id": 1, "lemma": "so", "misc": "", "start_char": 223, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 228, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 226, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 234, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "want", "misc": "", "start_char": 229, "text": "wants", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 237, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 235, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 243, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "teach", "misc": "", "start_char": 238, "text": "teach", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 254, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "vegetable", "misc": "", "start_char": 244, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "det", "end_char": 256, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 255, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 263, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "lesson", "misc": "", "start_char": 257, "text": "lesson", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 265, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 264, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 267, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 266, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (PP (IN On) (NP (DT a) (ADJP (RB very) (JJ hot)) (NN day))) (, ,) (NP (DT the) (JJ big) (NN tree)) (VP (VBZ does) (RB n't) (VP (VB share) (NP (PRP$ its) (NN shadow)) (PP (IN with) (NP (NNS vegetables))))) (. .)))" }, "speaker": null, "text": "On a very hot day, the big tree doesn't share its shadow with vegetables.", "tokens": [ { "deprel": "case", "end_char": 270, "feats": null, "head": 5, "id": 1, "lemma": "on", "misc": "", "start_char": 268, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 272, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 2, "lemma": "a", "misc": "", "start_char": 271, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 277, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 273, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 281, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "hot", "misc": "", "start_char": 278, "text": "hot", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 285, "feats": "Number=Sing", "head": 12, "id": 5, "lemma": "day", "misc": "", "start_char": 282, "text": "day", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 287, "feats": null, "head": 12, "id": 6, "lemma": ",", "misc": "", "start_char": 286, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 291, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 288, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 295, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "big", "misc": "", "start_char": 292, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 300, "feats": "Number=Sing", "head": 12, "id": 9, "lemma": "tree", "misc": "", "start_char": 296, "text": "tree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 305, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "do", "misc": "", "start_char": 301, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 309, "feats": null, "head": 12, "id": 11, "lemma": "not", "misc": "", "start_char": 306, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 315, "feats": "VerbForm=Inf", "head": 0, "id": 12, "lemma": "share", "misc": "", "start_char": 310, "text": "share", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 319, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "its", "misc": "", "start_char": 316, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 326, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "shadow", "misc": "", "start_char": 320, "text": "shadow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 331, "feats": null, "head": 16, "id": 15, "lemma": "with", "misc": "", "start_char": 327, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 342, "feats": "Number=Plur", "head": 12, "id": 16, "lemma": "vegetable", "misc": "", "start_char": 332, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 344, "feats": null, "head": 12, "id": 17, "lemma": ".", "misc": "", "start_char": 343, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ makes) (S (NP (NNS vegetables)) (ADJP (RB very) (JJ hot)))) (. .)))" }, "speaker": null, "text": "It makes vegetables very hot.", "tokens": [ { "deprel": "nsubj", "end_char": 347, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 345, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 353, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "make", "misc": "", "start_char": 348, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 364, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "vegetable", "misc": "", "start_char": 354, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 369, "feats": null, "head": 5, "id": 4, "lemma": "very", "misc": "", "start_char": 365, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 373, "feats": "Degree=Pos", "head": 2, "id": 5, "lemma": "hot", "misc": "", "start_char": 370, "text": "hot", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 375, "feats": null, "head": 2, "id": 6, "lemma": ".", "misc": "", "start_char": 374, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (EX there)) (VP (VBZ is) (RB not) (NP (NP (JJ enough) (NN water)) (SBAR (S (VP (TO to) (VP (VB drink))))))) (. .)))" }, "speaker": null, "text": "But there is not enough water to drink.", "tokens": [ { "deprel": "cc", "end_char": 379, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 376, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "expl", "end_char": 385, "feats": null, "head": 3, "id": 2, "lemma": "there", "misc": "", "start_char": 380, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "root", "end_char": 388, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "be", "misc": "", "start_char": 386, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 392, "feats": null, "head": 3, "id": 4, "lemma": "not", "misc": "", "start_char": 389, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "amod", "end_char": 399, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "enough", "misc": "", "start_char": 393, "text": "enough", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 405, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "water", "misc": "", "start_char": 400, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 408, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 406, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 414, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "drink", "misc": "", "start_char": 409, "text": "drink", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 416, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 415, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (RB So) (NP (PRP they)) (ADVP (RB soon)) (VP (VBP become) (ADJP (RB very) (JJ dry))) (. .)))" }, "speaker": null, "text": "So they soon become very dry.", "tokens": [ { "deprel": "advmod", "end_char": 419, "feats": null, "head": 4, "id": 1, "lemma": "so", "misc": "", "start_char": 417, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 424, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 2, "lemma": "they", "misc": "", "start_char": 420, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 429, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "soon", "misc": "", "start_char": 425, "text": "soon", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 436, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "become", "misc": "", "start_char": 430, "text": "become", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 441, "feats": null, "head": 6, "id": 5, "lemma": "very", "misc": "", "start_char": 437, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 445, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "dry", "misc": "", "start_char": 442, "text": "dry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 447, "feats": null, "head": 4, "id": 7, "lemma": ".", "misc": "", "start_char": 446, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (PP (IN At) (NP (DT that) (NN time))) (, ,) (NP (DT the) (NN gardener)) (VP (VBZ comes) (S (VP (TO to) (VP (VB see) (NP (DT these) (NNS vegetables)))))) (. .)))" }, "speaker": null, "text": "At that time, the gardener comes to see these vegetables.", "tokens": [ { "deprel": "case", "end_char": 450, "feats": null, "head": 3, "id": 1, "lemma": "at", "misc": "", "start_char": 448, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 455, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "that", "misc": "", "start_char": 451, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 460, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "time", "misc": "", "start_char": 456, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 462, "feats": null, "head": 7, "id": 4, "lemma": ",", "misc": "", "start_char": 461, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 466, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 463, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 475, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "gardener", "misc": "", "start_char": 467, "text": "gardener", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 481, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 7, "lemma": "come", "misc": "", "start_char": 476, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 484, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 482, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 488, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "see", "misc": "", "start_char": 485, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 494, "feats": "Number=Plur|PronType=Dem", "head": 11, "id": 10, "lemma": "this", "misc": "", "start_char": 489, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 505, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "vegetable", "misc": "", "start_char": 495, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 507, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 506, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBZ is) (ADJP (RB very) (JJ sad)) (, ,) (SBAR (IN because) (S (NP (PDT all) (DT the) (NNS vegetables)) (VP (VBP are) (ADJP (JJ dry)))))) (. .)))" }, "speaker": null, "text": "He is very sad, because all the vegetables are dry.", "tokens": [ { "deprel": "nsubj", "end_char": 510, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "he", "misc": "", "start_char": 508, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 513, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 511, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 518, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 514, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 522, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "sad", "misc": "", "start_char": 519, "text": "sad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 524, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 523, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 532, "feats": null, "head": 11, "id": 6, "lemma": "because", "misc": "", "start_char": 525, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 536, "feats": null, "head": 9, "id": 7, "lemma": "all", "misc": "", "start_char": 533, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 540, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 537, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 551, "feats": "Number=Plur", "head": 11, "id": 9, "lemma": "vegetable", "misc": "", "start_char": 541, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 555, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 552, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 559, "feats": "Degree=Pos", "head": 4, "id": 11, "lemma": "dry", "misc": "", "start_char": 556, "text": "dry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 561, "feats": null, "head": 4, "id": 12, "lemma": ".", "misc": "", "start_char": 560, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (NP (PRP he)) (VP (VBZ starts) (S (VP (TO to) (VP (VB build) (NP (DT a) (JJ new) (NN one)))))) (. .)))" }, "speaker": null, "text": "Then he starts to build a new one.", "tokens": [ { "deprel": "advmod", "end_char": 566, "feats": "PronType=Dem", "head": 3, "id": 1, "lemma": "then", "misc": "", "start_char": 562, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 569, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "he", "misc": "", "start_char": 567, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 576, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "start", "misc": "", "start_char": 570, "text": "starts", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 579, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 577, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 585, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "build", "misc": "", "start_char": 580, "text": "build", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 587, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 586, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 591, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "new", "misc": "", "start_char": 588, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 595, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "one", "misc": "", "start_char": 592, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 597, "feats": null, "head": 3, "id": 9, "lemma": ".", "misc": "", "start_char": 596, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 599, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 598, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NNS vegetables)) (CC and) (NP (DT the) (JJ big) (NN tree))) (VP (MD ca) (RB n't) (VP (VB drink) (NP (NN water)) (ADVP (RB any) (JJR more)))) (. .)))" }, "speaker": null, "text": "The vegetables and the big tree can't drink water any more.", "tokens": [ { "deprel": "det", "end_char": 603, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 600, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 614, "feats": "Number=Plur", "head": 9, "id": 2, "lemma": "vegetable", "misc": "", "start_char": 604, "text": "vegetables", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 618, "feats": null, "head": 6, "id": 3, "lemma": "and", "misc": "", "start_char": 615, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 622, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 619, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 626, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "big", "misc": "", "start_char": 623, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 631, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "tree", "misc": "", "start_char": 627, "text": "tree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 634, "feats": "VerbForm=Fin", "head": 9, "id": 7, "lemma": "can", "misc": "", "start_char": 632, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 638, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 635, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 644, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "drink", "misc": "", "start_char": 639, "text": "drink", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 650, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "water", "misc": "", "start_char": 645, "text": "water", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 654, "feats": null, "head": 12, "id": 11, "lemma": "any", "misc": "", "start_char": 651, "text": "any", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 659, "feats": "Degree=Cmp", "head": 9, "id": 12, "lemma": "more", "misc": "", "start_char": 655, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 661, "feats": null, "head": 9, "id": 13, "lemma": ".", "misc": "", "start_char": 660, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ big) (NN tree)) (VP (VBZ feels) (ADJP (RB very) (JJ sad)) (, ,) (SBAR (IN because) (S (NP (PRP he)) (VP (VBZ uses) (NP (NP (DT a) (JJ wrong) (NN way)) (SBAR (S (VP (TO to) (VP (VB teach) (NP (DT the) (NN lesson))))))))))) (. .)))" }, "speaker": null, "text": "The big tree feels very sad, because he uses a wrong way to teach the lesson.", "tokens": [ { "deprel": "det", "end_char": 665, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 662, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 669, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "big", "misc": "", "start_char": 666, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 674, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "tree", "misc": "", "start_char": 670, "text": "tree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 680, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "feel", "misc": "", "start_char": 675, "text": "feels", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 685, "feats": null, "head": 6, "id": 5, "lemma": "very", "misc": "", "start_char": 681, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 689, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "sad", "misc": "", "start_char": 686, "text": "sad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 691, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 690, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 699, "feats": null, "head": 10, "id": 8, "lemma": "because", "misc": "", "start_char": 692, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 702, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "misc": "", "start_char": 700, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 707, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 10, "lemma": "use", "misc": "", "start_char": 703, "text": "uses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 709, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 708, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 715, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "wrong", "misc": "", "start_char": 710, "text": "wrong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 719, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "way", "misc": "", "start_char": 716, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 722, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 720, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 728, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "teach", "misc": "", "start_char": 723, "text": "teach", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 732, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 729, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 739, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "lesson", "misc": "", "start_char": 733, "text": "lesson", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 741, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 740, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
There are some vegetables in the garden and a big tree near the vegetables. They don't like each other, because vegetables drink much water, and the tree can't have enough water to live. He is very angry about that. So he wants to teach vegetables a lesson. On a very hot day, the big tree doesn't share its shadow with vegetables. It makes vegetables very hot. But there is not enough water to drink. So they soon become very dry. At that time, the gardener comes to see these vegetables. He is very sad, because all the vegetables are dry. Then he starts to build a new one. The vegetables and the big tree can't drink water any more. The big tree feels very sad, because he uses a wrong way to teach the lesson.
[ [ [ 0, 2, 3 ], [ 0, 12, 13 ], [ 1, 8, 8 ], [ 3, 5, 5 ], [ 5, 15, 15 ], [ 6, 2, 2 ], [ 8, 1, 1 ], [ 9, 9, 10 ], [ 13, 0, 1 ], [ 1, 0, 0 ], [ 10, 6, 8 ] ], [ [ 0, 5, 6 ] ], [ [ 0, 8, 10 ], [ 1, 14, 15 ], [ 2, 0, 0 ], [ 3, 1, 1 ], [ 5, 6, 8 ], [ 5, 12, 12 ], [ 13, 3, 5 ], [ 14, 0, 2 ], [ 14, 8, 8 ] ], [ [ 1, 4, 5 ] ], [ [ 1, 10, 11 ] ], [ [ 1, 19, 20 ], [ 7, 4, 5 ] ], [ [ 2, 5, 5 ] ], [ [ 3, 6, 7 ], [ 14, 15, 16 ] ], [ [ 5, 1, 4 ] ], [ [ 5, 12, 13 ] ], [ [ 9, 1, 2 ] ], [ [ 9, 4, 5 ], [ 10, 0, 0 ], [ 11, 1, 1 ] ], [ [ 11, 0, 0 ] ], [ [ 11, 5, 7 ] ], [ [ 13, 9, 9 ] ], [ [ 13, 0, 5 ] ], [ [ 14, 10, 12 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36214
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Lex) (NNP Kim)) (NP (NML (NNP English) (NNP School)) (NN Information) (NN Session))))" }, "speaker": null, "text": "Lex Kim English School Information Session", "tokens": [ { "deprel": "compound", "end_char": 3, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "Lex", "misc": "", "start_char": 0, "text": "Lex", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 7, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Kim", "misc": "", "start_char": 4, "text": "Kim", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 15, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "English", "misc": "", "start_char": 8, "text": "English", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "compound", "end_char": 22, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "School", "misc": "", "start_char": 16, "text": "School", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 34, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "information", "misc": "", "start_char": 23, "text": "Information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 42, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "session", "misc": "", "start_char": 35, "text": "Session", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 44, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 43, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NP (NN Description)))" }, "speaker": null, "text": "Description", "tokens": [ { "deprel": "root", "end_char": 56, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "description", "misc": "", "start_char": 45, "text": "Description", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 58, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 57, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (NNP Lex) (NNP Kim) (NNP English) (NNP School)) (VP (VBZ offers) (NP (NML (NN language) (NN improvement)) (NNS courses)) (PP (IN in) (S (NP (NN reading) (, ,) (NN writing) (, ,) (NN grammar) (, ,) (CC and) (NP (NP (NP (NN speech)) (PP (IN to) (NP (JJ bright) (NNS students)))) (PP (PP (IN from) (NP (NNPS Grades) (CD 3))) (PP (IN to) (NP (CD 11))))))))) (. .)))" }, "speaker": null, "text": "Lex Kim English School offers language improvement courses in reading, writing, grammar, and speech to bright students from Grades 3 to 11.", "tokens": [ { "deprel": "compound", "end_char": 62, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Lex", "misc": "", "start_char": 59, "text": "Lex", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 66, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Kim", "misc": "", "start_char": 63, "text": "Kim", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "amod", "end_char": 74, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "English", "misc": "", "start_char": 67, "text": "English", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 81, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "School", "misc": "", "start_char": 75, "text": "School", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 88, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "offer", "misc": "", "start_char": 82, "text": "offers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound", "end_char": 97, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "language", "misc": "", "start_char": 89, "text": "language", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 109, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "improvement", "misc": "", "start_char": 98, "text": "improvement", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 117, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "course", "misc": "", "start_char": 110, "text": "courses", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 120, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 118, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 128, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "reading", "misc": "", "start_char": 121, "text": "reading", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 130, "feats": null, "head": 12, "id": 11, "lemma": ",", "misc": "", "start_char": 129, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 138, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "writing", "misc": "", "start_char": 131, "text": "writing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 140, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 139, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 148, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "grammar", "misc": "", "start_char": 141, "text": "grammar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 150, "feats": null, "head": 17, "id": 15, "lemma": ",", "misc": "", "start_char": 149, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 154, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 151, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 161, "feats": "Number=Sing", "head": 10, "id": 17, "lemma": "speech", "misc": "", "start_char": 155, "text": "speech", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 164, "feats": null, "head": 20, "id": 18, "lemma": "to", "misc": "", "start_char": 162, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 171, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "bright", "misc": "", "start_char": 165, "text": "bright", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 180, "feats": "Number=Plur", "head": 5, "id": 20, "lemma": "student", "misc": "", "start_char": 172, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 185, "feats": null, "head": 22, "id": 21, "lemma": "from", "misc": "", "start_char": 181, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 192, "feats": "Number=Plur", "head": 20, "id": 22, "lemma": "Grade", "misc": "", "start_char": 186, "text": "Grades", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "nummod", "end_char": 194, "feats": "NumForm=Digit|NumType=Card", "head": 22, "id": 23, "lemma": "3", "misc": "", "start_char": 193, "text": "3", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 197, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 195, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 200, "feats": "NumForm=Digit|NumType=Card", "head": 22, "id": 25, "lemma": "11", "misc": "", "start_char": 198, "text": "11", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 202, "feats": null, "head": 5, "id": 26, "lemma": ".", "misc": "", "start_char": 201, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT All)) (PP (IN of) (NP (PRP$ our) (NNS students)))) (VP (VBP are) (UCP (ADJP (RB highly) (JJ fluent) (PP (IN in) (NP (NNP English)))) (CC and) (ADJP (JJ eager) (S (VP (TO to) (VP (VB engage) (PP (IN in) (NP (NN classroom) (NNS discussions) (CC and) (NN debate))))))))) (. .)))" }, "speaker": null, "text": "All of our students are highly fluent in English and eager to engage in classroom discussions and debate.", "tokens": [ { "deprel": "nsubj", "end_char": 206, "feats": null, "head": 7, "id": 1, "lemma": "all", "misc": "", "start_char": 203, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 209, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 207, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 213, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "our", "misc": "", "start_char": 210, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 222, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "student", "misc": "", "start_char": 214, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 226, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 223, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 233, "feats": null, "head": 7, "id": 6, "lemma": "highly", "misc": "", "start_char": 227, "text": "highly", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 240, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "fluent", "misc": "", "start_char": 234, "text": "fluent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 243, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 241, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 251, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "English", "misc": "", "start_char": 244, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 255, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 252, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 261, "feats": "Degree=Pos", "head": 7, "id": 11, "lemma": "eager", "misc": "", "start_char": 256, "text": "eager", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 264, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 262, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 271, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "engage", "misc": "", "start_char": 265, "text": "engage", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 274, "feats": null, "head": 16, "id": 14, "lemma": "in", "misc": "", "start_char": 272, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 284, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "classroom", "misc": "", "start_char": 275, "text": "classroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 296, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "discussion", "misc": "", "start_char": 285, "text": "discussions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 300, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 297, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 307, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "debate", "misc": "", "start_char": 301, "text": "debate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 309, "feats": null, "head": 7, "id": 19, "lemma": ".", "misc": "", "start_char": 308, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (NP (DT All) (NNS classes)) (VP (VBP are) (VP (VBN conducted) (ADVP (RB exclusively)) (PP (IN in) (NP (NNP English)))))) (CC and) (S (NP (NN class) (NNS sizes)) (VP (VBP are) (QP (RB no) (JJR larger) (PP (IN than) (NP (CD 10) (NNS students)))))) (. .)))" }, "speaker": null, "text": "All classes are conducted exclusively in English and class sizes are no larger than 10 students.", "tokens": [ { "deprel": "det", "end_char": 313, "feats": null, "head": 2, "id": 1, "lemma": "all", "misc": "", "start_char": 310, "text": "All", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 321, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "class", "misc": "", "start_char": 314, "text": "classes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 325, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 322, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 335, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "conduct", "misc": "", "start_char": 326, "text": "conducted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 347, "feats": null, "head": 4, "id": 5, "lemma": "exclusively", "misc": "", "start_char": 336, "text": "exclusively", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 350, "feats": null, "head": 7, "id": 6, "lemma": "in", "misc": "", "start_char": 348, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 358, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "English", "misc": "", "start_char": 351, "text": "English", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 362, "feats": null, "head": 13, "id": 8, "lemma": "and", "misc": "", "start_char": 359, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 368, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "class", "misc": "", "start_char": 363, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 374, "feats": "Number=Plur", "head": 13, "id": 10, "lemma": "size", "misc": "", "start_char": 369, "text": "sizes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 378, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 375, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 381, "feats": null, "head": 13, "id": 12, "lemma": "no", "misc": "", "start_char": 379, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 388, "feats": "Degree=Cmp", "head": 4, "id": 13, "lemma": "large", "misc": "", "start_char": 382, "text": "larger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 393, "feats": null, "head": 16, "id": 14, "lemma": "than", "misc": "", "start_char": 389, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 396, "feats": "NumForm=Digit|NumType=Card", "head": 16, "id": 15, "lemma": "10", "misc": "", "start_char": 394, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 405, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "student", "misc": "", "start_char": 397, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 407, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 406, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 409, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 408, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP 're) (VP (VBG looking) (PP (IN for) (NP (NP (NML (JJ full) (NN time)) (NML (NML (NNS Teachers)) (CC and) (NML (NNP Assistant) (NNPS Teachers)))) (SBAR (WHNP (WP who)) (S (VP (VBP 're) (ADJP (JJ interested) (PP (IN in) (S (VP (VBG challenging) (NP (PRP$ our) (ADJP (ADJP (RB highly) (VBN motivated)) (CC and) (VBG demanding)) (NNS students))))))))))))) (. .)))" }, "speaker": null, "text": "We're looking for full time Teachers and Assistant Teachers who're interested in challenging our highly motivated and demanding students.", "tokens": [ { "deprel": "nsubj", "end_char": 412, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 410, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 416, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 413, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 424, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "look", "misc": "", "start_char": 417, "text": "looking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 428, "feats": null, "head": 7, "id": 4, "lemma": "for", "misc": "", "start_char": 425, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 433, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "full", "misc": "", "start_char": 429, "text": "full", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 438, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "time", "misc": "", "start_char": 434, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 447, "feats": "Number=Plur", "head": 3, "id": 7, "lemma": "teacher", "misc": "", "start_char": 439, "text": "Teachers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 451, "feats": null, "head": 10, "id": 8, "lemma": "and", "misc": "", "start_char": 448, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 461, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Assistant", "misc": "", "start_char": 452, "text": "Assistant", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 470, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "teacher", "misc": "", "start_char": 462, "text": "Teachers", "upos": "PROPN", "xpos": "NNPS" }, { "deprel": "nsubj", "end_char": 474, "feats": "PronType=Rel", "head": 13, "id": 11, "lemma": "who", "misc": "", "start_char": 471, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 478, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 475, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 489, "feats": "Degree=Pos", "head": 7, "id": 13, "lemma": "interested", "misc": "", "start_char": 479, "text": "interested", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 492, "feats": null, "head": 15, "id": 14, "lemma": "in", "misc": "", "start_char": 490, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 504, "feats": "VerbForm=Ger", "head": 13, "id": 15, "lemma": "challenge", "misc": "", "start_char": 493, "text": "challenging", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 508, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 21, "id": 16, "lemma": "our", "misc": "", "start_char": 505, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "advmod", "end_char": 515, "feats": null, "head": 18, "id": 17, "lemma": "highly", "misc": "", "start_char": 509, "text": "highly", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 525, "feats": "Tense=Past|VerbForm=Part", "head": 21, "id": 18, "lemma": "motivate", "misc": "", "start_char": 516, "text": "motivated", "upos": "VERB", "xpos": "VBN" }, { "deprel": "cc", "end_char": 529, "feats": null, "head": 20, "id": 19, "lemma": "and", "misc": "", "start_char": 526, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 539, "feats": "VerbForm=Ger", "head": 18, "id": 20, "lemma": "demand", "misc": "", "start_char": 530, "text": "demanding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 548, "feats": "Number=Plur", "head": 15, "id": 21, "lemma": "student", "misc": "", "start_char": 540, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 550, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 549, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP 're) (ADJP (JJ eager) (S (VP (TO to) (VP (VB hire) (NP (NP (NNS teachers)) (SBAR (WHNP (WP who)) (S (VP (VBP are) (ADJP (JJ professional) (, ,) (JJ creative) (, ,) (NNS self-starters) (, ,) (CC and) (ADJP (RB very) (JJ organized)))))))))))) (. .)))" }, "speaker": null, "text": "We're eager to hire teachers who are professional, creative, self-starters, and very organized.", "tokens": [ { "deprel": "nsubj", "end_char": 553, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 551, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 557, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 554, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 563, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "eager", "misc": "", "start_char": 558, "text": "eager", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 566, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 564, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 571, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "hire", "misc": "", "start_char": 567, "text": "hire", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 580, "feats": "Number=Plur", "head": 5, "id": 6, "lemma": "teacher", "misc": "", "start_char": 572, "text": "teachers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 584, "feats": "PronType=Rel", "head": 9, "id": 7, "lemma": "who", "misc": "", "start_char": 581, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 588, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 585, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 601, "feats": "Degree=Pos", "head": 6, "id": 9, "lemma": "professional", "misc": "", "start_char": 589, "text": "professional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 603, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 602, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 612, "feats": "Degree=Pos", "head": 9, "id": 11, "lemma": "creative", "misc": "", "start_char": 604, "text": "creative", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 614, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 613, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 628, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "self-starter", "misc": "", "start_char": 615, "text": "self-starters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 630, "feats": null, "head": 17, "id": 14, "lemma": ",", "misc": "", "start_char": 629, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 634, "feats": null, "head": 17, "id": 15, "lemma": "and", "misc": "", "start_char": 631, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 639, "feats": null, "head": 17, "id": 16, "lemma": "very", "misc": "", "start_char": 635, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 649, "feats": "Degree=Pos", "head": 9, "id": 17, "lemma": "organized", "misc": "", "start_char": 640, "text": "organized", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 651, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 650, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ Our) (NN application) (NN process)) (VP (VBZ includes) (NP (NP (DT a) (NN phone) (NN interview)) (, ,) (PP (IN in) (NP (NN person) (NN interview))) (, ,) (CC and) (NP (NP (DT a) (NN sample)) (NN teaching) (NN session)))) (. .)))" }, "speaker": null, "text": "Our application process includes a phone interview, in person interview, and a sample teaching session.", "tokens": [ { "deprel": "nmod:poss", "end_char": 655, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 3, "id": 1, "lemma": "our", "misc": "", "start_char": 652, "text": "Our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 667, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "application", "misc": "", "start_char": 656, "text": "application", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 675, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "process", "misc": "", "start_char": 668, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 684, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "include", "misc": "", "start_char": 676, "text": "includes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 686, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 685, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 692, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "phone", "misc": "", "start_char": 687, "text": "phone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 702, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "interview", "misc": "", "start_char": 693, "text": "interview", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 704, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 703, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "case", "end_char": 707, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 705, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 714, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "person", "misc": "", "start_char": 708, "text": "person", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 724, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "interview", "misc": "", "start_char": 715, "text": "interview", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 726, "feats": null, "head": 17, "id": 12, "lemma": ",", "misc": "", "start_char": 725, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 730, "feats": null, "head": 17, "id": 13, "lemma": "and", "misc": "", "start_char": 727, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 732, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 14, "lemma": "a", "misc": "", "start_char": 731, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 739, "feats": "Number=Sing", "head": 17, "id": 15, "lemma": "sample", "misc": "", "start_char": 733, "text": "sample", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 748, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "teaching", "misc": "", "start_char": 740, "text": "teaching", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 756, "feats": "Number=Sing", "head": 7, "id": 17, "lemma": "session", "misc": "", "start_char": 749, "text": "session", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 758, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 757, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP 're) (VP (VBN located) (PP (IN in) (NP (NP (NP (DT the) (NNP Gangnam) (NNP District)) (PP (IN of) (NP (NNP Seoul)))) (, ,) (NP (NNP Korea)))))) (. .)))" }, "speaker": null, "text": "We're located in the Gangnam District of Seoul, Korea.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 761, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 759, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 765, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 762, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 773, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "locate", "misc": "", "start_char": 766, "text": "located", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 776, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 774, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 780, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 777, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 788, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "Gangnam", "misc": "", "start_char": 781, "text": "Gangnam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 797, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "District", "misc": "", "start_char": 789, "text": "District", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 800, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 798, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 806, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Seoul", "misc": "", "start_char": 801, "text": "Seoul", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 808, "feats": null, "head": 9, "id": 10, "lemma": ",", "misc": "", "start_char": 807, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 814, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Korea", "misc": "", "start_char": 809, "text": "Korea", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 816, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 815, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 818, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 817, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Additionally)) (, ,) (NP (DT all) (NNS applicants)) (VP (MD must) (VP (VB meet) (NP (NP (DT the) (VBG following) (NNS criteria)) (PP (IN for) (NP (DT the) (JJ available) (NNS positions)))))) (: :)))" }, "speaker": null, "text": "Additionally, all applicants must meet the following criteria for the available positions:", "tokens": [ { "deprel": "advmod", "end_char": 831, "feats": null, "head": 6, "id": 1, "lemma": "additionally", "misc": "", "start_char": 819, "text": "Additionally", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 833, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 832, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 837, "feats": null, "head": 4, "id": 3, "lemma": "all", "misc": "", "start_char": 834, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 848, "feats": "Number=Plur", "head": 6, "id": 4, "lemma": "applicant", "misc": "", "start_char": 838, "text": "applicants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 853, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "must", "misc": "", "start_char": 849, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 858, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "meet", "misc": "", "start_char": 854, "text": "meet", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 862, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 7, "lemma": "the", "misc": "", "start_char": 859, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 872, "feats": "VerbForm=Ger", "head": 9, "id": 8, "lemma": "follow", "misc": "", "start_char": 863, "text": "following", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 881, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "criterion", "misc": "", "start_char": 873, "text": "criteria", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 885, "feats": null, "head": 13, "id": 10, "lemma": "for", "misc": "", "start_char": 882, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 889, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 886, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 899, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "available", "misc": "", "start_char": 890, "text": "available", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 909, "feats": "Number=Plur", "head": 9, "id": 13, "lemma": "position", "misc": "", "start_char": 900, "text": "positions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 911, "feats": null, "head": 6, "id": 14, "lemma": ":", "misc": "", "start_char": 910, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 913, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 912, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NP (NP (JJ ●Native) (JJ English) (NN speaker)) (PP (IN with) (NP (NP (QP (ADVP (IN at) (JJS least)) (CD 15)) (NNS years)) (PP (IN of) (S (VP (VBG living) (PP (IN in) (NP (NNP North) (NNP America))))))))))" }, "speaker": null, "text": "●Native English speaker with at least 15 years of living in North America", "tokens": [ { "deprel": "amod", "end_char": 921, "feats": "Degree=Pos", "head": 3, "id": 1, "lemma": "●native", "misc": "", "start_char": 914, "text": "●Native", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 929, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "English", "misc": "", "start_char": 922, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 937, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "speaker", "misc": "", "start_char": 930, "text": "speaker", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 942, "feats": null, "head": 8, "id": 4, "lemma": "with", "misc": "", "start_char": 938, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "case", "end_char": 945, "feats": null, "head": 6, "id": 5, "lemma": "at", "misc": "", "start_char": 943, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 951, "feats": "Degree=Sup", "head": 7, "id": 6, "lemma": "least", "misc": "", "start_char": 946, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nummod", "end_char": 954, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 7, "lemma": "15", "misc": "", "start_char": 952, "text": "15", "upos": "NUM", "xpos": "CD" }, { "deprel": "nmod", "end_char": 960, "feats": "Number=Plur", "head": 3, "id": 8, "lemma": "year", "misc": "", "start_char": 955, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 963, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 961, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 970, "feats": "VerbForm=Ger", "head": 8, "id": 10, "lemma": "live", "misc": "", "start_char": 964, "text": "living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 973, "feats": null, "head": 13, "id": 11, "lemma": "in", "misc": "", "start_char": 971, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 979, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "North", "misc": "", "start_char": 974, "text": "North", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obl", "end_char": 987, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "America", "misc": "", "start_char": 980, "text": "America", "upos": "PROPN", "xpos": "NNP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 989, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 988, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NP (NP (NP (NNP ●Bachelor) (POS 's)) (NN degree)) (CC or) (NP (JJR higher) (-LRB- -LRB-) (NP (ADVP (RB preferably)) (NP (NN Education)) (, ,) (ADJP (JJ English)) (, ,) (CC or) (NP (JJ related) (NN field))) (-RRB- -RRB-))))" }, "speaker": null, "text": "●Bachelor's degree or higher (preferably Education, English, or related field)", "tokens": [ { "deprel": "nmod:poss", "end_char": 999, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "●Bachelor", "misc": "", "start_char": 990, "text": "●Bachelor", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 1002, "feats": null, "head": 1, "id": 2, "lemma": "'s", "misc": "", "start_char": 1000, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "root", "end_char": 1009, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "degree", "misc": "", "start_char": 1003, "text": "degree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1012, "feats": null, "head": 14, "id": 4, "lemma": "or", "misc": "", "start_char": 1010, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1019, "feats": "Degree=Cmp", "head": 14, "id": 5, "lemma": "high", "misc": "", "start_char": 1013, "text": "higher", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 1021, "feats": null, "head": 8, "id": 6, "lemma": "(", "misc": "", "start_char": 1020, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "advmod", "end_char": 1032, "feats": null, "head": 8, "id": 7, "lemma": "preferably", "misc": "", "start_char": 1022, "text": "preferably", "upos": "ADV", "xpos": "RB" }, { "deprel": "compound", "end_char": 1042, "feats": "Number=Sing", "head": 14, "id": 8, "lemma": "education", "misc": "", "start_char": 1033, "text": "Education", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1044, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 1043, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1052, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "English", "misc": "", "start_char": 1045, "text": "English", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1054, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 1053, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1057, "feats": null, "head": 13, "id": 12, "lemma": "or", "misc": "", "start_char": 1055, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1065, "feats": "Degree=Pos", "head": 8, "id": 13, "lemma": "related", "misc": "", "start_char": 1058, "text": "related", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1071, "feats": "Number=Sing", "head": 3, "id": 14, "lemma": "field", "misc": "", "start_char": 1066, "text": "field", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1073, "feats": null, "head": 14, "id": 15, "lemma": ")", "misc": "", "start_char": 1072, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1075, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1074, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (NP (QP (ADVP (IN ●At) (JJS least)) (CD one)) (NN year) (NN commitment)))" }, "speaker": null, "text": "●At least one year commitment", "tokens": [ { "deprel": "case", "end_char": 1079, "feats": null, "head": 2, "id": 1, "lemma": "●At", "misc": "", "start_char": 1076, "text": "●At", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1085, "feats": "Degree=Sup", "head": 4, "id": 2, "lemma": "least", "misc": "", "start_char": 1080, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nummod", "end_char": 1089, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "one", "misc": "", "start_char": 1086, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "compound", "end_char": 1094, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "year", "misc": "", "start_char": 1090, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1105, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "commitment", "misc": "", "start_char": 1095, "text": "commitment", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1107, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1106, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (NP (NN Teacher) (NNS hours)) (ADVP (RB typically)) (VP (VBP range) (PP (PP (IN from) (NP (CD 1) (NN P.M.))) (PP (IN to) (NP (CD 9) (NNP P.M)))) (, ,) (NP (NNP Monday-Friday))) (. .)))" }, "speaker": null, "text": "Teacher hours typically range from 1 P.M. to 9 P.M, Monday-Friday.", "tokens": [ { "deprel": "compound", "end_char": 1115, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "teacher", "misc": "", "start_char": 1108, "text": "Teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1121, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "hour", "misc": "", "start_char": 1116, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1131, "feats": null, "head": 4, "id": 3, "lemma": "typically", "misc": "", "start_char": 1122, "text": "typically", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1137, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "range", "misc": "", "start_char": 1132, "text": "range", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1142, "feats": null, "head": 7, "id": 5, "lemma": "from", "misc": "", "start_char": 1138, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1144, "feats": "NumForm=Digit|NumType=Card", "head": 7, "id": 6, "lemma": "1", "misc": "", "start_char": 1143, "text": "1", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1149, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "p.m.", "misc": "", "start_char": 1145, "text": "P.M.", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1152, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 1150, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1154, "feats": "NumForm=Digit|NumType=Card", "head": 10, "id": 9, "lemma": "9", "misc": "", "start_char": 1153, "text": "9", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 1158, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "P.M", "misc": "", "start_char": 1155, "text": "P.M", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1160, "feats": null, "head": 10, "id": 11, "lemma": ",", "misc": "", "start_char": 1159, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1174, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Monday-Friday", "misc": "", "start_char": 1161, "text": "Monday-Friday", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1176, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 1175, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1178, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1177, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (NP (NNS Benefits)))" }, "speaker": null, "text": "Benefits", "tokens": [ { "deprel": "root", "end_char": 1187, "feats": "Number=Plur", "head": 0, "id": 1, "lemma": "benefit", "misc": "", "start_char": 1179, "text": "Benefits", "upos": "NOUN", "xpos": "NNS" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1189, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1188, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (NN Teacher) (NNS salaries)) (VP (VBP range) (PP (PP (IN from) (NP ($ $) (CD 26,000))) (PP (IN to) (NP ($ $) (CD 45,000)))) (PP (VBG depending) (PP (IN on) (NP (NP (NN experience)) (CC plus) (NP (NP (NN overtime) (NN pay)) (CC and) (NP (JJ various) (ADJP (NN performance) (VBN based)) (NNS prizes)))))) (PP (IN throughout) (NP (DT the) (NN year)))) (. .)))" }, "speaker": null, "text": "Teacher salaries range from $26,000 to $45,000 depending on experience plus overtime pay and various performance based prizes throughout the year.", "tokens": [ { "deprel": "compound", "end_char": 1197, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "teacher", "misc": "", "start_char": 1190, "text": "Teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1206, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "salary", "misc": "", "start_char": 1198, "text": "salaries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1212, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "range", "misc": "", "start_char": 1207, "text": "range", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1217, "feats": null, "head": 5, "id": 4, "lemma": "from", "misc": "", "start_char": 1213, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1219, "feats": null, "head": 3, "id": 5, "lemma": "$", "misc": "", "start_char": 1218, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 1226, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 6, "lemma": "26,000", "misc": "", "start_char": 1220, "text": "26,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1229, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1227, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1231, "feats": null, "head": 5, "id": 8, "lemma": "$", "misc": "", "start_char": 1230, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "nummod", "end_char": 1238, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 9, "lemma": "45,000", "misc": "", "start_char": 1232, "text": "45,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 1248, "feats": "VerbForm=Ger", "head": 12, "id": 10, "lemma": "depend", "misc": "", "start_char": 1239, "text": "depending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "fixed", "end_char": 1251, "feats": null, "head": 10, "id": 11, "lemma": "on", "misc": "", "start_char": 1249, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1262, "feats": "Number=Sing", "head": 3, "id": 12, "lemma": "experience", "misc": "", "start_char": 1252, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1267, "feats": null, "head": 15, "id": 13, "lemma": "plus", "misc": "", "start_char": 1263, "text": "plus", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1276, "feats": "Number=Sing", "head": 15, "id": 14, "lemma": "overtime", "misc": "", "start_char": 1268, "text": "overtime", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1280, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "pay", "misc": "", "start_char": 1277, "text": "pay", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1284, "feats": null, "head": 20, "id": 16, "lemma": "and", "misc": "", "start_char": 1281, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1292, "feats": "Degree=Pos", "head": 20, "id": 17, "lemma": "various", "misc": "", "start_char": 1285, "text": "various", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1304, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "performance", "misc": "", "start_char": 1293, "text": "performance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 1310, "feats": "Tense=Past|VerbForm=Part", "head": 20, "id": 19, "lemma": "base", "misc": "", "start_char": 1305, "text": "based", "upos": "VERB", "xpos": "VBN" }, { "deprel": "conj", "end_char": 1317, "feats": "Number=Plur", "head": 12, "id": 20, "lemma": "prize", "misc": "", "start_char": 1311, "text": "prizes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1328, "feats": null, "head": 23, "id": 21, "lemma": "throughout", "misc": "", "start_char": 1318, "text": "throughout", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1332, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 1329, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1337, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "year", "misc": "", "start_char": 1333, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1339, "feats": null, "head": 3, "id": 24, "lemma": ".", "misc": "", "start_char": 1338, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (NP (NN Assistant) (NNS Teachers)) (VP (VBP are) (ADJP (ADJP (JJ suitable) (PP (IN for) (NP (NP (NN promotion)) (CC and) (NP (NN salary) (NN increase))))) (PP (VBN based) (PP (IN on) (NP (NN ability)))))) (. .)))" }, "speaker": null, "text": "Assistant Teachers are suitable for promotion and salary increase based on ability.", "tokens": [ { "deprel": "compound", "end_char": 1349, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "assistant", "misc": "", "start_char": 1340, "text": "Assistant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1358, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "teacher", "misc": "", "start_char": 1350, "text": "Teachers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1362, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1359, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1371, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "suitable", "misc": "", "start_char": 1363, "text": "suitable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1375, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 1372, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1385, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "promotion", "misc": "", "start_char": 1376, "text": "promotion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1389, "feats": null, "head": 9, "id": 7, "lemma": "and", "misc": "", "start_char": 1386, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1396, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "salary", "misc": "", "start_char": 1390, "text": "salary", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1405, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "increase", "misc": "", "start_char": 1397, "text": "increase", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 1411, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 10, "lemma": "base", "misc": "", "start_char": 1406, "text": "based", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1414, "feats": null, "head": 12, "id": 11, "lemma": "on", "misc": "", "start_char": 1412, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1422, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "ability", "misc": "", "start_char": 1415, "text": "ability", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1424, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 1423, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (ADVP (RB also)) (VP (VBP offer) (NP (NP (NN housing)) (, ,) (NP (JJ free) (NNS dinners)) (, ,) (CC and) (NP (JJ other) (NNS benefits)))) (. .)))" }, "speaker": null, "text": "We also offer housing, free dinners, and other benefits.", "tokens": [ { "deprel": "nsubj", "end_char": 1427, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 1425, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1432, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 1428, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1438, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "offer", "misc": "", "start_char": 1433, "text": "offer", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1446, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "housing", "misc": "", "start_char": 1439, "text": "housing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1448, "feats": null, "head": 7, "id": 5, "lemma": ",", "misc": "", "start_char": 1447, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1453, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "free", "misc": "", "start_char": 1449, "text": "free", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1461, "feats": "Number=Plur", "head": 4, "id": 7, "lemma": "dinner", "misc": "", "start_char": 1454, "text": "dinners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1463, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 1462, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1467, "feats": null, "head": 11, "id": 9, "lemma": "and", "misc": "", "start_char": 1464, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1473, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "other", "misc": "", "start_char": 1468, "text": "other", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1482, "feats": "Number=Plur", "head": 4, "id": 11, "lemma": "benefit", "misc": "", "start_char": 1474, "text": "benefits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1484, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 1483, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1486, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1485, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (NP (VBN Required) (NNS documents) (: :)))" }, "speaker": null, "text": "Required documents:", "tokens": [ { "deprel": "amod", "end_char": 1495, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 1, "lemma": "require", "misc": "", "start_char": 1487, "text": "Required", "upos": "VERB", "xpos": "VBN" }, { "deprel": "root", "end_char": 1505, "feats": "Number=Plur", "head": 0, "id": 2, "lemma": "document", "misc": "", "start_char": 1496, "text": "documents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1507, "feats": null, "head": 2, "id": 3, "lemma": ":", "misc": "", "start_char": 1506, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1509, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1508, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (NP (NP (NN ●Cover) (NN letter)) (PRN (-LRB- -LRB-) (UH please) (VP (VB indicate) (NP (NP (DT the) (NN position)) (SBAR (S (NP (PRP you)) (VP (VBP are) (VP (VBG applying) (PP (IN for)))))))) (-RRB- -RRB-))))" }, "speaker": null, "text": "●Cover letter (please indicate the position you are applying for)", "tokens": [ { "deprel": "compound", "end_char": 1516, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "●cover", "misc": "", "start_char": 1510, "text": "●Cover", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1523, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "letter", "misc": "", "start_char": 1517, "text": "letter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1525, "feats": null, "head": 5, "id": 3, "lemma": "(", "misc": "", "start_char": 1524, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "discourse", "end_char": 1532, "feats": null, "head": 5, "id": 4, "lemma": "please", "misc": "", "start_char": 1526, "text": "please", "upos": "INTJ", "xpos": "UH" }, { "deprel": "parataxis", "end_char": 1541, "feats": "Mood=Imp|VerbForm=Fin", "head": 2, "id": 5, "lemma": "indicate", "misc": "", "start_char": 1533, "text": "indicate", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1545, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 1542, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1554, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "position", "misc": "", "start_char": 1546, "text": "position", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1558, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 10, "id": 8, "lemma": "you", "misc": "", "start_char": 1555, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1562, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 1559, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 1571, "feats": "Tense=Pres|VerbForm=Part", "head": 7, "id": 10, "lemma": "apply", "misc": "", "start_char": 1563, "text": "applying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obl", "end_char": 1575, "feats": null, "head": 10, "id": 11, "lemma": "for", "misc": "", "start_char": 1572, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 1577, "feats": null, "head": 5, "id": 12, "lemma": ")", "misc": "", "start_char": 1576, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1579, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1578, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (NP (NP (NN ●Resume)) (PP (IN with) (NP (NP (NN date)) (PP (IN of) (NP (NP (NN birth)) (, ,) (NP (NN email) (NN address)) (, ,) (CC and) (NP (NN contact) (NN number))))))))" }, "speaker": null, "text": "●Resume with date of birth, email address, and contact number", "tokens": [ { "deprel": "root", "end_char": 1587, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "●resume", "misc": "", "start_char": 1580, "text": "●Resume", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1592, "feats": null, "head": 3, "id": 2, "lemma": "with", "misc": "", "start_char": 1588, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1597, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "date", "misc": "", "start_char": 1593, "text": "date", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1600, "feats": null, "head": 5, "id": 4, "lemma": "of", "misc": "", "start_char": 1598, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1606, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "birth", "misc": "", "start_char": 1601, "text": "birth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1608, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 1607, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "compound", "end_char": 1614, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "email", "misc": "", "start_char": 1609, "text": "email", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1622, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "address", "misc": "", "start_char": 1615, "text": "address", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1624, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 1623, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1628, "feats": null, "head": 12, "id": 10, "lemma": "and", "misc": "", "start_char": 1625, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1636, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "contact", "misc": "", "start_char": 1629, "text": "contact", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1643, "feats": "Number=Sing", "head": 3, "id": 12, "lemma": "number", "misc": "", "start_char": 1637, "text": "number", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1645, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1644, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (VP (VB ●Recent) (NP (NP (NP (NN photo)) (PP (IN of) (NP (PRP yourself)))) (CC or) (NP (NP (NN copy)) (PP (IN of) (NP (NN passport)))))))" }, "speaker": null, "text": "●Recent photo of yourself or copy of passport", "tokens": [ { "deprel": "root", "end_char": 1653, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "●recent", "misc": "", "start_char": 1646, "text": "●Recent", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1659, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "photo", "misc": "", "start_char": 1654, "text": "photo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1662, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 1660, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1671, "feats": "Case=Acc|Number=Sing|Person=2|PronType=Prs|Reflex=Yes", "head": 2, "id": 4, "lemma": "yourself", "misc": "", "start_char": 1663, "text": "yourself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 1674, "feats": null, "head": 6, "id": 5, "lemma": "or", "misc": "", "start_char": 1672, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1679, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "copy", "misc": "", "start_char": 1675, "text": "copy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1682, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 1680, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1691, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "passport", "misc": "", "start_char": 1683, "text": "passport", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1693, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1692, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 38, "misc": { "parse_tree": "(ROOT (NP (NP (QP (ADVP (IN ●At) (JJS least)) (CD two)) (NNS references)) (PP (VBG including) (NP (ADJP (JJ current) (CC or) (JJ last)) (NN employer)))))" }, "speaker": null, "text": "●At least two references including current or last employer", "tokens": [ { "deprel": "case", "end_char": 1697, "feats": null, "head": 2, "id": 1, "lemma": "●At", "misc": "", "start_char": 1694, "text": "●At", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1703, "feats": "Degree=Sup", "head": 3, "id": 2, "lemma": "least", "misc": "", "start_char": 1698, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nummod", "end_char": 1707, "feats": "NumForm=Word|NumType=Card", "head": 4, "id": 3, "lemma": "two", "misc": "", "start_char": 1704, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "root", "end_char": 1718, "feats": "Number=Plur", "head": 0, "id": 4, "lemma": "reference", "misc": "", "start_char": 1708, "text": "references", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1728, "feats": "VerbForm=Ger", "head": 9, "id": 5, "lemma": "include", "misc": "", "start_char": 1719, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1736, "feats": "Degree=Pos", "head": 9, "id": 6, "lemma": "current", "misc": "", "start_char": 1729, "text": "current", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1739, "feats": null, "head": 8, "id": 7, "lemma": "or", "misc": "", "start_char": 1737, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1744, "feats": "Degree=Pos", "head": 6, "id": 8, "lemma": "last", "misc": "", "start_char": 1740, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1753, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "employer", "misc": "", "start_char": 1745, "text": "employer", "upos": "NOUN", "xpos": "NN" } ] }, { "id": 39, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1755, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1754, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 40, "misc": { "parse_tree": "(ROOT (NP (VB Contact)))" }, "speaker": null, "text": "Contact", "tokens": [ { "deprel": "root", "end_char": 1763, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 1, "lemma": "contact", "misc": "", "start_char": 1756, "text": "Contact", "upos": "VERB", "xpos": "VB" } ] }, { "id": 41, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1765, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1764, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 42, "misc": { "parse_tree": "(ROOT (S (ADVP (UH Please)) (VP (VP (VB visit) (NP (PRP$ our) (NN website)) (PP (IN at) (NP (ADD www.lexkimjob.com))) (PP (IN for) (NP (JJR more) (NN information)))) (CC and) (VP (VB visit) (NP (NP (NN http)) (: :) (NP (NP (ADD //lexkimjob.com/apply/main.php)) (SBAR (S (VP (TO to) (VP (VB submit) (NP (PRP$ your) (NN application)))))))))) (. .)))" }, "speaker": null, "text": "Please visit our website at www.lexkimjob.com for more information and visit http: //lexkimjob.com/apply/main.php to submit your application.", "tokens": [ { "deprel": "discourse", "end_char": 1772, "feats": null, "head": 2, "id": 1, "lemma": "please", "misc": "", "start_char": 1766, "text": "Please", "upos": "INTJ", "xpos": "UH" }, { "deprel": "root", "end_char": 1778, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 2, "lemma": "visit", "misc": "", "start_char": 1773, "text": "visit", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1782, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "our", "misc": "", "start_char": 1779, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1790, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "website", "misc": "", "start_char": 1783, "text": "website", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1793, "feats": null, "head": 6, "id": 5, "lemma": "at", "misc": "", "start_char": 1791, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1811, "feats": null, "head": 2, "id": 6, "lemma": "www.lexkimjob.com", "misc": "", "start_char": 1794, "text": "www.lexkimjob.com", "upos": "X", "xpos": "ADD" }, { "deprel": "case", "end_char": 1815, "feats": null, "head": 9, "id": 7, "lemma": "for", "misc": "", "start_char": 1812, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1820, "feats": "Degree=Cmp", "head": 9, "id": 8, "lemma": "more", "misc": "", "start_char": 1816, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obl", "end_char": 1832, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "information", "misc": "", "start_char": 1821, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1836, "feats": null, "head": 11, "id": 10, "lemma": "and", "misc": "", "start_char": 1833, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1842, "feats": "Mood=Imp|VerbForm=Fin", "head": 2, "id": 11, "lemma": "visit", "misc": "", "start_char": 1837, "text": "visit", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1847, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "http", "misc": "", "start_char": 1843, "text": "http", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1849, "feats": null, "head": 12, "id": 13, "lemma": ":", "misc": "", "start_char": 1848, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "appos", "end_char": 1880, "feats": null, "head": 12, "id": 14, "lemma": "//lexkimjob.com/apply/main.php", "misc": "", "start_char": 1850, "text": "//lexkimjob.com/apply/main.php", "upos": "X", "xpos": "ADD" }, { "deprel": "mark", "end_char": 1883, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 1881, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1890, "feats": "VerbForm=Inf", "head": 11, "id": 16, "lemma": "submit", "misc": "", "start_char": 1884, "text": "submit", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1895, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 18, "id": 17, "lemma": "your", "misc": "", "start_char": 1891, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1907, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "application", "misc": "", "start_char": 1896, "text": "application", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1909, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 1908, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Lex Kim English School Information Session Description Lex Kim English School offers language improvement courses in reading, writing, grammar, and speech to bright students from Grades 3 to 11. All of our students are highly fluent in English and eager to engage in classroom discussions and debate. All classes are conducted exclusively in English and class sizes are no larger than 10 students. We're looking for full time Teachers and Assistant Teachers who're interested in challenging our highly motivated and demanding students. We're eager to hire teachers who are professional, creative, self-starters, and very organized. Our application process includes a phone interview, in person interview, and a sample teaching session. We're located in the Gangnam District of Seoul, Korea. Additionally, all applicants must meet the following criteria for the available positions: ●Native English speaker with at least 15 years of living in North America ●Bachelor's degree or higher (preferably Education, English, or related field) ●At least one year commitment Teacher hours typically range from 1 P.M. to 9 P.M, Monday-Friday. Benefits Teacher salaries range from $26,000 to $45,000 depending on experience plus overtime pay and various performance based prizes throughout the year. Assistant Teachers are suitable for promotion and salary increase based on ability. We also offer housing, free dinners, and other benefits. Required documents: ●Cover letter (please indicate the position you are applying for) ●Resume with date of birth, email address, and contact number ●Recent photo of yourself or copy of passport ●At least two references including current or last employer Contact Please visit our website at www.lexkimjob.com for more information and visit http: //lexkimjob.com/apply/main.php to submit your application.
[ [ [ 2, 0, 0 ] ], [ [ 4, 0, 3 ], [ 0, 0, 3 ] ], [ [ 4, 21, 24 ] ], [ [ 4, 22, 22 ] ], [ [ 4, 24, 24 ] ], [ [ 4, 9, 9 ] ], [ [ 4, 11, 11 ] ], [ [ 4, 13, 13 ] ], [ [ 4, 9, 16 ] ], [ [ 4, 16, 16 ] ], [ [ 5, 0, 3 ] ], [ [ 5, 2, 2 ], [ 8, 0, 0 ], [ 9, 0, 0 ], [ 8, 15, 15 ], [ 10, 0, 0 ], [ 11, 0, 0 ], [ 41, 2, 2 ], [ 27, 0, 0 ] ], [ [ 6, 0, 1 ] ], [ [ 10, 0, 2 ] ], [ [ 13, 2, 3 ] ], [ [ 13, 6, 8 ] ], [ [ 13, 10, 12 ] ], [ [ 5, 14, 17 ] ], [ [ 6, 6, 6 ], [ 17, 9, 9 ], [ 5, 8, 8 ] ], [ [ 6, 8, 9 ] ], [ [ 6, 8, 8 ] ], [ [ 6, 11, 15 ] ], [ [ 8, 4, 20 ] ], [ [ 8, 14, 20 ] ], [ [ 8, 15, 20 ] ], [ [ 9, 5, 16 ] ], [ [ 10, 4, 6 ] ], [ [ 10, 9, 10 ] ], [ [ 10, 13, 16 ] ], [ [ 11, 8, 10 ] ], [ [ 17, 0, 4 ] ], [ [ 17, 6, 13 ] ], [ [ 17, 6, 7 ] ], [ [ 17, 12, 13 ] ], [ [ 19, 0, 4 ] ], [ [ 17, 0, 1 ] ], [ [ 17, 0, 2 ] ], [ [ 21, 0, 1 ] ], [ [ 17, 4, 4 ] ], [ [ 15, 0, 12 ] ], [ [ 15, 4, 12 ] ], [ [ 15, 9, 12 ] ], [ [ 15, 11, 12 ] ], [ [ 21, 5, 9 ] ], [ [ 21, 11, 11 ] ], [ [ 21, 5, 6 ] ], [ [ 21, 8, 9 ] ], [ [ 23, 0, 0 ] ], [ [ 25, 0, 22 ] ], [ [ 26, 0, 1 ] ], [ [ 27, 3, 3 ] ], [ [ 27, 5, 6 ] ], [ [ 29, 0, 1 ] ], [ [ 27, 3, 10 ] ], [ [ 27, 9, 10 ] ], [ [ 26, 5, 11 ] ], [ [ 26, 11, 11 ] ], [ [ 25, 4, 5 ] ], [ [ 25, 7, 8 ] ], [ [ 25, 11, 22 ] ], [ [ 25, 11, 11 ] ], [ [ 25, 13, 14 ] ], [ [ 25, 21, 22 ] ], [ [ 25, 16, 22 ] ], [ [ 25, 19, 22 ] ], [ [ 25, 4, 8 ] ], [ [ 31, 0, 1 ] ], [ [ 33, 0, 11 ] ], [ [ 33, 10, 11 ] ], [ [ 33, 6, 7 ] ], [ [ 33, 6, 6 ] ], [ [ 33, 2, 4 ] ], [ [ 33, 4, 4 ] ], [ [ 35, 0, 3 ] ], [ [ 35, 5, 7 ] ], [ [ 35, 7, 7 ] ], [ [ 35, 0, 7 ] ], [ [ 37, 0, 8 ] ], [ [ 37, 5, 8 ] ], [ [ 41, 2, 3 ] ], [ [ 39, 0, 0 ] ], [ [ 41, 5, 5 ] ], [ [ 41, 7, 8 ] ], [ [ 41, 11, 13 ] ], [ [ 41, 16, 17 ] ], [ [ 41, 16, 16 ], [ 35, 3, 3 ], [ 31, 7, 7 ] ], [ [ 31, 5, 10 ] ], [ [ 21, 0, 0 ] ], [ [ 0, 4, 5 ] ], [ [ 4, 5, 7 ] ], [ [ 4, 19, 19 ], [ 5, 2, 3 ] ], [ [ 9, 12, 12 ] ], [ [ 11, 4, 6 ] ], [ [ 25, 0, 1 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36215
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Perhaps)) (NP (NP (DT the) (ADJP (RBS most) (JJ famous)) (NML (NN clothing) (NN brand)) (NN name)) (PP (IN in) (NP (DT the) (NN world)))) (VP (VBZ is) (NP (NNP Levi) (POS 's))) (. .)))" }, "speaker": null, "text": "Perhaps the most famous clothing brand name in the world is Levi's.", "tokens": [ { "deprel": "advmod", "end_char": 7, "feats": null, "head": 12, "id": 1, "lemma": "perhaps", "misc": "", "start_char": 0, "text": "Perhaps", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 11, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 2, "lemma": "the", "misc": "", "start_char": 8, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 16, "feats": "Degree=Sup", "head": 4, "id": 3, "lemma": "most", "misc": "", "start_char": 12, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 23, "feats": "Degree=Pos", "head": 7, "id": 4, "lemma": "famous", "misc": "", "start_char": 17, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 32, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "clothing", "misc": "", "start_char": 24, "text": "clothing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 38, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "brand", "misc": "", "start_char": 33, "text": "brand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 43, "feats": "Number=Sing", "head": 12, "id": 7, "lemma": "name", "misc": "", "start_char": 39, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 46, "feats": null, "head": 10, "id": 8, "lemma": "in", "misc": "", "start_char": 44, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 50, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 47, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 56, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "world", "misc": "", "start_char": 51, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 59, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 57, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 64, "feats": "Number=Sing", "head": 0, "id": 12, "lemma": "Levi", "misc": "", "start_char": 60, "text": "Levi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 67, "feats": null, "head": 12, "id": 13, "lemma": "'s", "misc": "", "start_char": 65, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 12, "id": 14, "lemma": ".", "misc": "", "start_char": 68, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Levi) (NNP Strauss) (CC &) (NNP Co.is)) (NP (NP (DT the) (NN producer)) (PP (IN of) (NP (NML (JJ blue) (NN denim)) (NNS jeans)))) (. .)))" }, "speaker": null, "text": "Levi Strauss & Co.is the producer of blue denim jeans.", "tokens": [ { "deprel": "root", "end_char": 74, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Levi", "misc": "", "start_char": 70, "text": "Levi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 82, "feats": "Number=Sing", "head": 1, "id": 2, "lemma": "Strauss", "misc": "", "start_char": 75, "text": "Strauss", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 84, "feats": null, "head": 4, "id": 3, "lemma": "&", "misc": "", "start_char": 83, "text": "&", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 90, "feats": "Number=Sing", "head": 1, "id": 4, "lemma": "Co.is", "misc": "", "start_char": 85, "text": "Co.is", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "det", "end_char": 94, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 91, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 103, "feats": "Number=Sing", "head": 1, "id": 6, "lemma": "producer", "misc": "", "start_char": 95, "text": "producer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 106, "feats": null, "head": 10, "id": 7, "lemma": "of", "misc": "", "start_char": 104, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 111, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "blue", "misc": "", "start_char": 107, "text": "blue", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 117, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "denim", "misc": "", "start_char": 112, "text": "denim", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 123, "feats": "Number=Plur", "head": 6, "id": 10, "lemma": "jeans", "misc": "", "start_char": 118, "text": "jeans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 125, "feats": null, "head": 1, "id": 11, "lemma": ".", "misc": "", "start_char": 124, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Here)) (VP (VBZ 's)) (SBAR (WHADVP (WRB how)) (S (NP (PRP it)) (VP (VBD happened)))) (. .)))" }, "speaker": null, "text": "Here's how it happened.", "tokens": [ { "deprel": "root", "end_char": 130, "feats": "PronType=Dem", "head": 0, "id": 1, "lemma": "here", "misc": "", "start_char": 126, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 133, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 1, "id": 2, "lemma": "be", "misc": "", "start_char": 131, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 137, "feats": "PronType=Int", "head": 1, "id": 3, "lemma": "how", "misc": "", "start_char": 134, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 140, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "it", "misc": "", "start_char": 138, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl:relcl", "end_char": 149, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 5, "lemma": "happen", "misc": "", "start_char": 141, "text": "happened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 151, "feats": null, "head": 1, "id": 6, "lemma": ".", "misc": "", "start_char": 150, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 153, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 152, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (DT the) (JJ mid) (NNS 1800s))) (NP (JJ many) (NNS people)) (VP (VBD went) (PP (IN to) (NP (NNP California))) (S (VP (TO to) (VP (VB look) (PP (IN for) (NP (NN gold))))))) (. .)))" }, "speaker": null, "text": "In the mid 1800s many people went to California to look for gold.", "tokens": [ { "deprel": "case", "end_char": 156, "feats": null, "head": 4, "id": 1, "lemma": "in", "misc": "", "start_char": 154, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 160, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 2, "lemma": "the", "misc": "", "start_char": 157, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 164, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "mid", "misc": "", "start_char": 161, "text": "mid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 170, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "1800s", "misc": "", "start_char": 165, "text": "1800s", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "amod", "end_char": 175, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "many", "misc": "", "start_char": 171, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 182, "feats": "Number=Plur", "head": 7, "id": 6, "lemma": "person", "misc": "", "start_char": 176, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 187, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "go", "misc": "", "start_char": 183, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 190, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 188, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 201, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "California", "misc": "", "start_char": 191, "text": "California", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 204, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 202, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 209, "feats": "VerbForm=Inf", "head": 7, "id": 11, "lemma": "look", "misc": "", "start_char": 205, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 213, "feats": null, "head": 13, "id": 12, "lemma": "for", "misc": "", "start_char": 210, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 218, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "gold", "misc": "", "start_char": 214, "text": "gold", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 220, "feats": null, "head": 7, "id": 14, "lemma": ".", "misc": "", "start_char": 219, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (JJ young) (JJ German)) (VP (VBN named) (S (NP (NNP Levi) (NNP Strauss))))) (VP (VBD traveled) (PP (IN to) (NP (NNP San) (NNP Francisco))) (S (VP (TO to) (VP (VB help) (NP (PRP$ his) (NN brother)) (PP (IN on) (NP (NN business))))))) (. .)))" }, "speaker": null, "text": "A young German named Levi Strauss traveled to San Francisco to help his brother on business.", "tokens": [ { "deprel": "det", "end_char": 222, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 221, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 228, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "young", "misc": "", "start_char": 223, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 235, "feats": "Degree=Pos", "head": 7, "id": 3, "lemma": "German", "misc": "", "start_char": 229, "text": "German", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl", "end_char": 241, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 4, "lemma": "name", "misc": "", "start_char": 236, "text": "named", "upos": "VERB", "xpos": "VBN" }, { "deprel": "appos", "end_char": 246, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Levi", "misc": "", "start_char": 242, "text": "Levi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 254, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Strauss", "misc": "", "start_char": 247, "text": "Strauss", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 263, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "travel", "misc": "", "start_char": 255, "text": "traveled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 266, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 264, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 270, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "San", "misc": "", "start_char": 267, "text": "San", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 280, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "Francisco", "misc": "", "start_char": 271, "text": "Francisco", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 283, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 281, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 288, "feats": "VerbForm=Inf", "head": 7, "id": 12, "lemma": "help", "misc": "", "start_char": 284, "text": "help", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 292, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "his", "misc": "", "start_char": 289, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 300, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "brother", "misc": "", "start_char": 293, "text": "brother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 303, "feats": null, "head": 16, "id": 15, "lemma": "on", "misc": "", "start_char": 301, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 312, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "business", "misc": "", "start_char": 304, "text": "business", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 314, "feats": null, "head": 7, "id": 17, "lemma": ".", "misc": "", "start_char": 313, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VBD sold) (NP (NN canvas)) (PP (IN to) (NP (DT the) (NNS workers))) (PP (IN for) (NP (NNS tents)))) (. .)))" }, "speaker": null, "text": "He sold canvas to the workers for tents.", "tokens": [ { "deprel": "nsubj", "end_char": 317, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "misc": "", "start_char": 315, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 322, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "sell", "misc": "", "start_char": 318, "text": "sold", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 329, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "canva", "misc": "", "start_char": 323, "text": "canvas", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 332, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 330, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 336, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 333, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 344, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "worker", "misc": "", "start_char": 337, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 348, "feats": null, "head": 8, "id": 7, "lemma": "for", "misc": "", "start_char": 345, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 354, "feats": "Number=Plur", "head": 2, "id": 8, "lemma": "tent", "misc": "", "start_char": 349, "text": "tents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 356, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 355, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (DT the) (NNS workers)) (VP (VBD said) (SBAR (S (NP (PRP they)) (VP (VBD needed) (NP (NNS pants)) (NP (JJR more)) (, ,) (SBAR (IN because) (S (NP (PRP$ their) (NNS pants)) (VP (VBD were) (ADJP (JJ easy) (SBAR (S (VP (TO to) (VP (VB wear) (PRT (RP out)))))))))))))) (. .)))" }, "speaker": null, "text": "But the workers said they needed pants more, because their pants were easy to wear out.", "tokens": [ { "deprel": "cc", "end_char": 360, "feats": null, "head": 4, "id": 1, "lemma": "but", "misc": "", "start_char": 357, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 364, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 361, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 372, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "worker", "misc": "", "start_char": 365, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 377, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "say", "misc": "", "start_char": 373, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 382, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "they", "misc": "", "start_char": 378, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 389, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 6, "lemma": "need", "misc": "", "start_char": 383, "text": "needed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 395, "feats": "Number=Plur", "head": 6, "id": 7, "lemma": "pant", "misc": "", "start_char": 390, "text": "pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 400, "feats": "Degree=Cmp", "head": 6, "id": 8, "lemma": "more", "misc": "", "start_char": 396, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 402, "feats": null, "head": 14, "id": 9, "lemma": ",", "misc": "", "start_char": 401, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 410, "feats": null, "head": 14, "id": 10, "lemma": "because", "misc": "", "start_char": 403, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 416, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "their", "misc": "", "start_char": 411, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 422, "feats": "Number=Plur", "head": 14, "id": 12, "lemma": "pant", "misc": "", "start_char": 417, "text": "pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 427, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 423, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 432, "feats": "Degree=Pos", "head": 6, "id": 14, "lemma": "easy", "misc": "", "start_char": 428, "text": "easy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 435, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 433, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 440, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "wear", "misc": "", "start_char": 436, "text": "wear", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 444, "feats": null, "head": 16, "id": 17, "lemma": "out", "misc": "", "start_char": 441, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 446, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 445, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (PP (RB Instead) (IN of) (S (VP (VBG selling) (NP (PRP$ his) (NN canvas)) (PP (IN for) (NP (NN tent-making)))))) (, ,) (NP (PRP he)) (VP (VBD turned) (NP (PRP it)) (PP (IN into) (NP (NNS pants)))) (. .)))" }, "speaker": null, "text": "Instead of selling his canvas for tent-making, he turned it into pants.", "tokens": [ { "deprel": "mark", "end_char": 454, "feats": null, "head": 3, "id": 1, "lemma": "instead", "misc": "", "start_char": 447, "text": "Instead", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 457, "feats": null, "head": 1, "id": 2, "lemma": "of", "misc": "", "start_char": 455, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 465, "feats": "VerbForm=Ger", "head": 10, "id": 3, "lemma": "sell", "misc": "", "start_char": 458, "text": "selling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 469, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 5, "id": 4, "lemma": "his", "misc": "", "start_char": 466, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 476, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "canva", "misc": "", "start_char": 470, "text": "canvas", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 480, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 477, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 492, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "tent-making", "misc": "", "start_char": 481, "text": "tent-making", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 494, "feats": null, "head": 3, "id": 8, "lemma": ",", "misc": "", "start_char": 493, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 497, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "misc": "", "start_char": 495, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 504, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 10, "lemma": "turn", "misc": "", "start_char": 498, "text": "turned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 507, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "it", "misc": "", "start_char": 505, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 512, "feats": null, "head": 13, "id": 12, "lemma": "into", "misc": "", "start_char": 508, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 518, "feats": "Number=Plur", "head": 10, "id": 13, "lemma": "pant", "misc": "", "start_char": 513, "text": "pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 520, "feats": null, "head": 10, "id": 14, "lemma": ".", "misc": "", "start_char": 519, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT These) (NNS kinds)) (PP (IN of) (NP (NNS pants)))) (VP (VBD were) (ADJP (RB very) (JJ popular)) (PP (IN with) (NP (NNS workers)))) (. .)))" }, "speaker": null, "text": "These kinds of pants were very popular with workers.", "tokens": [ { "deprel": "det", "end_char": 526, "feats": "Number=Plur|PronType=Dem", "head": 2, "id": 1, "lemma": "this", "misc": "", "start_char": 521, "text": "These", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 532, "feats": "Number=Plur", "head": 7, "id": 2, "lemma": "kind", "misc": "", "start_char": 527, "text": "kinds", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 535, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 533, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 541, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "pant", "misc": "", "start_char": 536, "text": "pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 546, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 542, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 551, "feats": null, "head": 7, "id": 6, "lemma": "very", "misc": "", "start_char": 547, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 559, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "popular", "misc": "", "start_char": 552, "text": "popular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 564, "feats": null, "head": 9, "id": 8, "lemma": "with", "misc": "", "start_char": 560, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 572, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "worker", "misc": "", "start_char": 565, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 574, "feats": null, "head": 7, "id": 10, "lemma": ".", "misc": "", "start_char": 573, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (PRP He)) (VP (VP (VBD was) (ADJP (RB very) (JJ happy))) (CC and) (VP (VBD named) (NP (NP (DT the) (NN kind)) (PP (IN of) (NP (NNS pants) (`` ``) (NNS denims) ('' '')))))) (. .)))" }, "speaker": null, "text": "He was very happy and named the kind of pants \"denims\".", "tokens": [ { "deprel": "nsubj", "end_char": 577, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "he", "misc": "", "start_char": 575, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 581, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 578, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 586, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 582, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 592, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "happy", "misc": "", "start_char": 587, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 596, "feats": null, "head": 6, "id": 5, "lemma": "and", "misc": "", "start_char": 593, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 602, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 6, "lemma": "name", "misc": "", "start_char": 597, "text": "named", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 606, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 603, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 611, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "kind", "misc": "", "start_char": 607, "text": "kind", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 614, "feats": null, "head": 12, "id": 9, "lemma": "of", "misc": "", "start_char": 612, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "compound", "end_char": 620, "feats": "Number=Plur", "head": 12, "id": 10, "lemma": "pant", "misc": "", "start_char": 615, "text": "pants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 623, "feats": null, "head": 12, "id": 11, "lemma": "``", "misc": "", "start_char": 621, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nmod", "end_char": 630, "feats": "Number=Plur", "head": 8, "id": 12, "lemma": "denim", "misc": "", "start_char": 624, "text": "denims", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 633, "feats": null, "head": 12, "id": 13, "lemma": "''", "misc": "", "start_char": 631, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 635, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 634, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (CC And) (PP (IN in) (NP (CD 1853))) (NP (PRP he)) (VP (VBD founded) (NP (NNP Levi) (NNP Strauss) (CC &) (NNP Co))) (. .)))" }, "speaker": null, "text": "And in 1853 he founded Levi Strauss & Co.", "tokens": [ { "deprel": "cc", "end_char": 639, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 636, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 642, "feats": null, "head": 3, "id": 2, "lemma": "in", "misc": "", "start_char": 640, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 647, "feats": "NumForm=Digit|NumType=Card", "head": 5, "id": 3, "lemma": "1853", "misc": "", "start_char": 643, "text": "1853", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 650, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 5, "id": 4, "lemma": "he", "misc": "", "start_char": 648, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 658, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "found", "misc": "", "start_char": 651, "text": "founded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 663, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Levi", "misc": "", "start_char": 659, "text": "Levi", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 671, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Strauss", "misc": "", "start_char": 664, "text": "Strauss", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 673, "feats": null, "head": 9, "id": 8, "lemma": "&", "misc": "", "start_char": 672, "text": "&", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 676, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "Co", "misc": "", "start_char": 674, "text": "Co", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 678, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 677, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 680, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 679, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (ADVP (NP (CD Twenty) (NNS years)) (RBR later)) (NP (DT the) (NN company)) (VP (VBD began) (S (VP (VBG using) (NP (DT a) (NN design)) (PP (IN with) (NP (NNS pockets)))))) (. .)))" }, "speaker": null, "text": "Twenty years later the company began using a design with pockets.", "tokens": [ { "deprel": "nummod", "end_char": 687, "feats": "NumForm=Word|NumType=Card", "head": 2, "id": 1, "lemma": "twenty", "misc": "", "start_char": 681, "text": "Twenty", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 693, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "year", "misc": "", "start_char": 688, "text": "years", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 699, "feats": "Degree=Cmp", "head": 6, "id": 3, "lemma": "late", "misc": "", "start_char": 694, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "det", "end_char": 703, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 700, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 711, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "company", "misc": "", "start_char": 704, "text": "company", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 717, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "begin", "misc": "", "start_char": 712, "text": "began", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 723, "feats": "VerbForm=Ger", "head": 6, "id": 7, "lemma": "use", "misc": "", "start_char": 718, "text": "using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 725, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 724, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 732, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "design", "misc": "", "start_char": 726, "text": "design", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 737, "feats": null, "head": 11, "id": 10, "lemma": "with", "misc": "", "start_char": 733, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 745, "feats": "Number=Plur", "head": 7, "id": 11, "lemma": "pocket", "misc": "", "start_char": 738, "text": "pockets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 747, "feats": null, "head": 6, "id": 12, "lemma": ".", "misc": "", "start_char": 746, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (PP (IN During) (NP (DT the) (NN working))) (, ,) (NP (NNP Strauss)) (VP (VBD developed) (NP (NP (DT the) (NN process)) (PP (IN for) (S (VP (VBG putting) (NP (NN metal) (NNS rivets)) (PP (IN in) (NP (DT the) (NNS eans))) (PP (IN for) (NP (NN strength)))))))) (. .)))" }, "speaker": null, "text": "During the working, Strauss developed the process for putting metal rivets in the eans for strength.", "tokens": [ { "deprel": "case", "end_char": 754, "feats": null, "head": 3, "id": 1, "lemma": "during", "misc": "", "start_char": 748, "text": "During", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 758, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 755, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 766, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "working", "misc": "", "start_char": 759, "text": "working", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 768, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 767, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 776, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "Strauss", "misc": "", "start_char": 769, "text": "Strauss", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 786, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "develop", "misc": "", "start_char": 777, "text": "developed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 790, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 787, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 798, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "process", "misc": "", "start_char": 791, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 802, "feats": null, "head": 10, "id": 9, "lemma": "for", "misc": "", "start_char": 799, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 810, "feats": "VerbForm=Ger", "head": 8, "id": 10, "lemma": "put", "misc": "", "start_char": 803, "text": "putting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 816, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "metal", "misc": "", "start_char": 811, "text": "metal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 823, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "rivet", "misc": "", "start_char": 817, "text": "rivets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 826, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 824, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 830, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 827, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 835, "feats": "Number=Plur", "head": 10, "id": 15, "lemma": "ean", "misc": "", "start_char": 831, "text": "eans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 839, "feats": null, "head": 17, "id": 16, "lemma": "for", "misc": "", "start_char": 836, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 848, "feats": "Number=Sing", "head": 10, "id": 17, "lemma": "strength", "misc": "", "start_char": 840, "text": "strength", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 850, "feats": null, "head": 6, "id": 18, "lemma": ".", "misc": "", "start_char": 849, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 852, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 851, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (S (S (PP (IN On) (NP (NNP May) (CD 20,1873))) (, ,) (NP (PRP they)) (VP (VBD received) (NP (DT the) (NNP U.S.Patent) (CD No.139,121)) (PP (IN for) (NP (DT the) (NN process))))) (CC and) (S (NP (DT that) (NN date)) (VP (VBZ is) (ADVP (RB now)) (VP (VBN considered) (S (NP (NP (DT the) (JJ official) (NN birthday)) (PP (IN of) (NP (`` ``) (JJ blue) (NNS jeans) ('' '')))))))) (. .)))" }, "speaker": null, "text": "On May 20,1873, they received the U.S.Patent No.139,121 for the process and that date is now considered the official birthday of \"blue jeans\".", "tokens": [ { "deprel": "case", "end_char": 855, "feats": null, "head": 2, "id": 1, "lemma": "on", "misc": "", "start_char": 853, "text": "On", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 859, "feats": "Number=Sing", "head": 6, "id": 2, "lemma": "May", "misc": "", "start_char": 856, "text": "May", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 867, "feats": "NumForm=Digit|NumType=Card", "head": 2, "id": 3, "lemma": "201873", "misc": "", "start_char": 860, "text": "20,1873", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 869, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 868, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 874, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "they", "misc": "", "start_char": 870, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 883, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "receive", "misc": "", "start_char": 875, "text": "received", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 887, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 884, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 898, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "U.S.Patent", "misc": "", "start_char": 888, "text": "U.S.Patent", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nummod", "end_char": 909, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 9, "lemma": "No.139,121", "misc": "", "start_char": 899, "text": "No.139,121", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 913, "feats": null, "head": 12, "id": 10, "lemma": "for", "misc": "", "start_char": 910, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 917, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 914, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 925, "feats": "Number=Sing", "head": 6, "id": 12, "lemma": "process", "misc": "", "start_char": 918, "text": "process", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 929, "feats": null, "head": 18, "id": 13, "lemma": "and", "misc": "", "start_char": 926, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 934, "feats": "Number=Sing|PronType=Dem", "head": 15, "id": 14, "lemma": "that", "misc": "", "start_char": 930, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 939, "feats": "Number=Sing", "head": 18, "id": 15, "lemma": "date", "misc": "", "start_char": 935, "text": "date", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 942, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 16, "lemma": "be", "misc": "", "start_char": 940, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 946, "feats": null, "head": 18, "id": 17, "lemma": "now", "misc": "", "start_char": 943, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 957, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 6, "id": 18, "lemma": "consider", "misc": "", "start_char": 947, "text": "considered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 961, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 958, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 970, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "official", "misc": "", "start_char": 962, "text": "official", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 979, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "birthday", "misc": "", "start_char": 971, "text": "birthday", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 982, "feats": null, "head": 25, "id": 22, "lemma": "of", "misc": "", "start_char": 980, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 985, "feats": null, "head": 25, "id": 23, "lemma": "``", "misc": "", "start_char": 983, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "amod", "end_char": 990, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "blue", "misc": "", "start_char": 986, "text": "blue", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 996, "feats": "Number=Plur", "head": 21, "id": 25, "lemma": "jeans", "misc": "", "start_char": 991, "text": "jeans", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 999, "feats": null, "head": 25, "id": 26, "lemma": "''", "misc": "", "start_char": 997, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 1001, "feats": null, "head": 6, "id": 27, "lemma": ".", "misc": "", "start_char": 1000, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1003, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1002, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NN Today)) (NP (DT the) (NN company)) (ADVP (RB still)) (VP (VBZ has) (NP (NP (PRP$ its) (NNS factories)) (PP (IN in) (NP (NP (NNP San) (NNP Francisco)) (, ,) (NP (NNP California)))))) (. .)))" }, "speaker": null, "text": "Today the company still has its factories in San Francisco, California.", "tokens": [ { "deprel": "obl:tmod", "end_char": 1009, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "today", "misc": "", "start_char": 1004, "text": "Today", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 1013, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 1010, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1021, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "company", "misc": "", "start_char": 1014, "text": "company", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1027, "feats": null, "head": 5, "id": 4, "lemma": "still", "misc": "", "start_char": 1022, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1031, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "have", "misc": "", "start_char": 1028, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 1035, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "its", "misc": "", "start_char": 1032, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1045, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "factory", "misc": "", "start_char": 1036, "text": "factories", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1048, "feats": null, "head": 9, "id": 8, "lemma": "in", "misc": "", "start_char": 1046, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1052, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "San", "misc": "", "start_char": 1049, "text": "San", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 1062, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "Francisco", "misc": "", "start_char": 1053, "text": "Francisco", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1064, "feats": null, "head": 9, "id": 11, "lemma": ",", "misc": "", "start_char": 1063, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 1075, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "California", "misc": "", "start_char": 1065, "text": "California", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1077, "feats": null, "head": 5, "id": 13, "lemma": ".", "misc": "", "start_char": 1076, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (QP (RB Over) (CD 11,000)) (NNS people)) (VP (VP (VBP work) (PP (IN in) (NP (PRP them)))) (CC and) (VP (VB bring) (PRT (RP in)) (NP (NP (QP (RB over) ($ $) (CD 4) (CD billion))) (NP (DT a) (NN year))))) (. .)))" }, "speaker": null, "text": "Over 11,000 people work in them and bring in over $4 billion a year.", "tokens": [ { "deprel": "advmod", "end_char": 1082, "feats": null, "head": 2, "id": 1, "lemma": "over", "misc": "", "start_char": 1078, "text": "Over", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 1089, "feats": "NumForm=Digit|NumType=Card", "head": 3, "id": 2, "lemma": "11000", "misc": "", "start_char": 1083, "text": "11,000", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1096, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "person", "misc": "", "start_char": 1090, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1101, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "work", "misc": "", "start_char": 1097, "text": "work", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1104, "feats": null, "head": 6, "id": 5, "lemma": "in", "misc": "", "start_char": 1102, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1109, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 6, "lemma": "they", "misc": "", "start_char": 1105, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 1113, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1110, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1119, "feats": "VerbForm=Fin", "head": 4, "id": 8, "lemma": "bring", "misc": "", "start_char": 1114, "text": "bring", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 1122, "feats": null, "head": 8, "id": 9, "lemma": "in", "misc": "", "start_char": 1120, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "advmod", "end_char": 1127, "feats": null, "head": 11, "id": 10, "lemma": "over", "misc": "", "start_char": 1123, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 1129, "feats": null, "head": 8, "id": 11, "lemma": "$", "misc": "", "start_char": 1128, "text": "$", "upos": "SYM", "xpos": "$" }, { "deprel": "compound", "end_char": 1131, "feats": "NumForm=Digit|NumType=Card", "head": 13, "id": 12, "lemma": "4", "misc": "", "start_char": 1130, "text": "4", "upos": "NUM", "xpos": "CD" }, { "deprel": "nummod", "end_char": 1139, "feats": "NumForm=Word|NumType=Card", "head": 11, "id": 13, "lemma": "billion", "misc": "", "start_char": 1132, "text": "billion", "upos": "NUM", "xpos": "CD" }, { "deprel": "det", "end_char": 1141, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 1140, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:tmod", "end_char": 1146, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "year", "misc": "", "start_char": 1142, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1148, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 1147, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Perhaps the most famous clothing brand name in the world is Levi's. Levi Strauss & Co.is the producer of blue denim jeans. Here's how it happened. In the mid 1800s many people went to California to look for gold. A young German named Levi Strauss traveled to San Francisco to help his brother on business. He sold canvas to the workers for tents. But the workers said they needed pants more, because their pants were easy to wear out. Instead of selling his canvas for tent-making, he turned it into pants. These kinds of pants were very popular with workers. He was very happy and named the kind of pants "denims". And in 1853 he founded Levi Strauss & Co. Twenty years later the company began using a design with pockets. During the working, Strauss developed the process for putting metal rivets in the eans for strength. On May 20,1873, they received the U.S.Patent No.139,121 for the process and that date is now considered the official birthday of "blue jeans". Today the company still has its factories in San Francisco, California. Over 11,000 people work in them and bring in over $4 billion a year.
[ [ [ 0, 1, 9 ], [ 0, 11, 12 ] ], [ [ 0, 8, 9 ] ], [ [ 0, 4, 5 ] ], [ [ 1, 7, 9 ] ], [ [ 2, 3, 3 ] ], [ [ 4, 1, 3 ] ], [ [ 4, 4, 5 ] ], [ [ 4, 8, 8 ], [ 18, 11, 11 ] ], [ [ 4, 12, 12 ] ], [ [ 5, 0, 5 ], [ 5, 12, 12 ], [ 6, 0, 0 ], [ 8, 3, 3 ], [ 8, 8, 8 ], [ 10, 0, 0 ], [ 11, 3, 3 ], [ 14, 4, 4 ] ], [ [ 5, 12, 13 ] ], [ [ 5, 15, 15 ] ], [ [ 6, 2, 2 ], [ 8, 3, 4 ], [ 8, 10, 10 ] ], [ [ 6, 7, 7 ] ], [ [ 7, 1, 2 ], [ 7, 4, 4 ], [ 7, 10, 10 ], [ 6, 4, 5 ], [ 9, 8, 8 ] ], [ [ 7, 6, 6 ], [ 9, 3, 3 ], [ 10, 9, 9 ] ], [ [ 7, 10, 11 ] ], [ [ 8, 12, 12 ], [ 9, 0, 3 ], [ 10, 6, 9 ] ], [ [ 8, 2, 6 ] ], [ [ 8, 6, 6 ] ], [ [ 10, 10, 12 ] ], [ [ 11, 2, 2 ] ], [ [ 13, 0, 2 ] ], [ [ 13, 0, 1 ] ], [ [ 13, 3, 4 ], [ 1, 0, 3 ], [ 11, 5, 8 ], [ 18, 1, 2 ], [ 18, 5, 5 ], [ 1, 4, 9 ] ], [ [ 13, 6, 10 ] ], [ [ 13, 10, 10 ] ], [ [ 13, 7, 10 ] ], [ [ 14, 1, 2 ] ], [ [ 14, 9, 16 ] ], [ [ 14, 10, 11 ] ], [ [ 14, 13, 14 ] ], [ [ 14, 16, 16 ] ], [ [ 16, 1, 2 ] ], [ [ 16, 4, 4 ] ], [ [ 16, 13, 14 ], [ 16, 18, 25 ] ], [ [ 16, 16, 16 ] ], [ [ 16, 22, 25 ] ], [ [ 18, 0, 0 ] ], [ [ 19, 5, 5 ], [ 18, 5, 6 ] ], [ [ 18, 8, 11 ], [ 18, 8, 9 ], [ 5, 8, 9 ] ], [ [ 19, 0, 2 ] ], [ [ 5, 4, 5 ] ], [ [ 14, 6, 16 ], [ 16, 10, 11 ] ], [ [ 19, 9, 14 ] ], [ [ 0, 4, 4 ] ], [ [ 2, 2, 4 ] ], [ [ 1, 8, 8 ] ], [ [ 16, 6, 8 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36216
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NN Fear)) (VP (MD can) (VP (VB be) (NP (NP (DT a) (JJ wonderful) (NN feeling)) (PP (IN in) (NP (PRP$ our) (NNS lives)))) (, ,) (S (VP (VP (VBG protecting) (NP (PRP us)) (PP (IN from) (NP (JJ dangerous) (NNS situations)))) (CC and) (VP (VBG keeping) (NP (PRP us)) (S (ADJP (JJ safe)))))))) (. .)))" }, "speaker": null, "text": "Fear can be a wonderful feeling in our lives, protecting us from dangerous situations and keeping us safe.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "fear", "misc": "", "start_char": 0, "text": "Fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 8, "feats": "VerbForm=Fin", "head": 6, "id": 2, "lemma": "can", "misc": "", "start_char": 5, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 11, "feats": "VerbForm=Inf", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 9, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 13, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 12, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 23, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "wonderful", "misc": "", "start_char": 14, "text": "wonderful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 31, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "feeling", "misc": "", "start_char": 24, "text": "feeling", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 34, "feats": null, "head": 9, "id": 7, "lemma": "in", "misc": "", "start_char": 32, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 38, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "our", "misc": "", "start_char": 35, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 44, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "life", "misc": "", "start_char": 39, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 46, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 45, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "acl", "end_char": 57, "feats": "VerbForm=Ger", "head": 6, "id": 11, "lemma": "protect", "misc": "", "start_char": 47, "text": "protecting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 60, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 11, "id": 12, "lemma": "we", "misc": "", "start_char": 58, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 65, "feats": null, "head": 15, "id": 13, "lemma": "from", "misc": "", "start_char": 61, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 75, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "dangerous", "misc": "", "start_char": 66, "text": "dangerous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 86, "feats": "Number=Plur", "head": 11, "id": 15, "lemma": "situation", "misc": "", "start_char": 76, "text": "situations", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 90, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 87, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 98, "feats": "VerbForm=Ger", "head": 11, "id": 17, "lemma": "keep", "misc": "", "start_char": 91, "text": "keeping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 101, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 17, "id": 18, "lemma": "we", "misc": "", "start_char": 99, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 106, "feats": "Degree=Pos", "head": 17, "id": 19, "lemma": "safe", "misc": "", "start_char": 102, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 108, "feats": null, "head": 6, "id": 20, "lemma": ".", "misc": "", "start_char": 107, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NN fear)) (VP (MD can) (ADVP (RB also)) (VP (VB limit) (NP (PRP$ our) (NNS lives)) (ADVP (RB significantly)))) (. .)))" }, "speaker": null, "text": "But fear can also limit our lives significantly.", "tokens": [ { "deprel": "cc", "end_char": 112, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 109, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 117, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "fear", "misc": "", "start_char": 113, "text": "fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 121, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "can", "misc": "", "start_char": 118, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 126, "feats": null, "head": 5, "id": 4, "lemma": "also", "misc": "", "start_char": 122, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 132, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "limit", "misc": "", "start_char": 127, "text": "limit", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 136, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "our", "misc": "", "start_char": 133, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 142, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "life", "misc": "", "start_char": 137, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 156, "feats": null, "head": 5, "id": 8, "lemma": "significantly", "misc": "", "start_char": 143, "text": "significantly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 158, "feats": null, "head": 5, "id": 9, "lemma": ".", "misc": "", "start_char": 157, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (NP (PRP it)) (VP (MD may) (RB not) (VP (VB be) (ADJP (JJ conscious)))))) (, ,) (NP (NN fear)) (VP (MD may) (VP (VB make) (S (NP (PRP us)) (VP (VB think) (SBAR (SBAR (S (NP (PRP we)) (VP (VBP are) (ADJP (JJ unacceptable))))) (CC or) (SBAR (IN that) (S (SBAR (WHNP (WP what)) (S (NP (PRP we)) (VP (VBP have) (S (VP (TO to) (VP (VB offer))))))) (VP (VBZ is) (RB n't) (ADJP (JJ valuable)))))))))) (. .)))" }, "speaker": null, "text": "While it may not be conscious, fear may make us think we are unacceptable or that what we have to offer isn't valuable.", "tokens": [ { "deprel": "mark", "end_char": 164, "feats": null, "head": 6, "id": 1, "lemma": "while", "misc": "", "start_char": 159, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 167, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 2, "lemma": "it", "misc": "", "start_char": 165, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 171, "feats": "VerbForm=Fin", "head": 6, "id": 3, "lemma": "may", "misc": "", "start_char": 168, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 175, "feats": null, "head": 6, "id": 4, "lemma": "not", "misc": "", "start_char": 172, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 178, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 176, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advcl", "end_char": 188, "feats": "Degree=Pos", "head": 10, "id": 6, "lemma": "conscious", "misc": "", "start_char": 179, "text": "conscious", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 190, "feats": null, "head": 6, "id": 7, "lemma": ",", "misc": "", "start_char": 189, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 195, "feats": "Number=Sing", "head": 10, "id": 8, "lemma": "fear", "misc": "", "start_char": 191, "text": "fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 199, "feats": "VerbForm=Fin", "head": 10, "id": 9, "lemma": "may", "misc": "", "start_char": 196, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 204, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "make", "misc": "", "start_char": 200, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 207, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 10, "id": 11, "lemma": "we", "misc": "", "start_char": 205, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 213, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "think", "misc": "", "start_char": 208, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 216, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 15, "id": 13, "lemma": "we", "misc": "", "start_char": 214, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 220, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 217, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 233, "feats": "Degree=Pos", "head": 12, "id": 15, "lemma": "unacceptable", "misc": "", "start_char": 221, "text": "unacceptable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 236, "feats": null, "head": 25, "id": 16, "lemma": "or", "misc": "", "start_char": 234, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "mark", "end_char": 241, "feats": null, "head": 25, "id": 17, "lemma": "that", "misc": "", "start_char": 237, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 246, "feats": "PronType=Rel", "head": 25, "id": 18, "lemma": "what", "misc": "", "start_char": 242, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 249, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 20, "id": 19, "lemma": "we", "misc": "", "start_char": 247, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 254, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 18, "id": 20, "lemma": "have", "misc": "", "start_char": 250, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 257, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 255, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 263, "feats": "VerbForm=Inf", "head": 20, "id": 22, "lemma": "offer", "misc": "", "start_char": 258, "text": "offer", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 266, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 25, "id": 23, "lemma": "be", "misc": "", "start_char": 264, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 270, "feats": null, "head": 25, "id": 24, "lemma": "not", "misc": "", "start_char": 267, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 279, "feats": "Degree=Pos", "head": 15, "id": 25, "lemma": "valuable", "misc": "", "start_char": 271, "text": "valuable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 281, "feats": null, "head": 10, "id": 26, "lemma": ".", "misc": "", "start_char": 280, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (NN Fear)) (VP (MD may) (VP (VB make) (S (NP (PRP us)) (VP (VB feel) (SBAR (IN that) (S (NP (PRP we)) (VP (VBP are) (RB not) (ADJP (JJ safe)) (S (VP (VBG being) (NP (PRP ourselves))))))))))) (. .)))" }, "speaker": null, "text": "Fear may make us feel that we are not safe being ourselves.", "tokens": [ { "deprel": "nsubj", "end_char": 286, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "fear", "misc": "", "start_char": 282, "text": "Fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 290, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "may", "misc": "", "start_char": 287, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 295, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "make", "misc": "", "start_char": 291, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 298, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "we", "misc": "", "start_char": 296, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 303, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "feel", "misc": "", "start_char": 299, "text": "feel", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 308, "feats": null, "head": 10, "id": 6, "lemma": "that", "misc": "", "start_char": 304, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 311, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 10, "id": 7, "lemma": "we", "misc": "", "start_char": 309, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 315, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 312, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 319, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 316, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 324, "feats": "Degree=Pos", "head": 5, "id": 10, "lemma": "safe", "misc": "", "start_char": 320, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 330, "feats": "VerbForm=Ger", "head": 10, "id": 11, "lemma": "be", "misc": "", "start_char": 325, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 340, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes", "head": 10, "id": 12, "lemma": "ourselves", "misc": "", "start_char": 331, "text": "ourselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 342, "feats": null, "head": 3, "id": 13, "lemma": ".", "misc": "", "start_char": 341, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 344, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 343, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (S (VP (TO To) (VP (VB avoid) (S (VP (VBG feeling) (NP (NN fear))))))) (, ,) (NP (PRP we)) (VP (MD may) (VP (VB limit) (NP (PRP$ our) (NNS lives)) (ADVP (RB greatly)) (, ,) (S (VP (VBG living) (PP (IN in) (NP (JJ tiny) (NNS boxes))))))) (. .)))" }, "speaker": null, "text": "To avoid feeling fear, we may limit our lives greatly, living in tiny boxes.", "tokens": [ { "deprel": "mark", "end_char": 347, "feats": null, "head": 2, "id": 1, "lemma": "to", "misc": "", "start_char": 345, "text": "To", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 353, "feats": "VerbForm=Inf", "head": 8, "id": 2, "lemma": "avoid", "misc": "", "start_char": 348, "text": "avoid", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 361, "feats": "VerbForm=Ger", "head": 2, "id": 3, "lemma": "feel", "misc": "", "start_char": 354, "text": "feeling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 366, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "fear", "misc": "", "start_char": 362, "text": "fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 368, "feats": null, "head": 2, "id": 5, "lemma": ",", "misc": "", "start_char": 367, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 371, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 8, "id": 6, "lemma": "we", "misc": "", "start_char": 369, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 375, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "may", "misc": "", "start_char": 372, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 381, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "limit", "misc": "", "start_char": 376, "text": "limit", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 385, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "our", "misc": "", "start_char": 382, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 391, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "life", "misc": "", "start_char": 386, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 399, "feats": null, "head": 8, "id": 11, "lemma": "greatly", "misc": "", "start_char": 392, "text": "greatly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 401, "feats": null, "head": 13, "id": 12, "lemma": ",", "misc": "", "start_char": 400, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 408, "feats": "VerbForm=Ger", "head": 8, "id": 13, "lemma": "live", "misc": "", "start_char": 402, "text": "living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 411, "feats": null, "head": 16, "id": 14, "lemma": "in", "misc": "", "start_char": 409, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 416, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "tiny", "misc": "", "start_char": 412, "text": "tiny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 422, "feats": "Number=Plur", "head": 13, "id": 16, "lemma": "box", "misc": "", "start_char": 417, "text": "boxes", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 424, "feats": null, "head": 8, "id": 17, "lemma": ".", "misc": "", "start_char": 423, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (S (VP (VBG Living) (NP (DT this) (NN way)))) (VP (VP (VBZ gives) (NP (PRP us)) (NP (NP (DT the) (NN illusion)) (PP (IN of) (NP (NN safety))))) (CC but) (VP (VBZ leaves) (NP (PRP us)) (PP (IN with) (NP (NP (DT an) (JJ unfulfilling) (NN life)) (PP (IN of) (NP (DT no) (NN passion))))))) (. .)))" }, "speaker": null, "text": "Living this way gives us the illusion of safety but leaves us with an unfulfilling life of no passion.", "tokens": [ { "deprel": "csubj", "end_char": 431, "feats": "VerbForm=Ger", "head": 4, "id": 1, "lemma": "live", "misc": "", "start_char": 425, "text": "Living", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 436, "feats": "Number=Sing|PronType=Dem", "head": 3, "id": 2, "lemma": "this", "misc": "", "start_char": 432, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 440, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "way", "misc": "", "start_char": 437, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 446, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "give", "misc": "", "start_char": 441, "text": "gives", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 449, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 5, "lemma": "we", "misc": "", "start_char": 447, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 453, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 450, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 462, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "illusion", "misc": "", "start_char": 454, "text": "illusion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 465, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 463, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 472, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "safety", "misc": "", "start_char": 466, "text": "safety", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 476, "feats": null, "head": 11, "id": 10, "lemma": "but", "misc": "", "start_char": 473, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 483, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 11, "lemma": "leave", "misc": "", "start_char": 477, "text": "leaves", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 486, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 11, "id": 12, "lemma": "we", "misc": "", "start_char": 484, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 491, "feats": null, "head": 16, "id": 13, "lemma": "with", "misc": "", "start_char": 487, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 494, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 14, "lemma": "a", "misc": "", "start_char": 492, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 507, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "unfulfilling", "misc": "", "start_char": 495, "text": "unfulfilling", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 512, "feats": "Number=Sing", "head": 11, "id": 16, "lemma": "life", "misc": "", "start_char": 508, "text": "life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 515, "feats": null, "head": 19, "id": 17, "lemma": "of", "misc": "", "start_char": 513, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 518, "feats": null, "head": 19, "id": 18, "lemma": "no", "misc": "", "start_char": 516, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 526, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "passion", "misc": "", "start_char": 519, "text": "passion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 528, "feats": null, "head": 4, "id": 20, "lemma": ".", "misc": "", "start_char": 527, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP we)) (VP (VBP shine) (NP (DT a) (NN light)) (PP (IN on) (NP (NP (JJ many)) (PP (IN of) (NP (PRP$ our) (NNS fears)))))))) (, ,) (NP (PRP we)) (VP (VBP see) (SBAR (S (NP (PRP they)) (VP (VBP have) (NP (NP (DT a) (ADJP (RB very) (JJ limited)) (NN view)) (PP (IN of) (SBAR (SBAR (WHNP (WP what)) (S (VP (VBZ is) (ADJP (`` ``) (JJ safe) ('' ''))))) (CC and) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (`` ``) (VB protect) ('' '') (NP (PRP us))))))))))))) (. .)))" }, "speaker": null, "text": "If we shine a light on many of our fears, we see they have a very limited view of what is \"safe\" and how to \"protect\" us.", "tokens": [ { "deprel": "mark", "end_char": 531, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 529, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 534, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 532, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 540, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 13, "id": 3, "lemma": "shine", "misc": "", "start_char": 535, "text": "shine", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 542, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 541, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 548, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "light", "misc": "", "start_char": 543, "text": "light", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 551, "feats": null, "head": 7, "id": 6, "lemma": "on", "misc": "", "start_char": 549, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 556, "feats": "Degree=Pos", "head": 3, "id": 7, "lemma": "many", "misc": "", "start_char": 552, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 559, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 557, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 563, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "our", "misc": "", "start_char": 560, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 569, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "fear", "misc": "", "start_char": 564, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 571, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 570, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 574, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "we", "misc": "", "start_char": 572, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 578, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 13, "lemma": "see", "misc": "", "start_char": 575, "text": "see", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 583, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "they", "misc": "", "start_char": 579, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 588, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 15, "lemma": "have", "misc": "", "start_char": 584, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 590, "feats": "Definite=Ind|PronType=Art", "head": 19, "id": 16, "lemma": "a", "misc": "", "start_char": 589, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 595, "feats": null, "head": 18, "id": 17, "lemma": "very", "misc": "", "start_char": 591, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 603, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "limited", "misc": "", "start_char": 596, "text": "limited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 608, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "view", "misc": "", "start_char": 604, "text": "view", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 611, "feats": null, "head": 21, "id": 20, "lemma": "of", "misc": "", "start_char": 609, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 616, "feats": "PronType=Rel", "head": 19, "id": 21, "lemma": "what", "misc": "", "start_char": 612, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 619, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 22, "lemma": "be", "misc": "", "start_char": 617, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 622, "feats": null, "head": 24, "id": 23, "lemma": "``", "misc": "", "start_char": 620, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "acl:relcl", "end_char": 627, "feats": "Degree=Pos", "head": 21, "id": 24, "lemma": "safe", "misc": "", "start_char": 623, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 630, "feats": null, "head": 24, "id": 25, "lemma": "''", "misc": "", "start_char": 628, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cc", "end_char": 634, "feats": null, "head": 30, "id": 26, "lemma": "and", "misc": "", "start_char": 631, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 638, "feats": "PronType=Int", "head": 30, "id": 27, "lemma": "how", "misc": "", "start_char": 635, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "mark", "end_char": 641, "feats": null, "head": 30, "id": 28, "lemma": "to", "misc": "", "start_char": 639, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "punct", "end_char": 644, "feats": null, "head": 30, "id": 29, "lemma": "``", "misc": "", "start_char": 642, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "conj", "end_char": 652, "feats": "VerbForm=Inf", "head": 24, "id": 30, "lemma": "protect", "misc": "", "start_char": 645, "text": "protect", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 655, "feats": null, "head": 30, "id": 31, "lemma": "''", "misc": "", "start_char": 653, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "obj", "end_char": 658, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 30, "id": 32, "lemma": "we", "misc": "", "start_char": 656, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 660, "feats": null, "head": 13, "id": 33, "lemma": ".", "misc": "", "start_char": 659, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NP (JJ Many)) (PP (IN of) (NP (PRP$ our) (NNS fears)))) (VP (VBP are) (ADJP (VBN concerned) (PP (ADVP (RB only)) (IN with) (S (VP (VBG protecting) (NP (PRP us)) (PP (IN from) (NP (NN humiliation) (CC and) (NN failure)))))))) (. .)))" }, "speaker": null, "text": "Many of our fears are concerned only with protecting us from humiliation and failure.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 665, "feats": "Degree=Pos", "head": 6, "id": 1, "lemma": "many", "misc": "", "start_char": 661, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 668, "feats": null, "head": 4, "id": 2, "lemma": "of", "misc": "", "start_char": 666, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 672, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "our", "misc": "", "start_char": 669, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 678, "feats": "Number=Plur", "head": 1, "id": 4, "lemma": "fear", "misc": "", "start_char": 673, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 682, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 679, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 692, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "concern", "misc": "", "start_char": 683, "text": "concerned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 697, "feats": null, "head": 9, "id": 7, "lemma": "only", "misc": "", "start_char": 693, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 702, "feats": null, "head": 9, "id": 8, "lemma": "with", "misc": "", "start_char": 698, "text": "with", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 713, "feats": "VerbForm=Ger", "head": 6, "id": 9, "lemma": "protect", "misc": "", "start_char": 703, "text": "protecting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 716, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 10, "lemma": "we", "misc": "", "start_char": 714, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 721, "feats": null, "head": 12, "id": 11, "lemma": "from", "misc": "", "start_char": 717, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 733, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "humiliation", "misc": "", "start_char": 722, "text": "humiliation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 737, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 734, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 745, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "failure", "misc": "", "start_char": 738, "text": "failure", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 747, "feats": null, "head": 6, "id": 15, "lemma": ".", "misc": "", "start_char": 746, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (SBAR (IN While) (S (NP (DT these) (NNS fears)) (VP (VBP are) (VP (VBG doing) (NP (PRP$ their) (NNS jobs)) (ADVP (RB incredibly) (RB well)))))) (, ,) (NP (PRP they)) (VP (VBP are) (VP (VBG doing) (ADVP (RB so)) (PP (IN with) (NP (ADJP (JJ faulty) (CC and) (JJ outdated)) (NN programming))))) (. .)))" }, "speaker": null, "text": "While these fears are doing their jobs incredibly well, they are doing so with faulty and outdated programming.", "tokens": [ { "deprel": "mark", "end_char": 753, "feats": null, "head": 5, "id": 1, "lemma": "while", "misc": "", "start_char": 748, "text": "While", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 759, "feats": "Number=Plur|PronType=Dem", "head": 3, "id": 2, "lemma": "this", "misc": "", "start_char": 754, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 765, "feats": "Number=Plur", "head": 5, "id": 3, "lemma": "fear", "misc": "", "start_char": 760, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 769, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 766, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 775, "feats": "Tense=Pres|VerbForm=Part", "head": 13, "id": 5, "lemma": "do", "misc": "", "start_char": 770, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 781, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "their", "misc": "", "start_char": 776, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 786, "feats": "Number=Plur", "head": 5, "id": 7, "lemma": "job", "misc": "", "start_char": 782, "text": "jobs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 797, "feats": null, "head": 9, "id": 8, "lemma": "incredibly", "misc": "", "start_char": 787, "text": "incredibly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 802, "feats": "Degree=Pos", "head": 5, "id": 9, "lemma": "well", "misc": "", "start_char": 798, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 804, "feats": null, "head": 5, "id": 10, "lemma": ",", "misc": "", "start_char": 803, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 809, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "they", "misc": "", "start_char": 805, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 813, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 810, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 819, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 13, "lemma": "do", "misc": "", "start_char": 814, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 822, "feats": null, "head": 13, "id": 14, "lemma": "so", "misc": "", "start_char": 820, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 827, "feats": null, "head": 19, "id": 15, "lemma": "with", "misc": "", "start_char": 823, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 834, "feats": "Degree=Pos", "head": 19, "id": 16, "lemma": "faulty", "misc": "", "start_char": 828, "text": "faulty", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 838, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 835, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 847, "feats": "Degree=Pos", "head": 16, "id": 18, "lemma": "outdated", "misc": "", "start_char": 839, "text": "outdated", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 859, "feats": "Number=Sing", "head": 13, "id": 19, "lemma": "programming", "misc": "", "start_char": 848, "text": "programming", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 861, "feats": null, "head": 13, "id": 20, "lemma": ".", "misc": "", "start_char": 860, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (NP (NP (JJ Many) (NNS fears)) (SBAR (S (NP (PRP we)) (VP (VBP have) (SBAR (IN as) (S (NP (NNS adults)) (VP (VBP are) (VP (VBG trying) (S (VP (TO to) (VP (VB protect) (NP (PRP us)) (SBAR (IN as) (S (NP (PRP they)) (VP (VBD protected) (NP (PRP us)) (SBAR (WHADVP (WRB when)) (S (NP (PRP we)) (VP (VBD were) (NP (NNS children)))))))))))))))))) (. .)))" }, "speaker": null, "text": "Many fears we have as adults are trying to protect us as they protected us when we were children.", "tokens": [ { "deprel": "amod", "end_char": 866, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "many", "misc": "", "start_char": 862, "text": "Many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:outer", "end_char": 872, "feats": "Number=Plur", "head": 8, "id": 2, "lemma": "fear", "misc": "", "start_char": 867, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 875, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "we", "misc": "", "start_char": 873, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 880, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 2, "id": 4, "lemma": "have", "misc": "", "start_char": 876, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 883, "feats": null, "head": 8, "id": 5, "lemma": "as", "misc": "", "start_char": 881, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 890, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "adult", "misc": "", "start_char": 884, "text": "adults", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 894, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 891, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 901, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 8, "lemma": "try", "misc": "", "start_char": 895, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 904, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 902, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 912, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "protect", "misc": "", "start_char": 905, "text": "protect", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 915, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 10, "id": 11, "lemma": "we", "misc": "", "start_char": 913, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 918, "feats": null, "head": 14, "id": 12, "lemma": "as", "misc": "", "start_char": 916, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 923, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "they", "misc": "", "start_char": 919, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 933, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 14, "lemma": "protect", "misc": "", "start_char": 924, "text": "protected", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 936, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 14, "id": 15, "lemma": "we", "misc": "", "start_char": 934, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 941, "feats": "PronType=Int", "head": 19, "id": 16, "lemma": "when", "misc": "", "start_char": 937, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 944, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 19, "id": 17, "lemma": "we", "misc": "", "start_char": 942, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 949, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 945, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 958, "feats": "Number=Plur", "head": 14, "id": 19, "lemma": "child", "misc": "", "start_char": 950, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 960, "feats": null, "head": 8, "id": 20, "lemma": ".", "misc": "", "start_char": 959, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Indeed)) (, ,) (NP (NP (JJ many)) (PP (IN of) (NP (NP (PRP$ our) (JJ current) (, ,) (JJ automatic) (NNS reactions)) (PP (IN to) (NP (NN fear)))))) (VP (VBD were) (ADVP (RB actually)) (VP (VBN formed) (SBAR (WHADVP (WRB when)) (S (NP (PRP we)) (VP (VBD were) (NP (NNS children))))))) (. .)))" }, "speaker": null, "text": "Indeed, many of our current, automatic reactions to fear were actually formed when we were children.", "tokens": [ { "deprel": "advmod", "end_char": 967, "feats": null, "head": 14, "id": 1, "lemma": "indeed", "misc": "", "start_char": 961, "text": "Indeed", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 969, "feats": null, "head": 14, "id": 2, "lemma": ",", "misc": "", "start_char": 968, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 974, "feats": "Degree=Pos", "head": 14, "id": 3, "lemma": "many", "misc": "", "start_char": 970, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 977, "feats": null, "head": 9, "id": 4, "lemma": "of", "misc": "", "start_char": 975, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 981, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 5, "lemma": "our", "misc": "", "start_char": 978, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 989, "feats": "Degree=Pos", "head": 9, "id": 6, "lemma": "current", "misc": "", "start_char": 982, "text": "current", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 991, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 990, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 1001, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "automatic", "misc": "", "start_char": 992, "text": "automatic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 1011, "feats": "Number=Plur", "head": 3, "id": 9, "lemma": "reaction", "misc": "", "start_char": 1002, "text": "reactions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1014, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1012, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1019, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "fear", "misc": "", "start_char": 1015, "text": "fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1024, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 12, "lemma": "be", "misc": "", "start_char": 1020, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1033, "feats": null, "head": 14, "id": 13, "lemma": "actually", "misc": "", "start_char": 1025, "text": "actually", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1040, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 14, "lemma": "form", "misc": "", "start_char": 1034, "text": "formed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1045, "feats": "PronType=Int", "head": 18, "id": 15, "lemma": "when", "misc": "", "start_char": 1041, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1048, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 18, "id": 16, "lemma": "we", "misc": "", "start_char": 1046, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1053, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 1049, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 1062, "feats": "Number=Plur", "head": 14, "id": 18, "lemma": "child", "misc": "", "start_char": 1054, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1064, "feats": null, "head": 14, "id": 19, "lemma": ".", "misc": "", "start_char": 1063, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1066, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1065, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Even) (RB so)) (, ,) (NP (NP (PRP it))) (VP (VBZ 's) (ADJP (JJ important)) (S (RB not) (VP (TO to) (VP (VB judge) (NP (PRP ourselves)) (PP (IN for) (S (VP (VBG feeling) (NP (NP (DT these) (NNS types)) (PP (IN of) (NP (NNS fears))))))))))) (. .)))" }, "speaker": null, "text": "Even so, it's important not to judge ourselves for feeling these types of fears.", "tokens": [ { "deprel": "advmod", "end_char": 1071, "feats": null, "head": 2, "id": 1, "lemma": "even", "misc": "", "start_char": 1067, "text": "Even", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1074, "feats": null, "head": 6, "id": 2, "lemma": "so", "misc": "", "start_char": 1072, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1076, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 1075, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 1079, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 4, "lemma": "it", "misc": "", "start_char": 1077, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1082, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 1080, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1092, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "important", "misc": "", "start_char": 1083, "text": "important", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 1096, "feats": null, "head": 9, "id": 7, "lemma": "not", "misc": "", "start_char": 1093, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 1099, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1097, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1105, "feats": "VerbForm=Inf", "head": 6, "id": 9, "lemma": "judge", "misc": "", "start_char": 1100, "text": "judge", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1115, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes", "head": 9, "id": 10, "lemma": "ourselves", "misc": "", "start_char": 1106, "text": "ourselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1119, "feats": null, "head": 12, "id": 11, "lemma": "for", "misc": "", "start_char": 1116, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1127, "feats": "VerbForm=Ger", "head": 9, "id": 12, "lemma": "feel", "misc": "", "start_char": 1120, "text": "feeling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 1133, "feats": "Number=Plur|PronType=Dem", "head": 14, "id": 13, "lemma": "this", "misc": "", "start_char": 1128, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1139, "feats": "Number=Plur", "head": 12, "id": 14, "lemma": "type", "misc": "", "start_char": 1134, "text": "types", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1142, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 1140, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1148, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "fear", "misc": "", "start_char": 1143, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1150, "feats": null, "head": 6, "id": 17, "lemma": ".", "misc": "", "start_char": 1149, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (PRP we)) (VP (VBP judge) (NP (PRP ourselves))))) (, ,) (NP (PRP we)) (VP (MD will) (VP (VP (VB bury) (NP (PRP$ our) (NNS fears))) (CC or) (VP (VB disguise) (NP (PRP them))))) (. .)))" }, "speaker": null, "text": "If we judge ourselves, we will bury our fears or disguise them.", "tokens": [ { "deprel": "mark", "end_char": 1153, "feats": null, "head": 3, "id": 1, "lemma": "if", "misc": "", "start_char": 1151, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1156, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 1154, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1162, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 8, "id": 3, "lemma": "judge", "misc": "", "start_char": 1157, "text": "judge", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1172, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs|Reflex=Yes", "head": 3, "id": 4, "lemma": "ourselves", "misc": "", "start_char": 1163, "text": "ourselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1174, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 1173, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1177, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 8, "id": 6, "lemma": "we", "misc": "", "start_char": 1175, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1182, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "will", "misc": "", "start_char": 1178, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1187, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "bury", "misc": "", "start_char": 1183, "text": "bury", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1191, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "our", "misc": "", "start_char": 1188, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1197, "feats": "Number=Plur", "head": 8, "id": 10, "lemma": "fear", "misc": "", "start_char": 1192, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1200, "feats": null, "head": 12, "id": 11, "lemma": "or", "misc": "", "start_char": 1198, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1209, "feats": "VerbForm=Inf", "head": 8, "id": 12, "lemma": "disguise", "misc": "", "start_char": 1201, "text": "disguise", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1214, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 12, "id": 13, "lemma": "they", "misc": "", "start_char": 1210, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1216, "feats": null, "head": 8, "id": 14, "lemma": ".", "misc": "", "start_char": 1215, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (PP (IN By) (S (VP (VBG denying) (NP (PRP$ our) (NNS fears))))) (, ,) (ADVP (RB however)) (, ,) (NP (PRP we)) (ADVP (RB also)) (VP (VBP deny) (NP (PRP$ our) (NN energy) (, ,) (NN creativity) (CC and) (NN passion))) (. .)))" }, "speaker": null, "text": "By denying our fears, however, we also deny our energy, creativity and passion.", "tokens": [ { "deprel": "mark", "end_char": 1219, "feats": null, "head": 2, "id": 1, "lemma": "by", "misc": "", "start_char": 1217, "text": "By", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 1227, "feats": "VerbForm=Ger", "head": 10, "id": 2, "lemma": "deny", "misc": "", "start_char": 1220, "text": "denying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 1231, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "our", "misc": "", "start_char": 1228, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1237, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "fear", "misc": "", "start_char": 1232, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1239, "feats": null, "head": 2, "id": 5, "lemma": ",", "misc": "", "start_char": 1238, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1247, "feats": null, "head": 10, "id": 6, "lemma": "however", "misc": "", "start_char": 1240, "text": "however", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1249, "feats": null, "head": 6, "id": 7, "lemma": ",", "misc": "", "start_char": 1248, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1252, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 10, "id": 8, "lemma": "we", "misc": "", "start_char": 1250, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1257, "feats": null, "head": 10, "id": 9, "lemma": "also", "misc": "", "start_char": 1253, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1262, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 10, "lemma": "deny", "misc": "", "start_char": 1258, "text": "deny", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 1266, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "our", "misc": "", "start_char": 1263, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1273, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "energy", "misc": "", "start_char": 1267, "text": "energy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1275, "feats": null, "head": 14, "id": 13, "lemma": ",", "misc": "", "start_char": 1274, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 1286, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "creativity", "misc": "", "start_char": 1276, "text": "creativity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1290, "feats": null, "head": 16, "id": 15, "lemma": "and", "misc": "", "start_char": 1287, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1298, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "passion", "misc": "", "start_char": 1291, "text": "passion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1300, "feats": null, "head": 10, "id": 17, "lemma": ".", "misc": "", "start_char": 1299, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1302, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1301, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (SBARQ (ADVP (RB So)) (WHNP (WP what)) (SQ (VBP do) (NP (PRP we)) (VP (VB do) (PP (IN with) (NP (NN fear))))) (. ?)))" }, "speaker": null, "text": "So what do we do with fear?", "tokens": [ { "deprel": "advmod", "end_char": 1305, "feats": null, "head": 5, "id": 1, "lemma": "so", "misc": "", "start_char": 1303, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 1310, "feats": "PronType=Int", "head": 5, "id": 2, "lemma": "what", "misc": "", "start_char": 1306, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 1313, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 1311, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 1316, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "we", "misc": "", "start_char": 1314, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1319, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "do", "misc": "", "start_char": 1317, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1324, "feats": null, "head": 7, "id": 6, "lemma": "with", "misc": "", "start_char": 1320, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1329, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "fear", "misc": "", "start_char": 1325, "text": "fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1331, "feats": null, "head": 5, "id": 8, "lemma": "?", "misc": "", "start_char": 1330, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP recognize) (NP (NP (DT the) (NN fear)) (PP (IN for) (NP (SBAR (WHNP (WP what)) (S (NP (PRP it)) (VP (VBZ is)))) (, --) (, -) (NP (NP (NP (DT a) (NN feeling)) (SBAR (S (NP (PRP we)) (VP (VBP 've) (VP (VBN experienced) (NP (JJ many) (NNS times)) (PP (IN in) (NP (DT the) (NN past)))))))) (CC and) (NP (NP (DT a) (NN feeling)) (SBAR (S (NP (PRP we)) (VP (MD will) (VP (VB experience) (NP (JJ many) (NNS times)) (PP (IN in) (NP (DT the) (NN future))))))))))))) (. .)))" }, "speaker": null, "text": "We recognize the fear for what it is--- a feeling we've experienced many times in the past and a feeling we will experience many times in the future.", "tokens": [ { "deprel": "nsubj", "end_char": 1334, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 1332, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1344, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "recognize", "misc": "", "start_char": 1335, "text": "recognize", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1348, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1345, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1353, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "fear", "misc": "", "start_char": 1349, "text": "fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1357, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 1354, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "acl", "end_char": 1362, "feats": "PronType=Rel", "head": 4, "id": 6, "lemma": "what", "misc": "", "start_char": 1358, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1365, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "it", "misc": "", "start_char": 1363, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1368, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 8, "lemma": "be", "misc": "", "start_char": 1366, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 1371, "feats": null, "head": 2, "id": 9, "lemma": "--", "misc": "", "start_char": 1369, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1373, "feats": null, "head": 12, "id": 10, "lemma": "-", "misc": "", "start_char": 1372, "text": "-", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1375, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 1374, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 1383, "feats": "Number=Sing", "head": 4, "id": 12, "lemma": "feeling", "misc": "", "start_char": 1376, "text": "feeling", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1386, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 15, "id": 13, "lemma": "we", "misc": "", "start_char": 1384, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1390, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "have", "misc": "", "start_char": 1387, "text": "'ve", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 1402, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 15, "lemma": "experience", "misc": "", "start_char": 1391, "text": "experienced", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 1407, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "many", "misc": "", "start_char": 1403, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 1413, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "time", "misc": "", "start_char": 1408, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1416, "feats": null, "head": 20, "id": 18, "lemma": "in", "misc": "", "start_char": 1414, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1420, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 1417, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1425, "feats": "Number=Sing", "head": 15, "id": 20, "lemma": "past", "misc": "", "start_char": 1421, "text": "past", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1429, "feats": null, "head": 23, "id": 21, "lemma": "and", "misc": "", "start_char": 1426, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1431, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 22, "lemma": "a", "misc": "", "start_char": 1430, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1439, "feats": "Number=Sing", "head": 12, "id": 23, "lemma": "feeling", "misc": "", "start_char": 1432, "text": "feeling", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1442, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 26, "id": 24, "lemma": "we", "misc": "", "start_char": 1440, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1447, "feats": "VerbForm=Fin", "head": 26, "id": 25, "lemma": "will", "misc": "", "start_char": 1443, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1458, "feats": "VerbForm=Inf", "head": 23, "id": 26, "lemma": "experience", "misc": "", "start_char": 1448, "text": "experience", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 1463, "feats": "Degree=Pos", "head": 28, "id": 27, "lemma": "many", "misc": "", "start_char": 1459, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 1469, "feats": "Number=Plur", "head": 26, "id": 28, "lemma": "time", "misc": "", "start_char": 1464, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1472, "feats": null, "head": 31, "id": 29, "lemma": "in", "misc": "", "start_char": 1470, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1476, "feats": "Definite=Def|PronType=Art", "head": 31, "id": 30, "lemma": "the", "misc": "", "start_char": 1473, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1483, "feats": "Number=Sing", "head": 26, "id": 31, "lemma": "future", "misc": "", "start_char": 1477, "text": "future", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1485, "feats": null, "head": 2, "id": 32, "lemma": ".", "misc": "", "start_char": 1484, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (VBP become) (ADJP (ADJP (RB very) (JJ familiar) (PP (IN with) (NP (NP (PRP$ our) (JJ own) (JJ particular) (NN brand)) (PP (IN of) (NP (NNS fears)))))) (CC and) (SBAR (WHADVP (WRB how)) (S (NP (PRP we)) (VP (VBP allow) (S (NP (PRP them)) (VP (TO to) (VP (VB control) (NP (PRP$ our) (NNS lives)))))))))) (. .)))" }, "speaker": null, "text": "We become very familiar with our own particular brand of fears and how we allow them to control our lives.", "tokens": [ { "deprel": "nsubj", "end_char": 1488, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "we", "misc": "", "start_char": 1486, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1495, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "become", "misc": "", "start_char": 1489, "text": "become", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1500, "feats": null, "head": 4, "id": 3, "lemma": "very", "misc": "", "start_char": 1496, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 1509, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "familiar", "misc": "", "start_char": 1501, "text": "familiar", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1514, "feats": null, "head": 9, "id": 5, "lemma": "with", "misc": "", "start_char": 1510, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1518, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 6, "lemma": "our", "misc": "", "start_char": 1515, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1522, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "own", "misc": "", "start_char": 1519, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 1533, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "particular", "misc": "", "start_char": 1523, "text": "particular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1539, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "brand", "misc": "", "start_char": 1534, "text": "brand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1542, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 1540, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1548, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "fear", "misc": "", "start_char": 1543, "text": "fears", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1552, "feats": null, "head": 13, "id": 12, "lemma": "and", "misc": "", "start_char": 1549, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1556, "feats": "PronType=Rel", "head": 9, "id": 13, "lemma": "how", "misc": "", "start_char": 1553, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1559, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 15, "id": 14, "lemma": "we", "misc": "", "start_char": 1557, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl:relcl", "end_char": 1565, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 13, "id": 15, "lemma": "allow", "misc": "", "start_char": 1560, "text": "allow", "upos": "VERB", "xpos": "VBP" }, { "deprel": "iobj", "end_char": 1570, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 16, "lemma": "they", "misc": "", "start_char": 1566, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1573, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 1571, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1581, "feats": "VerbForm=Inf", "head": 15, "id": 18, "lemma": "control", "misc": "", "start_char": 1574, "text": "control", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1585, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "our", "misc": "", "start_char": 1582, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1591, "feats": "Number=Plur", "head": 18, "id": 20, "lemma": "life", "misc": "", "start_char": 1586, "text": "lives", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1593, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 1592, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (S (NP (NP (PRP It))) (VP (VBZ is) (ADJP (RB especially) (JJ beneficial)) (SBAR (IN for) (S (NP (NP (DT each)) (PP (IN of) (NP (PRP us)))) (VP (TO to) (VP (VB become) (ADJP (JJ aware) (PP (IN of) (NP (NP (DT the) (JJ particular) (NN behavior) (NNS patterns)) (SBAR (S (NP (PRP we)) (VP (VBP 've) (VP (VBN adopted) (SBAR (WHADVP (WRB when)) (S (NP (PRP we)) (VP (VBP feel) (NP (NN fear)))))))))))))))))) (, ,) (RB so) (S (NP (PRP we)) (VP (MD can) (VP (VB look) (PP (IN at) (NP (PRP$ our) (NNS reactions))) (PP (IN with) (NP (NP (DT a) (NN sense)) (PP (IN of) (NP (NN humor) (CC and) (NN compassion)))))))) (. .)))" }, "speaker": null, "text": "It is especially beneficial for each of us to become aware of the particular behavior patterns we've adopted when we feel fear, so we can look at our reactions with a sense of humor and compassion.", "tokens": [ { "deprel": "expl", "end_char": 1596, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "it", "misc": "", "start_char": 1594, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1599, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 1597, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1610, "feats": null, "head": 4, "id": 3, "lemma": "especially", "misc": "", "start_char": 1600, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1621, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "beneficial", "misc": "", "start_char": 1611, "text": "beneficial", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1625, "feats": null, "head": 10, "id": 5, "lemma": "for", "misc": "", "start_char": 1622, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1630, "feats": null, "head": 10, "id": 6, "lemma": "each", "misc": "", "start_char": 1626, "text": "each", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 1633, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 1631, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1636, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 8, "lemma": "we", "misc": "", "start_char": 1634, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1639, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 1637, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 1646, "feats": "VerbForm=Inf", "head": 4, "id": 10, "lemma": "become", "misc": "", "start_char": 1640, "text": "become", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1652, "feats": "Degree=Pos", "head": 10, "id": 11, "lemma": "aware", "misc": "", "start_char": 1647, "text": "aware", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1655, "feats": null, "head": 16, "id": 12, "lemma": "of", "misc": "", "start_char": 1653, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1659, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 13, "lemma": "the", "misc": "", "start_char": 1656, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1670, "feats": "Degree=Pos", "head": 16, "id": 14, "lemma": "particular", "misc": "", "start_char": 1660, "text": "particular", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1679, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "behavior", "misc": "", "start_char": 1671, "text": "behavior", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1688, "feats": "Number=Plur", "head": 11, "id": 16, "lemma": "pattern", "misc": "", "start_char": 1680, "text": "patterns", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1691, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 19, "id": 17, "lemma": "we", "misc": "", "start_char": 1689, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1695, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 19, "id": 18, "lemma": "have", "misc": "", "start_char": 1692, "text": "'ve", "upos": "AUX", "xpos": "VBP" }, { "deprel": "acl:relcl", "end_char": 1703, "feats": "Tense=Past|VerbForm=Part", "head": 16, "id": 19, "lemma": "adopt", "misc": "", "start_char": 1696, "text": "adopted", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 1708, "feats": "PronType=Int", "head": 22, "id": 20, "lemma": "when", "misc": "", "start_char": 1704, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 1711, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 22, "id": 21, "lemma": "we", "misc": "", "start_char": 1709, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1716, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 19, "id": 22, "lemma": "feel", "misc": "", "start_char": 1712, "text": "feel", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1721, "feats": "Number=Sing", "head": 22, "id": 23, "lemma": "fear", "misc": "", "start_char": 1717, "text": "fear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1723, "feats": null, "head": 28, "id": 24, "lemma": ",", "misc": "", "start_char": 1722, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1726, "feats": null, "head": 28, "id": 25, "lemma": "so", "misc": "", "start_char": 1724, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1729, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 28, "id": 26, "lemma": "we", "misc": "", "start_char": 1727, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1733, "feats": "VerbForm=Fin", "head": 28, "id": 27, "lemma": "can", "misc": "", "start_char": 1730, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1738, "feats": "VerbForm=Inf", "head": 4, "id": 28, "lemma": "look", "misc": "", "start_char": 1734, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1741, "feats": null, "head": 31, "id": 29, "lemma": "at", "misc": "", "start_char": 1739, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1745, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 31, "id": 30, "lemma": "our", "misc": "", "start_char": 1742, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1755, "feats": "Number=Plur", "head": 28, "id": 31, "lemma": "reaction", "misc": "", "start_char": 1746, "text": "reactions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1760, "feats": null, "head": 34, "id": 32, "lemma": "with", "misc": "", "start_char": 1756, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1762, "feats": "Definite=Ind|PronType=Art", "head": 34, "id": 33, "lemma": "a", "misc": "", "start_char": 1761, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1768, "feats": "Number=Sing", "head": 28, "id": 34, "lemma": "sense", "misc": "", "start_char": 1763, "text": "sense", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1771, "feats": null, "head": 36, "id": 35, "lemma": "of", "misc": "", "start_char": 1769, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1777, "feats": "Number=Sing", "head": 34, "id": 36, "lemma": "humor", "misc": "", "start_char": 1772, "text": "humor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1781, "feats": null, "head": 38, "id": 37, "lemma": "and", "misc": "", "start_char": 1778, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1792, "feats": "Number=Sing", "head": 36, "id": 38, "lemma": "compassion", "misc": "", "start_char": 1782, "text": "compassion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1794, "feats": null, "head": 4, "id": 39, "lemma": ".", "misc": "", "start_char": 1793, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Then)) (, ,) (SBAR (IN if) (S (NP (PRP we)) (VP (VBP wish)))) (, ,) (NP (PRP we)) (VP (MD can) (VP (VB choose) (NP (NP (DT a) (JJ different) (NN response)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD can) (VP (VB be) (NP (DT a) (ADJP (JJ scary) (CC yet) (RB very) (JJ exciting)) (NN experience))))))))) (. .)))" }, "speaker": null, "text": "Then, if we wish, we can choose a different response, which can be a scary yet very exciting experience.", "tokens": [ { "deprel": "advmod", "end_char": 1799, "feats": "PronType=Dem", "head": 9, "id": 1, "lemma": "then", "misc": "", "start_char": 1795, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1801, "feats": null, "head": 9, "id": 2, "lemma": ",", "misc": "", "start_char": 1800, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 1804, "feats": null, "head": 5, "id": 3, "lemma": "if", "misc": "", "start_char": 1802, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1807, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 5, "id": 4, "lemma": "we", "misc": "", "start_char": 1805, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 1812, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 9, "id": 5, "lemma": "wish", "misc": "", "start_char": 1808, "text": "wish", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 1814, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 1813, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1817, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 7, "lemma": "we", "misc": "", "start_char": 1815, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1821, "feats": "VerbForm=Fin", "head": 9, "id": 8, "lemma": "can", "misc": "", "start_char": 1818, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1828, "feats": "VerbForm=Inf", "head": 0, "id": 9, "lemma": "choose", "misc": "", "start_char": 1822, "text": "choose", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1830, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 1829, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1840, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "different", "misc": "", "start_char": 1831, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1849, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "response", "misc": "", "start_char": 1841, "text": "response", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1851, "feats": null, "head": 12, "id": 13, "lemma": ",", "misc": "", "start_char": 1850, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1857, "feats": "PronType=Rel", "head": 22, "id": 14, "lemma": "which", "misc": "", "start_char": 1852, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux", "end_char": 1861, "feats": "VerbForm=Fin", "head": 22, "id": 15, "lemma": "can", "misc": "", "start_char": 1858, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 1864, "feats": "VerbForm=Inf", "head": 22, "id": 16, "lemma": "be", "misc": "", "start_char": 1862, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 1866, "feats": "Definite=Ind|PronType=Art", "head": 22, "id": 17, "lemma": "a", "misc": "", "start_char": 1865, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1872, "feats": "Degree=Pos", "head": 22, "id": 18, "lemma": "scary", "misc": "", "start_char": 1867, "text": "scary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 1876, "feats": null, "head": 21, "id": 19, "lemma": "yet", "misc": "", "start_char": 1873, "text": "yet", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 1881, "feats": null, "head": 21, "id": 20, "lemma": "very", "misc": "", "start_char": 1877, "text": "very", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1890, "feats": "Degree=Pos", "head": 18, "id": 21, "lemma": "exciting", "misc": "", "start_char": 1882, "text": "exciting", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl:relcl", "end_char": 1901, "feats": "Number=Sing", "head": 12, "id": 22, "lemma": "experience", "misc": "", "start_char": 1891, "text": "experience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1903, "feats": null, "head": 9, "id": 23, "lemma": ".", "misc": "", "start_char": 1902, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Fear can be a wonderful feeling in our lives, protecting us from dangerous situations and keeping us safe. But fear can also limit our lives significantly. While it may not be conscious, fear may make us think we are unacceptable or that what we have to offer isn't valuable. Fear may make us feel that we are not safe being ourselves. To avoid feeling fear, we may limit our lives greatly, living in tiny boxes. Living this way gives us the illusion of safety but leaves us with an unfulfilling life of no passion. If we shine a light on many of our fears, we see they have a very limited view of what is "safe" and how to "protect" us. Many of our fears are concerned only with protecting us from humiliation and failure. While these fears are doing their jobs incredibly well, they are doing so with faulty and outdated programming. Many fears we have as adults are trying to protect us as they protected us when we were children. Indeed, many of our current, automatic reactions to fear were actually formed when we were children. Even so, it's important not to judge ourselves for feeling these types of fears. If we judge ourselves, we will bury our fears or disguise them. By denying our fears, however, we also deny our energy, creativity and passion. So what do we do with fear? We recognize the fear for what it is--- a feeling we've experienced many times in the past and a feeling we will experience many times in the future. We become very familiar with our own particular brand of fears and how we allow them to control our lives. It is especially beneficial for each of us to become aware of the particular behavior patterns we've adopted when we feel fear, so we can look at our reactions with a sense of humor and compassion. Then, if we wish, we can choose a different response, which can be a scary yet very exciting experience.
[ [ [ 0, 7, 8 ], [ 1, 5, 6 ], [ 5, 8, 9 ], [ 19, 18, 19 ] ], [ [ 0, 13, 14 ] ], [ [ 0, 3, 8 ] ], [ [ 3, 3, 3 ], [ 3, 6, 6 ], [ 3, 11, 11 ], [ 0, 7, 7 ], [ 0, 17, 17 ], [ 1, 5, 5 ], [ 2, 10, 10 ], [ 2, 12, 12 ], [ 2, 18, 18 ], [ 0, 11, 11 ], [ 5, 8, 8 ], [ 5, 5, 5 ], [ 6, 4, 4 ], [ 6, 11, 11 ], [ 7, 11, 11 ], [ 7, 31, 31 ], [ 7, 8, 8 ], [ 7, 1, 1 ], [ 8, 2, 2 ], [ 8, 9, 9 ], [ 10, 2, 2 ], [ 10, 10, 10 ], [ 10, 14, 14 ], [ 10, 16, 16 ], [ 11, 4, 4 ], [ 11, 15, 15 ], [ 14, 1, 1 ], [ 14, 3, 3 ], [ 14, 5, 5 ], [ 14, 8, 8 ], [ 13, 9, 9 ], [ 17, 3, 3 ], [ 15, 2, 2 ], [ 15, 7, 7 ], [ 15, 10, 10 ], [ 18, 0, 0 ], [ 18, 23, 23 ], [ 19, 0, 0 ], [ 19, 18, 18 ], [ 19, 5, 5 ], [ 18, 12, 12 ], [ 19, 13, 13 ], [ 20, 7, 7 ], [ 20, 16, 16 ], [ 20, 20, 20 ], [ 20, 25, 25 ], [ 21, 6, 6 ], [ 21, 3, 3 ], [ 20, 29, 29 ] ], [ [ 3, 10, 11 ] ], [ [ 5, 2, 3 ] ], [ [ 5, 12, 15 ], [ 6, 0, 2 ] ], [ [ 5, 14, 15 ] ], [ [ 6, 1, 2 ] ], [ [ 6, 5, 8 ] ], [ [ 6, 8, 8 ] ], [ [ 7, 3, 4 ] ], [ [ 7, 8, 9 ], [ 8, 2, 3 ], [ 14, 8, 9 ], [ 14, 12, 12 ], [ 15, 2, 3 ], [ 7, 6, 9 ], [ 7, 13, 13 ], [ 8, 0, 3 ], [ 9, 1, 2 ], [ 9, 5, 5 ], [ 9, 10, 10 ], [ 10, 0, 5 ], [ 10, 12, 12 ], [ 19, 5, 10 ], [ 19, 15, 15 ] ], [ [ 6, 13, 18 ] ], [ [ 6, 17, 18 ] ], [ [ 7, 15, 31 ] ], [ [ 7, 20, 31 ] ], [ [ 8, 8, 13 ] ], [ [ 8, 11, 13 ] ], [ [ 8, 11, 11 ] ], [ [ 8, 13, 13 ] ], [ [ 9, 5, 6 ] ], [ [ 9, 15, 15 ] ], [ [ 9, 17, 18 ] ], [ [ 9, 15, 18 ] ], [ [ 10, 5, 5 ] ], [ [ 10, 18, 18 ], [ 11, 17, 17 ] ], [ [ 11, 2, 10 ] ], [ [ 11, 4, 10 ] ], [ [ 13, 11, 15 ] ], [ [ 13, 12, 15 ] ], [ [ 13, 15, 15 ], [ 0, 0, 0 ], [ 1, 1, 1 ], [ 2, 1, 1 ], [ 2, 7, 7 ], [ 3, 0, 0 ], [ 17, 6, 6 ], [ 18, 6, 6 ], [ 19, 10, 10 ], [ 5, 3, 3 ] ], [ [ 15, 1, 3 ] ], [ [ 15, 10, 15 ] ], [ [ 18, 10, 19 ] ], [ [ 18, 21, 30 ] ], [ [ 18, 18, 19 ] ], [ [ 18, 29, 30 ] ], [ [ 20, 5, 7 ] ], [ [ 20, 12, 18 ] ], [ [ 20, 14, 14 ] ], [ [ 20, 29, 30 ] ], [ [ 20, 32, 37 ] ], [ [ 20, 35, 37 ] ], [ [ 20, 35, 35 ] ], [ [ 20, 37, 37 ] ], [ [ 21, 0, 0 ] ], [ [ 21, 9, 21 ] ], [ [ 21, 16, 21 ] ], [ [ 7, 20, 24 ] ], [ [ 7, 26, 31 ] ], [ [ 11, 10, 10 ] ], [ [ 13, 1, 1 ] ], [ [ 18, 10, 30 ], [ 18, 2, 7 ] ], [ [ 18, 5, 7 ] ], [ [ 18, 26, 27 ] ], [ [ 18, 15, 16 ] ], [ [ 2, 17, 21 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36217
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP$ My) (NN divorce)) (VP (VBD was) (ADVP (RB now)) (ADJP (JJ final)))) (CC and) (S (NP (PRP I)) (VP (VBD needed) (S (VP (TO to) (VP (VB find) (NP (DT a) (JJ new) (NN home)) (PP (IN for) (NP (NP (PRP me)) (CC and) (NP (NP (PRP$ my) (JJ six-year-old) (NN son)) (, ,) (NP (NNP Dash)))))))))) (. .)))" }, "speaker": null, "text": "My divorce was now final and I needed to find a new home for me and my six-year-old son, Dash.", "tokens": [ { "deprel": "nmod:poss", "end_char": 2, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "my", "misc": "", "start_char": 0, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 10, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "divorce", "misc": "", "start_char": 3, "text": "divorce", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 11, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 18, "feats": null, "head": 5, "id": 4, "lemma": "now", "misc": "", "start_char": 15, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 24, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "final", "misc": "", "start_char": 19, "text": "final", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 28, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 25, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 30, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 7, "lemma": "I", "misc": "", "start_char": 29, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 37, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 5, "id": 8, "lemma": "need", "misc": "", "start_char": 31, "text": "needed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 40, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 38, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 45, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "find", "misc": "", "start_char": 41, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 47, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 46, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 51, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "new", "misc": "", "start_char": 48, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 56, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "home", "misc": "", "start_char": 52, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 60, "feats": null, "head": 15, "id": 14, "lemma": "for", "misc": "", "start_char": 57, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 63, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 15, "lemma": "I", "misc": "", "start_char": 61, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 67, "feats": null, "head": 19, "id": 16, "lemma": "and", "misc": "", "start_char": 64, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 70, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 19, "id": 17, "lemma": "my", "misc": "", "start_char": 68, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 83, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "six-year-old", "misc": "", "start_char": 71, "text": "six-year-old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 87, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "son", "misc": "", "start_char": 84, "text": "son", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 89, "feats": null, "head": 19, "id": 20, "lemma": ",", "misc": "", "start_char": 88, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "appos", "end_char": 94, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "Dash", "misc": "", "start_char": 90, "text": "Dash", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 96, "feats": null, "head": 5, "id": 22, "lemma": ".", "misc": "", "start_char": 95, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (ADVP (NP (DT A) (JJ few) (NNS days)) (RBR earlier)) (NP (PRP I)) (VP (VBD 'd) (VP (VBN seen) (NP (DT an) (NN ad)))) (. .)))" }, "speaker": null, "text": "A few days earlier I'd seen an ad.", "tokens": [ { "deprel": "det", "end_char": 98, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 97, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 102, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "few", "misc": "", "start_char": 99, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl:tmod", "end_char": 107, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "day", "misc": "", "start_char": 103, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 115, "feats": "Degree=Cmp", "head": 7, "id": 4, "lemma": "early", "misc": "", "start_char": 108, "text": "earlier", "upos": "ADV", "xpos": "RBR" }, { "deprel": "nsubj", "end_char": 117, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 5, "lemma": "I", "misc": "", "start_char": 116, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 120, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "would", "misc": "", "start_char": 118, "text": "'d", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 125, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 7, "lemma": "see", "misc": "", "start_char": 121, "text": "seen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 128, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 126, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 131, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "ad", "misc": "", "start_char": 129, "text": "ad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 133, "feats": null, "head": 7, "id": 10, "lemma": ".", "misc": "", "start_char": 132, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBD was) (ADJP (JJ willing) (S (VP (TO to) (VP (VB try) (NP (NN anything)))))))) (, ,) (RB so) (S (NP (PRP I)) (VP (VBD contacted) (NP (NP (DT the) (NN owner)) (, ,) (NP (NP (DT a) (NN woman)) (VP (VBN named) (S (NP (NNP Camille)))))))) (. .)))" }, "speaker": null, "text": "I was willing to try anything, so I contacted the owner, a woman named Camille.", "tokens": [ { "deprel": "nsubj", "end_char": 135, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 134, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 139, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 136, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 147, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "willing", "misc": "", "start_char": 140, "text": "willing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 150, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 148, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 154, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "try", "misc": "", "start_char": 151, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 163, "feats": "Number=Sing|PronType=Ind", "head": 5, "id": 6, "lemma": "anything", "misc": "", "start_char": 155, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 165, "feats": null, "head": 10, "id": 7, "lemma": ",", "misc": "", "start_char": 164, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 168, "feats": null, "head": 10, "id": 8, "lemma": "so", "misc": "", "start_char": 166, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 170, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 9, "lemma": "I", "misc": "", "start_char": 169, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 180, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 3, "id": 10, "lemma": "contact", "misc": "", "start_char": 171, "text": "contacted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 184, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 181, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 190, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "owner", "misc": "", "start_char": 185, "text": "owner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 192, "feats": null, "head": 15, "id": 13, "lemma": ",", "misc": "", "start_char": 191, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 194, "feats": "Definite=Ind|PronType=Art", "head": 15, "id": 14, "lemma": "a", "misc": "", "start_char": 193, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 200, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "woman", "misc": "", "start_char": 195, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 206, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 16, "lemma": "name", "misc": "", "start_char": 201, "text": "named", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 214, "feats": "Number=Sing", "head": 16, "id": 17, "lemma": "Camille", "misc": "", "start_char": 207, "text": "Camille", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 216, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 215, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP she)) (VP (VBD e-mailed) (NP (PRP me)) (ADVP (RB back))))) (NP (PRP I)) (VP (VBD discovered) (SBAR (S (NP (PRP she)) (VP (VBD was) (RB n't) (VP (VBG renting) (NP (DT a) (NN house)) (ADVP (IN at) (DT all))))))) (. .)))" }, "speaker": null, "text": "When she e-mailed me back I discovered she wasn't renting a house at all.", "tokens": [ { "deprel": "advmod", "end_char": 221, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "misc": "", "start_char": 217, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 225, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 2, "lemma": "she", "misc": "", "start_char": 222, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 234, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 3, "lemma": "e-mail", "misc": "", "start_char": 226, "text": "e-mailed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 237, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "I", "misc": "", "start_char": 235, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 242, "feats": null, "head": 3, "id": 5, "lemma": "back", "misc": "", "start_char": 238, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 244, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 243, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 255, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "discover", "misc": "", "start_char": 245, "text": "discovered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 259, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "she", "misc": "", "start_char": 256, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 263, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 260, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 267, "feats": null, "head": 11, "id": 10, "lemma": "not", "misc": "", "start_char": 264, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 275, "feats": "Tense=Pres|VerbForm=Part", "head": 7, "id": 11, "lemma": "rent", "misc": "", "start_char": 268, "text": "renting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 277, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 276, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 283, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "house", "misc": "", "start_char": 278, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 286, "feats": null, "head": 15, "id": 14, "lemma": "at", "misc": "", "start_char": 284, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 290, "feats": null, "head": 11, "id": 15, "lemma": "all", "misc": "", "start_char": 287, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 292, "feats": null, "head": 7, "id": 16, "lemma": ".", "misc": "", "start_char": 291, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD was) (VP (VBG renting) (NP (DT the) (NN attic) (NN apartment)))) (. .)))" }, "speaker": null, "text": "She was renting the attic apartment.", "tokens": [ { "deprel": "nsubj", "end_char": 296, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 3, "id": 1, "lemma": "she", "misc": "", "start_char": 293, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 300, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 297, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 308, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "rent", "misc": "", "start_char": 301, "text": "renting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 312, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "misc": "", "start_char": 309, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 318, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "attic", "misc": "", "start_char": 313, "text": "attic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 328, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "apartment", "misc": "", "start_char": 319, "text": "apartment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 330, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 329, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD left) (NP (PRP her)) (NP (NP (DT a) (NN message)) (VP (VBG calling) (PRT (RP off)) (NP (PRP$ our) (NN meeting))))) (. .)))" }, "speaker": null, "text": "I left her a message calling off our meeting.", "tokens": [ { "deprel": "nsubj", "end_char": 332, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 331, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 337, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "leave", "misc": "", "start_char": 333, "text": "left", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 341, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 3, "lemma": "her", "misc": "", "start_char": 338, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 343, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 342, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 351, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "message", "misc": "", "start_char": 344, "text": "message", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 359, "feats": "VerbForm=Ger", "head": 5, "id": 6, "lemma": "call", "misc": "", "start_char": 352, "text": "calling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound:prt", "end_char": 363, "feats": null, "head": 6, "id": 7, "lemma": "off", "misc": "", "start_char": 360, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "nmod:poss", "end_char": 367, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 9, "id": 8, "lemma": "our", "misc": "", "start_char": 364, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 375, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "meeting", "misc": "", "start_char": 368, "text": "meeting", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 377, "feats": null, "head": 2, "id": 10, "lemma": ".", "misc": "", "start_char": 376, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 379, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 378, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NNP Camille)) (VP (VP (VBD called) (NP (PRP me)) (PRT (RB back))) (CC and) (VP (VBD insisted) (SBAR (S (NP (PRP I)) (VP (VBP come) (ADVP (RB over))))))) (. .)))" }, "speaker": null, "text": "But Camille called me back and insisted I come over.", "tokens": [ { "deprel": "cc", "end_char": 383, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 380, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 391, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Camille", "misc": "", "start_char": 384, "text": "Camille", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 398, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "call", "misc": "", "start_char": 392, "text": "called", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 401, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 4, "lemma": "I", "misc": "", "start_char": 399, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 406, "feats": null, "head": 3, "id": 5, "lemma": "back", "misc": "", "start_char": 402, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 410, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 407, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 419, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "insist", "misc": "", "start_char": 411, "text": "insisted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 421, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "I", "misc": "", "start_char": 420, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 426, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 7, "id": 9, "lemma": "come", "misc": "", "start_char": 422, "text": "come", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 431, "feats": null, "head": 9, "id": 10, "lemma": "over", "misc": "", "start_char": 427, "text": "over", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 433, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 432, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (RB So) (ADVP (RB here)) (NP (PRP I)) (VP (VBD was)) (. .)))" }, "speaker": null, "text": "So here I was.", "tokens": [ { "deprel": "advmod", "end_char": 436, "feats": null, "head": 2, "id": 1, "lemma": "so", "misc": "", "start_char": 434, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 441, "feats": "PronType=Dem", "head": 0, "id": 2, "lemma": "here", "misc": "", "start_char": 437, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 443, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "I", "misc": "", "start_char": 442, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 447, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 4, "lemma": "be", "misc": "", "start_char": 444, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "punct", "end_char": 449, "feats": null, "head": 2, "id": 5, "lemma": ".", "misc": "", "start_char": 448, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD pulled) (NP (DT the) (NN car)) (PP (IN to) (NP (DT a) (NN stop)))) (CC and) (VP (VBD looked) (PRT (RB up)) (PP (IN at) (NP (DT the) (JJ tiny) (NN cottage))))) (. .)))" }, "speaker": null, "text": "I pulled the car to a stop and looked up at the tiny cottage.", "tokens": [ { "deprel": "nsubj", "end_char": 451, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 450, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 458, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "pull", "misc": "", "start_char": 452, "text": "pulled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 462, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 459, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 466, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "car", "misc": "", "start_char": 463, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 469, "feats": null, "head": 7, "id": 5, "lemma": "to", "misc": "", "start_char": 467, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 471, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 470, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 476, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "stop", "misc": "", "start_char": 472, "text": "stop", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 480, "feats": null, "head": 9, "id": 8, "lemma": "and", "misc": "", "start_char": 477, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 487, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "look", "misc": "", "start_char": 481, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 490, "feats": null, "head": 9, "id": 10, "lemma": "up", "misc": "", "start_char": 488, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 493, "feats": null, "head": 14, "id": 11, "lemma": "at", "misc": "", "start_char": 491, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 497, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 12, "lemma": "the", "misc": "", "start_char": 494, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 502, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "tiny", "misc": "", "start_char": 498, "text": "tiny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 510, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "cottage", "misc": "", "start_char": 503, "text": "cottage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 512, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 511, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN house)) (VP (VBD was) (ADJP (JJ small)) (SBAR (IN as) (S (NP (PRP it)) (VP (VBD was))))) (. .)))" }, "speaker": null, "text": "The house was small as it was.", "tokens": [ { "deprel": "det", "end_char": 516, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 513, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 522, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "house", "misc": "", "start_char": 517, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 526, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 523, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 532, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "small", "misc": "", "start_char": 527, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 535, "feats": null, "head": 7, "id": 5, "lemma": "as", "misc": "", "start_char": 533, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 538, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "it", "misc": "", "start_char": 536, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 542, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 7, "lemma": "be", "misc": "", "start_char": 539, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "punct", "end_char": 544, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 543, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN attic) (NN window)) (VP (VBD looked) (ADJP (ADJP (RB too) (JJ tiny)) (S (VP (TO to) (VP (VB let) (NP (JJ much) (NN light)) (PRT (RP in))))))) (. .)))" }, "speaker": null, "text": "The attic window looked too tiny to let much light in.", "tokens": [ { "deprel": "det", "end_char": 548, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 545, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 554, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "attic", "misc": "", "start_char": 549, "text": "attic", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 561, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "window", "misc": "", "start_char": 555, "text": "window", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 568, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "look", "misc": "", "start_char": 562, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 572, "feats": null, "head": 6, "id": 5, "lemma": "too", "misc": "", "start_char": 569, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 577, "feats": "Degree=Pos", "head": 4, "id": 6, "lemma": "tiny", "misc": "", "start_char": 573, "text": "tiny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 580, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 578, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 584, "feats": "VerbForm=Inf", "head": 4, "id": 8, "lemma": "let", "misc": "", "start_char": 581, "text": "let", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 589, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "much", "misc": "", "start_char": 585, "text": "much", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 595, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "light", "misc": "", "start_char": 590, "text": "light", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound:prt", "end_char": 598, "feats": null, "head": 8, "id": 11, "lemma": "in", "misc": "", "start_char": 596, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 600, "feats": null, "head": 4, "id": 12, "lemma": ".", "misc": "", "start_char": 599, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (VP (MD could) (RB n't) (VP (VB live) (PP (IN in) (NP (DT a) (JJ dark) (, ,) (JJ depressing) (NN place))))) (. .)))" }, "speaker": null, "text": "We couldn't live in a dark, depressing place.", "tokens": [ { "deprel": "nsubj", "end_char": 603, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "we", "misc": "", "start_char": 601, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 609, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "could", "misc": "", "start_char": 604, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 613, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 610, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 618, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "live", "misc": "", "start_char": 614, "text": "live", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 621, "feats": null, "head": 10, "id": 5, "lemma": "in", "misc": "", "start_char": 619, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 623, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 6, "lemma": "a", "misc": "", "start_char": 622, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 628, "feats": "Degree=Pos", "head": 10, "id": 7, "lemma": "dark", "misc": "", "start_char": 624, "text": "dark", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 630, "feats": null, "head": 10, "id": 8, "lemma": ",", "misc": "", "start_char": 629, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 641, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "depressing", "misc": "", "start_char": 631, "text": "depressing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 647, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "place", "misc": "", "start_char": 642, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 649, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 648, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (MD could) (VP (VB make) (VP (VB do)) (PP (IN with) (NP (RB almost) (NN anything))))) (. .)))" }, "speaker": null, "text": "I could make do with almost anything.", "tokens": [ { "deprel": "nsubj", "end_char": 651, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 650, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 657, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "could", "misc": "", "start_char": 652, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 662, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "make", "misc": "", "start_char": 658, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 665, "feats": "VerbForm=Inf", "head": 3, "id": 4, "lemma": "do", "misc": "", "start_char": 663, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 670, "feats": null, "head": 7, "id": 5, "lemma": "with", "misc": "", "start_char": 666, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 677, "feats": null, "head": 7, "id": 6, "lemma": "almost", "misc": "", "start_char": 671, "text": "almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "obl", "end_char": 686, "feats": "Number=Sing|PronType=Ind", "head": 4, "id": 7, "lemma": "anything", "misc": "", "start_char": 678, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "punct", "end_char": 688, "feats": null, "head": 3, "id": 8, "lemma": ".", "misc": "", "start_char": 687, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NNP Dash)) (VP (VP (VBZ needs) (NP (DT a) (JJ good) (NN home))) (, ,) (NP (NP (DT a) (NN place)) (SBAR (S (NP (PRP he)) (ADVP (RB really)) (VP (VBZ feels) (ADJP (JJ safe))))))) (. .)))" }, "speaker": null, "text": "But Dash needs a good home, a place he really feels safe.", "tokens": [ { "deprel": "cc", "end_char": 692, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 689, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 697, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Dash", "misc": "", "start_char": 693, "text": "Dash", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 703, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "need", "misc": "", "start_char": 698, "text": "needs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 705, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 704, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 710, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "good", "misc": "", "start_char": 706, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 715, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "home", "misc": "", "start_char": 711, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 717, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 716, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 719, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 718, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "appos", "end_char": 725, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "place", "misc": "", "start_char": 720, "text": "place", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 728, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "he", "misc": "", "start_char": 726, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 735, "feats": null, "head": 12, "id": 11, "lemma": "really", "misc": "", "start_char": 729, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 741, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 12, "lemma": "feel", "misc": "", "start_char": 736, "text": "feels", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 746, "feats": "Degree=Pos", "head": 12, "id": 13, "lemma": "safe", "misc": "", "start_char": 742, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 748, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 747, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 750, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 749, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NP (NP (DT No) (NN sense)) (PP (IN in) (S (VP (VBG wasting) (NP (PRP$ her) (NN time) (CC or) (PRP mine))))) (. .)))" }, "speaker": null, "text": "No sense in wasting her time or mine.", "tokens": [ { "deprel": "det", "end_char": 753, "feats": null, "head": 2, "id": 1, "lemma": "no", "misc": "", "start_char": 751, "text": "No", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 759, "feats": "Number=Sing", "head": 0, "id": 2, "lemma": "sense", "misc": "", "start_char": 754, "text": "sense", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 762, "feats": null, "head": 4, "id": 3, "lemma": "in", "misc": "", "start_char": 760, "text": "in", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 770, "feats": "VerbForm=Ger", "head": 2, "id": 4, "lemma": "waste", "misc": "", "start_char": 763, "text": "wasting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod:poss", "end_char": 774, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "her", "misc": "", "start_char": 771, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 779, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "time", "misc": "", "start_char": 775, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 782, "feats": null, "head": 8, "id": 7, "lemma": "or", "misc": "", "start_char": 780, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 787, "feats": "Gender=Neut|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 6, "id": 8, "lemma": "mine", "misc": "", "start_char": 783, "text": "mine", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 789, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 788, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD knocked)) (. .)))" }, "speaker": null, "text": "I knocked.", "tokens": [ { "deprel": "nsubj", "end_char": 791, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 790, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 799, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "knock", "misc": "", "start_char": 792, "text": "knocked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 801, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 800, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT The) (NN woman)) (SBAR (WHNP (WP who)) (S (VP (VBD opened) (NP (DT the) (NN door)))))) (VP (VBD was) (ADJP (JJ small) (CC and) (JJ bright-eyed))) (. .)))" }, "speaker": null, "text": "The woman who opened the door was small and bright-eyed.", "tokens": [ { "deprel": "det", "end_char": 805, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 802, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 811, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "woman", "misc": "", "start_char": 806, "text": "woman", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 815, "feats": "PronType=Rel", "head": 4, "id": 3, "lemma": "who", "misc": "", "start_char": 812, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 822, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 4, "lemma": "open", "misc": "", "start_char": 816, "text": "opened", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 826, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 823, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 831, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "door", "misc": "", "start_char": 827, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 835, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 832, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 841, "feats": "Degree=Pos", "head": 0, "id": 8, "lemma": "small", "misc": "", "start_char": 836, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 845, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 842, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 857, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "bright-eyed", "misc": "", "start_char": 846, "text": "bright-eyed", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 859, "feats": null, "head": 8, "id": 11, "lemma": ".", "misc": "", "start_char": 858, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP She)) (VP (VBD was) (ADJP (ADJP (RB much) (JJR older)) (SBAR (IN than) (S (NP (PRP I)) (VP (VBD 'd) (VP (VBN guessed)))))))) (, ,) (CC but) (S (NP (PRP I)) (VP (MD could) (VP (VB see) (SBAR (S (NP (PRP she)) (VP (VBD had) (NP (NP (DT the) (NN energy)) (PP (IN of) (NP (NP (NN someone)) (NP (PDT half) (PRP$ her) (NN age))))))))))) (. .)))" }, "speaker": null, "text": "She was much older than I'd guessed, but I could see she had the energy of someone half her age.", "tokens": [ { "deprel": "nsubj", "end_char": 863, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "she", "misc": "", "start_char": 860, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 867, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 864, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 872, "feats": null, "head": 4, "id": 3, "lemma": "much", "misc": "", "start_char": 868, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 878, "feats": "Degree=Cmp", "head": 0, "id": 4, "lemma": "old", "misc": "", "start_char": 873, "text": "older", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "mark", "end_char": 883, "feats": null, "head": 8, "id": 5, "lemma": "than", "misc": "", "start_char": 879, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 885, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 6, "lemma": "I", "misc": "", "start_char": 884, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 888, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "would", "misc": "", "start_char": 886, "text": "'d", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 896, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 8, "lemma": "guess", "misc": "", "start_char": 889, "text": "guessed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 898, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 897, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 902, "feats": null, "head": 13, "id": 10, "lemma": "but", "misc": "", "start_char": 899, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 904, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 11, "lemma": "I", "misc": "", "start_char": 903, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 910, "feats": "VerbForm=Fin", "head": 13, "id": 12, "lemma": "could", "misc": "", "start_char": 905, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 914, "feats": "VerbForm=Inf", "head": 4, "id": 13, "lemma": "see", "misc": "", "start_char": 911, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 918, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "she", "misc": "", "start_char": 915, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 922, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 15, "lemma": "have", "misc": "", "start_char": 919, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 926, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 923, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 933, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "energy", "misc": "", "start_char": 927, "text": "energy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 936, "feats": null, "head": 19, "id": 18, "lemma": "of", "misc": "", "start_char": 934, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 944, "feats": "Number=Sing|PronType=Ind", "head": 17, "id": 19, "lemma": "someone", "misc": "", "start_char": 937, "text": "someone", "upos": "PRON", "xpos": "NN" }, { "deprel": "det:predet", "end_char": 949, "feats": "NumForm=Word|NumType=Frac|PronType=Neg", "head": 22, "id": 20, "lemma": "half", "misc": "", "start_char": 945, "text": "half", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 953, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 21, "lemma": "her", "misc": "", "start_char": 950, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod:npmod", "end_char": 957, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "age", "misc": "", "start_char": 954, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 959, "feats": null, "head": 4, "id": 23, "lemma": ".", "misc": "", "start_char": 958, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBD looked) (ADJP (ADJP (RB so) (JJ sympathetic)) (SBAR (IN that) (S (NP (PRP I)) (VP (VBD found) (S (NP (PRP myself)) (VP (VBG wanting) (S (VP (TO to) (VP (VB keep) (S (VP (VBG talking) (PP (IN to) (NP (PRP her))))))))))))))) (. .)))" }, "speaker": null, "text": "She looked so sympathetic that I found myself wanting to keep talking to her.", "tokens": [ { "deprel": "nsubj", "end_char": 963, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "she", "misc": "", "start_char": 960, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 970, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "look", "misc": "", "start_char": 964, "text": "looked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 973, "feats": null, "head": 4, "id": 3, "lemma": "so", "misc": "", "start_char": 971, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 985, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "sympathetic", "misc": "", "start_char": 974, "text": "sympathetic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 990, "feats": null, "head": 7, "id": 5, "lemma": "that", "misc": "", "start_char": 986, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 992, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 991, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 998, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "find", "misc": "", "start_char": 993, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1005, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs|Reflex=Yes", "head": 7, "id": 8, "lemma": "myself", "misc": "", "start_char": 999, "text": "myself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1013, "feats": "VerbForm=Ger", "head": 7, "id": 9, "lemma": "want", "misc": "", "start_char": 1006, "text": "wanting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1016, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 1014, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1021, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "keep", "misc": "", "start_char": 1017, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1029, "feats": "VerbForm=Ger", "head": 11, "id": 12, "lemma": "talk", "misc": "", "start_char": 1022, "text": "talking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1032, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 1030, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1036, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 14, "lemma": "her", "misc": "", "start_char": 1033, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1038, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 1037, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (NP (PRP We)) (VP (VBP have) (S (VP (TO to) (VP (VB leave) (NP (PRP$ our) (NN home))))))) (, ,) ('' '') (NP (PRP I)) (VP (VBD explained)) (. .)))" }, "speaker": null, "text": "\"We have to leave our home,\" I explained.", "tokens": [ { "deprel": "punct", "end_char": 1041, "feats": null, "head": 11, "id": 1, "lemma": "``", "misc": "", "start_char": 1039, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1044, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 2, "lemma": "we", "misc": "", "start_char": 1042, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 1049, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin", "head": 11, "id": 3, "lemma": "have", "misc": "", "start_char": 1045, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 1052, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 1050, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1058, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "leave", "misc": "", "start_char": 1053, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1062, "feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "our", "misc": "", "start_char": 1059, "text": "our", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 1067, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "home", "misc": "", "start_char": 1063, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1069, "feats": null, "head": 11, "id": 8, "lemma": ",", "misc": "", "start_char": 1068, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 1072, "feats": null, "head": 11, "id": 9, "lemma": "''", "misc": "", "start_char": 1070, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "nsubj", "end_char": 1074, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 11, "id": 10, "lemma": "I", "misc": "", "start_char": 1073, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1084, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 11, "lemma": "explain", "misc": "", "start_char": 1075, "text": "explained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1086, "feats": null, "head": 11, "id": 12, "lemma": ".", "misc": "", "start_char": 1085, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP$ My) (NN marriage)) (VP (VBD ended)) (. .)))" }, "speaker": null, "text": "\"My marriage ended.", "tokens": [ { "deprel": "punct", "end_char": 1089, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 1087, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nmod:poss", "end_char": 1092, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 3, "id": 2, "lemma": "my", "misc": "", "start_char": 1090, "text": "My", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 1101, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "marriage", "misc": "", "start_char": 1093, "text": "marriage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 1107, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "end", "misc": "", "start_char": 1102, "text": "ended", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1109, "feats": null, "head": 4, "id": 5, "lemma": ".", "misc": "", "start_char": 1108, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (ADVP (RB only)) (VP (VBP have) (NP (NP (DT a) (JJ few) (NNS days)) (SBAR (S (VP (TO to) (VP (VB find) (NP (NN something) (JJ else))))))))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP want) (S (NP (PRP it)) (VP (TO to) (VP (VB be) (ADJP (JJ right))))))) (. .) ('' '')))" }, "speaker": null, "text": "I only have a few days to find something else, but I want it to be right.\"", "tokens": [ { "deprel": "nsubj", "end_char": 1111, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "I", "misc": "", "start_char": 1110, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1116, "feats": null, "head": 3, "id": 2, "lemma": "only", "misc": "", "start_char": 1112, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1121, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 1117, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1123, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1122, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1127, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "few", "misc": "", "start_char": 1124, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1132, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "day", "misc": "", "start_char": 1128, "text": "days", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 1135, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1133, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1140, "feats": "VerbForm=Inf", "head": 3, "id": 8, "lemma": "find", "misc": "", "start_char": 1136, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 1150, "feats": "Number=Sing|PronType=Ind", "head": 8, "id": 9, "lemma": "something", "misc": "", "start_char": 1141, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "amod", "end_char": 1155, "feats": "Degree=Pos", "head": 9, "id": 10, "lemma": "else", "misc": "", "start_char": 1151, "text": "else", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1157, "feats": null, "head": 14, "id": 11, "lemma": ",", "misc": "", "start_char": 1156, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1161, "feats": null, "head": 14, "id": 12, "lemma": "but", "misc": "", "start_char": 1158, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 1163, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 14, "id": 13, "lemma": "I", "misc": "", "start_char": 1162, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1168, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 14, "lemma": "want", "misc": "", "start_char": 1164, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1171, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "it", "misc": "", "start_char": 1169, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 1174, "feats": null, "head": 18, "id": 16, "lemma": "to", "misc": "", "start_char": 1172, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 1177, "feats": "VerbForm=Inf", "head": 18, "id": 17, "lemma": "be", "misc": "", "start_char": 1175, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1183, "feats": "Degree=Pos", "head": 14, "id": 18, "lemma": "right", "misc": "", "start_char": 1178, "text": "right", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1185, "feats": null, "head": 3, "id": 19, "lemma": ".", "misc": "", "start_char": 1184, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1188, "feats": null, "head": 3, "id": 20, "lemma": "''", "misc": "", "start_char": 1186, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1190, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1189, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (S (NP (NNP Camille)) (VP (VBD nodded)) (. .)))" }, "speaker": null, "text": "Camille nodded.", "tokens": [ { "deprel": "nsubj", "end_char": 1198, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Camille", "misc": "", "start_char": 1191, "text": "Camille", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1205, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "nod", "misc": "", "start_char": 1199, "text": "nodded", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1207, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 1206, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (PRP You)) (VP (VBP 're) (NP (DT a) (JJ good) (NN mother))) (. .)))" }, "speaker": null, "text": "\"You're a good mother.", "tokens": [ { "deprel": "punct", "end_char": 1210, "feats": null, "head": 6, "id": 1, "lemma": "``", "misc": "", "start_char": 1208, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 1214, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 6, "id": 2, "lemma": "you", "misc": "", "start_char": 1211, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1218, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 6, "id": 3, "lemma": "be", "misc": "", "start_char": 1215, "text": "'re", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 1220, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1219, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1225, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "good", "misc": "", "start_char": 1221, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1232, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "mother", "misc": "", "start_char": 1226, "text": "mother", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1234, "feats": null, "head": 6, "id": 7, "lemma": ".", "misc": "", "start_char": 1233, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (S (NP (PRP You)) (ADVP (RB never)) (VP (VBP know) (NP (NP (DT the) (NNS miracles)) (SBAR (WHNP (WDT that)) (S (VP (VBP await) (NP (IN youaround) (DT the) (NN corner))))))) (. .) ('' '')))" }, "speaker": null, "text": "You never know the miracles that await youaround the corner.\"", "tokens": [ { "deprel": "nsubj", "end_char": 1238, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 1, "lemma": "you", "misc": "", "start_char": 1235, "text": "You", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1244, "feats": null, "head": 3, "id": 2, "lemma": "never", "misc": "", "start_char": 1239, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1249, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "know", "misc": "", "start_char": 1245, "text": "know", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1253, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1250, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1262, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "miracle", "misc": "", "start_char": 1254, "text": "miracles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 1267, "feats": "PronType=Rel", "head": 7, "id": 6, "lemma": "that", "misc": "", "start_char": 1263, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "acl:relcl", "end_char": 1273, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 7, "lemma": "await", "misc": "", "start_char": 1268, "text": "await", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 1283, "feats": null, "head": 10, "id": 8, "lemma": "youaround", "misc": "", "start_char": 1274, "text": "youaround", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1287, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1284, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1294, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "corner", "misc": "", "start_char": 1288, "text": "corner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1296, "feats": null, "head": 3, "id": 11, "lemma": ".", "misc": "", "start_char": 1295, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1299, "feats": null, "head": 3, "id": 12, "lemma": "''", "misc": "", "start_char": 1297, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (NP (NNP Camille)) (VP (VP (VBD walked) (NP (PRP me)) (PP (IN to) (NP (DT the) (NN door)))) (CC and) (VP (VBD wished) (NP (PRP me)) (ADVP (RB well)))) (. .)))" }, "speaker": null, "text": "Camille walked me to the door and wished me well.", "tokens": [ { "deprel": "nsubj", "end_char": 1307, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Camille", "misc": "", "start_char": 1300, "text": "Camille", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 1314, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "walk", "misc": "", "start_char": 1308, "text": "walked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1317, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "I", "misc": "", "start_char": 1315, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1320, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 1318, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1324, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1321, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1329, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "door", "misc": "", "start_char": 1325, "text": "door", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1333, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1330, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1340, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 8, "lemma": "wish", "misc": "", "start_char": 1334, "text": "wished", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 1343, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 9, "lemma": "I", "misc": "", "start_char": 1341, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1348, "feats": "Degree=Pos", "head": 8, "id": 10, "lemma": "well", "misc": "", "start_char": 1344, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1350, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 1349, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VP (VBD got) (ADVP (RB back) (PP (IN in) (NP (DT the) (NN car))))) (CC and) (VP (VBD snapped) (PP (IN out) (PP (IN of) (NP (PRP it)))))) (. .)))" }, "speaker": null, "text": "I got back in the car and snapped out of it.", "tokens": [ { "deprel": "nsubj", "end_char": 1352, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1351, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1356, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "get", "misc": "", "start_char": 1353, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1361, "feats": null, "head": 2, "id": 3, "lemma": "back", "misc": "", "start_char": 1357, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1364, "feats": null, "head": 6, "id": 4, "lemma": "in", "misc": "", "start_char": 1362, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1368, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 1365, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1372, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "car", "misc": "", "start_char": 1369, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1376, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 1373, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1384, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 8, "lemma": "snap", "misc": "", "start_char": 1377, "text": "snapped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1388, "feats": null, "head": 11, "id": 9, "lemma": "out", "misc": "", "start_char": 1385, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1391, "feats": null, "head": 9, "id": 10, "lemma": "of", "misc": "", "start_char": 1389, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1394, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 11, "lemma": "it", "misc": "", "start_char": 1392, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1396, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 1395, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD drove) (PRT (RB off)) (ADVP (RB slowly)) (, ,) (S (VP (VBG hoping) (S (VP (TO to) (VP (VB make) (S (NP (DT the) (NN feeling)) (ADJP (JJ last))))))))) (. .)))" }, "speaker": null, "text": "I drove off slowly, hoping to make the feeling last.", "tokens": [ { "deprel": "nsubj", "end_char": 1398, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1397, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1404, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "drive", "misc": "", "start_char": 1399, "text": "drove", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1408, "feats": null, "head": 2, "id": 3, "lemma": "off", "misc": "", "start_char": 1405, "text": "off", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1415, "feats": "Degree=Pos", "head": 2, "id": 4, "lemma": "slowly", "misc": "", "start_char": 1409, "text": "slowly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1417, "feats": null, "head": 6, "id": 5, "lemma": ",", "misc": "", "start_char": 1416, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1424, "feats": "VerbForm=Ger", "head": 2, "id": 6, "lemma": "hope", "misc": "", "start_char": 1418, "text": "hoping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1427, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1425, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1432, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "make", "misc": "", "start_char": 1428, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1436, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "misc": "", "start_char": 1433, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1444, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "feeling", "misc": "", "start_char": 1437, "text": "feeling", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 1449, "feats": "Degree=Pos", "head": 8, "id": 11, "lemma": "last", "misc": "", "start_char": 1445, "text": "last", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1451, "feats": null, "head": 2, "id": 12, "lemma": ".", "misc": "", "start_char": 1450, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD turned) (PRT (RP down)) (NP (NP (DT a) (NN side) (NN street)) (SBAR (S (NP (PRP I)) (VP (VBD did) (RB n't) (VP (VB recognize))))))) (. .)))" }, "speaker": null, "text": "I turned down a side street I didn't recognize.", "tokens": [ { "deprel": "nsubj", "end_char": 1453, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1452, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1460, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "turn", "misc": "", "start_char": 1454, "text": "turned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1465, "feats": null, "head": 2, "id": 3, "lemma": "down", "misc": "", "start_char": 1461, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 1467, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 1466, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1472, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "side", "misc": "", "start_char": 1468, "text": "side", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1479, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "street", "misc": "", "start_char": 1473, "text": "street", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1481, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 7, "lemma": "I", "misc": "", "start_char": 1480, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1485, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 10, "id": 8, "lemma": "do", "misc": "", "start_char": 1482, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1489, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 1486, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1499, "feats": "VerbForm=Inf", "head": 6, "id": 10, "lemma": "recognize", "misc": "", "start_char": 1490, "text": "recognize", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 1501, "feats": null, "head": 2, "id": 11, "lemma": ".", "misc": "", "start_char": 1500, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD glanced) (PP (IN out) (PP (IN of) (NP (DT the) (NN side) (NN window))))) (. .)))" }, "speaker": null, "text": "I glanced out of the side window.", "tokens": [ { "deprel": "nsubj", "end_char": 1503, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1502, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1511, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "glance", "misc": "", "start_char": 1504, "text": "glanced", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 1515, "feats": null, "head": 7, "id": 3, "lemma": "out", "misc": "", "start_char": 1512, "text": "out", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 1518, "feats": null, "head": 3, "id": 4, "lemma": "of", "misc": "", "start_char": 1516, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1522, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 1519, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1527, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "side", "misc": "", "start_char": 1523, "text": "side", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 1534, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "window", "misc": "", "start_char": 1528, "text": "window", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1536, "feats": null, "head": 2, "id": 8, "lemma": ".", "misc": "", "start_char": 1535, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (SINV (ADVP (RB Just) (RB up) (RB ahead)) (VP (VBD was)) (NP (NP (NP (DT a) (NN cottage)) (PP (IN with) (NP (NP (DT a) (NN sign)) (PP (ADVP (RP out)) (IN in) (NP (NN front)))))) (: :) (PP (IN for) (NP (NN rent)))) (. .)))" }, "speaker": null, "text": "Just up ahead was a cottage with a sign out in front: for rent.", "tokens": [ { "deprel": "advmod", "end_char": 1541, "feats": null, "head": 2, "id": 1, "lemma": "just", "misc": "", "start_char": 1537, "text": "Just", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1544, "feats": null, "head": 3, "id": 2, "lemma": "up", "misc": "", "start_char": 1542, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1550, "feats": null, "head": 0, "id": 3, "lemma": "ahead", "misc": "", "start_char": 1545, "text": "ahead", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 1554, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 4, "lemma": "be", "misc": "", "start_char": 1551, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 1556, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1555, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1564, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "cottage", "misc": "", "start_char": 1557, "text": "cottage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1569, "feats": null, "head": 9, "id": 7, "lemma": "with", "misc": "", "start_char": 1565, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1571, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 1570, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1576, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "sign", "misc": "", "start_char": 1572, "text": "sign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1580, "feats": null, "head": 6, "id": 10, "lemma": "out", "misc": "", "start_char": 1577, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1583, "feats": null, "head": 12, "id": 11, "lemma": "in", "misc": "", "start_char": 1581, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1589, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "front", "misc": "", "start_char": 1584, "text": "front", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1591, "feats": null, "head": 15, "id": 13, "lemma": ":", "misc": "", "start_char": 1590, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "case", "end_char": 1595, "feats": null, "head": 15, "id": 14, "lemma": "for", "misc": "", "start_char": 1592, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1600, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "rent", "misc": "", "start_char": 1596, "text": "rent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1602, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 1601, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1604, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1603, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD pulled) (PRT (RP over))) (. .)))" }, "speaker": null, "text": "I pulled over.", "tokens": [ { "deprel": "nsubj", "end_char": 1606, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1605, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1613, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "pull", "misc": "", "start_char": 1607, "text": "pulled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 1618, "feats": null, "head": 2, "id": 3, "lemma": "over", "misc": "", "start_char": 1614, "text": "over", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 1620, "feats": null, "head": 2, "id": 4, "lemma": ".", "misc": "", "start_char": 1619, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBD found) (SBAR (S (NP (DT the) (NNS owners)) (VP (VP (VBD had) (ADVP (RB just)) (VP (VBN bought) (NP (DT the) (NN house)) (NP (PRP themselves)))) (CC and) (VP (VBD were) (VP (VBG decorating) (NP (PRP it)))) (, ,) (S (VP (VBG hoping) (S (VP (TO to) (VP (VB find) (NP (DT the) (JJ perfect) (NNS renters))))))))))) (. .)))" }, "speaker": null, "text": "I found the owners had just bought the house themselves and were decorating it, hoping to find the perfect renters.", "tokens": [ { "deprel": "nsubj", "end_char": 1622, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 1621, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1628, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "find", "misc": "", "start_char": 1623, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 1632, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 1629, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1639, "feats": "Number=Plur", "head": 7, "id": 4, "lemma": "owner", "misc": "", "start_char": 1633, "text": "owners", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1643, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 5, "lemma": "have", "misc": "", "start_char": 1640, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1648, "feats": null, "head": 7, "id": 6, "lemma": "just", "misc": "", "start_char": 1644, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 1655, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 7, "lemma": "buy", "misc": "", "start_char": 1649, "text": "bought", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1659, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1656, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 1665, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "house", "misc": "", "start_char": 1660, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl:npmod", "end_char": 1676, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs|Reflex=Yes", "head": 7, "id": 10, "lemma": "themselves", "misc": "", "start_char": 1666, "text": "themselves", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cc", "end_char": 1680, "feats": null, "head": 13, "id": 11, "lemma": "and", "misc": "", "start_char": 1677, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 1685, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 1681, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 1696, "feats": "Tense=Pres|VerbForm=Part", "head": 7, "id": 13, "lemma": "decorate", "misc": "", "start_char": 1686, "text": "decorating", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 1699, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 14, "lemma": "it", "misc": "", "start_char": 1697, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1701, "feats": null, "head": 16, "id": 15, "lemma": ",", "misc": "", "start_char": 1700, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1708, "feats": "VerbForm=Ger", "head": 7, "id": 16, "lemma": "hope", "misc": "", "start_char": 1702, "text": "hoping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 1711, "feats": null, "head": 18, "id": 17, "lemma": "to", "misc": "", "start_char": 1709, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1716, "feats": "VerbForm=Inf", "head": 16, "id": 18, "lemma": "find", "misc": "", "start_char": 1712, "text": "find", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1720, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 1717, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1728, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "perfect", "misc": "", "start_char": 1721, "text": "perfect", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1736, "feats": "Number=Plur", "head": 18, "id": 21, "lemma": "renter", "misc": "", "start_char": 1729, "text": "renters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1738, "feats": null, "head": 2, "id": 22, "lemma": ".", "misc": "", "start_char": 1737, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 38, "misc": { "parse_tree": "(ROOT (S (NP (PRP They)) (VP (VBD took) (NP (PRP me)) (PP (IN on) (NP (NP (NP (DT a) (NN tour)) (PP (IN of) (NP (DT the) (NN house)))) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (PP (IN like) (NP (NP (NP (DT a) (NN copy)) (PP (IN of) (NP (PRP$ my) (NN list)))) (: :) (NP (NP (DT a) (JJ big) (NN bedroom)) (PP (IN for) (NP (NP (NNP Dash)) (, ,) (NP (NP (DT a) (NN backyard)) (PP (IN with) (NP (NNS trees)))) (, ,) (CC and) (NP (NP (DT a) (JJ great) (NN school)) (ADVP (RB nearby)))))))))))))) (. .)))" }, "speaker": null, "text": "They took me on a tour of the house that was like a copy of my list: a big bedroom for Dash, a backyard with trees, and a great school nearby.", "tokens": [ { "deprel": "nsubj", "end_char": 1743, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "they", "misc": "", "start_char": 1739, "text": "They", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1748, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "take", "misc": "", "start_char": 1744, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 1751, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "I", "misc": "", "start_char": 1749, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 1754, "feats": null, "head": 6, "id": 4, "lemma": "on", "misc": "", "start_char": 1752, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1756, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 1755, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1761, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "tour", "misc": "", "start_char": 1757, "text": "tour", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1764, "feats": null, "head": 9, "id": 7, "lemma": "of", "misc": "", "start_char": 1762, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1768, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 1765, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1774, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "house", "misc": "", "start_char": 1769, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1779, "feats": "PronType=Rel", "head": 14, "id": 10, "lemma": "that", "misc": "", "start_char": 1775, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 1783, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 11, "lemma": "be", "misc": "", "start_char": 1780, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 1788, "feats": null, "head": 14, "id": 12, "lemma": "like", "misc": "", "start_char": 1784, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1790, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 1789, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "acl:relcl", "end_char": 1795, "feats": "Number=Sing", "head": 6, "id": 14, "lemma": "copy", "misc": "", "start_char": 1791, "text": "copy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1798, "feats": null, "head": 17, "id": 15, "lemma": "of", "misc": "", "start_char": 1796, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1801, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "my", "misc": "", "start_char": 1799, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 1806, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "list", "misc": "", "start_char": 1802, "text": "list", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1808, "feats": null, "head": 21, "id": 18, "lemma": ":", "misc": "", "start_char": 1807, "text": ":", "upos": "PUNCT", "xpos": ":" }, { "deprel": "det", "end_char": 1810, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 1809, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1814, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "big", "misc": "", "start_char": 1811, "text": "big", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "appos", "end_char": 1822, "feats": "Number=Sing", "head": 6, "id": 21, "lemma": "bedroom", "misc": "", "start_char": 1815, "text": "bedroom", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1826, "feats": null, "head": 23, "id": 22, "lemma": "for", "misc": "", "start_char": 1823, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1831, "feats": "Number=Sing", "head": 21, "id": 23, "lemma": "Dash", "misc": "", "start_char": 1827, "text": "Dash", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1833, "feats": null, "head": 26, "id": 24, "lemma": ",", "misc": "", "start_char": 1832, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1835, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 25, "lemma": "a", "misc": "", "start_char": 1834, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1844, "feats": "Number=Sing", "head": 21, "id": 26, "lemma": "backyard", "misc": "", "start_char": 1836, "text": "backyard", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1849, "feats": null, "head": 28, "id": 27, "lemma": "with", "misc": "", "start_char": 1845, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1855, "feats": "Number=Plur", "head": 26, "id": 28, "lemma": "tree", "misc": "", "start_char": 1850, "text": "trees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1857, "feats": null, "head": 33, "id": 29, "lemma": ",", "misc": "", "start_char": 1856, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1861, "feats": null, "head": 33, "id": 30, "lemma": "and", "misc": "", "start_char": 1858, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1863, "feats": "Definite=Ind|PronType=Art", "head": 33, "id": 31, "lemma": "a", "misc": "", "start_char": 1862, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1869, "feats": "Degree=Pos", "head": 33, "id": 32, "lemma": "great", "misc": "", "start_char": 1864, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1876, "feats": "Number=Sing", "head": 21, "id": 33, "lemma": "school", "misc": "", "start_char": 1870, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1883, "feats": null, "head": 33, "id": 34, "lemma": "nearby", "misc": "", "start_char": 1877, "text": "nearby", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1885, "feats": null, "head": 2, "id": 35, "lemma": ".", "misc": "", "start_char": 1884, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 39, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN house)) (VP (VBD was) (VP (VBN meant) (PP (IN for) (NP (PRP us))))) (. !)))" }, "speaker": null, "text": "The house was meant for us!", "tokens": [ { "deprel": "det", "end_char": 1889, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 1886, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 1895, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "house", "misc": "", "start_char": 1890, "text": "house", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 1899, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 1896, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1905, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "mean", "misc": "", "start_char": 1900, "text": "meant", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1909, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 1906, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1912, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 6, "lemma": "we", "misc": "", "start_char": 1910, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1914, "feats": null, "head": 4, "id": 7, "lemma": "!", "misc": "", "start_char": 1913, "text": "!", "upos": "PUNCT", "xpos": "." } ] }, { "id": 40, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1916, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1915, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 41, "misc": { "parse_tree": "(ROOT (S (NP (NNP Camille)) (VP (VBD was) (ADJP (JJ right))) (. .)))" }, "speaker": null, "text": "Camille was right.", "tokens": [ { "deprel": "nsubj", "end_char": 1924, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Camille", "misc": "", "start_char": 1917, "text": "Camille", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 1928, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 1925, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 1934, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "right", "misc": "", "start_char": 1929, "text": "right", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 1936, "feats": null, "head": 3, "id": 4, "lemma": ".", "misc": "", "start_char": 1935, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 42, "misc": { "parse_tree": "(ROOT (S (NP (NNS Miracles)) (VP (VBP await) (NP (PRP us)) (, ,) (PP (ADVP (RB just)) (IN around) (NP (DT the) (NN corner)))) (. .)))" }, "speaker": null, "text": "Miracles await us, just around the corner.", "tokens": [ { "deprel": "nsubj", "end_char": 1945, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "miracle", "misc": "", "start_char": 1937, "text": "Miracles", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 1951, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "await", "misc": "", "start_char": 1946, "text": "await", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1954, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 2, "id": 3, "lemma": "we", "misc": "", "start_char": 1952, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 1956, "feats": null, "head": 8, "id": 4, "lemma": ",", "misc": "", "start_char": 1955, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1961, "feats": null, "head": 8, "id": 5, "lemma": "just", "misc": "", "start_char": 1957, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1968, "feats": null, "head": 8, "id": 6, "lemma": "around", "misc": "", "start_char": 1962, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1972, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 1969, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1979, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "corner", "misc": "", "start_char": 1973, "text": "corner", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1981, "feats": null, "head": 2, "id": 9, "lemma": ".", "misc": "", "start_char": 1980, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
My divorce was now final and I needed to find a new home for me and my six-year-old son, Dash. A few days earlier I'd seen an ad. I was willing to try anything, so I contacted the owner, a woman named Camille. When she e-mailed me back I discovered she wasn't renting a house at all. She was renting the attic apartment. I left her a message calling off our meeting. But Camille called me back and insisted I come over. So here I was. I pulled the car to a stop and looked up at the tiny cottage. The house was small as it was. The attic window looked too tiny to let much light in. We couldn't live in a dark, depressing place. I could make do with almost anything. But Dash needs a good home, a place he really feels safe. No sense in wasting her time or mine. I knocked. The woman who opened the door was small and bright-eyed. She was much older than I'd guessed, but I could see she had the energy of someone half her age. She looked so sympathetic that I found myself wanting to keep talking to her. "We have to leave our home," I explained. "My marriage ended. I only have a few days to find something else, but I want it to be right." Camille nodded. "You're a good mother. You never know the miracles that await youaround the corner." Camille walked me to the door and wished me well. I got back in the car and snapped out of it. I drove off slowly, hoping to make the feeling last. I turned down a side street I didn't recognize. I glanced out of the side window. Just up ahead was a cottage with a sign out in front: for rent. I pulled over. I found the owners had just bought the house themselves and were decorating it, hoping to find the perfect renters. They took me on a tour of the house that was like a copy of my list: a big bedroom for Dash, a backyard with trees, and a great school nearby. The house was meant for us! Camille was right. Miracles await us, just around the corner.
[ [ [ 0, 0, 1 ] ], [ [ 0, 3, 3 ] ], [ [ 0, 10, 12 ] ], [ [ 1, 0, 2 ] ], [ [ 1, 7, 8 ] ], [ [ 2, 5, 5 ] ], [ [ 3, 11, 12 ] ], [ [ 4, 3, 5 ] ], [ [ 5, 3, 8 ] ], [ [ 5, 7, 8 ] ], [ [ 5, 7, 7 ] ], [ [ 9, 2, 3 ], [ 29, 4, 5 ], [ 29, 10, 10 ] ], [ [ 9, 5, 6 ] ], [ [ 9, 11, 13 ] ], [ [ 10, 0, 1 ], [ 10, 5, 5 ] ], [ [ 11, 0, 2 ] ], [ [ 11, 8, 9 ] ], [ [ 12, 5, 9 ] ], [ [ 13, 5, 6 ] ], [ [ 14, 1, 1 ], [ 0, 16, 18 ], [ 0, 20, 20 ], [ 0, 16, 20 ], [ 14, 9, 9 ], [ 37, 22, 22 ] ], [ [ 14, 3, 5 ], [ 14, 7, 12 ], [ 14, 3, 12 ] ], [ [ 16, 0, 7 ] ], [ [ 16, 3, 7 ] ], [ [ 16, 4, 5 ] ], [ [ 16, 4, 7 ] ], [ [ 18, 4, 5 ], [ 28, 4, 5 ] ], [ [ 19, 15, 21 ] ], [ [ 19, 18, 21 ] ], [ [ 19, 19, 21 ] ], [ [ 20, 8, 13 ] ], [ [ 21, 1, 1 ], [ 21, 5, 5 ], [ 12, 0, 0 ], [ 0, 14, 20 ], [ 41, 2, 2 ], [ 38, 5, 5 ] ], [ [ 21, 5, 6 ] ], [ [ 22, 1, 2 ] ], [ [ 23, 3, 5 ] ], [ [ 23, 8, 9 ], [ 23, 14, 14 ] ], [ [ 26, 3, 5 ], [ 20, 7, 7 ], [ 35, 0, 0 ], [ 36, 0, 0 ], [ 23, 0, 0 ], [ 22, 1, 1 ], [ 21, 9, 9 ], [ 17, 0, 0 ], [ 20, 5, 5 ], [ 23, 12, 12 ], [ 26, 1, 1 ], [ 27, 0, 0 ], [ 27, 7, 7 ], [ 28, 2, 2 ], [ 28, 8, 8 ], [ 29, 0, 0 ], [ 30, 0, 0 ], [ 31, 0, 0 ], [ 32, 0, 0 ], [ 31, 6, 6 ], [ 37, 2, 2 ], [ 37, 15, 15 ], [ 19, 5, 5 ], [ 8, 2, 2 ], [ 13, 0, 0 ], [ 9, 0, 0 ], [ 7, 3, 3 ], [ 7, 7, 7 ], [ 5, 0, 0 ], [ 3, 5, 5 ], [ 1, 4, 4 ], [ 2, 8, 8 ], [ 2, 0, 0 ], [ 0, 0, 0 ], [ 0, 14, 14 ], [ 0, 16, 16 ], [ 0, 6, 6 ], [ 3, 3, 3 ], [ 16, 7, 7 ], [ 19, 10, 10 ] ], [ [ 27, 8, 9 ], [ 41, 6, 7 ] ], [ [ 30, 8, 9 ] ], [ [ 31, 3, 9 ] ], [ [ 32, 4, 6 ] ], [ [ 33, 14, 14 ] ], [ [ 33, 7, 8 ] ], [ [ 36, 7, 8 ], [ 36, 13, 13 ], [ 37, 7, 16 ], [ 38, 0, 1 ] ], [ [ 36, 18, 20 ] ], [ [ 37, 0, 0 ], [ 36, 2, 3 ], [ 36, 9, 9 ] ], [ [ 37, 15, 16 ], [ 37, 18, 33 ] ], [ [ 37, 18, 22 ] ], [ [ 37, 24, 27 ] ], [ [ 37, 27, 27 ] ], [ [ 37, 30, 33 ] ], [ [ 40, 0, 0 ], [ 25, 0, 0 ], [ 20, 13, 13 ], [ 20, 0, 0 ], [ 19, 20, 20 ], [ 19, 0, 0 ], [ 19, 13, 13 ], [ 18, 0, 5 ], [ 16, 4, 4 ], [ 7, 1, 1 ], [ 5, 2, 2 ], [ 3, 1, 1 ], [ 2, 10, 11 ], [ 2, 10, 16 ], [ 2, 16, 16 ], [ 2, 13, 16 ], [ 3, 7, 7 ], [ 4, 0, 0 ], [ 28, 0, 0 ] ], [ [ 41, 0, 0 ], [ 27, 3, 9 ] ], [ [ 19, 20, 21 ] ], [ [ 20, 11, 13 ] ], [ [ 33, 4, 11 ] ], [ [ 33, 11, 11 ] ], [ [ 37, 4, 16 ] ], [ [ 37, 12, 16 ] ], [ [ 37, 32, 32 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36218
[ { "id": 1, "misc": { "parse_tree": "(ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB have) (NP (NP (DT any) (NN skiing) (NN equipment)) (SBAR (S (WHNP (PRP you)) (ADVP (RB no) (RBR longer)) (VP (VBP need)))))) (. ?)))" }, "speaker": null, "text": "Do you have any skiing equipment you no longer need?", "tokens": [ { "deprel": "aux", "end_char": 2, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 0, "text": "Do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 6, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 3, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 11, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 7, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 15, "feats": null, "head": 6, "id": 4, "lemma": "any", "misc": "", "start_char": 12, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 22, "feats": "Number=Sing", "head": 6, "id": 5, "lemma": "ski", "misc": "", "start_char": 16, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 32, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "equipment", "misc": "", "start_char": 23, "text": "equipment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 36, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 10, "id": 7, "lemma": "you", "misc": "", "start_char": 33, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 39, "feats": null, "head": 9, "id": 8, "lemma": "no", "misc": "", "start_char": 37, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 46, "feats": "Degree=Cmp", "head": 10, "id": 9, "lemma": "long", "misc": "", "start_char": 40, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "acl:relcl", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 6, "id": 10, "lemma": "need", "misc": "", "start_char": 47, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 53, "feats": null, "head": 3, "id": 11, "lemma": "?", "misc": "", "start_char": 52, "text": "?", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN ski) (NN school)) (PP (IN in) (NP (NP (DT the) (JJ far) (NN north)) (PP (IN of) (NP (NNP India)))))) (VP (MD could) (VP (VB put) (NP (PRP it)) (PP (IN to) (NP (JJ good) (NN use))))) (. .)))" }, "speaker": null, "text": "A ski school in the far north of India could put it to good use.", "tokens": [ { "deprel": "det", "end_char": 55, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 54, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 59, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "ski", "misc": "", "start_char": 56, "text": "ski", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 66, "feats": "Number=Sing", "head": 11, "id": 3, "lemma": "school", "misc": "", "start_char": 60, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 69, "feats": null, "head": 7, "id": 4, "lemma": "in", "misc": "", "start_char": 67, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 73, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 70, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 77, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "far", "misc": "", "start_char": 74, "text": "far", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 83, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "north", "misc": "", "start_char": 78, "text": "north", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 86, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 84, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 92, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "India", "misc": "", "start_char": 87, "text": "India", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 98, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "could", "misc": "", "start_char": 93, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 102, "feats": "VerbForm=Inf", "head": 0, "id": 11, "lemma": "put", "misc": "", "start_char": 99, "text": "put", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 105, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "it", "misc": "", "start_char": 103, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 108, "feats": null, "head": 15, "id": 13, "lemma": "to", "misc": "", "start_char": 106, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 113, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "good", "misc": "", "start_char": 109, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 117, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "use", "misc": "", "start_char": 114, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 119, "feats": null, "head": 11, "id": 16, "lemma": ".", "misc": "", "start_char": 118, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 121, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 120, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (NNP March))) (NP (PRP we)) (VP (VBD published) (NP (NP (DT a) (NN photo) (NN story)) (PP (IN about) (NP (NP (NP (DT the) (JJ extraordinary) (NNP Zsnskar) (NN region)) (PP (IN in) (NP (JJ northern) (NNP India)))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (VP (VP (VBN cut) (ADVP (RP off)) (PP (IN from) (NP (DT the) (JJ outside) (NN world))) (PP (IN for) (NP (NP (QP (JJR more) (IN than) (CD seven)) (NNS months)) (PP (IN of) (NP (DT the) (NN year)))))) (, ,) (CC and) (VP (ADJP (RB only) (JJ accessible)) (PP (IN via) (NP (DT a) (VBN frozen) (NN river)))))))))))) (. .)))" }, "speaker": null, "text": "In March we published a photo story about the extraordinary Zsnskar region in northern India, which is cut off from the outside world for more than seven months of the year, and only accessible via a frozen river.", "tokens": [ { "deprel": "case", "end_char": 124, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 122, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 130, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "March", "misc": "", "start_char": 125, "text": "March", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 133, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "we", "misc": "", "start_char": 131, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 143, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "publish", "misc": "", "start_char": 134, "text": "published", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 145, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 144, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 151, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "photo", "misc": "", "start_char": 146, "text": "photo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 157, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "story", "misc": "", "start_char": 152, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 163, "feats": null, "head": 12, "id": 8, "lemma": "about", "misc": "", "start_char": 158, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 167, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 9, "lemma": "the", "misc": "", "start_char": 164, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 181, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "extraordinary", "misc": "", "start_char": 168, "text": "extraordinary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 189, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Zsnskar", "misc": "", "start_char": 182, "text": "Zsnskar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 196, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "region", "misc": "", "start_char": 190, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 199, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 197, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 208, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "northern", "misc": "", "start_char": 200, "text": "northern", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 214, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "India", "misc": "", "start_char": 209, "text": "India", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 216, "feats": null, "head": 12, "id": 16, "lemma": ",", "misc": "", "start_char": 215, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 222, "feats": "PronType=Rel", "head": 19, "id": 17, "lemma": "which", "misc": "", "start_char": 217, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "aux:pass", "end_char": 225, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 223, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 229, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 19, "lemma": "cut", "misc": "", "start_char": 226, "text": "cut", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound:prt", "end_char": 233, "feats": null, "head": 19, "id": 20, "lemma": "off", "misc": "", "start_char": 230, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 238, "feats": null, "head": 24, "id": 21, "lemma": "from", "misc": "", "start_char": 234, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 242, "feats": "Definite=Def|PronType=Art", "head": 24, "id": 22, "lemma": "the", "misc": "", "start_char": 239, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 250, "feats": "Degree=Pos", "head": 24, "id": 23, "lemma": "outside", "misc": "", "start_char": 243, "text": "outside", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 256, "feats": "Number=Sing", "head": 19, "id": 24, "lemma": "world", "misc": "", "start_char": 251, "text": "world", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 260, "feats": null, "head": 29, "id": 25, "lemma": "for", "misc": "", "start_char": 257, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 265, "feats": "Degree=Cmp", "head": 28, "id": 26, "lemma": "more", "misc": "", "start_char": 261, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 270, "feats": null, "head": 26, "id": 27, "lemma": "than", "misc": "", "start_char": 266, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 276, "feats": "NumForm=Word|NumType=Card", "head": 29, "id": 28, "lemma": "seven", "misc": "", "start_char": 271, "text": "seven", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl", "end_char": 283, "feats": "Number=Plur", "head": 19, "id": 29, "lemma": "month", "misc": "", "start_char": 277, "text": "months", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 286, "feats": null, "head": 32, "id": 30, "lemma": "of", "misc": "", "start_char": 284, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 290, "feats": "Definite=Def|PronType=Art", "head": 32, "id": 31, "lemma": "the", "misc": "", "start_char": 287, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 295, "feats": "Number=Sing", "head": 29, "id": 32, "lemma": "year", "misc": "", "start_char": 291, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 297, "feats": null, "head": 36, "id": 33, "lemma": ",", "misc": "", "start_char": 296, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 301, "feats": null, "head": 36, "id": 34, "lemma": "and", "misc": "", "start_char": 298, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 306, "feats": null, "head": 36, "id": 35, "lemma": "only", "misc": "", "start_char": 302, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 317, "feats": "Degree=Pos", "head": 19, "id": 36, "lemma": "accessible", "misc": "", "start_char": 307, "text": "accessible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 321, "feats": null, "head": 40, "id": 37, "lemma": "via", "misc": "", "start_char": 318, "text": "via", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 323, "feats": "Definite=Ind|PronType=Art", "head": 40, "id": 38, "lemma": "a", "misc": "", "start_char": 322, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 330, "feats": "Tense=Past|VerbForm=Part", "head": 40, "id": 39, "lemma": "freeze", "misc": "", "start_char": 324, "text": "frozen", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obl", "end_char": 336, "feats": "Number=Sing", "head": 36, "id": 40, "lemma": "river", "misc": "", "start_char": 331, "text": "river", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 338, "feats": null, "head": 4, "id": 41, "lemma": ".", "misc": "", "start_char": 337, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (NP (PRP We)) (ADVP (RB also)) (VP (VBD included) (NP (NP (NN information)) (PP (IN about) (NP (NP (NP (DT the) (JJ limited) (NN use)) (PP (IN of) (NP (NP (NN skiing)) (PP (IN in) (NP (DT the) (NN region)))))) (CC and) (NP (NP (DT the) (JJ recent) (NN creation)) (PP (IN of) (NP (DT the) (NML (NNP Zanskar) (NNP Ski)) (NNP School)))))))) (: :)))" }, "speaker": null, "text": "We also included information about the limited use of skiing in the region and the recent creation of the Zanskar Ski School:", "tokens": [ { "deprel": "nsubj", "end_char": 341, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 3, "id": 1, "lemma": "we", "misc": "", "start_char": 339, "text": "We", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 346, "feats": null, "head": 3, "id": 2, "lemma": "also", "misc": "", "start_char": 342, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 355, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "include", "misc": "", "start_char": 347, "text": "included", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 367, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "information", "misc": "", "start_char": 356, "text": "information", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 373, "feats": null, "head": 8, "id": 5, "lemma": "about", "misc": "", "start_char": 368, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 377, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 6, "lemma": "the", "misc": "", "start_char": 374, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 385, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "limited", "misc": "", "start_char": 378, "text": "limited", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 389, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "use", "misc": "", "start_char": 386, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 392, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 390, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 399, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "ski", "misc": "", "start_char": 393, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 402, "feats": null, "head": 13, "id": 11, "lemma": "in", "misc": "", "start_char": 400, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 406, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 403, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 413, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "region", "misc": "", "start_char": 407, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 417, "feats": null, "head": 17, "id": 14, "lemma": "and", "misc": "", "start_char": 414, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 421, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 15, "lemma": "the", "misc": "", "start_char": 418, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 428, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "recent", "misc": "", "start_char": 422, "text": "recent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 437, "feats": "Number=Sing", "head": 8, "id": 17, "lemma": "creation", "misc": "", "start_char": 429, "text": "creation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 440, "feats": null, "head": 22, "id": 18, "lemma": "of", "misc": "", "start_char": 438, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 444, "feats": "Definite=Def|PronType=Art", "head": 22, "id": 19, "lemma": "the", "misc": "", "start_char": 441, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 452, "feats": "Number=Sing", "head": 22, "id": 20, "lemma": "Zanskar", "misc": "", "start_char": 445, "text": "Zanskar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 456, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "Ski", "misc": "", "start_char": 453, "text": "Ski", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nmod", "end_char": 463, "feats": "Number=Sing", "head": 17, "id": 22, "lemma": "School", "misc": "", "start_char": 457, "text": "School", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 465, "feats": null, "head": 3, "id": 23, "lemma": ":", "misc": "", "start_char": 464, "text": ":", "upos": "PUNCT", "xpos": ":" } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 467, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 466, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (`` ``) (S (PP (IN Despite) (NP (NP (DT the) (NNS difficulties)) (PP (IN of) (S (VP (VBG travelling) (PP (IN through) (NP (DT the) (NN region))) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NN snow)) (VP (VBZ comes))))))))) (, ,) (NP (NN skiing)) (VP (VBZ has) (RB n't) (ADVP (RB traditionally)) (VP (VBN been) (VP (VBN used) (PP (IN as) (NP (NP (DT a) (NN means)) (PP (IN of) (NP (NN transport))))) (PP (IN by) (NP (DT the) (NNS locals))) (, ,) (SBAR (ADVP (RB largely)) (IN because) (S (NP (NNS trees)) (VP (VBP do) (RB n't) (VP (VB grow) (ADVP (RB here)))))))))) (, ,) (RB so) (S (NP (EX there)) (VP (VBZ is) (NP (NP (JJ little)) (PP (IN in) (NP (NP (DT the) (NN way)) (PP (IN of) (NP (NP (JJ raw) (NNS materials)) (SBAR (WHPP (IN from) (WHNP (WDT which))) (S (VP (TO to) (VP (VB make) (NP (NNS skis))))))))))))) (. .)))" }, "speaker": null, "text": "\"Despite the difficulties of travelling through the region when the snow comes, skiing hasn't traditionally been used as a means of transport by the locals, largely because trees don't grow here, so there is little in the way of raw materials from which to make skis.", "tokens": [ { "deprel": "punct", "end_char": 470, "feats": null, "head": 20, "id": 1, "lemma": "``", "misc": "", "start_char": 468, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "case", "end_char": 478, "feats": null, "head": 4, "id": 2, "lemma": "despite", "misc": "", "start_char": 471, "text": "Despite", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 482, "feats": "Definite=Def|PronType=Art", "head": 4, "id": 3, "lemma": "the", "misc": "", "start_char": 479, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 495, "feats": "Number=Plur", "head": 20, "id": 4, "lemma": "difficulty", "misc": "", "start_char": 483, "text": "difficulties", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 498, "feats": null, "head": 6, "id": 5, "lemma": "of", "misc": "", "start_char": 496, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 509, "feats": "VerbForm=Ger", "head": 4, "id": 6, "lemma": "travel", "misc": "", "start_char": 499, "text": "travelling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 517, "feats": null, "head": 9, "id": 7, "lemma": "through", "misc": "", "start_char": 510, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 521, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "misc": "", "start_char": 518, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 528, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "region", "misc": "", "start_char": 522, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 533, "feats": "PronType=Int", "head": 13, "id": 10, "lemma": "when", "misc": "", "start_char": 529, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "det", "end_char": 537, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "misc": "", "start_char": 534, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 542, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "snow", "misc": "", "start_char": 538, "text": "snow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advcl", "end_char": 548, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 13, "lemma": "come", "misc": "", "start_char": 543, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 550, "feats": null, "head": 4, "id": 14, "lemma": ",", "misc": "", "start_char": 549, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj:pass", "end_char": 557, "feats": "Number=Sing", "head": 20, "id": 15, "lemma": "ski", "misc": "", "start_char": 551, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 561, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 16, "lemma": "have", "misc": "", "start_char": 558, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 565, "feats": null, "head": 20, "id": 17, "lemma": "not", "misc": "", "start_char": 562, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 579, "feats": null, "head": 20, "id": 18, "lemma": "traditionally", "misc": "", "start_char": 566, "text": "traditionally", "upos": "ADV", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 584, "feats": "Tense=Past|VerbForm=Part", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 580, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 589, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 20, "lemma": "use", "misc": "", "start_char": 585, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 592, "feats": null, "head": 23, "id": 21, "lemma": "as", "misc": "", "start_char": 590, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 594, "feats": "Definite=Ind|PronType=Art", "head": 23, "id": 22, "lemma": "a", "misc": "", "start_char": 593, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 600, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "means", "misc": "", "start_char": 595, "text": "means", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 603, "feats": null, "head": 25, "id": 24, "lemma": "of", "misc": "", "start_char": 601, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 613, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "transport", "misc": "", "start_char": 604, "text": "transport", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 616, "feats": null, "head": 28, "id": 26, "lemma": "by", "misc": "", "start_char": 614, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 620, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 27, "lemma": "the", "misc": "", "start_char": 617, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 627, "feats": "Number=Plur", "head": 25, "id": 28, "lemma": "local", "misc": "", "start_char": 621, "text": "locals", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 629, "feats": null, "head": 35, "id": 29, "lemma": ",", "misc": "", "start_char": 628, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 637, "feats": null, "head": 35, "id": 30, "lemma": "largely", "misc": "", "start_char": 630, "text": "largely", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 645, "feats": null, "head": 35, "id": 31, "lemma": "because", "misc": "", "start_char": 638, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 651, "feats": "Number=Plur", "head": 35, "id": 32, "lemma": "tree", "misc": "", "start_char": 646, "text": "trees", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 654, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 35, "id": 33, "lemma": "do", "misc": "", "start_char": 652, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 658, "feats": null, "head": 35, "id": 34, "lemma": "not", "misc": "", "start_char": 655, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 663, "feats": "VerbForm=Inf", "head": 20, "id": 35, "lemma": "grow", "misc": "", "start_char": 659, "text": "grow", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 668, "feats": "PronType=Dem", "head": 35, "id": 36, "lemma": "here", "misc": "", "start_char": 664, "text": "here", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 670, "feats": null, "head": 40, "id": 37, "lemma": ",", "misc": "", "start_char": 669, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 673, "feats": null, "head": 40, "id": 38, "lemma": "so", "misc": "", "start_char": 671, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "expl", "end_char": 679, "feats": null, "head": 40, "id": 39, "lemma": "there", "misc": "", "start_char": 674, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "parataxis", "end_char": 682, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 40, "lemma": "be", "misc": "", "start_char": 680, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 689, "feats": "Degree=Pos", "head": 40, "id": 41, "lemma": "little", "misc": "", "start_char": 683, "text": "little", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 692, "feats": null, "head": 44, "id": 42, "lemma": "in", "misc": "", "start_char": 690, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 696, "feats": "Definite=Def|PronType=Art", "head": 44, "id": 43, "lemma": "the", "misc": "", "start_char": 693, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 700, "feats": "Number=Sing", "head": 40, "id": 44, "lemma": "way", "misc": "", "start_char": 697, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 703, "feats": null, "head": 47, "id": 45, "lemma": "of", "misc": "", "start_char": 701, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 707, "feats": "Degree=Pos", "head": 47, "id": 46, "lemma": "raw", "misc": "", "start_char": 704, "text": "raw", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 717, "feats": "Number=Plur", "head": 44, "id": 47, "lemma": "material", "misc": "", "start_char": 708, "text": "materials", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 722, "feats": null, "head": 49, "id": 48, "lemma": "from", "misc": "", "start_char": 718, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 728, "feats": "PronType=Rel", "head": 51, "id": 49, "lemma": "which", "misc": "", "start_char": 723, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "mark", "end_char": 731, "feats": null, "head": 51, "id": 50, "lemma": "to", "misc": "", "start_char": 729, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl:relcl", "end_char": 736, "feats": "VerbForm=Inf", "head": 47, "id": 51, "lemma": "make", "misc": "", "start_char": 732, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 741, "feats": "Number=Plur", "head": 51, "id": 52, "lemma": "ski", "misc": "", "start_char": 737, "text": "skis", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 743, "feats": null, "head": 20, "id": 53, "lemma": ".", "misc": "", "start_char": 742, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (PP (IN In) (NP (CD 1995))) (, ,) (NP (NP (DT a) (NN group)) (PP (IN of) (NP (JJ British) (NNS scientists))) (PP (IN in) (NP (DT the) (NN region)))) (VP (VBD noticed) (NP (NP (DT the) (NN lack)) (PP (IN of) (NP (NNS skis))))) (CC and) (S (NP (NP (CD one)) (PP (IN of) (NP (PRP them)))) (VP (VBD returned) (S (VP (TO to) (VP (VB set) (PRT (RP up)) (NP (NP (DT the) (NNP Zanskar) (NNP Ski) (NNP School)) (PP (IN in) (NP (NNP Padam))))))))) (. .)))" }, "speaker": null, "text": "In 1995, a group of British scientists in the region noticed the lack of skis and one of them returned to set up the Zanskar Ski School in Padam.", "tokens": [ { "deprel": "case", "end_char": 746, "feats": null, "head": 2, "id": 1, "lemma": "in", "misc": "", "start_char": 744, "text": "In", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 751, "feats": "NumForm=Digit|NumType=Card", "head": 12, "id": 2, "lemma": "1995", "misc": "", "start_char": 747, "text": "1995", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 753, "feats": null, "head": 12, "id": 3, "lemma": ",", "misc": "", "start_char": 752, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 755, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 754, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 761, "feats": "Number=Sing", "head": 12, "id": 5, "lemma": "group", "misc": "", "start_char": 756, "text": "group", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 764, "feats": null, "head": 8, "id": 6, "lemma": "of", "misc": "", "start_char": 762, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 772, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "British", "misc": "", "start_char": 765, "text": "British", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 783, "feats": "Number=Plur", "head": 5, "id": 8, "lemma": "scientist", "misc": "", "start_char": 773, "text": "scientists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 786, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 784, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 790, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 787, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 797, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "region", "misc": "", "start_char": 791, "text": "region", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 805, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 12, "lemma": "notice", "misc": "", "start_char": 798, "text": "noticed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 809, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 13, "lemma": "the", "misc": "", "start_char": 806, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 814, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "lack", "misc": "", "start_char": 810, "text": "lack", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 817, "feats": null, "head": 16, "id": 15, "lemma": "of", "misc": "", "start_char": 815, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 822, "feats": "Number=Plur", "head": 14, "id": 16, "lemma": "ski", "misc": "", "start_char": 818, "text": "skis", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 826, "feats": null, "head": 21, "id": 17, "lemma": "and", "misc": "", "start_char": 823, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 830, "feats": "NumForm=Word|NumType=Card", "head": 21, "id": 18, "lemma": "one", "misc": "", "start_char": 827, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 833, "feats": null, "head": 20, "id": 19, "lemma": "of", "misc": "", "start_char": 831, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 838, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 18, "id": 20, "lemma": "they", "misc": "", "start_char": 834, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 847, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 21, "lemma": "return", "misc": "", "start_char": 839, "text": "returned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 850, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 848, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 854, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "set", "misc": "", "start_char": 851, "text": "set", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 857, "feats": null, "head": 23, "id": 24, "lemma": "up", "misc": "", "start_char": 855, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "det", "end_char": 861, "feats": "Definite=Def|PronType=Art", "head": 28, "id": 25, "lemma": "the", "misc": "", "start_char": 858, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 869, "feats": "Number=Sing", "head": 28, "id": 26, "lemma": "Zanskar", "misc": "", "start_char": 862, "text": "Zanskar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 873, "feats": "Number=Sing", "head": 28, "id": 27, "lemma": "Ski", "misc": "", "start_char": 870, "text": "Ski", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 880, "feats": "Number=Sing", "head": 23, "id": 28, "lemma": "School", "misc": "", "start_char": 874, "text": "School", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 883, "feats": null, "head": 30, "id": 29, "lemma": "in", "misc": "", "start_char": 881, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 889, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "Padam", "misc": "", "start_char": 884, "text": "Padam", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 891, "feats": null, "head": 12, "id": 31, "lemma": ".", "misc": "", "start_char": 890, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN school)) (VP (VP (VBZ provides) (NP (NP (NNS lessons)) (PP (IN for) (NP (DT a) (JJ small) (NN fee))))) (CC and) (VP (VBZ rents) (NP (NNS skis)) (PP (IN to) (NP (DT the) (JJ local) (NNS people))))) (. .)))" }, "speaker": null, "text": "The school provides lessons for a small fee and rents skis to the local people.", "tokens": [ { "deprel": "det", "end_char": 895, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 892, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 902, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "school", "misc": "", "start_char": 896, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 911, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "provide", "misc": "", "start_char": 903, "text": "provides", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 919, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "lesson", "misc": "", "start_char": 912, "text": "lessons", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 923, "feats": null, "head": 8, "id": 5, "lemma": "for", "misc": "", "start_char": 920, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 925, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 6, "lemma": "a", "misc": "", "start_char": 924, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 931, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "small", "misc": "", "start_char": 926, "text": "small", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 935, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "fee", "misc": "", "start_char": 932, "text": "fee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 939, "feats": null, "head": 10, "id": 9, "lemma": "and", "misc": "", "start_char": 936, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 945, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 10, "lemma": "rent", "misc": "", "start_char": 940, "text": "rents", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 950, "feats": "Number=Plur", "head": 10, "id": 11, "lemma": "ski", "misc": "", "start_char": 946, "text": "skis", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 953, "feats": null, "head": 15, "id": 12, "lemma": "to", "misc": "", "start_char": 951, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 957, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 954, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 963, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "local", "misc": "", "start_char": 958, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 970, "feats": "Number=Plur", "head": 10, "id": 15, "lemma": "person", "misc": "", "start_char": 964, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 972, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 971, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (SINV (PP (IN Among) (NP (NP (DT the) (NNS benefits)) (SBAR (WHNP (WDT that)) (S (NP (DT the) (NN school)) (VP (VBZ hopes) (S (VP (TO to) (VP (VB bring))))))))) (VP (VBP are)) (NP (NP (NP (VBN improved) (NN education)) (PRN (, --) (S (NP (NNS children)) (ADVP (RB often)) (VP (VBP find) (S (NP (NP (PRP it))) (ADJP (JJ difficult)) (S (VP (TO to) (VP (VB get) (PP (IN to) (NP (NN school))) (PP (IN through) (NP (DT the) (JJ deep) (NN snow))))))))) (, --))) (CC and) (NP (NP (DT the) (NN possibility)) (PP (IN of) (S (VP (VBG offering) (NP (NN ski) (NNS tours)) (PP (IN to) (NP (NNS tourists))) (PP (IN in) (NP (DT the) (NN future)))))))) (. .)))" }, "speaker": null, "text": "Among the benefits that the school hopes to bring are improved education--children often find it difficult to get to school through the deep snow--and the possibility of offering ski tours to tourists in the future.", "tokens": [ { "deprel": "case", "end_char": 978, "feats": null, "head": 3, "id": 1, "lemma": "among", "misc": "", "start_char": 973, "text": "Among", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 982, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 2, "lemma": "the", "misc": "", "start_char": 979, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 991, "feats": "Number=Plur", "head": 16, "id": 3, "lemma": "benefit", "misc": "", "start_char": 983, "text": "benefits", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "obj", "end_char": 996, "feats": "PronType=Rel", "head": 9, "id": 4, "lemma": "that", "misc": "", "start_char": 992, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "det", "end_char": 1000, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 997, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1007, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "school", "misc": "", "start_char": 1001, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl:relcl", "end_char": 1013, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 7, "lemma": "hope", "misc": "", "start_char": 1008, "text": "hopes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1016, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 1014, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1022, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "bring", "misc": "", "start_char": 1017, "text": "bring", "upos": "VERB", "xpos": "VB" }, { "deprel": "cop", "end_char": 1026, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 1023, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "amod", "end_char": 1035, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 11, "lemma": "improve", "misc": "", "start_char": 1027, "text": "improved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "ccomp", "end_char": 1045, "feats": "Number=Sing", "head": 16, "id": 12, "lemma": "education", "misc": "", "start_char": 1036, "text": "education", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1048, "feats": null, "head": 16, "id": 13, "lemma": "--", "misc": "", "start_char": 1046, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1057, "feats": "Number=Plur", "head": 16, "id": 14, "lemma": "child", "misc": "", "start_char": 1049, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1063, "feats": null, "head": 16, "id": 15, "lemma": "often", "misc": "", "start_char": 1058, "text": "often", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1068, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 16, "lemma": "find", "misc": "", "start_char": 1064, "text": "find", "upos": "VERB", "xpos": "VBP" }, { "deprel": "expl", "end_char": 1071, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 17, "lemma": "it", "misc": "", "start_char": 1069, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 1081, "feats": "Degree=Pos", "head": 16, "id": 18, "lemma": "difficult", "misc": "", "start_char": 1072, "text": "difficult", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1084, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1082, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1088, "feats": "VerbForm=Inf", "head": 16, "id": 20, "lemma": "get", "misc": "", "start_char": 1085, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1091, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 1089, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1098, "feats": "Number=Sing", "head": 20, "id": 22, "lemma": "school", "misc": "", "start_char": 1092, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1106, "feats": null, "head": 26, "id": 23, "lemma": "through", "misc": "", "start_char": 1099, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1110, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 24, "lemma": "the", "misc": "", "start_char": 1107, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1115, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "deep", "misc": "", "start_char": 1111, "text": "deep", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1120, "feats": "Number=Sing", "head": 20, "id": 26, "lemma": "snow", "misc": "", "start_char": 1116, "text": "snow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1123, "feats": null, "head": 20, "id": 27, "lemma": "--", "misc": "", "start_char": 1121, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1127, "feats": null, "head": 30, "id": 28, "lemma": "and", "misc": "", "start_char": 1124, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1131, "feats": "Definite=Def|PronType=Art", "head": 30, "id": 29, "lemma": "the", "misc": "", "start_char": 1128, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 1143, "feats": "Number=Sing", "head": 20, "id": 30, "lemma": "possibility", "misc": "", "start_char": 1132, "text": "possibility", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1146, "feats": null, "head": 32, "id": 31, "lemma": "of", "misc": "", "start_char": 1144, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 1155, "feats": "VerbForm=Ger", "head": 30, "id": 32, "lemma": "offer", "misc": "", "start_char": 1147, "text": "offering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "compound", "end_char": 1159, "feats": "Number=Sing", "head": 34, "id": 33, "lemma": "ski", "misc": "", "start_char": 1156, "text": "ski", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1165, "feats": "Number=Plur", "head": 32, "id": 34, "lemma": "tour", "misc": "", "start_char": 1160, "text": "tours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1168, "feats": null, "head": 36, "id": 35, "lemma": "to", "misc": "", "start_char": 1166, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1177, "feats": "Number=Plur", "head": 32, "id": 36, "lemma": "tourist", "misc": "", "start_char": 1169, "text": "tourists", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1180, "feats": null, "head": 39, "id": 37, "lemma": "in", "misc": "", "start_char": 1178, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1184, "feats": "Definite=Def|PronType=Art", "head": 39, "id": 38, "lemma": "the", "misc": "", "start_char": 1181, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1191, "feats": "Number=Sing", "head": 32, "id": 39, "lemma": "future", "misc": "", "start_char": 1185, "text": "future", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1193, "feats": null, "head": 16, "id": 40, "lemma": ".", "misc": "", "start_char": 1192, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (ADVP (RB So) (RB far)) (, ,) (S (NP (QP (JJR more) (IN than) (CD 300)) (JJ local) (NNS people)) (VP (VBP have) (VP (VBN received) (NP (NN training))))) (, ,) (CC and) (S (NP (JJ local) (NNS doctors) (CC and) (NNS policemen)) (ADVP (RB regularly)) (VP (VBP borrow) (NP (NNS skis)))) (. .) ('' '')))" }, "speaker": null, "text": "So far, more than 300 local people have received training, and local doctors and policemen regularly borrow skis.\"", "tokens": [ { "deprel": "advmod", "end_char": 1196, "feats": null, "head": 2, "id": 1, "lemma": "so", "misc": "", "start_char": 1194, "text": "So", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1200, "feats": "Degree=Pos", "head": 10, "id": 2, "lemma": "far", "misc": "", "start_char": 1197, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 1202, "feats": null, "head": 10, "id": 3, "lemma": ",", "misc": "", "start_char": 1201, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1207, "feats": "Degree=Cmp", "head": 6, "id": 4, "lemma": "more", "misc": "", "start_char": 1203, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "fixed", "end_char": 1212, "feats": null, "head": 4, "id": 5, "lemma": "than", "misc": "", "start_char": 1208, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nummod", "end_char": 1216, "feats": "NumForm=Digit|NumType=Card", "head": 8, "id": 6, "lemma": "300", "misc": "", "start_char": 1213, "text": "300", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1222, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "local", "misc": "", "start_char": 1217, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1229, "feats": "Number=Plur", "head": 10, "id": 8, "lemma": "person", "misc": "", "start_char": 1223, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1234, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "have", "misc": "", "start_char": 1230, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 1243, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 10, "lemma": "receive", "misc": "", "start_char": 1235, "text": "received", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 1252, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "training", "misc": "", "start_char": 1244, "text": "training", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1254, "feats": null, "head": 19, "id": 12, "lemma": ",", "misc": "", "start_char": 1253, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1258, "feats": null, "head": 19, "id": 13, "lemma": "and", "misc": "", "start_char": 1255, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 1264, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "local", "misc": "", "start_char": 1259, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1272, "feats": "Number=Plur", "head": 19, "id": 15, "lemma": "doctor", "misc": "", "start_char": 1265, "text": "doctors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 1276, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 1273, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1286, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "policeman", "misc": "", "start_char": 1277, "text": "policemen", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advmod", "end_char": 1296, "feats": null, "head": 19, "id": 18, "lemma": "regularly", "misc": "", "start_char": 1287, "text": "regularly", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 1303, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 19, "lemma": "borrow", "misc": "", "start_char": 1297, "text": "borrow", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 1308, "feats": "Number=Plur", "head": 19, "id": 20, "lemma": "ski", "misc": "", "start_char": 1304, "text": "skis", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1310, "feats": null, "head": 10, "id": 21, "lemma": ".", "misc": "", "start_char": 1309, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 1313, "feats": null, "head": 10, "id": 22, "lemma": "''", "misc": "", "start_char": 1311, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1315, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1314, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (S (CC But) (SBAR (WHNP (WP what)) (S (NP (PRP we)) (VP (VBD were) (RB n't) (ADJP (JJ able) (S (VP (TO to) (VP (VB include) (PP (IN in) (NP (DT the) (NN article)))))))))) (VP (VBZ is) (SBAR (IN that) (S (NP (DT the) (NN ski) (NN school)) (VP (VBZ is) (ADVP (RB always)) (PP (IN on) (NP (DT the) (NN look) (RP out))) (PP (IN for) (NP (NP (NP (JJ old) (NN skiing) (NN equipment)) (, --) (PP (ADVP (RB particularly)) (IN of) (NP (NP (DT a) (NN size)) (ADJP (JJ suitable) (PP (IN for) (NP (NNS children)))))) (, --)) (CC and) (, ,) (S (NP (PRP I)) (VP (VBD thought))))))))) (. .)))" }, "speaker": null, "text": "But what we weren't able to include in the article is that the ski school is always on the look out for old skiing equipment--particularly of a size suitable for children--and, I thought.", "tokens": [ { "deprel": "cc", "end_char": 1319, "feats": null, "head": 21, "id": 1, "lemma": "but", "misc": "", "start_char": 1316, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:outer", "end_char": 1324, "feats": "PronType=Rel", "head": 21, "id": 2, "lemma": "what", "misc": "", "start_char": 1320, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 1327, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 6, "id": 3, "lemma": "we", "misc": "", "start_char": 1325, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 1332, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 6, "id": 4, "lemma": "be", "misc": "", "start_char": 1328, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 1336, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 1333, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 1341, "feats": "Degree=Pos", "head": 2, "id": 6, "lemma": "able", "misc": "", "start_char": 1337, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 1344, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 1342, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1352, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "include", "misc": "", "start_char": 1345, "text": "include", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1355, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 1353, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1359, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 1356, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1367, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "article", "misc": "", "start_char": 1360, "text": "article", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1370, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 12, "lemma": "be", "misc": "", "start_char": 1368, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1375, "feats": null, "head": 21, "id": 13, "lemma": "that", "misc": "", "start_char": 1371, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1379, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 1376, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1383, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "ski", "misc": "", "start_char": 1380, "text": "ski", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1390, "feats": "Number=Sing", "head": 21, "id": 16, "lemma": "school", "misc": "", "start_char": 1384, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 1393, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 17, "lemma": "be", "misc": "", "start_char": 1391, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 1400, "feats": null, "head": 21, "id": 18, "lemma": "always", "misc": "", "start_char": 1394, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1403, "feats": null, "head": 21, "id": 19, "lemma": "on", "misc": "", "start_char": 1401, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1407, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 1404, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 1412, "feats": "Number=Sing", "head": 0, "id": 21, "lemma": "look", "misc": "", "start_char": 1408, "text": "look", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1416, "feats": null, "head": 21, "id": 22, "lemma": "out", "misc": "", "start_char": 1413, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 1420, "feats": null, "head": 26, "id": 23, "lemma": "for", "misc": "", "start_char": 1417, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 1424, "feats": "Degree=Pos", "head": 26, "id": 24, "lemma": "old", "misc": "", "start_char": 1421, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1431, "feats": "Number=Sing", "head": 26, "id": 25, "lemma": "ski", "misc": "", "start_char": 1425, "text": "skiing", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 1441, "feats": "Number=Sing", "head": 21, "id": 26, "lemma": "equipment", "misc": "", "start_char": 1432, "text": "equipment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1444, "feats": null, "head": 26, "id": 27, "lemma": "--", "misc": "", "start_char": 1442, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 1457, "feats": null, "head": 31, "id": 28, "lemma": "particularly", "misc": "", "start_char": 1445, "text": "particularly", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 1460, "feats": null, "head": 31, "id": 29, "lemma": "of", "misc": "", "start_char": 1458, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1462, "feats": "Definite=Ind|PronType=Art", "head": 31, "id": 30, "lemma": "a", "misc": "", "start_char": 1461, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 1467, "feats": "Number=Sing", "head": 26, "id": 31, "lemma": "size", "misc": "", "start_char": 1463, "text": "size", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 1476, "feats": "Degree=Pos", "head": 31, "id": 32, "lemma": "suitable", "misc": "", "start_char": 1468, "text": "suitable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1480, "feats": null, "head": 34, "id": 33, "lemma": "for", "misc": "", "start_char": 1477, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1489, "feats": "Number=Plur", "head": 32, "id": 34, "lemma": "child", "misc": "", "start_char": 1481, "text": "children", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1492, "feats": null, "head": 31, "id": 35, "lemma": "--", "misc": "", "start_char": 1490, "text": "--", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 1496, "feats": null, "head": 39, "id": 36, "lemma": "and", "misc": "", "start_char": 1493, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 1498, "feats": null, "head": 36, "id": 37, "lemma": ",", "misc": "", "start_char": 1497, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1500, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 39, "id": 38, "lemma": "I", "misc": "", "start_char": 1499, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 1508, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 21, "id": 39, "lemma": "think", "misc": "", "start_char": 1501, "text": "thought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 1510, "feats": null, "head": 21, "id": 40, "lemma": ".", "misc": "", "start_char": 1509, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Now)) (S (NP (DT the) (JJ European) (NN ski) (NN season)) (VP (VBZ is) (VP (VBG drawing) (PP (IN to) (NP (DT a) (NN close)))))) (, ,) (S (NP (EX there)) (VP (MD might) (VP (VB be) (NP (NP (DT a) (JJ few)) (PP (IN of) (NP (NP (NP (PRP you)) (ADVP (RB out) (RB there))) (SBAR (WHNP (WP who)) (S (VP (VBP have) (NP (NP (DT some) (JJ old) (NN equipment)) (SBAR (S (NP (PRP you)) (VP (MD 'd) (VP (VB like) (S (VP (TO to) (VP (VB see) (S (VP (VB go) (PP (IN to) (NP (DT a) (JJ good) (NN home)))))))))))))))))))))) (. .)))" }, "speaker": null, "text": "Now the European ski season is drawing to a close, there might be a few of you out there who have some old equipment you'd like to see go to a good home.", "tokens": [ { "deprel": "advmod", "end_char": 1514, "feats": null, "head": 7, "id": 1, "lemma": "now", "misc": "", "start_char": 1511, "text": "Now", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 1518, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 2, "lemma": "the", "misc": "", "start_char": 1515, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1527, "feats": "Degree=Pos", "head": 5, "id": 3, "lemma": "European", "misc": "", "start_char": 1519, "text": "European", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1531, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "ski", "misc": "", "start_char": 1528, "text": "ski", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1538, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "season", "misc": "", "start_char": 1532, "text": "season", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 1541, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 1539, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 1549, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 7, "lemma": "draw", "misc": "", "start_char": 1542, "text": "drawing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 1552, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 1550, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1554, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 1553, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1560, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "close", "misc": "", "start_char": 1555, "text": "close", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1562, "feats": null, "head": 7, "id": 11, "lemma": ",", "misc": "", "start_char": 1561, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "expl", "end_char": 1568, "feats": null, "head": 14, "id": 12, "lemma": "there", "misc": "", "start_char": 1563, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "aux", "end_char": 1574, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "might", "misc": "", "start_char": 1569, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 1577, "feats": "VerbForm=Inf", "head": 7, "id": 14, "lemma": "be", "misc": "", "start_char": 1575, "text": "be", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1579, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 1578, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 1583, "feats": "Degree=Pos", "head": 14, "id": 16, "lemma": "few", "misc": "", "start_char": 1580, "text": "few", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 1586, "feats": null, "head": 18, "id": 17, "lemma": "of", "misc": "", "start_char": 1584, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1590, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 16, "id": 18, "lemma": "you", "misc": "", "start_char": 1587, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 1594, "feats": null, "head": 20, "id": 19, "lemma": "out", "misc": "", "start_char": 1591, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 1600, "feats": "PronType=Dem", "head": 14, "id": 20, "lemma": "there", "misc": "", "start_char": 1595, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 1604, "feats": "PronType=Rel", "head": 22, "id": 21, "lemma": "who", "misc": "", "start_char": 1601, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "acl:relcl", "end_char": 1609, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 16, "id": 22, "lemma": "have", "misc": "", "start_char": 1605, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 1614, "feats": null, "head": 25, "id": 23, "lemma": "some", "misc": "", "start_char": 1610, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1618, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "old", "misc": "", "start_char": 1615, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1628, "feats": "Number=Sing", "head": 22, "id": 25, "lemma": "equipment", "misc": "", "start_char": 1619, "text": "equipment", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1632, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 28, "id": 26, "lemma": "you", "misc": "", "start_char": 1629, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1635, "feats": "VerbForm=Fin", "head": 28, "id": 27, "lemma": "would", "misc": "", "start_char": 1633, "text": "'d", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 1640, "feats": "VerbForm=Inf", "head": 25, "id": 28, "lemma": "like", "misc": "", "start_char": 1636, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 1643, "feats": null, "head": 30, "id": 29, "lemma": "to", "misc": "", "start_char": 1641, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 1647, "feats": "VerbForm=Inf", "head": 28, "id": 30, "lemma": "see", "misc": "", "start_char": 1644, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 1650, "feats": "VerbForm=Inf", "head": 30, "id": 31, "lemma": "go", "misc": "", "start_char": 1648, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1653, "feats": null, "head": 35, "id": 32, "lemma": "to", "misc": "", "start_char": 1651, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1655, "feats": "Definite=Ind|PronType=Art", "head": 35, "id": 33, "lemma": "a", "misc": "", "start_char": 1654, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1660, "feats": "Degree=Pos", "head": 35, "id": 34, "lemma": "good", "misc": "", "start_char": 1656, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 1665, "feats": "Number=Sing", "head": 31, "id": 35, "lemma": "home", "misc": "", "start_char": 1661, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1667, "feats": null, "head": 7, "id": 36, "lemma": ".", "misc": "", "start_char": 1666, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (SBAR (IN If) (S (NP (DT that)) (VP (VBZ 's) (NP (DT the) (NN ease))))) (NP (PRP you)) (VP (MD can) (VP (VB get) (PP (IN in) (NP (NP (NN touch)) (PP (IN with) (NP (DT the) (NN school))))) (PP (IN via) (NP (NP (PRP$ their) (NN website)) (NP (NNP www.zanskarski) (NNP school.org)))))) (. .)))" }, "speaker": null, "text": "If that's the ease you can get in touch with the school via their website www.zanskarski school.org.", "tokens": [ { "deprel": "mark", "end_char": 1670, "feats": null, "head": 5, "id": 1, "lemma": "if", "misc": "", "start_char": 1668, "text": "If", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 1675, "feats": "Number=Sing|PronType=Dem", "head": 5, "id": 2, "lemma": "that", "misc": "", "start_char": 1671, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 1678, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 1676, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 1682, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 1679, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 1687, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "ease", "misc": "", "start_char": 1683, "text": "ease", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 1691, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 8, "id": 6, "lemma": "you", "misc": "", "start_char": 1688, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 1695, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "can", "misc": "", "start_char": 1692, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 1699, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "get", "misc": "", "start_char": 1696, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 1702, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 1700, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 1708, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "touch", "misc": "", "start_char": 1703, "text": "touch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1713, "feats": null, "head": 13, "id": 11, "lemma": "with", "misc": "", "start_char": 1709, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 1717, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 1714, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 1724, "feats": "Number=Sing", "head": 8, "id": 13, "lemma": "school", "misc": "", "start_char": 1718, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1728, "feats": null, "head": 16, "id": 14, "lemma": "via", "misc": "", "start_char": 1725, "text": "via", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 1734, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 15, "lemma": "their", "misc": "", "start_char": 1729, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 1742, "feats": "Number=Sing", "head": 8, "id": 16, "lemma": "website", "misc": "", "start_char": 1735, "text": "website", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound", "end_char": 1757, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "Nww.zanskarski", "misc": "", "start_char": 1743, "text": "www.zanskarski", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "appos", "end_char": 1768, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "school.org", "misc": "", "start_char": 1758, "text": "school.org", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1770, "feats": null, "head": 8, "id": 19, "lemma": ".", "misc": "", "start_char": 1769, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
Do you have any skiing equipment you no longer need? A ski school in the far north of India could put it to good use. In March we published a photo story about the extraordinary Zsnskar region in northern India, which is cut off from the outside world for more than seven months of the year, and only accessible via a frozen river. We also included information about the limited use of skiing in the region and the recent creation of the Zanskar Ski School: "Despite the difficulties of travelling through the region when the snow comes, skiing hasn't traditionally been used as a means of transport by the locals, largely because trees don't grow here, so there is little in the way of raw materials from which to make skis. In 1995, a group of British scientists in the region noticed the lack of skis and one of them returned to set up the Zanskar Ski School in Padam. The school provides lessons for a small fee and rents skis to the local people. Among the benefits that the school hopes to bring are improved education--children often find it difficult to get to school through the deep snow--and the possibility of offering ski tours to tourists in the future. So far, more than 300 local people have received training, and local doctors and policemen regularly borrow skis." But what we weren't able to include in the article is that the ski school is always on the look out for old skiing equipment--particularly of a size suitable for children--and, I thought. Now the European ski season is drawing to a close, there might be a few of you out there who have some old equipment you'd like to see go to a good home. If that's the ease you can get in touch with the school via their website www.zanskarski school.org.
[ [ [ 0, 1, 1 ], [ 0, 6, 6 ], [ 13, 17, 17 ], [ 13, 25, 25 ], [ 14, 5, 5 ] ], [ [ 1, 11, 11 ] ], [ [ 1, 0, 8 ], [ 4, 18, 21 ], [ 7, 24, 29 ], [ 8, 0, 1 ], [ 9, 4, 5 ], [ 12, 13, 15 ], [ 14, 11, 12 ], [ 14, 14, 14 ] ], [ [ 1, 4, 8 ] ], [ [ 1, 8, 8 ] ], [ [ 1, 13, 14 ] ], [ [ 3, 1, 1 ] ], [ [ 3, 2, 2 ], [ 4, 0, 0 ], [ 12, 2, 2 ] ], [ [ 3, 4, 39 ] ], [ [ 3, 5, 5 ] ], [ [ 3, 8, 14 ] ], [ [ 3, 10, 10 ] ], [ [ 3, 13, 14 ] ], [ [ 3, 21, 23 ] ], [ [ 3, 25, 31 ] ], [ [ 3, 30, 31 ] ], [ [ 3, 37, 39 ] ], [ [ 4, 3, 21 ] ], [ [ 4, 5, 12 ] ], [ [ 4, 9, 12 ], [ 6, 14, 14 ], [ 6, 21, 24 ] ], [ [ 4, 11, 12 ], [ 6, 7, 8 ], [ 7, 9, 10 ] ], [ [ 4, 14, 21 ] ], [ [ 4, 5, 21 ] ], [ [ 6, 2, 8 ] ], [ [ 6, 5, 8 ] ], [ [ 6, 10, 11 ] ], [ [ 6, 24, 24 ] ], [ [ 6, 26, 27 ], [ 8, 12, 14 ] ], [ [ 6, 31, 31 ] ], [ [ 6, 51, 51 ], [ 7, 15, 15 ], [ 8, 10, 10 ], [ 10, 19, 19 ] ], [ [ 7, 1, 1 ] ], [ [ 7, 3, 10 ], [ 7, 19, 19 ] ], [ [ 7, 6, 10 ] ], [ [ 7, 12, 15 ] ], [ [ 7, 17, 19 ] ], [ [ 7, 29, 29 ] ], [ [ 8, 3, 3 ] ], [ [ 8, 5, 7 ] ], [ [ 9, 11, 11 ] ], [ [ 9, 13, 13 ], [ 12, 33, 33 ] ], [ [ 9, 16, 16 ] ], [ [ 9, 21, 21 ] ], [ [ 9, 23, 25 ] ], [ [ 9, 28, 38 ] ], [ [ 9, 32, 33 ] ], [ [ 9, 37, 38 ] ], [ [ 10, 3, 7 ] ], [ [ 10, 10, 10 ] ], [ [ 10, 13, 16 ] ], [ [ 12, 1, 10 ] ], [ [ 12, 9, 10 ] ], [ [ 12, 23, 25 ] ], [ [ 12, 29, 33 ] ], [ [ 12, 37, 37 ] ], [ [ 12, 30, 30 ] ], [ [ 13, 0, 0 ] ], [ [ 13, 1, 4 ] ], [ [ 13, 8, 9 ] ], [ [ 13, 14, 17 ] ], [ [ 13, 32, 34 ] ], [ [ 14, 1, 1 ] ], [ [ 14, 9, 9 ] ], [ [ 14, 14, 15 ], [ 14, 16, 17 ], [ 14, 14, 17 ] ], [ [ 0, 3, 9 ] ], [ [ 6, 45, 46 ] ], [ [ 6, 42, 46 ] ], [ [ 9, 1, 11 ] ], [ [ 9, 35, 35 ] ], [ [ 9, 31, 35 ] ], [ [ 12, 19, 20 ] ], [ [ 13, 22, 34 ] ], [ [ 14, 3, 7 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36219
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (NN cup)) (PP (IN of) (NP (NN coffee)))) (VP (VBZ is) (NP (JJ great) (NN choice)) (PP (IN in) (NP (DT a) (JJ cold) (NN winter)))) (. .)))" }, "speaker": null, "text": "A cup of coffee is great choice in a cold winter.", "tokens": [ { "deprel": "det", "end_char": 1, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 0, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "cup", "misc": "", "start_char": 2, "text": "cup", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 8, "feats": null, "head": 4, "id": 3, "lemma": "of", "misc": "", "start_char": 6, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 15, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "coffee", "misc": "", "start_char": 9, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 18, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 5, "lemma": "be", "misc": "", "start_char": 16, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 24, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "great", "misc": "", "start_char": 19, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 31, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "choice", "misc": "", "start_char": 25, "text": "choice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 34, "feats": null, "head": 11, "id": 8, "lemma": "in", "misc": "", "start_char": 32, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 36, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "misc": "", "start_char": 35, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 41, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "cold", "misc": "", "start_char": 37, "text": "cold", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 48, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "winter", "misc": "", "start_char": 42, "text": "winter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 50, "feats": null, "head": 7, "id": 12, "lemma": ".", "misc": "", "start_char": 49, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (ADVP (RB However)) (, ,) (SBAR (IN as) (S (NP (NML (JJ British) (NN newspaper)) (NNP Daily) (NNP Mail)) (VP (VBZ has) (VP (VBN reported))))) (, ,) (NP (DT the) (JJ tasty) (NN drink)) (VP (MD may) (VP (VB contain) (NP (NP (NP (JJ shocking) (NNS amounts)) (PP (IN of) (NP (NN sugar) (CC and) (NN fat)))) (SBAR (WHNP (WDT that)) (S (VP (VBP are) (PP (ADVP (RB much)) (IN over) (NP (DT the) (VBN recommended) (NML (NML (NNP World) (NNP Health) (NNP Organization)) (-LRB- -LRB-) (NNP WHO) (-RRB- -RRB-)) (NN level))))))))) (. .)))" }, "speaker": null, "text": "However, as British newspaper Daily Mail has reported, the tasty drink may contain shocking amounts of sugar and fat that are much over the recommended World Health Organization (WHO) level.", "tokens": [ { "deprel": "advmod", "end_char": 58, "feats": null, "head": 15, "id": 1, "lemma": "however", "misc": "", "start_char": 51, "text": "However", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 60, "feats": null, "head": 15, "id": 2, "lemma": ",", "misc": "", "start_char": 59, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 63, "feats": null, "head": 9, "id": 3, "lemma": "as", "misc": "", "start_char": 61, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 71, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "British", "misc": "", "start_char": 64, "text": "British", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 81, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "newspaper", "misc": "", "start_char": 72, "text": "newspaper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 87, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "daily", "misc": "", "start_char": 82, "text": "Daily", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 92, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "Mail", "misc": "", "start_char": 88, "text": "Mail", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 96, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "have", "misc": "", "start_char": 93, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 105, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 9, "lemma": "report", "misc": "", "start_char": 97, "text": "reported", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 107, "feats": null, "head": 9, "id": 10, "lemma": ",", "misc": "", "start_char": 106, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 111, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 11, "lemma": "the", "misc": "", "start_char": 108, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 117, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "tasty", "misc": "", "start_char": 112, "text": "tasty", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 123, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "drink", "misc": "", "start_char": 118, "text": "drink", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 127, "feats": "VerbForm=Fin", "head": 15, "id": 14, "lemma": "may", "misc": "", "start_char": 124, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 135, "feats": "VerbForm=Inf", "head": 0, "id": 15, "lemma": "contain", "misc": "", "start_char": 128, "text": "contain", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 144, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "shocking", "misc": "", "start_char": 136, "text": "shocking", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 152, "feats": "Number=Plur", "head": 15, "id": 17, "lemma": "amount", "misc": "", "start_char": 145, "text": "amounts", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 155, "feats": null, "head": 19, "id": 18, "lemma": "of", "misc": "", "start_char": 153, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 161, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "sugar", "misc": "", "start_char": 156, "text": "sugar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 165, "feats": null, "head": 21, "id": 20, "lemma": "and", "misc": "", "start_char": 162, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 169, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "fat", "misc": "", "start_char": 166, "text": "fat", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 174, "feats": "PronType=Rel", "head": 34, "id": 22, "lemma": "that", "misc": "", "start_char": 170, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 178, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 34, "id": 23, "lemma": "be", "misc": "", "start_char": 175, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 183, "feats": null, "head": 34, "id": 24, "lemma": "much", "misc": "", "start_char": 179, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 188, "feats": null, "head": 34, "id": 25, "lemma": "over", "misc": "", "start_char": 184, "text": "over", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 192, "feats": "Definite=Def|PronType=Art", "head": 34, "id": 26, "lemma": "the", "misc": "", "start_char": 189, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 204, "feats": "Tense=Past|VerbForm=Part", "head": 34, "id": 27, "lemma": "recommend", "misc": "", "start_char": 193, "text": "recommended", "upos": "VERB", "xpos": "VBN" }, { "deprel": "compound", "end_char": 210, "feats": "Number=Sing", "head": 29, "id": 28, "lemma": "World", "misc": "", "start_char": 205, "text": "World", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 217, "feats": "Number=Sing", "head": 30, "id": 29, "lemma": "Health", "misc": "", "start_char": 211, "text": "Health", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 230, "feats": "Number=Sing", "head": 34, "id": 30, "lemma": "Organization", "misc": "", "start_char": 218, "text": "Organization", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 232, "feats": null, "head": 32, "id": 31, "lemma": "(", "misc": "", "start_char": 231, "text": "(", "upos": "PUNCT", "xpos": "-LRB-" }, { "deprel": "appos", "end_char": 236, "feats": "Number=Sing", "head": 30, "id": 32, "lemma": "who", "misc": "", "start_char": 233, "text": "WHO", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 238, "feats": null, "head": 32, "id": 33, "lemma": ")", "misc": "", "start_char": 237, "text": ")", "upos": "PUNCT", "xpos": "-RRB-" }, { "deprel": "acl:relcl", "end_char": 244, "feats": "Number=Sing", "head": 17, "id": 34, "lemma": "level", "misc": "", "start_char": 239, "text": "level", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 246, "feats": null, "head": 15, "id": 35, "lemma": ".", "misc": "", "start_char": 245, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 248, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 247, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NN report)) (VP (VBD examined) (NP (NP (NNS products)) (PP (IN from) (NP (NP (JJ several) (JJ famous) (NN coffee) (NNS brands)) (PP (VBG including) (NP (NNP Costa))))))) (. .)))" }, "speaker": null, "text": "The report examined products from several famous coffee brands including Costa.", "tokens": [ { "deprel": "det", "end_char": 252, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 249, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 259, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "report", "misc": "", "start_char": 253, "text": "report", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 268, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "examine", "misc": "", "start_char": 260, "text": "examined", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 277, "feats": "Number=Plur", "head": 3, "id": 4, "lemma": "product", "misc": "", "start_char": 269, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 282, "feats": null, "head": 9, "id": 5, "lemma": "from", "misc": "", "start_char": 278, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 290, "feats": "Degree=Pos", "head": 9, "id": 6, "lemma": "several", "misc": "", "start_char": 283, "text": "several", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 297, "feats": "Degree=Pos", "head": 9, "id": 7, "lemma": "famous", "misc": "", "start_char": 291, "text": "famous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 304, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "coffee", "misc": "", "start_char": 298, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nmod", "end_char": 311, "feats": "Number=Plur", "head": 4, "id": 9, "lemma": "brand", "misc": "", "start_char": 305, "text": "brands", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 321, "feats": "VerbForm=Ger", "head": 11, "id": 10, "lemma": "include", "misc": "", "start_char": 312, "text": "including", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nmod", "end_char": 327, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Costa", "misc": "", "start_char": 322, "text": "Costa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 329, "feats": null, "head": 3, "id": 12, "lemma": ".", "misc": "", "start_char": 328, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Starbucks) (CC and) (NNP McCafe)) (PP (IN with) (NP (JJ terrible) (NNS findings))) (. .)))" }, "speaker": null, "text": "Starbucks and McCafe with terrible findings.", "tokens": [ { "deprel": "root", "end_char": 339, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Starbucks", "misc": "", "start_char": 330, "text": "Starbucks", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 343, "feats": null, "head": 3, "id": 2, "lemma": "and", "misc": "", "start_char": 340, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 350, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "McCafe", "misc": "", "start_char": 344, "text": "McCafe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 355, "feats": null, "head": 6, "id": 4, "lemma": "with", "misc": "", "start_char": 351, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 364, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "terrible", "misc": "", "start_char": 356, "text": "terrible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 373, "feats": "Number=Plur", "head": 1, "id": 6, "lemma": "finding", "misc": "", "start_char": 365, "text": "findings", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 375, "feats": null, "head": 1, "id": 7, "lemma": ".", "misc": "", "start_char": 374, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (NP (NP (NP (DT the) (JJ large) (JJ take-way) (JJ hot) (NN chocolate)) (PP (IN from) (NP (NNP Costa)))) (VP (VBN made) (PP (IN with) (NP (JJ full-fat) (NN milk))))) (, ,) (VP (VBZ has) (NP (NP (NP (CD 99.1g)) (PP (IN of) (NP (NN sugar)))) (, ,) (NP (NP (CD four) (NNS times)) (PP (IN of) (NP (DT the) (VBN advised) (JJ daily) (NN limit)))))) (. .)))" }, "speaker": null, "text": "For example, the large take-way hot chocolate from Costa made with full-fat milk, has 99.1g of sugar, four times of the advised daily limit.", "tokens": [ { "deprel": "case", "end_char": 379, "feats": null, "head": 2, "id": 1, "lemma": "for", "misc": "", "start_char": 376, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 387, "feats": "Number=Sing", "head": 16, "id": 2, "lemma": "example", "misc": "", "start_char": 380, "text": "example", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 389, "feats": null, "head": 2, "id": 3, "lemma": ",", "misc": "", "start_char": 388, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 393, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 4, "lemma": "the", "misc": "", "start_char": 390, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 399, "feats": "Degree=Pos", "head": 8, "id": 5, "lemma": "large", "misc": "", "start_char": 394, "text": "large", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 408, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "take-way", "misc": "", "start_char": 400, "text": "take-way", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 412, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "hot", "misc": "", "start_char": 409, "text": "hot", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 422, "feats": "Number=Sing", "head": 16, "id": 8, "lemma": "chocolate", "misc": "", "start_char": 413, "text": "chocolate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 427, "feats": null, "head": 10, "id": 9, "lemma": "from", "misc": "", "start_char": 423, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 433, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Costa", "misc": "", "start_char": 428, "text": "Costa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl", "end_char": 438, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 11, "lemma": "make", "misc": "", "start_char": 434, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 443, "feats": null, "head": 14, "id": 12, "lemma": "with", "misc": "", "start_char": 439, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 452, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "full-fat", "misc": "", "start_char": 444, "text": "full-fat", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 457, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "milk", "misc": "", "start_char": 453, "text": "milk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 459, "feats": null, "head": 8, "id": 15, "lemma": ",", "misc": "", "start_char": 458, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 463, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 16, "lemma": "have", "misc": "", "start_char": 460, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 469, "feats": "NumForm=Digit|NumType=Card", "head": 16, "id": 17, "lemma": "99.1g", "misc": "", "start_char": 464, "text": "99.1g", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 472, "feats": null, "head": 19, "id": 18, "lemma": "of", "misc": "", "start_char": 470, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 478, "feats": "Number=Sing", "head": 17, "id": 19, "lemma": "sugar", "misc": "", "start_char": 473, "text": "sugar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 480, "feats": null, "head": 22, "id": 20, "lemma": ",", "misc": "", "start_char": 479, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nummod", "end_char": 485, "feats": "NumForm=Word|NumType=Card", "head": 22, "id": 21, "lemma": "four", "misc": "", "start_char": 481, "text": "four", "upos": "NUM", "xpos": "CD" }, { "deprel": "appos", "end_char": 491, "feats": "Number=Plur", "head": 17, "id": 22, "lemma": "time", "misc": "", "start_char": 486, "text": "times", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 494, "feats": null, "head": 27, "id": 23, "lemma": "of", "misc": "", "start_char": 492, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 498, "feats": "Definite=Def|PronType=Art", "head": 27, "id": 24, "lemma": "the", "misc": "", "start_char": 495, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 506, "feats": "Tense=Past|VerbForm=Part", "head": 27, "id": 25, "lemma": "advise", "misc": "", "start_char": 499, "text": "advised", "upos": "VERB", "xpos": "VBN" }, { "deprel": "amod", "end_char": 512, "feats": "Degree=Pos", "head": 27, "id": 26, "lemma": "daily", "misc": "", "start_char": 507, "text": "daily", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 518, "feats": "Number=Sing", "head": 22, "id": 27, "lemma": "limit", "misc": "", "start_char": 513, "text": "limit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 520, "feats": null, "head": 16, "id": 28, "lemma": ".", "misc": "", "start_char": 519, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 522, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 521, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ Western) (NN sample)) (VP (MD may) (RB not) (VP (VB apply) (PP (IN to) (NP (JJ Asian) (NNS countries))))) (. .)))" }, "speaker": null, "text": "The Western sample may not apply to Asian countries.", "tokens": [ { "deprel": "det", "end_char": 526, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 523, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 534, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "western", "misc": "", "start_char": 527, "text": "Western", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 541, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "sample", "misc": "", "start_char": 535, "text": "sample", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 545, "feats": "VerbForm=Fin", "head": 6, "id": 4, "lemma": "may", "misc": "", "start_char": 542, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 549, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 546, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 555, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "apply", "misc": "", "start_char": 550, "text": "apply", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 558, "feats": null, "head": 9, "id": 7, "lemma": "to", "misc": "", "start_char": 556, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 564, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "Asian", "misc": "", "start_char": 559, "text": "Asian", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 574, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "country", "misc": "", "start_char": 565, "text": "countries", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 576, "feats": null, "head": 6, "id": 10, "lemma": ".", "misc": "", "start_char": 575, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (JJ local) (NN newspaper)) (PP (IN in) (NP (NNP Beijing)))) (VP (VP (VBD followed) (NP (DT the) (NN story))) (, ,) (CC but) (VP (VBD found) (SBAR (IN that) (S (NP (NP (NP (NNP Costa) (POS 's)) (NML (JJ Sticky) (NN toffee)) (NN latte)) (CC and) (NP (NNP Starbucks) (NNP Eggnog) (NN latte))) (VP (VBD was) (RB not) (PP (IN for) (NP (NN sale))) (PP (IN in) (NP (NNP Asia)))))))) (. .)))" }, "speaker": null, "text": "A local newspaper in Beijing followed the story, but found that Costa's Sticky toffee latte and Starbucks Eggnog latte was not for sale in Asia.", "tokens": [ { "deprel": "det", "end_char": 578, "feats": "Definite=Ind|PronType=Art", "head": 3, "id": 1, "lemma": "a", "misc": "", "start_char": 577, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 584, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "local", "misc": "", "start_char": 579, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 594, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "newspaper", "misc": "", "start_char": 585, "text": "newspaper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 597, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 595, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 605, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Beijing", "misc": "", "start_char": 598, "text": "Beijing", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 614, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 6, "lemma": "follow", "misc": "", "start_char": 606, "text": "followed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 618, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 615, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 624, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "story", "misc": "", "start_char": 619, "text": "story", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 626, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 625, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 630, "feats": null, "head": 11, "id": 10, "lemma": "but", "misc": "", "start_char": 627, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 636, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 11, "lemma": "find", "misc": "", "start_char": 631, "text": "found", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 641, "feats": null, "head": 25, "id": 12, "lemma": "that", "misc": "", "start_char": 637, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 647, "feats": "Number=Sing", "head": 17, "id": 13, "lemma": "Costa", "misc": "", "start_char": 642, "text": "Costa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 650, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 648, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "amod", "end_char": 657, "feats": "Degree=Pos", "head": 17, "id": 15, "lemma": "sticky", "misc": "", "start_char": 651, "text": "Sticky", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 664, "feats": "Number=Sing", "head": 17, "id": 16, "lemma": "toffee", "misc": "", "start_char": 658, "text": "toffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 670, "feats": "Number=Sing", "head": 25, "id": 17, "lemma": "latte", "misc": "", "start_char": 665, "text": "latte", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 674, "feats": null, "head": 21, "id": 18, "lemma": "and", "misc": "", "start_char": 671, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 684, "feats": "Number=Sing", "head": 21, "id": 19, "lemma": "Starbucks", "misc": "", "start_char": 675, "text": "Starbucks", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 691, "feats": "Number=Sing", "head": 21, "id": 20, "lemma": "Eggnog", "misc": "", "start_char": 685, "text": "Eggnog", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 697, "feats": "Number=Sing", "head": 17, "id": 21, "lemma": "latte", "misc": "", "start_char": 692, "text": "latte", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 701, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 25, "id": 22, "lemma": "be", "misc": "", "start_char": 698, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 705, "feats": null, "head": 25, "id": 23, "lemma": "not", "misc": "", "start_char": 702, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "case", "end_char": 709, "feats": null, "head": 25, "id": 24, "lemma": "for", "misc": "", "start_char": 706, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "ccomp", "end_char": 714, "feats": "Number=Sing", "head": 11, "id": 25, "lemma": "sale", "misc": "", "start_char": 710, "text": "sale", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 717, "feats": null, "head": 27, "id": 26, "lemma": "in", "misc": "", "start_char": 715, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 722, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "Asia", "misc": "", "start_char": 718, "text": "Asia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 724, "feats": null, "head": 6, "id": 28, "lemma": ".", "misc": "", "start_char": 723, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (S (NP (NP (DT A) (JJ senior) (NN staff) (NN member)) (PP (IN at) (NP (NNP Costa)))) (VP (VBD told) (NP (DT a) (NN reporter)) (SBAR (IN that) (S (NP (NP (NN coffee) (NNS products)) (VP (VBN sold) (PP (IN in) (NP (NNP China))) (PP (IN to) (NP (JJ local) (NNS people))))) (VP (VBZ contains) (NP (NP (ADJP (NP (CD 10) (NN percent)) (JJR less)) (NN sugar)) (PP (IN than) (NP (NP (DT those)) (VP (VBN sold) (PP (IN in) (NP (NNP America) (CC or) (NNP Europe))))))))))) (. .)))" }, "speaker": null, "text": "A senior staff member at Costa told a reporter that coffee products sold in China to local people contains 10 percent less sugar than those sold in America or Europe.", "tokens": [ { "deprel": "det", "end_char": 726, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 1, "lemma": "a", "misc": "", "start_char": 725, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 733, "feats": "Degree=Pos", "head": 4, "id": 2, "lemma": "senior", "misc": "", "start_char": 727, "text": "senior", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 739, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "staff", "misc": "", "start_char": 734, "text": "staff", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 746, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "member", "misc": "", "start_char": 740, "text": "member", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 749, "feats": null, "head": 6, "id": 5, "lemma": "at", "misc": "", "start_char": 747, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 755, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Costa", "misc": "", "start_char": 750, "text": "Costa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 760, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "tell", "misc": "", "start_char": 756, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 762, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 761, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "iobj", "end_char": 771, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "reporter", "misc": "", "start_char": 763, "text": "reporter", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 776, "feats": null, "head": 19, "id": 10, "lemma": "that", "misc": "", "start_char": 772, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "compound", "end_char": 783, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "coffee", "misc": "", "start_char": 777, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 792, "feats": "Number=Plur", "head": 19, "id": 12, "lemma": "product", "misc": "", "start_char": 784, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 797, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 13, "lemma": "sell", "misc": "", "start_char": 793, "text": "sold", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 800, "feats": null, "head": 15, "id": 14, "lemma": "in", "misc": "", "start_char": 798, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 806, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "China", "misc": "", "start_char": 801, "text": "China", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 809, "feats": null, "head": 18, "id": 16, "lemma": "to", "misc": "", "start_char": 807, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 815, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "local", "misc": "", "start_char": 810, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 822, "feats": "Number=Plur", "head": 13, "id": 18, "lemma": "person", "misc": "", "start_char": 816, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 831, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 19, "lemma": "contain", "misc": "", "start_char": 823, "text": "contains", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nummod", "end_char": 834, "feats": "NumForm=Digit|NumType=Card", "head": 21, "id": 20, "lemma": "10", "misc": "", "start_char": 832, "text": "10", "upos": "NUM", "xpos": "CD" }, { "deprel": "obl:npmod", "end_char": 842, "feats": "Number=Sing", "head": 22, "id": 21, "lemma": "percent", "misc": "", "start_char": 835, "text": "percent", "upos": "NOUN", "xpos": "NN" }, { "deprel": "amod", "end_char": 847, "feats": "Degree=Cmp", "head": 23, "id": 22, "lemma": "less", "misc": "", "start_char": 843, "text": "less", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "obj", "end_char": 853, "feats": "Number=Sing", "head": 19, "id": 23, "lemma": "sugar", "misc": "", "start_char": 848, "text": "sugar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 858, "feats": null, "head": 25, "id": 24, "lemma": "than", "misc": "", "start_char": 854, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 864, "feats": "Number=Plur|PronType=Dem", "head": 19, "id": 25, "lemma": "that", "misc": "", "start_char": 859, "text": "those", "upos": "PRON", "xpos": "DT" }, { "deprel": "acl", "end_char": 869, "feats": "Tense=Past|VerbForm=Part", "head": 25, "id": 26, "lemma": "sell", "misc": "", "start_char": 865, "text": "sold", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 872, "feats": null, "head": 28, "id": 27, "lemma": "in", "misc": "", "start_char": 870, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 880, "feats": "Number=Sing", "head": 26, "id": 28, "lemma": "America", "misc": "", "start_char": 873, "text": "America", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 883, "feats": null, "head": 30, "id": 29, "lemma": "or", "misc": "", "start_char": 881, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 890, "feats": "Number=Sing", "head": 28, "id": 30, "lemma": "Europe", "misc": "", "start_char": 884, "text": "Europe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 892, "feats": null, "head": 7, "id": 31, "lemma": ".", "misc": "", "start_char": 891, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (DT that)) (VP (VBZ does) (RB n't) (VP (VB mean) (NP (NP (NN safety)) (PP (IN for) (NP (JJ Chinese) (NNS customers)))))) (. .)))" }, "speaker": null, "text": "But that doesn't mean safety for Chinese customers.", "tokens": [ { "deprel": "cc", "end_char": 896, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 893, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 901, "feats": "Number=Sing|PronType=Dem", "head": 5, "id": 2, "lemma": "that", "misc": "", "start_char": 897, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "aux", "end_char": 906, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 902, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 910, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 907, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 915, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "mean", "misc": "", "start_char": 911, "text": "mean", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 922, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "safety", "misc": "", "start_char": 916, "text": "safety", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 926, "feats": null, "head": 9, "id": 7, "lemma": "for", "misc": "", "start_char": 923, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 934, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "Chinese", "misc": "", "start_char": 927, "text": "Chinese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 944, "feats": "Number=Plur", "head": 6, "id": 9, "lemma": "customer", "misc": "", "start_char": 935, "text": "customers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 946, "feats": null, "head": 5, "id": 10, "lemma": ".", "misc": "", "start_char": 945, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (JJ many) (NNS people)) (VP (VBP are) (ADVP (RB still)) (RB not) (VP (VBN used) (PP (IN to) (NP (JJ black) (NN coffee))))))) (, ,) (NP (PRP they)) (VP (VBP prefer) (S (VP (VBG adding) (NP (JJ extra) (NN sugar) (CC and) (NN milk)) (S (VP (TO to) (VP (VB cover) (NP (DT the) (JJ bitter) (NN flavor)))))))) (. .)))" }, "speaker": null, "text": "As many people are still not used to black coffee, they prefer adding extra sugar and milk to cover the bitter flavor.", "tokens": [ { "deprel": "mark", "end_char": 949, "feats": null, "head": 7, "id": 1, "lemma": "as", "misc": "", "start_char": 947, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 954, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "many", "misc": "", "start_char": 950, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 961, "feats": "Number=Plur", "head": 7, "id": 3, "lemma": "person", "misc": "", "start_char": 955, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux:pass", "end_char": 965, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 4, "lemma": "be", "misc": "", "start_char": 962, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 971, "feats": null, "head": 7, "id": 5, "lemma": "still", "misc": "", "start_char": 966, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 975, "feats": null, "head": 7, "id": 6, "lemma": "not", "misc": "", "start_char": 972, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 980, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 13, "id": 7, "lemma": "use", "misc": "", "start_char": 976, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 983, "feats": null, "head": 10, "id": 8, "lemma": "to", "misc": "", "start_char": 981, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 989, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "black", "misc": "", "start_char": 984, "text": "black", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 996, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "coffee", "misc": "", "start_char": 990, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 998, "feats": null, "head": 7, "id": 11, "lemma": ",", "misc": "", "start_char": 997, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 1003, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 12, "lemma": "they", "misc": "", "start_char": 999, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1010, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 13, "lemma": "prefer", "misc": "", "start_char": 1004, "text": "prefer", "upos": "VERB", "xpos": "VBP" }, { "deprel": "xcomp", "end_char": 1017, "feats": "VerbForm=Ger", "head": 13, "id": 14, "lemma": "add", "misc": "", "start_char": 1011, "text": "adding", "upos": "VERB", "xpos": "VBG" }, { "deprel": "amod", "end_char": 1023, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "extra", "misc": "", "start_char": 1018, "text": "extra", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1029, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "sugar", "misc": "", "start_char": 1024, "text": "sugar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1033, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 1030, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1038, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "milk", "misc": "", "start_char": 1034, "text": "milk", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 1041, "feats": null, "head": 20, "id": 19, "lemma": "to", "misc": "", "start_char": 1039, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 1047, "feats": "VerbForm=Inf", "head": 14, "id": 20, "lemma": "cover", "misc": "", "start_char": 1042, "text": "cover", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 1051, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 1048, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1058, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "bitter", "misc": "", "start_char": 1052, "text": "bitter", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1065, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "flavor", "misc": "", "start_char": 1059, "text": "flavor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1067, "feats": null, "head": 13, "id": 24, "lemma": ".", "misc": "", "start_char": 1066, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 1069, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 1068, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (S (NP (JJ Instant) (NML (NN coffee) (CC and) (NN coffee)) (NNS beverages)) (VP (VBP are) (ADVP (RB also)) (NP (JJ sweet) (NNS traps))) (. .)))" }, "speaker": null, "text": "Instant coffee and coffee beverages are also sweet traps.", "tokens": [ { "deprel": "amod", "end_char": 1077, "feats": "Degree=Pos", "head": 2, "id": 1, "lemma": "instant", "misc": "", "start_char": 1070, "text": "Instant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 1084, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "coffee", "misc": "", "start_char": 1078, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1088, "feats": null, "head": 5, "id": 3, "lemma": "and", "misc": "", "start_char": 1085, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "compound", "end_char": 1095, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "coffee", "misc": "", "start_char": 1089, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1105, "feats": "Number=Plur", "head": 2, "id": 5, "lemma": "beverage", "misc": "", "start_char": 1096, "text": "beverages", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 1109, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 6, "lemma": "be", "misc": "", "start_char": 1106, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 1114, "feats": null, "head": 9, "id": 7, "lemma": "also", "misc": "", "start_char": 1110, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 1120, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "sweet", "misc": "", "start_char": 1115, "text": "sweet", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 1126, "feats": "Number=Plur", "head": 0, "id": 9, "lemma": "traps", "misc": "", "start_char": 1121, "text": "traps", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 1128, "feats": null, "head": 9, "id": 10, "lemma": ".", "misc": "", "start_char": 1127, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (NNP Beijing) (NN newspaper)) (ADVP (RB also)) (VP (VB make) (NP (PRP$ its) (JJ own) (NN research)) (, ,) (S (VP (VP (VBG sampling) (NP (NP (CD two) (NNS cups)) (PP (IN of) (NP (NN coffee)))) (PP (IN from) (NP (NNP Starbucks) (CC and) (NNP Costa))) (ADVP (RB separately))) (CC and) (NP (NP (CD three) (JJ instant) (NN coffee) (NNS products)) (VP (VBN made) (PP (IN by) (NP (NP (NNP Maxwell)) (, ,) (NP (DT a) (JJ local) (NN brand)) (CC and) (NP (DT a) (JJ Taiwanese) (NN brand))))))))) (. .)))" }, "speaker": null, "text": "The Beijing newspaper also make its own research, sampling two cups of coffee from Starbucks and Costa separately and three instant coffee products made by Maxwell, a local brand and a Taiwanese brand.", "tokens": [ { "deprel": "det", "end_char": 1132, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 1129, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1140, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Beijing", "misc": "", "start_char": 1133, "text": "Beijing", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 1150, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "newspaper", "misc": "", "start_char": 1141, "text": "newspaper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 1155, "feats": null, "head": 5, "id": 4, "lemma": "also", "misc": "", "start_char": 1151, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 1160, "feats": "Mood=Ind|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "make", "misc": "", "start_char": 1156, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 1164, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 6, "lemma": "its", "misc": "", "start_char": 1161, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 1168, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "own", "misc": "", "start_char": 1165, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 1177, "feats": "Number=Sing", "head": 5, "id": 8, "lemma": "research", "misc": "", "start_char": 1169, "text": "research", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1179, "feats": null, "head": 10, "id": 9, "lemma": ",", "misc": "", "start_char": 1178, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advcl", "end_char": 1188, "feats": "VerbForm=Ger", "head": 5, "id": 10, "lemma": "sample", "misc": "", "start_char": 1180, "text": "sampling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "nummod", "end_char": 1192, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "two", "misc": "", "start_char": 1189, "text": "two", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 1197, "feats": "Number=Plur", "head": 10, "id": 12, "lemma": "cup", "misc": "", "start_char": 1193, "text": "cups", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 1200, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 1198, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1207, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "coffee", "misc": "", "start_char": 1201, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 1212, "feats": null, "head": 16, "id": 15, "lemma": "from", "misc": "", "start_char": 1208, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 1222, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "Starbucks", "misc": "", "start_char": 1213, "text": "Starbucks", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 1226, "feats": null, "head": 18, "id": 17, "lemma": "and", "misc": "", "start_char": 1223, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 1232, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "Costa", "misc": "", "start_char": 1227, "text": "Costa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 1243, "feats": null, "head": 18, "id": 19, "lemma": "separately", "misc": "", "start_char": 1233, "text": "separately", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 1247, "feats": null, "head": 24, "id": 20, "lemma": "and", "misc": "", "start_char": 1244, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nummod", "end_char": 1253, "feats": "NumForm=Word|NumType=Card", "head": 24, "id": 21, "lemma": "three", "misc": "", "start_char": 1248, "text": "three", "upos": "NUM", "xpos": "CD" }, { "deprel": "amod", "end_char": 1261, "feats": "Degree=Pos", "head": 24, "id": 22, "lemma": "instant", "misc": "", "start_char": 1254, "text": "instant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 1268, "feats": "Number=Sing", "head": 24, "id": 23, "lemma": "coffee", "misc": "", "start_char": 1262, "text": "coffee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 1277, "feats": "Number=Plur", "head": 12, "id": 24, "lemma": "product", "misc": "", "start_char": 1269, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "acl", "end_char": 1282, "feats": "Tense=Past|VerbForm=Part", "head": 24, "id": 25, "lemma": "make", "misc": "", "start_char": 1278, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 1285, "feats": null, "head": 27, "id": 26, "lemma": "by", "misc": "", "start_char": 1283, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl:agent", "end_char": 1293, "feats": "Number=Sing", "head": 25, "id": 27, "lemma": "Maxwell", "misc": "", "start_char": 1286, "text": "Maxwell", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 1295, "feats": null, "head": 31, "id": 28, "lemma": ",", "misc": "", "start_char": 1294, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 1297, "feats": "Definite=Ind|PronType=Art", "head": 31, "id": 29, "lemma": "a", "misc": "", "start_char": 1296, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1303, "feats": "Degree=Pos", "head": 31, "id": 30, "lemma": "local", "misc": "", "start_char": 1298, "text": "local", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1309, "feats": "Number=Sing", "head": 27, "id": 31, "lemma": "brand", "misc": "", "start_char": 1304, "text": "brand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 1313, "feats": null, "head": 35, "id": 32, "lemma": "and", "misc": "", "start_char": 1310, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "det", "end_char": 1315, "feats": "Definite=Ind|PronType=Art", "head": 35, "id": 33, "lemma": "a", "misc": "", "start_char": 1314, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 1325, "feats": "Degree=Pos", "head": 35, "id": 34, "lemma": "Taiwanese", "misc": "", "start_char": 1316, "text": "Taiwanese", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 1331, "feats": "Number=Sing", "head": 27, "id": 35, "lemma": "brand", "misc": "", "start_char": 1326, "text": "brand", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1333, "feats": null, "head": 5, "id": 36, "lemma": ".", "misc": "", "start_char": 1332, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (PRP It)) (VP (VBZ shows) (SBAR (IN that) (S (NP (DT all) (CD five) (NNS products)) (VP (VBP have) (VP (VBN exceeded) (NP (DT the) (NNP WHO) (NN sugar) (NN suggestion))))))) (. .)))" }, "speaker": null, "text": "It shows that all five products have exceeded the WHO sugar suggestion.", "tokens": [ { "deprel": "nsubj", "end_char": 1336, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "it", "misc": "", "start_char": 1334, "text": "It", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 1342, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "show", "misc": "", "start_char": 1337, "text": "shows", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 1347, "feats": null, "head": 8, "id": 3, "lemma": "that", "misc": "", "start_char": 1343, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "det", "end_char": 1351, "feats": null, "head": 6, "id": 4, "lemma": "all", "misc": "", "start_char": 1348, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "nummod", "end_char": 1356, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 5, "lemma": "five", "misc": "", "start_char": 1352, "text": "five", "upos": "NUM", "xpos": "CD" }, { "deprel": "nsubj", "end_char": 1365, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "product", "misc": "", "start_char": 1357, "text": "products", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 1370, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "have", "misc": "", "start_char": 1366, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "ccomp", "end_char": 1379, "feats": "Tense=Past|VerbForm=Part", "head": 2, "id": 8, "lemma": "exceed", "misc": "", "start_char": 1371, "text": "exceeded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 1383, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 9, "lemma": "the", "misc": "", "start_char": 1380, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 1387, "feats": "Number=Sing", "head": 12, "id": 10, "lemma": "who", "misc": "", "start_char": 1384, "text": "WHO", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound", "end_char": 1393, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "sugar", "misc": "", "start_char": 1388, "text": "sugar", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 1404, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "suggestion", "misc": "", "start_char": 1394, "text": "suggestion", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 1406, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 1405, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
A cup of coffee is great choice in a cold winter. However, as British newspaper Daily Mail has reported, the tasty drink may contain shocking amounts of sugar and fat that are much over the recommended World Health Organization (WHO) level. The report examined products from several famous coffee brands including Costa. Starbucks and McCafe with terrible findings. For example, the large take-way hot chocolate from Costa made with full-fat milk, has 99.1g of sugar, four times of the advised daily limit. The Western sample may not apply to Asian countries. A local newspaper in Beijing followed the story, but found that Costa's Sticky toffee latte and Starbucks Eggnog latte was not for sale in Asia. A senior staff member at Costa told a reporter that coffee products sold in China to local people contains 10 percent less sugar than those sold in America or Europe. But that doesn't mean safety for Chinese customers. As many people are still not used to black coffee, they prefer adding extra sugar and milk to cover the bitter flavor. Instant coffee and coffee beverages are also sweet traps. The Beijing newspaper also make its own research, sampling two cups of coffee from Starbucks and Costa separately and three instant coffee products made by Maxwell, a local brand and a Taiwanese brand. It shows that all five products have exceeded the WHO sugar suggestion.
[ [ [ 0, 8, 10 ] ], [ [ 1, 3, 4 ], [ 1, 5, 6 ], [ 1, 3, 6 ] ], [ [ 1, 10, 12 ] ], [ [ 15, 10, 10 ], [ 5, 18, 18 ] ], [ [ 1, 25, 33 ] ], [ [ 1, 27, 29 ], [ 15, 9, 9 ], [ 1, 31, 31 ] ], [ [ 3, 0, 1 ] ], [ [ 3, 3, 10 ] ], [ [ 3, 5, 10 ] ], [ [ 3, 10, 10 ], [ 5, 9, 9 ], [ 8, 12, 13 ], [ 9, 5, 5 ], [ 14, 17, 17 ] ], [ [ 4, 0, 0 ], [ 14, 15, 15 ], [ 8, 18, 18 ] ], [ [ 4, 2, 2 ] ], [ [ 4, 0, 2 ] ], [ [ 4, 4, 5 ] ], [ [ 5, 1, 1 ] ], [ [ 5, 16, 18 ] ], [ [ 5, 23, 26 ] ], [ [ 7, 0, 2 ] ], [ [ 7, 7, 8 ] ], [ [ 14, 0, 2 ], [ 14, 5, 5 ] ], [ [ 8, 4, 4 ], [ 14, 1, 1 ] ], [ [ 8, 6, 7 ] ], [ [ 8, 12, 16 ] ], [ [ 8, 18, 20 ] ], [ [ 8, 12, 20 ] ], [ [ 8, 24, 24 ] ], [ [ 8, 26, 26 ] ], [ [ 9, 0, 5 ] ], [ [ 9, 7, 8 ] ], [ [ 9, 14, 14 ] ], [ [ 9, 16, 17 ] ], [ [ 9, 10, 17 ] ], [ [ 9, 19, 29 ] ], [ [ 9, 24, 29 ] ], [ [ 9, 27, 27 ] ], [ [ 9, 29, 29 ] ], [ [ 9, 27, 29 ] ], [ [ 10, 1, 1 ] ], [ [ 10, 5, 5 ] ], [ [ 10, 7, 8 ] ], [ [ 11, 1, 2 ], [ 11, 11, 11 ] ], [ [ 11, 8, 9 ] ], [ [ 11, 14, 17 ] ], [ [ 11, 20, 22 ] ], [ [ 13, 0, 1 ] ], [ [ 13, 3, 4 ] ], [ [ 13, 0, 4 ] ], [ [ 13, 7, 8 ] ], [ [ 14, 10, 17 ] ], [ [ 14, 13, 17 ] ], [ [ 14, 15, 17 ] ], [ [ 14, 20, 34 ] ], [ [ 14, 26, 26 ], [ 14, 26, 34 ], [ 14, 28, 34 ] ], [ [ 14, 28, 30 ] ], [ [ 14, 32, 34 ] ], [ [ 15, 8, 11 ] ], [ [ 0, 5, 6 ], [ 0, 0, 3 ] ], [ [ 5, 20, 26 ] ], [ [ 8, 0, 4 ] ], [ [ 15, 3, 5 ] ], [ [ 14, 5, 7 ] ], [ [ 1, 15, 33 ] ], [ [ 1, 18, 33 ] ], [ [ 5, 3, 9 ] ], [ [ 5, 12, 13 ] ], [ [ 14, 22, 22 ], [ 0, 3, 3 ], [ 3, 7, 7 ], [ 9, 10, 10 ], [ 13, 3, 3 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }
train_36220
[ { "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (DT A) (NN girl)) (VP (VBZ comes) (ADVP (RB back)) (PP (IN from) (NP (NN school)))) (. .)))" }, "speaker": null, "text": "A girl comes back from school.", "tokens": [ { "deprel": "det", "end_char": 1, "feats": "Definite=Ind|PronType=Art", "head": 2, "id": 1, "lemma": "a", "misc": "", "start_char": 0, "text": "A", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "girl", "misc": "", "start_char": 2, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "come", "misc": "", "start_char": 7, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 17, "feats": null, "head": 3, "id": 4, "lemma": "back", "misc": "", "start_char": 13, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 22, "feats": null, "head": 6, "id": 5, "lemma": "from", "misc": "", "start_char": 18, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 29, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "school", "misc": "", "start_char": 23, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 31, "feats": null, "head": 3, "id": 7, "lemma": ".", "misc": "", "start_char": 30, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 2, "misc": { "parse_tree": "(ROOT (S (NP (PRP She)) (VP (VBZ does) (RB n't) (VP (VB look) (ADJP (JJ happy)))) (. .)))" }, "speaker": null, "text": "She doesn't look happy.", "tokens": [ { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 4, "id": 1, "lemma": "she", "misc": "", "start_char": 32, "text": "She", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 36, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 44, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 41, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 49, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "look", "misc": "", "start_char": 45, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 55, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "happy", "misc": "", "start_char": 50, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 4, "id": 6, "lemma": ".", "misc": "", "start_char": 56, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 3, "misc": { "parse_tree": "(ROOT (S (NP (PRP$ Her) (NN grandma)) (VP (VBZ asks) (, ,) (`` ``) (FRAG (SBARQ (WHNP (WP What)) (SQ (VP (VBZ 's) (ADJP (JJ wrong))))) (, ,) (NP (PRP$ my) (NN girl))) (. ?)) ('' '')))" }, "speaker": null, "text": "Her grandma asks, \"What's wrong, my girl?\"", "tokens": [ { "deprel": "nmod:poss", "end_char": 61, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 2, "id": 1, "lemma": "her", "misc": "", "start_char": 58, "text": "Her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 69, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "grandma", "misc": "", "start_char": 62, "text": "grandma", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 74, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "ask", "misc": "", "start_char": 70, "text": "asks", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 76, "feats": null, "head": 3, "id": 4, "lemma": ",", "misc": "", "start_char": 75, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 79, "feats": null, "head": 8, "id": 5, "lemma": "``", "misc": "", "start_char": 77, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 84, "feats": "PronType=Int", "head": 8, "id": 6, "lemma": "what", "misc": "", "start_char": 80, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 87, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 85, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 93, "feats": "Degree=Pos", "head": 3, "id": 8, "lemma": "wrong", "misc": "", "start_char": 88, "text": "wrong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 95, "feats": null, "head": 11, "id": 9, "lemma": ",", "misc": "", "start_char": 94, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 98, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "my", "misc": "", "start_char": 96, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "vocative", "end_char": 103, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "girl", "misc": "", "start_char": 99, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 105, "feats": null, "head": 3, "id": 12, "lemma": "?", "misc": "", "start_char": 104, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 108, "feats": null, "head": 3, "id": 13, "lemma": "''", "misc": "", "start_char": 106, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 4, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 110, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 109, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 5, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NN Everything)) (VP (VBZ is) (ADJP (JJ wrong))) (. .)))" }, "speaker": null, "text": "\"Everything is wrong.", "tokens": [ { "deprel": "punct", "end_char": 113, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 111, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 124, "feats": "Number=Sing|PronType=Tot", "head": 4, "id": 2, "lemma": "everything", "misc": "", "start_char": 114, "text": "Everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "cop", "end_char": 127, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 125, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 133, "feats": "Degree=Pos", "head": 0, "id": 4, "lemma": "wrong", "misc": "", "start_char": 128, "text": "wrong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 135, "feats": null, "head": 4, "id": 5, "lemma": ".", "misc": "", "start_char": 134, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 6, "misc": { "parse_tree": "(ROOT (S (NP (DT The) (JJ new) (NN school)) (VP (VBZ is) (ADVP (RB far) (PP (IN from) (NP (NN home))))) (. .)))" }, "speaker": null, "text": "The new school is far from home.", "tokens": [ { "deprel": "det", "end_char": 139, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "misc": "", "start_char": 136, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 143, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "new", "misc": "", "start_char": 140, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 150, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "school", "misc": "", "start_char": 144, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 153, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 151, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 157, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "far", "misc": "", "start_char": 154, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 162, "feats": null, "head": 7, "id": 6, "lemma": "from", "misc": "", "start_char": 158, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 167, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "home", "misc": "", "start_char": 163, "text": "home", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 169, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 168, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 7, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB have) (NP (DT any) (NNS friends)) (PP (IN at) (NP (DT the) (JJ new) (NN school))))) (. .)))" }, "speaker": null, "text": "I don't have any friends at the new school.", "tokens": [ { "deprel": "nsubj", "end_char": 171, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 170, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 174, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 172, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 178, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 175, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 183, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 179, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 187, "feats": null, "head": 6, "id": 5, "lemma": "any", "misc": "", "start_char": 184, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 195, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "friend", "misc": "", "start_char": 188, "text": "friends", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 198, "feats": null, "head": 10, "id": 7, "lemma": "at", "misc": "", "start_char": 196, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 202, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 199, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 206, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "new", "misc": "", "start_char": 203, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 213, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "school", "misc": "", "start_char": 207, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 215, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 214, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 8, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (MD ca) (RB n't) (VP (VB answer) (NP (NP (DT the) (NNS teachers) (POS ')) (NNS questions)) (PP (IN in) (NP (NN class))))) (. .)))" }, "speaker": null, "text": "I can't answer the teachers' questions in class.", "tokens": [ { "deprel": "nsubj", "end_char": 217, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 216, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 220, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 218, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 224, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 221, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 231, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "answer", "misc": "", "start_char": 225, "text": "answer", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 235, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 232, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 244, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "teacher", "misc": "", "start_char": 236, "text": "teachers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 246, "feats": null, "head": 6, "id": 7, "lemma": "'s", "misc": "", "start_char": 245, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 256, "feats": "Number=Plur", "head": 4, "id": 8, "lemma": "question", "misc": "", "start_char": 247, "text": "questions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 259, "feats": null, "head": 10, "id": 9, "lemma": "in", "misc": "", "start_char": 257, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 265, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "class", "misc": "", "start_char": 260, "text": "class", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 267, "feats": null, "head": 4, "id": 11, "lemma": ".", "misc": "", "start_char": 266, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 9, "misc": { "parse_tree": "(ROOT (S (S (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB like) (NP (DT the) (NN school) (NN lunch))))) (, ,) ('' '') (NP (DT the) (NN girl)) (VP (VBZ answers)) (. .)))" }, "speaker": null, "text": "I don't like the school lunch,\" the girl answers.", "tokens": [ { "deprel": "nsubj", "end_char": 269, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 1, "lemma": "I", "misc": "", "start_char": 268, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 272, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 270, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 276, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 273, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 281, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "like", "misc": "", "start_char": 277, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 285, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 282, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 292, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "school", "misc": "", "start_char": 286, "text": "school", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 298, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "lunch", "misc": "", "start_char": 293, "text": "lunch", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 300, "feats": null, "head": 4, "id": 8, "lemma": ",", "misc": "", "start_char": 299, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 303, "feats": null, "head": 4, "id": 9, "lemma": "''", "misc": "", "start_char": 301, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "det", "end_char": 307, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "misc": "", "start_char": 304, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 312, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "girl", "misc": "", "start_char": 308, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "parataxis", "end_char": 320, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 12, "lemma": "answer", "misc": "", "start_char": 313, "text": "answers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 322, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 321, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 10, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 324, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 323, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 11, "misc": { "parse_tree": "(ROOT (S (NP (NNP Grandma)) (VP (VBZ smiles) (CC and) (VBZ says) (, ,) (`` ``) (S (S (VP (VB Do) (RB n't) (VP (VB be) (ADJP (JJ sad))))) (, ,) (NP (PRP$ my) (NN girl)))) (. .)))" }, "speaker": null, "text": "Grandma smiles and says, \"Don't be sad, my girl.", "tokens": [ { "deprel": "nsubj", "end_char": 332, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Grandma", "misc": "", "start_char": 325, "text": "Grandma", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 339, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "smile", "misc": "", "start_char": 333, "text": "smiles", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "cc", "end_char": 343, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 340, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 348, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 4, "lemma": "say", "misc": "", "start_char": 344, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 350, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 349, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "punct", "end_char": 353, "feats": null, "head": 10, "id": 6, "lemma": "``", "misc": "", "start_char": 351, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "aux", "end_char": 356, "feats": "Mood=Imp|VerbForm=Fin", "head": 10, "id": 7, "lemma": "do", "misc": "", "start_char": 354, "text": "Do", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 360, "feats": null, "head": 10, "id": 8, "lemma": "not", "misc": "", "start_char": 357, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 363, "feats": "Mood=Imp|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 361, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 367, "feats": "Degree=Pos", "head": 4, "id": 10, "lemma": "sad", "misc": "", "start_char": 364, "text": "sad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 369, "feats": null, "head": 13, "id": 11, "lemma": ",", "misc": "", "start_char": 368, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 372, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "my", "misc": "", "start_char": 370, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "vocative", "end_char": 377, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "girl", "misc": "", "start_char": 373, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 379, "feats": null, "head": 2, "id": 14, "lemma": ".", "misc": "", "start_char": 378, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 12, "misc": { "parse_tree": "(ROOT (SQ (MD Would) (NP (PRP you)) (VP (VB like) (NP (NP (NN something)) (SBAR (S (VP (TO to) (VP (VB eat))))))) (. ?) ('' '')))" }, "speaker": null, "text": "Would you like something to eat?\"", "tokens": [ { "deprel": "aux", "end_char": 385, "feats": "VerbForm=Fin", "head": 3, "id": 1, "lemma": "would", "misc": "", "start_char": 380, "text": "Would", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 389, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 386, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 394, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "like", "misc": "", "start_char": 390, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 404, "feats": "Number=Sing|PronType=Ind", "head": 3, "id": 4, "lemma": "something", "misc": "", "start_char": 395, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "mark", "end_char": 407, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 405, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 411, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "eat", "misc": "", "start_char": 408, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 413, "feats": null, "head": 3, "id": 7, "lemma": "?", "misc": "", "start_char": 412, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 416, "feats": null, "head": 3, "id": 8, "lemma": "''", "misc": "", "start_char": 414, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 13, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 418, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 417, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 14, "misc": { "parse_tree": "(ROOT (FRAG (`` ``) (JJ Good) (. .)))" }, "speaker": null, "text": "\"Good.", "tokens": [ { "deprel": "punct", "end_char": 421, "feats": null, "head": 2, "id": 1, "lemma": "``", "misc": "", "start_char": 419, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "root", "end_char": 426, "feats": "Degree=Pos", "head": 0, "id": 2, "lemma": "good", "misc": "", "start_char": 422, "text": "Good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 428, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 427, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 15, "misc": { "parse_tree": "(ROOT (SBARQ (WHNP (WP What)) (SQ (MD can) (NP (PRP I)) (VP (VB have))) (. ?) ('' '')))" }, "speaker": null, "text": "What can I have?\"", "tokens": [ { "deprel": "obj", "end_char": 433, "feats": "PronType=Int", "head": 4, "id": 1, "lemma": "what", "misc": "", "start_char": 429, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "aux", "end_char": 437, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "can", "misc": "", "start_char": 434, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 439, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "I", "misc": "", "start_char": 438, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 444, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 440, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 446, "feats": null, "head": 4, "id": 5, "lemma": "?", "misc": "", "start_char": 445, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 449, "feats": null, "head": 4, "id": 6, "lemma": "''", "misc": "", "start_char": 447, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 16, "misc": { "parse_tree": "(ROOT (S (NP (DT the) (NN girl)) (VP (VBZ becomes) (ADJP (JJ happy))) (. .)))" }, "speaker": null, "text": "the girl becomes happy.", "tokens": [ { "deprel": "det", "end_char": 453, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "misc": "", "start_char": 450, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 458, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "girl", "misc": "", "start_char": 454, "text": "girl", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 466, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "become", "misc": "", "start_char": 459, "text": "becomes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 472, "feats": "Degree=Pos", "head": 3, "id": 4, "lemma": "happy", "misc": "", "start_char": 467, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 474, "feats": null, "head": 4, "id": 5, "lemma": ".", "misc": "", "start_char": 473, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 17, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 476, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 475, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 18, "misc": { "parse_tree": "(ROOT (S (`` ``) (ADVP (RB Here)) (, ,) (VP (VB have) (NP (DT some) (NN cooking) (NN oil))) (. .) ('' '')))" }, "speaker": null, "text": "\"Here, have some cooking oil.\"", "tokens": [ { "deprel": "punct", "end_char": 479, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 477, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 484, "feats": "PronType=Dem", "head": 4, "id": 2, "lemma": "here", "misc": "", "start_char": 480, "text": "Here", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 486, "feats": null, "head": 4, "id": 3, "lemma": ",", "misc": "", "start_char": 485, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 491, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 487, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 496, "feats": null, "head": 7, "id": 5, "lemma": "some", "misc": "", "start_char": 492, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 504, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "cooking", "misc": "", "start_char": 497, "text": "cooking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 508, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "oil", "misc": "", "start_char": 505, "text": "oil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 510, "feats": null, "head": 4, "id": 8, "lemma": ".", "misc": "", "start_char": 509, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 513, "feats": null, "head": 4, "id": 9, "lemma": "''", "misc": "", "start_char": 511, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 19, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 515, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 514, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 20, "misc": { "parse_tree": "(ROOT (S (`` ``) (INTJ (UH No)) (, ,) (NP (PRP I)) (VP (MD ca) (RB n't) (VP (VB eat) (NP (DT that)))) (. .) ('' '')))" }, "speaker": null, "text": "\"No, I can't eat that.\"", "tokens": [ { "deprel": "punct", "end_char": 518, "feats": null, "head": 7, "id": 1, "lemma": "``", "misc": "", "start_char": 516, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "discourse", "end_char": 521, "feats": "Polarity=Neg", "head": 7, "id": 2, "lemma": "no", "misc": "", "start_char": 519, "text": "No", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 523, "feats": null, "head": 7, "id": 3, "lemma": ",", "misc": "", "start_char": 522, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 525, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 4, "lemma": "I", "misc": "", "start_char": 524, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 528, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "can", "misc": "", "start_char": 526, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 532, "feats": null, "head": 7, "id": 6, "lemma": "not", "misc": "", "start_char": 529, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 536, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "eat", "misc": "", "start_char": 533, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 541, "feats": "Number=Sing|PronType=Dem", "head": 7, "id": 8, "lemma": "that", "misc": "", "start_char": 537, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 543, "feats": null, "head": 7, "id": 9, "lemma": ".", "misc": "", "start_char": 542, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 546, "feats": null, "head": 7, "id": 10, "lemma": "''", "misc": "", "start_char": 544, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 21, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 548, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 547, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 22, "misc": { "parse_tree": "(ROOT (SBARQ (`` ``) (WHNP (WP What)) (PP (IN about) (NP (DT some) (JJ raw) (NNS eggs))) (. ?) ('' '')))" }, "speaker": null, "text": "\"What about some raw eggs?\"", "tokens": [ { "deprel": "punct", "end_char": 551, "feats": null, "head": 2, "id": 1, "lemma": "``", "misc": "", "start_char": 549, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "root", "end_char": 556, "feats": "PronType=Int", "head": 0, "id": 2, "lemma": "what", "misc": "", "start_char": 552, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "case", "end_char": 562, "feats": null, "head": 6, "id": 3, "lemma": "about", "misc": "", "start_char": 557, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 567, "feats": null, "head": 6, "id": 4, "lemma": "some", "misc": "", "start_char": 563, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 571, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "raw", "misc": "", "start_char": 568, "text": "raw", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 576, "feats": "Number=Plur", "head": 2, "id": 6, "lemma": "egg", "misc": "", "start_char": 572, "text": "eggs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 578, "feats": null, "head": 2, "id": 7, "lemma": "?", "misc": "", "start_char": 577, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 581, "feats": null, "head": 2, "id": 8, "lemma": "''", "misc": "", "start_char": 579, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 23, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 583, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 582, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 24, "misc": { "parse_tree": "(ROOT (FRAG (`` ``) (UH No) (. .)))" }, "speaker": null, "text": "\"No.", "tokens": [ { "deprel": "punct", "end_char": 586, "feats": null, "head": 2, "id": 1, "lemma": "``", "misc": "", "start_char": 584, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "root", "end_char": 589, "feats": "Polarity=Neg", "head": 0, "id": 2, "lemma": "no", "misc": "", "start_char": 587, "text": "No", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 591, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 590, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 25, "misc": { "parse_tree": "(ROOT (S (NP (NN Nobody)) (VP (VBZ eats) (NP (JJ raw) (NNS eggs))) (. .) ('' '')))" }, "speaker": null, "text": "Nobody eats raw eggs.\"", "tokens": [ { "deprel": "nsubj", "end_char": 598, "feats": "Number=Sing|PronType=Neg", "head": 2, "id": 1, "lemma": "nobody", "misc": "", "start_char": 592, "text": "Nobody", "upos": "PRON", "xpos": "NN" }, { "deprel": "root", "end_char": 603, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "eat", "misc": "", "start_char": 599, "text": "eats", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 607, "feats": "Degree=Pos", "head": 4, "id": 3, "lemma": "raw", "misc": "", "start_char": 604, "text": "raw", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 612, "feats": "Number=Plur", "head": 2, "id": 4, "lemma": "egg", "misc": "", "start_char": 608, "text": "eggs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 614, "feats": null, "head": 2, "id": 5, "lemma": ".", "misc": "", "start_char": 613, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 617, "feats": null, "head": 2, "id": 6, "lemma": "''", "misc": "", "start_char": 615, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 26, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 619, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 618, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 27, "misc": { "parse_tree": "(ROOT (SQ (`` ``) (MD Would) (NP (PRP you)) (VP (VB like) (NP (DT some) (NN flour)) (ADVP (RB then))) (. ?) ('' '')))" }, "speaker": null, "text": "\"Would you like some flour then?\"", "tokens": [ { "deprel": "punct", "end_char": 622, "feats": null, "head": 4, "id": 1, "lemma": "``", "misc": "", "start_char": 620, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "aux", "end_char": 628, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "would", "misc": "", "start_char": 623, "text": "Would", "upos": "AUX", "xpos": "MD" }, { "deprel": "nsubj", "end_char": 632, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 3, "lemma": "you", "misc": "", "start_char": 629, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 637, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "like", "misc": "", "start_char": 633, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 642, "feats": null, "head": 6, "id": 5, "lemma": "some", "misc": "", "start_char": 638, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 648, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "flour", "misc": "", "start_char": 643, "text": "flour", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 653, "feats": "PronType=Dem", "head": 4, "id": 7, "lemma": "then", "misc": "", "start_char": 649, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 655, "feats": null, "head": 4, "id": 8, "lemma": "?", "misc": "", "start_char": 654, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 658, "feats": null, "head": 4, "id": 9, "lemma": "''", "misc": "", "start_char": 656, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 28, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 660, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 659, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 29, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NNP Grandma)) (, ,) (NP (PRP I)) (VP (MD ca) (RB n't) (VP (VB eat) (NP (DT these) (NNS things)))) (. .) ('' '')))" }, "speaker": null, "text": "\"Grandma, I can't eat these things.\"", "tokens": [ { "deprel": "punct", "end_char": 663, "feats": null, "head": 7, "id": 1, "lemma": "``", "misc": "", "start_char": 661, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "vocative", "end_char": 671, "feats": "Number=Sing", "head": 7, "id": 2, "lemma": "Grandma", "misc": "", "start_char": 664, "text": "Grandma", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 673, "feats": null, "head": 7, "id": 3, "lemma": ",", "misc": "", "start_char": 672, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 675, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 4, "lemma": "I", "misc": "", "start_char": 674, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 678, "feats": "VerbForm=Fin", "head": 7, "id": 5, "lemma": "can", "misc": "", "start_char": 676, "text": "ca", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 682, "feats": null, "head": 7, "id": 6, "lemma": "not", "misc": "", "start_char": 679, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 686, "feats": "VerbForm=Inf", "head": 0, "id": 7, "lemma": "eat", "misc": "", "start_char": 683, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 692, "feats": "Number=Plur|PronType=Dem", "head": 9, "id": 8, "lemma": "this", "misc": "", "start_char": 687, "text": "these", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 699, "feats": "Number=Plur", "head": 7, "id": 9, "lemma": "thing", "misc": "", "start_char": 693, "text": "things", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 701, "feats": null, "head": 7, "id": 10, "lemma": ".", "misc": "", "start_char": 700, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 704, "feats": null, "head": 7, "id": 11, "lemma": "''", "misc": "", "start_char": 702, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 30, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 706, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 705, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 31, "misc": { "parse_tree": "(ROOT (FRAG (`` ``) (RB Then) (NP (WP what)) (PP (IN about) (NP (DT a) (NN cake))) (. ?) ('' '')))" }, "speaker": null, "text": "\"Then what about a cake?\"", "tokens": [ { "deprel": "punct", "end_char": 709, "feats": null, "head": 3, "id": 1, "lemma": "``", "misc": "", "start_char": 707, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advmod", "end_char": 714, "feats": "PronType=Dem", "head": 3, "id": 2, "lemma": "then", "misc": "", "start_char": 710, "text": "Then", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 719, "feats": "PronType=Int", "head": 0, "id": 3, "lemma": "what", "misc": "", "start_char": 715, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "case", "end_char": 725, "feats": null, "head": 6, "id": 4, "lemma": "about", "misc": "", "start_char": 720, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 727, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 726, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 732, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "cake", "misc": "", "start_char": 728, "text": "cake", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 734, "feats": null, "head": 3, "id": 7, "lemma": "?", "misc": "", "start_char": 733, "text": "?", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 737, "feats": null, "head": 3, "id": 8, "lemma": "''", "misc": "", "start_char": 735, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 32, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 739, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 738, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 33, "misc": { "parse_tree": "(ROOT (FRAG (`` ``) (JJ Good) (. .)))" }, "speaker": null, "text": "\"Good.", "tokens": [ { "deprel": "punct", "end_char": 742, "feats": null, "head": 2, "id": 1, "lemma": "``", "misc": "", "start_char": 740, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "root", "end_char": 747, "feats": "Degree=Pos", "head": 0, "id": 2, "lemma": "good", "misc": "", "start_char": 743, "text": "Good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 749, "feats": null, "head": 2, "id": 3, "lemma": ".", "misc": "", "start_char": 748, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 34, "misc": { "parse_tree": "(ROOT (S (NP (PRP I)) (VP (VBP like) (NP (DT that))) (. .) ('' '')))" }, "speaker": null, "text": "I like that.\"", "tokens": [ { "deprel": "nsubj", "end_char": 751, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "misc": "", "start_char": 750, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 756, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "like", "misc": "", "start_char": 752, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 761, "feats": "Number=Sing|PronType=Dem", "head": 2, "id": 3, "lemma": "that", "misc": "", "start_char": 757, "text": "that", "upos": "PRON", "xpos": "DT" }, { "deprel": "punct", "end_char": 763, "feats": null, "head": 2, "id": 4, "lemma": ".", "misc": "", "start_char": 762, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 766, "feats": null, "head": 2, "id": 5, "lemma": "''", "misc": "", "start_char": 764, "text": "''", "upos": "PUNCT", "xpos": "''" } ] }, { "id": 35, "misc": { "parse_tree": "(ROOT (NFP ))" }, "speaker": null, "text": "", "tokens": [ { "deprel": "root", "end_char": 768, "feats": null, "head": 0, "id": 1, "lemma": " ", "misc": "", "start_char": 767, "text": " ", "upos": "PUNCT", "xpos": "NFP" } ] }, { "id": 36, "misc": { "parse_tree": "(ROOT (S (`` ``) (NP (NP (NN Cooking) (NN oil)) (, ,) (NP (JJ raw) (NNS eggs)) (CC and) (NP (NN flour))) (VP (VBP are) (RB not) (ADJP (JJ nice) (SBAR (S (VP (TO to) (VP (VB eat))))))) (. .)))" }, "speaker": null, "text": "\"Cooking oil, raw eggs and flour are not nice to eat.", "tokens": [ { "deprel": "punct", "end_char": 771, "feats": null, "head": 11, "id": 1, "lemma": "``", "misc": "", "start_char": 769, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "csubj", "end_char": 779, "feats": "Number=Sing", "head": 11, "id": 2, "lemma": "cook", "misc": "", "start_char": 772, "text": "Cooking", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 783, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "oil", "misc": "", "start_char": 780, "text": "oil", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 785, "feats": null, "head": 6, "id": 4, "lemma": ",", "misc": "", "start_char": 784, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "amod", "end_char": 789, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "raw", "misc": "", "start_char": 786, "text": "raw", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 794, "feats": "Number=Plur", "head": 3, "id": 6, "lemma": "egg", "misc": "", "start_char": 790, "text": "eggs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cc", "end_char": 798, "feats": null, "head": 8, "id": 7, "lemma": "and", "misc": "", "start_char": 795, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 804, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "flour", "misc": "", "start_char": 799, "text": "flour", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 808, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 805, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 812, "feats": null, "head": 11, "id": 10, "lemma": "not", "misc": "", "start_char": 809, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 817, "feats": "Degree=Pos", "head": 0, "id": 11, "lemma": "nice", "misc": "", "start_char": 813, "text": "nice", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 820, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 818, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 824, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "eat", "misc": "", "start_char": 821, "text": "eat", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 826, "feats": null, "head": 11, "id": 14, "lemma": ".", "misc": "", "start_char": 825, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 37, "misc": { "parse_tree": "(ROOT (S (CC But) (SBAR (WHADVP (WRB when)) (S (NP (PRP you)) (VP (VP (VBP put) (NP (PRP them)) (ADVP (RB together)) (PP (IN in) (NP (DT the) (JJ right) (NN way)))) (CC and) (VP (VBP bake) (NP (PRP them)))))) (, ,) (NP (PRP they)) (VP (MD will) (VP (VB make) (NP (DT a) (JJ wonderful) (NN cake)))) (. .)))" }, "speaker": null, "text": "But when you put them together in the right way and bake them, they will make a wonderful cake.", "tokens": [ { "deprel": "cc", "end_char": 830, "feats": null, "head": 17, "id": 1, "lemma": "but", "misc": "", "start_char": 827, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 835, "feats": "PronType=Int", "head": 4, "id": 2, "lemma": "when", "misc": "", "start_char": 831, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 839, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 4, "id": 3, "lemma": "you", "misc": "", "start_char": 836, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 843, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 17, "id": 4, "lemma": "put", "misc": "", "start_char": 840, "text": "put", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 848, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 4, "id": 5, "lemma": "they", "misc": "", "start_char": 844, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 857, "feats": null, "head": 4, "id": 6, "lemma": "together", "misc": "", "start_char": 849, "text": "together", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 860, "feats": null, "head": 10, "id": 7, "lemma": "in", "misc": "", "start_char": 858, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 864, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 8, "lemma": "the", "misc": "", "start_char": 861, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 870, "feats": "Degree=Pos", "head": 10, "id": 9, "lemma": "right", "misc": "", "start_char": 865, "text": "right", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 874, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "way", "misc": "", "start_char": 871, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 878, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 875, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 883, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 4, "id": 12, "lemma": "bake", "misc": "", "start_char": 879, "text": "bake", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 888, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 12, "id": 13, "lemma": "they", "misc": "", "start_char": 884, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 890, "feats": null, "head": 4, "id": 14, "lemma": ",", "misc": "", "start_char": 889, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 895, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 17, "id": 15, "lemma": "they", "misc": "", "start_char": 891, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 900, "feats": "VerbForm=Fin", "head": 17, "id": 16, "lemma": "will", "misc": "", "start_char": 896, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 905, "feats": "VerbForm=Inf", "head": 0, "id": 17, "lemma": "make", "misc": "", "start_char": 901, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 907, "feats": "Definite=Ind|PronType=Art", "head": 20, "id": 18, "lemma": "a", "misc": "", "start_char": 906, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 917, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "wonderful", "misc": "", "start_char": 908, "text": "wonderful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 922, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "cake", "misc": "", "start_char": 918, "text": "cake", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 924, "feats": null, "head": 17, "id": 21, "lemma": ".", "misc": "", "start_char": 923, "text": ".", "upos": "PUNCT", "xpos": "." } ] }, { "id": 38, "misc": { "parse_tree": "(ROOT (S (NP (NN Life)) (VP (VBZ is) (PP (ADVP (RB just)) (IN like) (S (VP (VBG baking) (NP (DT a) (NN cake)))))) (. .) ('' '')))" }, "speaker": null, "text": "Life is just like baking a cake.\"", "tokens": [ { "deprel": "nsubj:outer", "end_char": 929, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "life", "misc": "", "start_char": 925, "text": "Life", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 932, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 930, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 937, "feats": null, "head": 5, "id": 3, "lemma": "just", "misc": "", "start_char": 933, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 942, "feats": null, "head": 5, "id": 4, "lemma": "like", "misc": "", "start_char": 938, "text": "like", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "root", "end_char": 949, "feats": "VerbForm=Ger", "head": 0, "id": 5, "lemma": "bake", "misc": "", "start_char": 943, "text": "baking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 951, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "misc": "", "start_char": 950, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 956, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "cake", "misc": "", "start_char": 952, "text": "cake", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 958, "feats": null, "head": 5, "id": 8, "lemma": ".", "misc": "", "start_char": 957, "text": ".", "upos": "PUNCT", "xpos": "." }, { "deprel": "punct", "end_char": 961, "feats": null, "head": 5, "id": 9, "lemma": "''", "misc": "", "start_char": 959, "text": "''", "upos": "PUNCT", "xpos": "''" } ] } ]
A girl comes back from school. She doesn't look happy. Her grandma asks, "What's wrong, my girl?" "Everything is wrong. The new school is far from home. I don't have any friends at the new school. I can't answer the teachers' questions in class. I don't like the school lunch," the girl answers. Grandma smiles and says, "Don't be sad, my girl. Would you like something to eat?" "Good. What can I have?" the girl becomes happy. "Here, have some cooking oil." "No, I can't eat that." "What about some raw eggs?" "No. Nobody eats raw eggs." "Would you like some flour then?" "Grandma, I can't eat these things." "Then what about a cake?" "Good. I like that." "Cooking oil, raw eggs and flour are not nice to eat. But when you put them together in the right way and bake them, they will make a wonderful cake. Life is just like baking a cake."
[ [ [ 0, 5, 5 ], [ 6, 7, 9 ], [ 8, 5, 5 ], [ 5, 0, 2 ] ], [ [ 2, 0, 1 ], [ 10, 0, 0 ], [ 10, 11, 11 ], [ 28, 1, 1 ], [ 2, 9, 9 ] ], [ [ 4, 1, 1 ] ], [ [ 5, 6, 6 ] ], [ [ 6, 4, 5 ] ], [ [ 7, 4, 7 ] ], [ [ 7, 4, 6 ] ], [ [ 7, 9, 9 ] ], [ [ 8, 4, 6 ] ], [ [ 11, 3, 3 ] ], [ [ 19, 7, 7 ], [ 17, 4, 6 ], [ 35, 1, 2 ] ], [ [ 24, 0, 0 ] ], [ [ 26, 4, 5 ], [ 35, 7, 7 ] ], [ [ 26, 6, 6 ] ], [ [ 28, 7, 8 ], [ 36, 4, 4 ], [ 35, 1, 7 ], [ 36, 12, 12 ], [ 36, 14, 14 ] ], [ [ 30, 1, 1 ] ], [ [ 33, 0, 0 ], [ 28, 3, 3 ], [ 26, 2, 2 ], [ 19, 3, 3 ], [ 15, 0, 1 ], [ 14, 2, 2 ], [ 11, 1, 1 ], [ 10, 11, 12 ], [ 8, 0, 0 ], [ 7, 0, 0 ], [ 6, 0, 0 ], [ 0, 0, 1 ], [ 2, 9, 10 ], [ 1, 0, 0 ], [ 2, 0, 0 ], [ 8, 9, 10 ], [ 36, 2, 2 ] ], [ [ 36, 7, 9 ] ], [ [ 37, 0, 0 ] ], [ [ 37, 5, 6 ], [ 36, 17, 19 ], [ 30, 4, 5 ], [ 33, 2, 2 ] ], [ [ 21, 3, 5 ], [ 24, 2, 3 ], [ 35, 4, 5 ] ], [ [ 37, 4, 6 ] ] ]
reading_comprehension_examination
{ "comment": "detokenizer=nltk" }